This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more thorough cleaning of arenas--keep going until no more
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9                            ---------------
10                             CAST AND CREW
11                            ---------------
12
13 To give due honor to those who have made Perl what is is today,
14 here are some of the more common names in the Changes file, and their
15 current addresses (as of February 2000):
16
17     Gisle Aas           <gisle@aas.no>
18     Abigail             <abigail@delanet.com>
19     Kenneth Albanowski  <kjahds@kjahds.com>
20     Russ Allbery        <rra@stanford.edu>
21     Brad Appleton       <bradapp@enteract.com>
22     Greg Bacon          <gbacon@itsc.uah.edu>
23     Robin Barker        <rmb1@cise.npl.co.uk>
24     Vishal Bhatia       <vishal@gol.com>
25     Spider Boardman     <spider@orb.nashua.nh.us>
26     Tom Christiansen    <tchrist@perl.com>
27     Mark-Jason Dominus  <mjd@plover.com>
28     Jan Dubois          <jand@activestate.com>
29     Dominic Dunlop      <domo@computer.org>
30     Eric Fifer          <efifer@sanwaint.com>
31     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
32     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
33     Jarkko Hietaniemi   <jhi@iki.fi>
34     Tom Hughes          <tom@compton.nu>
35     Nick Ing-Simmons    <nik@tiuk.ti.com>
36     Andreas Koenig      <a.koenig@mind.de>
37     Douglas Lankshear   <dougl@activestate.com>
38     Doug MacEachern     <dougm@opengroup.org>
39     Raphael Manfredi    <Raphael.Manfredi@st.com>
40     Paul Marquess       <Paul.Marquess@btinternet.com>
41     Stephen McCamant    <alias@mcs.com>
42     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
43     Hans Mulder         <hansmu@xs4all.nl>
44     Chris Nandor        <pudge@pobox.com>
45     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
46     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
47     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
48     Tom Phoenix         <rootbeer@teleport.com>
49     Joshua Pritikin     <joshua.pritikin@db.com>
50     Peter Prymmer       <pvhp@forte.com>
51     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
52     Dean Roehrich       <roehrich@cray.com>
53     Hugo van der Sanden <hv@crypt0.demon.co.uk>
54     Michael G Schwern   <schwern@pobox.com>
55     Roderick Schertler  <roderick@argon.org>
56     Kurt D. Starsinic   <kstar@chapin.edu>
57     Benjamin Stuhl      <sho_pi@hotmail.com>
58     Dan Sugalski        <sugalskd@osshe.edu>
59     Nathan Torkington   <gnat@frii.com>
60     Larry W. Virden     <lvirden@cas.org>
61     Johan Vromans       <jvromans@squirrel.nl>
62     Ilya Zakharevich    <ilya@math.ohio-state.edu>
63
64 And the Keepers of the Patch Pumpkin:
65
66     Charles Bailey      <bailey@newman.upenn.edu>
67     Graham Barr         <gbarr@ti.com>
68     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
69     Tim Bunce           <Tim.Bunce@ig.co.uk>
70     Andy Dougherty      <doughera@lafcol.lafayette.edu>
71     Gurusamy Sarathy    <gsar@activestate.com>
72     Chip Salzenberg     <chip@perl.com>
73
74 And, of course, the Author of Perl:
75
76     Larry Wall          <larry@wall.org>
77
78
79 NOTE: Each change entry shows the change number; who checked it into the
80 repository; when; description of the change; which branch the change
81 happened in; and the affected files.  The file lists have a short symbolic
82 indicator:
83
84             !       modified
85             +       added
86             -       deleted
87             +>      branched (from elsewhere)
88             !>      merged changes (from elsewhere)
89
90
91 --------------
92 Version v5.6.1 Trial release 2
93 --------------
94
95 ____________________________________________________________________________
96 [  8645] By: gsar                                  on 2001/01/31  15:10:14
97         Log: Configure tweak suggested by Peter Prymmer
98      Branch: maint-5.6/perl
99            ! Configure
100 ____________________________________________________________________________
101 [  8644] By: gsar                                  on 2001/01/31  15:06:32
102         Log: more files need to be writable in the source distribution
103      Branch: maint-5.6/perl
104            ! Porting/makerel
105 ____________________________________________________________________________
106 [  8643] By: jhi                                   on 2001/01/31  14:59:46
107         Log: Integrate changes #8258,8278,8279 from mainline.
108              
109              Make the large file tests more robust/talkative.
110      Branch: maint-5.6/perl
111           !> t/lib/syslfs.t t/op/lfs.t
112 ____________________________________________________________________________
113 [  8642] By: gsar                                  on 2001/01/31  14:53:48
114         Log: integrate changes#8311,8334 from mainline
115              
116              Add a new MakeMaker variable PM_FILTER that defines a Unix
117              filter to be run on each .pm during the pm_to_blib() phase,
118              a fixed version of
119              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
120              
121              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
122              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
123              accurate reading of the "atime".  
124      Branch: maint-5.6/perl
125           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
126           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
127           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
128 ____________________________________________________________________________
129 [  8641] By: jhi                                   on 2001/01/31  14:46:37
130         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
131      Branch: maint-5.6/perl
132            ! lib/Getopt/Long.pm
133 ____________________________________________________________________________
134 [  8640] By: gsar                                  on 2001/01/31  14:40:24
135         Log: make regen_all
136      Branch: maint-5.6/perl
137            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
138 ____________________________________________________________________________
139 [  8639] By: gsar                                  on 2001/01/31  14:37:25
140         Log: refresh windows config files
141      Branch: maint-5.6/perl
142            ! win32/Makefile win32/config_H.bc win32/config_H.gc
143            ! win32/config_H.vc win32/makefile.mk
144 ____________________________________________________________________________
145 [  8638] By: gsar                                  on 2001/01/31  14:28:10
146         Log: makefile tweaks for windows: introduce a bulk-switch to enable
147              same options as ActivePerl; sync changes with makefile.mk
148      Branch: maint-5.6/perl
149            ! win32/Makefile win32/makefile.mk
150 ____________________________________________________________________________
151 [  8636] By: jhi                                   on 2001/01/31  02:38:32
152         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
153              no perlio],8257,8380,8479,8515 from mainline.
154              
155              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
156              
157              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
158              Subject: [PATCH perl@8133] fix-up for VMS extensions
159              
160              In VMS embedded perls couldn't access the statically built Socket.
161              
162              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
163              
164              Further VMS piping fixes from Charles Lane.
165              
166              Subject:  [PATCH] make t/op/misc.t work on VMS
167              
168              Add tracing for debugging extensions builds in VMS.
169              
170              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
171      Branch: maint-5.6/perl
172           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
173           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
174           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
175 ____________________________________________________________________________
176 [  8635] By: jhi                                   on 2001/01/31  01:46:41
177         Log: Integrate change #7732 from mainline.
178              
179              Sparc 64-bit pack() fix from Jens Hamisch.
180      Branch: maint-5.6/perl
181           !> pp.c
182 ____________________________________________________________________________
183 [  8634] By: jhi                                   on 2001/01/31  01:41:16
184         Log: One spot missing from #8626.
185      Branch: maint-5.6/perl
186            ! sv.c
187 ____________________________________________________________________________
188 [  8633] By: jhi                                   on 2001/01/31  00:49:17
189         Log: Integrate change #7495 from mainline.
190              
191              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
192      Branch: maint-5.6/perl
193           !> MANIFEST ext/re/Makefile.PL
194 ____________________________________________________________________________
195 [  8632] By: jhi                                   on 2001/01/30  23:38:49
196         Log: Integrate change #8396 from mainline.
197              
198              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
199              better multicast support (resend)
200      Branch: maint-5.6/perl
201           !> ext/Socket/Socket.pm
202 ____________________________________________________________________________
203 [  8631] By: jhi                                   on 2001/01/30  23:28:03
204         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
205              
206              More AIX lore. (7514, ext/re/hints/aix.pl)
207              
208              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
209              
210              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
211              
212              Subject: [ID 20001214.002] Net::Ping patch
213              
214              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
215              
216              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
217              
218              Add ReuseAddr as a (preferred) alias for Reuse as we now
219              also have ReusePort.
220              
221              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
222      Branch: maint-5.6/perl
223           +> ext/re/hints/aix.pl
224           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
225           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
226 ____________________________________________________________________________
227 [  8630] By: jhi                                   on 2001/01/30  23:03:59
228         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
229              
230              read() documentation tweak for 20001121.004.
231              
232              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
233      Branch: maint-5.6/perl
234           !> pod/perlfunc.pod pod/perlre.pod
235 ____________________________________________________________________________
236 [  8629] By: jhi                                   on 2001/01/30  22:41:57
237         Log: Integrate change #8098 from mainline.
238              
239              fastgetcwd is defined using a glob alias on a $^O dependent basis
240              and there was no default assignment or perl subroutine.
241      Branch: maint-5.6/perl
242           !> lib/Cwd.pm
243 ____________________________________________________________________________
244 [  8628] By: jhi                                   on 2001/01/30  21:58:52
245         Log: Integrate change #7866 from mainline.
246              
247              File::Temp 0.11.
248      Branch: maint-5.6/perl
249           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
250 ____________________________________________________________________________
251 [  8627] By: jhi                                   on 2001/01/30  21:39:44
252         Log: Integrate changes #8075,8086,8228 from mainline.  
253              
254              Darwin is not Windows. (8075,8086)
255              
256              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
257      Branch: maint-5.6/perl
258           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
259           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
260           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
261           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
262 ____________________________________________________________________________
263 [  8626] By: jhi                                   on 2001/01/30  21:22:11
264         Log: Integrate with tweakery the change #8625 from mainline,
265              the multibyte decimal separator fix ("fa_IR locale failure").
266      Branch: maint-5.6/perl
267            ! embedvar.h perlapi.h
268           !> intrpvar.h perl.c perl.h sv.c util.c
269 ____________________________________________________________________________
270 [  8624] By: gsar                                  on 2001/01/30  20:17:03
271         Log: regen_headers
272      Branch: maint-5.6/perl
273            ! Makefile.SH pod/perlintern.pod
274 ____________________________________________________________________________
275 [  8623] By: gsar                                  on 2001/01/30  19:42:34
276         Log: backout change#7431 and its dependents (causes spurious rebuilds
277              of autogenerated files)
278              
279              fix benign b.t failure
280      Branch: maint-5.6/perl
281            ! Makefile.SH t/lib/b.t
282 ____________________________________________________________________________
283 [  8621] By: gsar                                  on 2001/01/30  19:24:47
284         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
285              from mainline
286              
287              Subject: podlators 1.06 released
288              
289              Subject: [PATCH @8436] Eliminate op_children
290              
291              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
292              
293              (Replaced by #8448)  More op_children traces (cleanup of #8442).
294              
295              Subject: [PATCH #3 @8436] Re: Eliminate op_children
296              Replace #8444 and #8445.
297              
298              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
299              at the setting of the ofs_sv in new_struct_thread() as the
300              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
301              uninitialized fields are, uh, initialized with),
302              SvREFCNT_inc()ing that invited a core dump.
303              
304              podlators 1.07, from Russ Allbery.
305              
306              Subject: [PATCH] regcomp.c old feature removal
307              From: mjd@plover.com
308              Date: 16 Jan 2001 14:43:18 -0000 
309              Message-ID: <20010116144318.7140.qmail@plover.com> 
310      Branch: maint-5.6/perl
311           +> lib/Pod/Text/Overstrike.pm
312           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
313           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
314           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
315           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
316           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
317           !> util.c
318 ____________________________________________________________________________
319 [  8620] By: gsar                                  on 2001/01/30  18:48:32
320         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
321              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
322              now fails one test)
323              
324              Subject: [PATCH] lvalue AUTOLOAD. No, really.
325              
326              Subject: [PATCH] Interesting syntax idea
327              Make opens + bareword assigns do typeglob assigns.
328              
329              Tests for #8254.
330              
331              Subject: [PATCH @8269] Continue blocks and B::Deparse
332              Make the peephole optimizer to bypass more null ops and
333              and rewrite the deparse handling of continue blocks.
334              
335              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
336              Doc tweak on #8313.
337              
338              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
339              
340              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
341              
342              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
343              
344              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
345              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
346              according to the platform.
347              
348              Subject: [PATCH @8404] Consolidated lvalue sub changes
349              
350              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
351              
352              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
353              
354              Subject: B::Concise -- an improved replacement for B::Terse 
355              
356              The B::Terse drop-in replacement wasn't quite drop-in.
357              
358              The LVRET macro needed an aTHX.
359              
360              Use the /^Perl_/-less form of is_lvalue_sub().
361              
362              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
363      Branch: maint-5.6/perl
364           +> ext/B/B/Concise.pm
365           !> (integrate 27 files)
366 ____________________________________________________________________________
367 [  8616] By: jhi                                   on 2001/01/30  18:20:58
368         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
369              part isn't applicable to maintperl.
370              
371              UTF-8 nit from Inaba Hiroto.
372      Branch: maint-5.6/perl
373           !> pod/perlapi.pod utf8.c
374 ____________________________________________________________________________
375 [  8613] By: gsar                                  on 2001/01/30  16:39:59
376         Log: make it possible to run the tests outside the source tree
377              (there's still a dependency on ../lib being the library
378              location)
379      Branch: maint-5.6/perl
380            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
381 ____________________________________________________________________________
382 [  8612] By: gsar                                  on 2001/01/30  16:31:12
383         Log: perldoc nit on windows
384      Branch: maint-5.6/perl
385            ! utils/perldoc.PL
386 ____________________________________________________________________________
387 [  8611] By: gsar                                  on 2001/01/30  16:22:54
388         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
389              gets weird results)
390      Branch: maint-5.6/perl
391            ! win32/vdir.h
392 ____________________________________________________________________________
393 [  8610] By: gsar                                  on 2001/01/30  16:12:45
394         Log: avoid uninitialized value warnings
395      Branch: maint-5.6/perl
396            ! win32/bin/search.pl
397 ____________________________________________________________________________
398 [  8609] By: gsar                                  on 2001/01/30  16:08:01
399         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
400              library (11.0 and later have pthreads but 10.x don't)
401      Branch: maint-5.6/perl
402            ! hints/hpux.sh thread.h
403 ____________________________________________________________________________
404 [  8608] By: gsar                                  on 2001/01/30  15:48:55
405         Log: perl's internal variables are not for public consumption,
406              move their docs from perlapi.pod to perlintern.pod
407      Branch: maint-5.6/perl
408            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
409            ! thrdvar.h
410 ____________________________________________________________________________
411 [  8607] By: gsar                                  on 2001/01/30  15:44:27
412         Log: mistakenly branched perl56delta.pod, revert
413      Branch: maint-5.6/perl
414            - pod/perl56delta.pod
415           !> pod/perldelta.pod
416 ____________________________________________________________________________
417 [  8606] By: gsar                                  on 2001/01/30  14:20:24
418         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
419              dTHR which has been a noop for a while now, except for the
420              compatibility definition in thread.h)
421      Branch: maint-5.6/perl
422           !> (integrate 45 files)
423 ____________________________________________________________________________
424 [  8605] By: jhi                                   on 2001/01/30  05:43:58
425         Log: Mark the UTF-8 APIs as experimental.
426      Branch: maint-5.6/perl
427            ! embed.pl pod/perlapi.pod
428 ____________________________________________________________________________
429 [  8604] By: jhi                                   on 2001/01/30  05:38:40
430         Log: Nits from earlier integrates.
431      Branch: maint-5.6/perl
432            ! lib/Carp/Heavy.pm
433           !> sv.c
434 ____________________________________________________________________________
435 [  8603] By: jhi                                   on 2001/01/30  05:27:26
436         Log: Regenerate Porting files.
437      Branch: maint-5.6/perl
438            ! Porting/Glossary Porting/config.sh Porting/config_H
439 ____________________________________________________________________________
440 [  8602] By: jhi                                   on 2001/01/30  05:14:59
441         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
442              8310,8339,8447,8492,8493,8505,8525: documentation changes.
443              
444              Subject: Re: perlfaq style changes
445              
446              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
447              
448              Subject: [PATCH] docs on NaN
449              
450              Subject: [patch] perlfaq7
451              
452              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
453              
454              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
455              
456              Subject: [PATCH] open() example in perlfunc.pod
457              
458              Podify README.mpeix (a new version from the web)
459              
460              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
461              
462              Subject: [PATCH] format and rewording in perlfaq.pod
463              
464              Subject: [PATCH] API Variable documentation   
465              
466              Memory management calls documentation.
467              
468              Subject: [PATCH: perl@8482] README.vms URL updates
469              
470              Subject: Minor typos in perlfaq2.pod
471              
472              Subject: [PATCH] pod/perlvar.pod
473      Branch: maint-5.6/perl
474           +> pod/perl56delta.pod
475            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
476           !> README.amiga README.epoc README.mpeix README.vms
477           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
478           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
479           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
480           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
481           !> pod/perlvar.pod thrdvar.h
482 ____________________________________________________________________________
483 [  8601] By: jhi                                   on 2001/01/30  04:38:35
484         Log: Integrate changes #8036,8096,8253 from mainline:
485              hints changes.
486              
487              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
488              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
489              
490              Output the (apparent) version of gcc in Tru64.
491      Branch: maint-5.6/perl
492           +> ext/POSIX/hints/svr4.pl
493           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
494           !> hints/svr4.sh t/lib/bigfltpm.t
495 ____________________________________________________________________________
496 [  8600] By: jhi                                   on 2001/01/30  04:04:01
497         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
498              locale fixes.
499              
500              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
501              
502              Debian allows /usr/bin/locale to exist without any locales. (7868)
503              
504              Allow the locale test needing POSIX and the taint test
505              needing IPC::SysV to run under 'minitest' (basically,
506              bail out if loading the extension fails). (8384)
507              
508              Cleanup the locale.t output  (8480)
509      Branch: maint-5.6/perl
510           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
511           !> t/pragma/locale.t
512 ____________________________________________________________________________
513 [  8599] By: jhi                                   on 2001/01/30  03:51:04
514         Log: Missing generated files from #8598.
515      Branch: maint-5.6/perl
516            ! embed.h global.sym objXSUB.h perlapi.c proto.h
517 ____________________________________________________________________________
518 [  8598] By: jhi                                   on 2001/01/30  03:41:54
519         Log: Integrate change #8555 from mainline, manually integrate parts
520              of changes 8452 and 8583.
521              
522              Subject: [PATCH] utf8.c documentation (8452)
523              
524              No point in checking the length if the pointer is bogus. (8555)
525              
526              Introduce bytes_from_utf8() and implement sv_eq() using it,
527              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
528              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
529              was malformed. (8583)
530      Branch: maint-5.6/perl
531            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
532           !> pod/perlapi.pod sv.c utf8.c
533 ____________________________________________________________________________
534 [  8597] By: gsar                                  on 2001/01/30  02:37:26
535         Log: get PERL_OBJECT build going again on windows
536      Branch: maint-5.6/perl
537            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
538            ! pod/perlapi.pod proto.h sv.c
539 ____________________________________________________________________________
540 [  8586] By: gsar                                  on 2001/01/29  13:43:44
541         Log: make the BOM detection code not call tell() until it has to
542              (meant to fix esoteric compatibility issues where PL_rsfp
543              is overridden)
544      Branch: maint-5.6/perl
545            ! toke.c
546 ____________________________________________________________________________
547 [  8580] By: jhi                                   on 2001/01/28  05:16:25
548         Log: Revert the change to sv_2pv() done by #8054: Someone who
549              did SvNV_set() on a scalar that also happened to be POK,
550              followed by sv_2pv() won't get the right coercion anymore.
551              [Sarathy]
552      Branch: maint-5.6/perl
553            ! sv.c
554 ____________________________________________________________________________
555 [  8579] By: jhi                                   on 2001/01/28  05:15:04
556         Log: Remove the #8084 effect: do not allow -Q to be interpreted
557              as -&Q(), this is too much wiggle room.
558      Branch: maint-5.6/perl
559            ! toke.c
560 ____________________________________________________________________________
561 [  8578] By: jhi                                   on 2001/01/28  05:12:45
562         Log: Needed bits of #8439 (should have been in #8576),
563              mainly for lval substr().
564      Branch: maint-5.6/perl
565            ! mg.c pp.c pp_hot.c
566 ____________________________________________________________________________
567 [  8577] By: jhi                                   on 2001/01/28  05:02:46
568         Log: A missing check-in.
569      Branch: maint-5.6/perl
570            ! utf8.c
571 ____________________________________________________________________________
572 [  8576] By: jhi                                   on 2001/01/28  04:26:18
573         Log: Integrate changes #8425,8436,8439,8517 from mainline.
574              The 8439 was not truly integrated because it had too many
575              dependencies on the development branch and because it introduced
576              concepts too bold for a maintenance branch (such as the qu operator).
577              
578              Subject: [PATCH perl@8342] -Wformat
579              
580              Tighten some of the UTF-8 tests a bit.
581              
582              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
583              - The substr lval was still not okay.
584              - Now pp_stringify and sv_setsv copies source's UTF8 flag
585              even if IN_BYTE.  pp_stringify is called from fold_constants
586              at optimization phase and "\x{100}" was made SvUTF8_off under
587              use bytes (the bytes pragma is for "byte semantics" and not
588              for "do not produce UTF8 data")
589      Branch: maint-5.6/perl
590            ! t/lib/charnames.t t/op/substr.t toke.c
591           !> sv.c t/pragma/utf8.t
592 ____________________________________________________________________________
593 [  8575] By: jhi                                   on 2001/01/28  04:01:51
594         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
595              
596              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
597              
598              Subject: [ID 20001230.003] UTF-8 tr still hurts
599              
600              Test cases for #8385 (from Simon's "torture.pl")
601              
602              Start fixing UTF-8 lval substr() (8405)
603      Branch: maint-5.6/perl
604           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
605           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
606 ____________________________________________________________________________
607 [  8574] By: jhi                                   on 2001/01/28  03:09:06
608         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
609              from mainline.
610              
611              UTF-8 cleanup.
612              
613              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
614              
615              "\x{FF}\xFF" was broken.
616              
617              Tests for #8329 and #8330.
618              
619              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
620              
621              IRIX compiler noticed that the bof initialization might be
622              bypassed by control flow.
623              
624              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
625      Branch: maint-5.6/perl
626           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
627           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
628 ____________________________________________________________________________
629 [  8572] By: jhi                                   on 2001/01/28  02:04:49
630         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
631              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
632              not really integrated but instead salvaged by hand
633              (they had too many dependencies on the development release
634              to be cleanly integratable).
635              
636              Subject: more UTF8 test suites and an UTF8 patch
637              
638              Tweak for MULTIPLICITY/USE_PERLIO
639              
640              Signedness nit.
641              
642              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
643              
644              Use the UTF8_XXX macros in is_utf8_char().
645              
646              Rewrite pp_concat() in terms of sv_catsv().  The . operator
647              should now be UTF-8-proof.
648              
649              Subject: [PATCH perl@8269] scanning two hex-constants
650              fails on EBCDIC environment (script length.t)
651              
652              Add some Unicode chop() tests.
653      Branch: maint-5.6/perl
654            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
655           !> sv.c t/op/chop.t utf8.h
656 ____________________________________________________________________________
657 [  8571] By: jhi                                   on 2001/01/28  00:35:59
658         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
659              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
660              
661              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
662              
663              The maxiters upper limit sanity check (guarding against
664              non-progress) assumed bytes instead of characters in s///
665              and split().
666              
667              Signedness nit.
668              
669              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
670              join() should now be UTF-8-proof.
671              
672              More split // UTF-8 tests. (8250)
673      Branch: maint-5.6/perl
674           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
675           !> util.c
676 ____________________________________________________________________________
677 [  8570] By: jhi                                   on 2001/01/27  22:15:46
678         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
679              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
680              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
681              8084,8204,8244,8333 from mainline.
682              
683              For -Q where Q might be a one-letter sub name one does no more
684              get a warning about an unknown filetest (7941,7943,7944,8084).
685              
686              Subject: Re: [ID 20001130.011] expression parsing bug ?
687              
688              Make uv_to_utf8() to zero-terminate its output buffer.
689              
690              Split off t/op/length.t (7995)
691              
692              Split off t/op/utf8decode.t (7996)
693              
694              Remove an unnecessary 'use utf8' from the utf8.t (7998)
695              
696              Split off t/op/concat.t (8004)
697              
698              Split off t/op/ver.t (8005)
699              
700              Document utf8_length(), utf8_distance(), and utf8_hop().
701              
702              Document utf8_to_uv() better.
703              
704              Introduce macros for UTF8 decoding (8028,8033).
705              
706              Add test for reverse() (8030,8031).
707              
708              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
709              
710              Do not return the Unicode replacement character    on UTF-8
711              decoding failure.
712              
713              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
714              not this_utf8 i.e. the output string has one, but don't mess
715              with source assumption. (8052,8053)
716              
717              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
718              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
719              was not expecting to be called with something that was already
720              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
721              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
722              (8054)
723              
724              Recode the naughty binary bytes in utf8decode.t using the \xHH.
725              
726              Make some panic messages a bit more logical.
727      Branch: maint-5.6/perl
728           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
729           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
730           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
731           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
732           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
733           !> utf8.c utf8.h
734 ____________________________________________________________________________
735 [  8569] By: jhi                                   on 2001/01/27  19:16:43
736         Log: Integrate changes #7750 from perlio and #8566 from mainline.
737      Branch: maint-5.6/perl
738           !> regexec.c sv.c
739 ____________________________________________________________________________
740 [  8568] By: jhi                                   on 2001/01/27  18:06:51
741         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
742              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
743              7935[-perlio.c],7936,7959,7965 from mainline.
744              
745              Change the "big byte" error message to "Wide character".
746              (7355, the croak-if-wide-chars-in-print part ignored)
747              
748              Use UINT64_C().
749              
750              Introduce Perl_utf8_length().
751              
752              diff -se shows these as different (7753, forgotten check-ins)
753              
754              Subject: [PATCH] doop.c - UTF8 tr///
755              
756              If we use (aTHX_ ...) then put Perl_ on the front.
757              
758              Make utf8_length() and utf8_distance() to be less forgiving
759              about bad UTF-8.
760              
761              Test line numbers are different with utf8.
762              
763              No need to scan till infinity, 13 is enough. (7872,7911)
764              
765              Subject: [PATCH] Tokeniser debugging
766              
767              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
768              
769              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
770              
771              Be more careful in Perl_sv_utf8_downgrade().
772              
773              Use DO_UTF8().
774              
775              Raw zero bytes in text files confuse at least GNU patch 2.1.
776      Branch: maint-5.6/perl
777           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
778           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
779           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
780           !> t/pragma/utf8.t toke.c utf8.c utf8.h
781 ____________________________________________________________________________
782 [  8553] By: jhi                                   on 2001/01/26  15:19:39
783         Log: Integrate change #7792 from perlio (multiplicity fix),
784              fix the AV leak in regex DEBUGGING (tiny part of the
785              polymorphic regexp patch #8143).
786      Branch: maint-5.6/perl
787            ! regcomp.c
788           !> scope.h
789 ____________________________________________________________________________
790 [  8551] By: jhi                                   on 2001/01/26  02:33:19
791         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
792              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
793              
794              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
795              
796              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
797              
798              Message nit.
799              
800              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
801              
802              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
803              
804              (the cleanup of unused submatches in regtry() and regcppop())
805              
806              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
807              stored and restored, and thusly was trounced by the utf8 swash
808              routines.
809              
810              use utf8 not required to use \x{}.
811              
812              Removed two more tests that make no sense in UTF-8 since the test
813              data is not in UTF-8.
814              
815              Get the three different space character classes right under utf8.
816              
817              Implement ANYOFUTF8 regprop() dumping.
818              
819              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
820              
821              Document the regex context pushing/popping a bit better.
822      Branch: maint-5.6/perl
823           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
824           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
825           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
826           !> t/op/regmesg.t utf8.c
827 ____________________________________________________________________________
828 [  8549] By: jhi                                   on 2001/01/25  15:22:28
829         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
830      Branch: maint-5.6/perl
831            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
832 ____________________________________________________________________________
833 [  8548] By: jhi                                   on 2001/01/25  15:02:55
834         Log: Integrate changes #7997,8063,8492,8547 from mainline.
835              
836              Subject: Re: STRLEN - what?
837              
838              Subject: [PATCH] perlguts.pod
839              
840              Memory management calls documentation.
841              
842              Layout using tabulator is not a good idea in a pod.
843      Branch: maint-5.6/perl
844           !> pod/perlguts.pod
845 ____________________________________________________________________________
846 [  8546] By: jhi                                   on 2001/01/25  14:31:12
847         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
848              from mainline.
849              
850              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
851              
852              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
853              
854              More Win32 editor/IDE/shell hints.
855              
856              More Win32 Perling.
857              
858              Yet another editor edit.
859              
860              Edit edit edit.
861              
862              IDE/editor section tweaking.
863              
864              Few more IDE/editor nits from p5p.
865      Branch: maint-5.6/perl
866           !> pod/perlfaq3.pod
867 ____________________________________________________________________________
868 [  8543] By: jhi                                   on 2001/01/25  03:52:08
869         Log: Integrate change #8462,8469 from mainline.
870              
871              In VMS Perl subversion (perl -V) is undef.
872      Branch: maint-5.6/perl
873           !> configure.com
874 ____________________________________________________________________________
875 [  8542] By: jhi                                   on 2001/01/25  03:44:55
876         Log: Integrate changes #7835,7850,8315,8316 from mainline.
877              
878              Solaris hints.
879      Branch: maint-5.6/perl
880           !> hints/solaris_2.sh
881 ____________________________________________________________________________
882 [  8541] By: jhi                                   on 2001/01/25  03:39:28
883         Log: Integrate #8336 from mainline.
884      Branch: maint-5.6/perl
885           !> hv.c
886 ____________________________________________________________________________
887 [  8540] By: jhi                                   on 2001/01/25  03:23:50
888         Log: Retract #8539.
889      Branch: maint-5.6/perl
890            ! pod/perlfaq3.pod
891 ____________________________________________________________________________
892 [  8539] By: jhi                                   on 2001/01/25  03:21:55
893         Log: (Retracted by #8540.)
894      Branch: maint-5.6/perl
895            ! pod/perlfaq3.pod
896 ____________________________________________________________________________
897 [  8538] By: jhi                                   on 2001/01/25  03:14:07
898         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
899              From: Peter Prymmer <pvhp@forte.com>
900              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
901              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
902              
903              The VMS bits.
904      Branch: maint-5.6/perl
905            ! configure.com vms/descrip_mms.template
906 ____________________________________________________________________________
907 [  8537] By: jhi                                   on 2001/01/25  03:06:09
908         Log: Integrate #7710,7824,7973 from mainline.
909      Branch: maint-5.6/perl
910           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
911           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
912           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
913           !> vos/config.ga.def vos/config.ga.h win32/config.bc
914           !> win32/config.gc win32/config.vc
915 ____________________________________________________________________________
916 [  8536] By: jhi                                   on 2001/01/24  13:50:20
917         Log: Revert the edits made by me so far to the 5.6 branch since
918              the TRIAL1 since I did edits when I should have been using
919              integrates.  Bad programmer.   (Will integrate them properly later.)
920              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
921              The #8353 will not be reapplied at least for now since
922              the UTF-8 hash keys need more thinking.
923              (The patches #8347, #8354, #8454, #8473 were okay since they
924              were original edits made specifically for the 5.6.1-TRIAL1.)
925      Branch: maint-5.6/perl
926            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
927            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
928            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
929            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
930            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
931            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
932            ! win32/config.bc win32/config.gc win32/config.vc
933 ____________________________________________________________________________
934 [  8473] By: gsar                                  on 2001/01/18  11:42:31
935         Log: unsubmitted trial1 change
936      Branch: maint-5.6/perl
937            ! Changes
938 ____________________________________________________________________________
939 [  8470] By: jhi                                   on 2001/01/18  04:16:00
940         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
941              From: Peter Prymmer <pvhp@forte.com>
942              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
943              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
944              Replace #8463.
945      Branch: maint-5.6/perl
946            ! configure.com
947 ____________________________________________________________________________
948 [  8463] By: jhi                                   on 2001/01/17  06:12:42
949         Log: (Replaced by #8470)
950              
951              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
952              From: "Craig A. Berry" <craigberry@mac.com>
953              Date: Tue, 16 Jan 2001 23:38:46 -0600
954              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
955      Branch: maint-5.6/perl
956            ! configure.com
957 ____________________________________________________________________________
958 [  8454] By: jhi                                   on 2001/01/16  16:12:39
959         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
960              From: "Indy Singh" <indy@nusphere.com>
961              Date: Wed, 10 Jan 2001 20:17:49 -0500
962              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
963      Branch: maint-5.6/perl
964            ! win32/Makefile
965 ____________________________________________________________________________
966 [  8376] By: jhi                                   on 2001/01/09  04:32:32
967         Log: integrate changes #7775, #8316, #8316 from mainline
968      Branch: maint-5.6/perl
969            ! hints/solaris_2.sh
970 ____________________________________________________________________________
971 [  8357] By: jhi                                   on 2001/01/07  21:16:09
972         Log: Update the EPOC cross SDK URL.
973      Branch: maint-5.6/perl
974            ! README.epoc
975 ____________________________________________________________________________
976 [  8355] By: jhi                                   on 2001/01/06  20:27:15
977         Log: integrate change #8336 from mainline
978              
979              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
980      Branch: maint-5.6/perl
981            ! hv.c
982 ____________________________________________________________________________
983 [  8354] By: jhi                                   on 2001/01/06  20:24:29
984         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
985              From: Robin Barker <rmb1@cise.npl.co.uk>
986              Date: Fri, 22 Dec 2000 12:17:38 GMT
987              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
988              
989              The patch reformats some long =item lines so they give
990              correct output via pod2man | nroff -man
991              
992              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
993              From: Robin Barker <rmb1@cise.npl.co.uk>
994              Date: Tue, 2 Jan 2001 15:35:03 GMT
995              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
996              
997              Here is a _further_ patch which corrects a few more errors:
998              * an empty C<=item> in CPAN.pm
999              * patching the wrong file (pod/perlamiga.pod not README.amiga)
1000              * leaving empty C<=item>s which formatted incorrectly
1001              * over long C<=item>s revealed by latest patch to Pod::Man
1002      Branch: maint-5.6/perl
1003            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1004            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1005            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
1006            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
1007            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
1008            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
1009 ____________________________________________________________________________
1010 [  8353] By: jhi                                   on 2001/01/06  20:21:10
1011         Log: integrate changes #7980, 8056, 8057 from mainline
1012              
1013              UTF-8 hash keys.
1014      Branch: maint-5.6/perl
1015            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
1016 ____________________________________________________________________________
1017 [  8352] By: jhi                                   on 2001/01/06  20:18:44
1018         Log: Forgotten from #8438.
1019      Branch: maint-5.6/perl
1020            ! epoc/epocish.h
1021 ____________________________________________________________________________
1022 [  8351] By: jhi                                   on 2001/01/06  20:18:12
1023         Log: Forgotten from #8347.
1024      Branch: maint-5.6/perl
1025            ! config_h.SH
1026 ____________________________________________________________________________
1027 [  8350] By: jhi                                   on 2001/01/06  20:00:19
1028         Log: Thinko in #8347.
1029      Branch: maint-5.6/perl
1030            ! regcomp.c
1031 ____________________________________________________________________________
1032 [  8349] By: jhi                                   on 2001/01/06  18:05:30
1033         Log: Copy the FAQ3 IDE section from the development branch,
1034              changes originally by Peter Prymmer.
1035      Branch: maint-5.6/perl
1036            ! pod/perlfaq3.pod
1037 ____________________________________________________________________________
1038 [  8348] By: jhi                                   on 2001/01/06  18:03:02
1039         Log: EPOC updates for TRIAL1.
1040              
1041              Subject: [5.6.1 trial1] EPOC update
1042              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1043              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
1044              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
1045              
1046              Subject: epoc patch2 for perl-5.6.1-trial1
1047              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1048              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
1049              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
1050      Branch: maint-5.6/perl
1051            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1052            ! epoc/epocish.c
1053 ____________________________________________________________________________
1054 [  8347] By: jhi                                   on 2001/01/06  17:29:10
1055         Log: integrate changes #7710,7824,7973 from mainline,
1056              plus VMS nits from Peter Prymmer and Dan Sugalski.
1057              
1058              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1059              library (getprotobyname and getprotobynumber are outversioned by
1060              the same calls in libc, at least for xlc version 3.
1061              
1062              Add HAS_SBRK_PROTO.
1063              
1064              Fixes for signedness warnings noticed by VMSperlers.
1065      Branch: maint-5.6/perl
1066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1067            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
1068            ! sv.c vms/descrip_mms.template vos/config.alpha.def
1069            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1070            ! win32/config.bc win32/config.gc win32/config.vc
1071
1072 ____________________________________________________________________________
1073 [  8182] By: gsar                                  on 2000/12/18  09:53:47
1074         Log: delete spurious files
1075      Branch: maint-5.6/perl
1076            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
1077            - vos/config.h vos/config_h.SH_orig
1078 ____________________________________________________________________________
1079 [  8181] By: gsar                                  on 2000/12/18  09:46:08
1080         Log: regen perltoc
1081      Branch: maint-5.6/perl
1082            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
1083 ____________________________________________________________________________
1084 [  8180] By: gsar                                  on 2000/12/18  09:20:27
1085         Log: integrate changes#7924..7926,7946,7952 from mainline
1086      Branch: maint-5.6/perl
1087           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
1088           !> lib/File/stat.pm t/lib/class-struct.t
1089 ____________________________________________________________________________
1090 [  8179] By: gsar                                  on 2000/12/18  08:55:54
1091         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
1092              7918,7919,7988,8907 from mainline (various)
1093      Branch: maint-5.6/perl
1094           +> t/lib/class-struct.t
1095           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
1096           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
1097           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
1098 ____________________________________________________________________________
1099 [  8178] By: gsar                                  on 2000/12/18  08:16:30
1100         Log: avoid redefinition warnings on windows due to sys/socket.h getting
1101              #included before win32.h
1102      Branch: maint-5.6/perl
1103            ! win32/include/sys/socket.h
1104 ____________________________________________________________________________
1105 [  8177] By: gsar                                  on 2000/12/18  05:24:04
1106         Log: make regen_headers; fix POSIX.xs problems; remove outdated
1107              code from sys/socket.h that makes build fail now
1108      Branch: maint-5.6/perl
1109            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1110            ! pod/perlapi.pod
1111           !> win32/include/sys/socket.h
1112 ____________________________________________________________________________
1113 [  8176] By: gsar                                  on 2000/12/18  05:20:17
1114         Log: update Changes
1115      Branch: maint-5.6/perl
1116            ! Changes patchlevel.h
1117 ____________________________________________________________________________
1118 [  8175] By: gsar                                  on 2000/12/18  04:57:48
1119         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
1120              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
1121              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
1122              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
1123              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
1124              7823,7825,7838
1125      Branch: maint-5.6/perl
1126           +> lib/File/Spec/Epoc.pm
1127           !> (integrate 88 files)
1128 ____________________________________________________________________________
1129 [  8174] By: gsar                                  on 2000/12/18  03:53:09
1130         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
1131              7625..7629,7631..7634,7637,7639,7642 from mainline
1132      Branch: maint-5.6/perl
1133           +> README.solaris
1134           !> (integrate 26 files)
1135 ____________________________________________________________________________
1136 [  8173] By: gsar                                  on 2000/12/18  03:37:02
1137         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
1138              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
1139              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
1140              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
1141      Branch: maint-5.6/perl
1142           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
1143            - MAINTAIN
1144           !> (integrate 111 files)
1145 ____________________________________________________________________________
1146 [  8171] By: gsar                                  on 2000/12/18  02:49:24
1147         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
1148              7465..7471 from mainline
1149              
1150              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1151              in platforms that strictly require all the symbols being present
1152              at link time.
1153              
1154              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1155              
1156              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1157              
1158              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1159              
1160              Subject: [PATCH] todo
1161              
1162              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1163              
1164              Use $sort, $uniq (and $tr) consistently as wondered
1165              by Nicholas Clark.
1166              
1167              Too enthusiastic editing in #7460.
1168              
1169              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1170              
1171              Upgrade to CPAN 1.58_55.
1172              Subject: CPAN.pm status
1173              
1174              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1175              
1176              Make target reordering to avoid pointless re-makes.
1177              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1178              
1179              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1180              
1181              Subject: DOC PATCH 5.6.0
1182              
1183              Add the repository doc by Malcolm, Sarathy, and by Simon,
1184              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1185      Branch: maint-5.6/perl
1186           +> Porting/repository.pod
1187           !> Configure MANIFEST Makefile.SH README.dos README.os2
1188           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
1189           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
1190           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
1191 ____________________________________________________________________________
1192 [  8169] By: gsar                                  on 2000/12/18  02:33:34
1193         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
1194              7435..7441,7445 from mainline
1195              
1196              Make the UTF-8 decoding stricter and more verbose when
1197              malformation happens.  This involved adding an argument
1198              to utf8_to_uv_chk(), which involved changing its prototype,
1199              and prefer STRLEN over I32 for the UTF-8 length, which as
1200              a domino effect necessitated changing the prototypes of
1201              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
1202              The stricter UTF-8 decoding checking uses Markus Kuhn's
1203              UTF-8 Decode Stress Tester from
1204              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
1205              
1206              Run vms/vms_yfix.pl, should have done that after changing
1207              perly.c in #7382.
1208              
1209              Subject: [PATCH 5.7.0] static linking with uninstalled perl
1210              
1211              (Replaced by #7440.)
1212              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1213              
1214              Fix the bug ID 20001024.005, the bug introduced by #7416.
1215              
1216              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
1217              
1218              Fix the bug reported in
1219              From: andreas.koenig@anima.de (Andreas J. Koenig)
1220              Also make is_utf8_char() stricter.
1221              
1222              Missed the header file changes from #7425.
1223              
1224              Check if stdio supports tweaking lval and cnt simultaneously.
1225              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1226              
1227              Stratus VOS updates from Paul Green.
1228              
1229              Podify README.epoc and README.vos.
1230              
1231              Add targets to Makefile.SH, most importantly
1232              'regen_all' which also remembers to update vms/perly*.
1233              
1234              Subject: Minor update to find2perl, for portability
1235              
1236              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
1237              
1238              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
1239              
1240              Rename UTF8LEN() to be UNISKIP(), too confusing to have
1241              UTF8LEN() and UTF8SKIP(). 
1242              
1243              Allow poking holes at the UTF-8 decoding strictness.
1244              
1245              Continue the internal UTF-8 API tweaking.
1246              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
1247              used much more than the simpler API, now called utf8_to_uv_simple().
1248              Still not quite happy with API, too much partial duplication
1249              of functionality.
1250              
1251              A new version of making the syslog test more robust.
1252              (Replaces #7421.)
1253              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1254              
1255              buildtoc target tweaks.
1256              
1257              Integrate with vmsperl #7430 by Charles Bailey:
1258              
1259              Cleanup from prior patch (Charles Lane?):
1260              - improve handling of MFDs in Basename and Path
1261              - default to no xsubpp line # munging when building debug images
1262      Branch: maint-5.6/perl
1263           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1264           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
1265           !> (integrate 67 files)
1266 ____________________________________________________________________________
1267 [  8168] By: gsar                                  on 2000/12/18  02:05:49
1268         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
1269              
1270              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1271              From: Martin Husemann <martin@duskware.de>
1272              
1273              Subject: [PATCH 5.7.0] restore match data on backtracing
1274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1275      Branch: maint-5.6/perl
1276           !> regcomp.c regexec.c t/op/re_tests
1277 ____________________________________________________________________________
1278 [  8167] By: gsar                                  on 2000/12/18  01:55:22
1279         Log: integrate changes#7858,7986 from mainline
1280              
1281              C<foreach my $x ...> in pseudo-fork()ed process may diddle
1282              parent's memory; fix it by keeping track of the actual pad
1283              offset rather than a raw pointer (this change is probably also
1284              relevant to non-ithreads case to avoid fallout from reallocs of
1285              the pad array, but is currently only enabled for the ithreads
1286              case in the interests of minimal disruption to existing "well
1287              tested" code)
1288              
1289              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
1290              due to the notorious GetFileType() bug in Windows 9x, which fstat()
1291              tickles)
1292      Branch: maint-5.6/perl
1293           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
1294           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
1295           !> win32/win32.c win32/win32.h win32/win32sck.c
1296 ____________________________________________________________________________
1297 [  8166] By: gsar                                  on 2000/12/18  01:52:59
1298         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
1299              from mainline (xsubpp and ExtUtils::LibList fixups, various
1300              other small items)
1301      Branch: maint-5.6/perl
1302           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
1303           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
1304           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
1305           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
1306           !> win32/bin/search.pl
1307 ____________________________________________________________________________
1308 [  8165] By: gsar                                  on 2000/12/18  01:28:45
1309         Log: integrate changes#7533,7563,7611,7623 from mainline (various
1310              malloc.c embellishments)
1311      Branch: maint-5.6/perl
1312           !> malloc.c pod/perldiag.pod
1313 ____________________________________________________________________________
1314 [  8164] By: gsar                                  on 2000/12/18  01:23:33
1315         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
1316              fixups)
1317      Branch: maint-5.6/perl
1318           !> utils/h2xs.PL
1319 ____________________________________________________________________________
1320 [  8163] By: gsar                                  on 2000/12/18  01:17:50
1321         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
1322              fixups)
1323      Branch: maint-5.6/perl
1324           !> Makefile.SH utils/perlbug.PL
1325 ____________________________________________________________________________
1326 [  8162] By: gsar                                  on 2000/12/18  00:25:43
1327         Log: always export Perl_deb() (it is required by re.xs whether
1328              Perl is built with or without -DDEBUGGING)
1329      Branch: maint-5.6/perl
1330            ! makedef.pl
1331 ____________________________________________________________________________
1332 [  8161] By: gsar                                  on 2000/12/18  00:23:38
1333         Log: integrate change#7414 from mainline
1334              
1335              Undo the basename() part of #7412 since the lib/basename
1336              tests would need upgrading too.
1337              
1338              squelch two tests in tr.t that rely on tr/// paranoia change
1339              that's not in 5.6.x
1340      Branch: maint-5.6/perl
1341            ! t/op/tr.t
1342           !> lib/File/Basename.pm
1343 ____________________________________________________________________________
1344 [  8160] By: gsar                                  on 2000/12/18  00:05:30
1345         Log: missing change in previous integrate
1346      Branch: maint-5.6/perl
1347           !> README.aix
1348 ____________________________________________________________________________
1349 [  8159] By: gsar                                  on 2000/12/18  00:03:38
1350         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
1351              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
1352              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
1353              7410..7413 from mainline
1354      Branch: maint-5.6/perl
1355           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
1356           +> t/lib/tie-splice.t
1357            - lib/unicode/Is/DCinital.pl
1358           !> (integrate 112 files)
1359 ____________________________________________________________________________
1360 [  8156] By: gsar                                  on 2000/12/17  22:49:13
1361         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
1362              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
1363              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
1364              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
1365              7201,7204 from mainline
1366      Branch: maint-5.6/perl
1367           !> (integrate 121 files)
1368 ____________________________________________________________________________
1369 [  8153] By: gsar                                  on 2000/12/17  21:23:05
1370         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
1371              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
1372              from mainline
1373              
1374              Document the SvIOK_.*UV().
1375              
1376              Update Unicode todo list.
1377              
1378              Guard against bad string->int conversion for quads.
1379              
1380              Subject: small apidoc fix
1381              
1382              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
1383              
1384              Subject: [PATCH] Tied filehandle documentation
1385              
1386              Subject: [PATCH] Modernize Opcode.pm documentation
1387              
1388              Make Data::Dumper (non-XS) to work with changed semantics of ref().
1389              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
1390              [applied even though said semantics didn't change in 5.6.x]
1391              
1392              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
1393              
1394              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
1395              
1396              Fix the URL, but the server is still missing in action.
1397              Subject: [ID 20000905.002] perlfaq1.pod URL error
1398              
1399              Subject: [ID 20000903.001] \w in utf8-strings
1400              
1401              Fix the ccversion detection for 5.1 and beyond.
1402              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1403              
1404              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
1405              
1406              Subject: [ID 20000904.008] Tiny fix for perldiag
1407              
1408              Subject: Re: [ID 20000906.004] segfault with bad perl statement
1409              
1410              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1411              
1412              Subject: [ID 20000908.002] perlipc documentation bug.
1413              
1414              Subject: [PATCH lib/Benchmark.pm]
1415              
1416              Re-allow vec() for characters > 255.
1417              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
1418              
1419              Do away with memory models cruft.  Sorry, PDP users.
1420              
1421              Continue #7041.
1422              
1423              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
1424              
1425              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
1426              
1427              Upgrade to CPAN 1.57_65, from Andreas König.
1428              
1429              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
1430              by Russ Allbery.
1431              
1432              Silence t/pod/*.t about alternate quote-mappings now implemented
1433              by Pod::Text, from Brad Appleton.
1434              
1435              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
1436              Subject: borland C++ win32.c tweak
1437              
1438              C<@a = @b = split(...)> optimization coredumps under ithreads
1439              (missed a spot when fixing up op_pmreplroot hack for ithreads)
1440              
1441              Document the SvUTF8*().
1442              
1443              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
1444              
1445              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
1446              
1447              Do in VMS as the #7054 does.
1448              
1449              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
1450              
1451              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
1452              
1453              Subject: [patch: perl@7045] vms updates
1454              
1455              Test for the #7049.
1456              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
1457              
1458              Break up the myconfig lines a bit.
1459              Subject: perlbug/perl -V output format
1460              
1461              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
1462              
1463              The #7054 truncated Configure badly.
1464              
1465              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
1466              initialization in all the threads on Windows
1467              
1468              Allow for whitespace between "#" and "line" in cpp output.
1469              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
1470              
1471              Remove vestiges of tr//CU.
1472              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1473              
1474              The return value of setlocale must be copied away.
1475              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
1476              
1477              Allow chop() and chomp() to be overridden.
1478              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
1479              
1480              Hints optimization.
1481              Subject: Minor nit
1482              
1483              Subject: [PATCH] de-wall t/README
1484              
1485              Subject: Re: Two advertising clauses need to be removed
1486      Branch: maint-5.6/perl
1487           !> (integrate 75 files)
1488 ____________________________________________________________________________
1489 [  8152] By: gsar                                  on 2000/12/17  20:30:11
1490         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
1491              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
1492              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
1493              
1494              Don't attach -ld to the archname if pointless.
1495              
1496              Document UNTIE in a very minimalistic way.
1497              
1498              POSIX doesn't report long double values under -Duselongdouble
1499              when the long doubles are "real" (bigger than doubles).
1500              
1501              More author updates.
1502              
1503              Try to deduce NV_MAX.  Really should be Configure fodder.
1504              
1505              :: not allowed in pathnames, change to .
1506              Subject: [PATCH perl@6938] cygwin port
1507              
1508              Forget about NV_MAX (#6951).  Various floating point tweaks,
1509              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
1510              
1511              Move the Solaris 7 scan to use64bitall, make the
1512              failure to find 64-bot sparc libc to mention the
1513              possibility of being in an intel, from Lupe and Alan.
1514              
1515              Regen perltoc.
1516              
1517              AUTHORS tweaks, from Peter Prymmer.
1518              
1519              More address tweaking.
1520              
1521              Small tweaks all over.
1522              
1523              File::Temp patches from Andreas König,
1524              
1525              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
1526              
1527              Subject: CPAN.pm beta 1.57_57 for the core
1528              
1529              Part of the solution.
1530              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
1531              
1532              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
1533              
1534              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1535              
1536              Add the overload warnings to perldiag.
1537              
1538              Drop unused argument.
1539              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
1540              
1541              Subject: Nit in Configure (bleadperl@6961)
1542              
1543              Update to PodParser 1.18, from Brad Appleton.
1544              
1545              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
1546              
1547              Subject: [PATCH: 6948] add SCNfldbl to configure.com
1548              
1549              Document UNTIE. Also tweak implementation to suppress the 'inner references'
1550              warning when UNTIE exists and instead pass the cound of extra references to
1551              the UNTIE method.
1552              
1553              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
1554              so that case-ignoring systems like DCL can tell them from
1555              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
1556              
1557              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1558              
1559              Feature ordering tweak.
1560              
1561              Regen perltoc.
1562              
1563              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
1564              
1565              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
1566              
1567              Subject: http:// in L<>
1568              
1569              Detypo.
1570              
1571              change#6791 accidentally clobbered change#6710, put it back
1572              
1573              Only the first line, thank you very much.
1574              
1575              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
1576              plus rework the http: spots as suggested by Tom Christiansen,
1577              plus regen perltoc.
1578              
1579              Undo part of change 6489 which looks like a bulk edit which
1580              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
1581              The supressing of main:: on return from select() is undesirable.
1582              
1583              Apparently avoiding the swapping is too costly.
1584              
1585              Various Configure nits by Philip Newton,
1586              plus the ebcdic one by me.
1587              
1588              Make certain cc is set before trying to run it.
1589              
1590              If overloaded %{} etc. return the object do not loop.
1591              Thus  sub deref { $_[0] } functions if object is wanted type.
1592              
1593              Update perlhist.
1594              
1595              More %{} and other deref special casing - do not pass to 'nomethod'.
1596      Branch: maint-5.6/perl
1597           !> (integrate 59 files)
1598 ____________________________________________________________________________
1599 [  8151] By: gsar                                  on 2000/12/17  19:14:38
1600         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
1601              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
1602              
1603              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
1604              
1605              Make the epsilon to be relative, not absolute.
1606              
1607              Put back the flags dump as reasoned in
1608              Subject: Re: [PATCH] Glob dumping
1609              
1610              Introduce ccname to keep track of what compiler kind of we have.
1611              
1612              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
1613              
1614              Put back the slice accidentally removed by #6907.
1615              
1616              Reset archname and archname64 always, forcing them be
1617              recomputed at each Configure run, make Configure and
1618              the hints files agree on the naming of largefiles variables.
1619              
1620              Don't say "Perl 5.0 source kit".
1621              
1622              Subject: [PATCH] fix misc cast warnings
1623              
1624              Subject: typos in pods
1625              
1626              NVs not necessarily doubles, as pointed out by Yitzchak.
1627              
1628              Subject: [PATCH 6889] add a few ldbl formats to configure.com
1629              
1630              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
1631              
1632              Better options for rsync.
1633              
1634              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
1635              
1636              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
1637              
1638              Subject: [PATCH] Re: UNTIE method 
1639              
1640              A better fix for the Socket building problem from Craig Berry.
1641              
1642              Retract the dummy test, skip the security tests (instead of failing),
1643              explain what the warnings mean.
1644              
1645              Heap decorruption.
1646              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
1647              
1648              Update to Unicode 3.0.1.
1649              
1650              Missed one Unicode file.
1651              
1652              Subject: Re: typos in pods
1653              
1654              The #6929 was too skimpy.
1655              
1656              sscanf() may be the only way to read long doubles from strings.
1657              
1658              Reveal Borland's isnan.
1659              Subject: build with BC++ tweak
1660              
1661              Issue useful diagnostic on unknown pod commands.
1662              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
1663              
1664              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
1665              
1666              Clarify the third case of ftmp-security warnings.
1667              
1668              Make -Dusemorebits find long doubles in Solaris.
1669              
1670              Wrap the test in eval.
1671      Branch: maint-5.6/perl
1672           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
1673           +> lib/unicode/PropList.txt lib/unicode/README.perl
1674           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
1675           +> lib/unicode/Unicode.301 vms/vmspipe.com
1676            - lib/unicode/Props.txt lib/unicode/UCD300.html
1677            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
1678           !> (integrate 305 files)
1679 ____________________________________________________________________________
1680 [  8146] By: gsar                                  on 2000/12/17  18:09:08
1681         Log: update Changes
1682      Branch: maint-5.6/perl
1683            ! Changes
1684 ____________________________________________________________________________
1685 [  7899] By: gsar                                  on 2000/11/28  06:32:55
1686         Log: reintegrate files missed by change#7895
1687      Branch: maint-5.6/perl
1688           +> ext/ByteLoader/bytecode.h utils/Makefile
1689            - utils/perlbc.PL
1690 ____________________________________________________________________________
1691 [  7897] By: gsar                                  on 2000/11/27  18:22:47
1692         Log: can't integrate these two files, for some reason
1693      Branch: maint-5.6/perl
1694            - ext/ByteLoader/bytecode.h utils/Makefile
1695 ____________________________________________________________________________
1696 [  7895] By: gsar                                  on 2000/11/27  18:11:21
1697         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
1698              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
1699              6757..6890,6892..6901 from mainline
1700              
1701              Bytecompiler patches from Benjamin Stuhl.
1702              
1703              More bytecompiler.
1704              
1705              Subject: [PATCH blead] B:: missing dependency
1706              
1707              Subject: [PATCH: 6757] configure.com updates and syslog build
1708              
1709              Long double Gconvert fixes from Yitzchak Scott-Thoennes
1710              and Spider Boardman.
1711              
1712              Subject: [PATCH blead] nextchar() abuse misses an optimisation
1713              
1714              Long double fixes from Spider Boardman.
1715              
1716              Make the selection of NVff et al stricter.
1717              
1718              cSVOPo_*v things index into the current PL_curpad
1719              under ithreads, which is different from the curpad
1720              used by the XSUB.  (In other words, the code as-is
1721              before this patch wouldn't work under ithreads.)
1722              
1723              Be portable.
1724              
1725              VMS MMS (make) wants null action.
1726              
1727              Mac and other portability updates from Chris Nandor.
1728              
1729              Storable support, v-version fixes.
1730              Subject: CPAN.pm beta for testing available
1731              
1732              Portability fix from Hugo van der Sanden.
1733              
1734              Bad makefile.
1735              
1736              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
1737              
1738              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
1739              
1740              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1741              
1742              Replace #6705 with a minimal doc patch.
1743              Subject: [PATCH 5.6.0] replace change #6705
1744              
1745              Drop the separate perlbc, perlcc -b should be enough.
1746              
1747              installperl couldn't tell whether it had run tests or not.
1748              Subject: [PATCH] Re: installperl and t/TEST
1749              
1750              Add silencer flags to installperl.
1751              Subject: [PATCH] Making installperl silent.
1752              
1753              Make "make install" by default silent.  A new "install-verbose"
1754              target is verbose.
1755              
1756              More liberal parsing of version numbers.
1757              Subject: Re: CPAN.pm beta for testing available
1758              
1759              Create directories in silence.
1760              Subject: [PATCH] Another silencer for MakeMaker
1761              
1762              DOS patches and portability/porting notes, from Tim Jenness.
1763              
1764              Make installman to recognize the silence flag -S.
1765              
1766              Actually do something with the silencer option.
1767              
1768              Continue silencing.
1769              
1770              Show the doc file, not the temp file.
1771              
1772              Regen perltoc.
1773              
1774              Subject: [PATCH] More silencing of installman.
1775              
1776              Better wording for the vec lvalue diagnostic.
1777              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1778              
1779              Subject: [PATCH: 6805] several more tweaks to configure.com
1780              
1781              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
1782              
1783              Missing parts of 
1784              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
1785              
1786              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
1787              (applied slightly modified)
1788              
1789              installperl --verbose and --silent.
1790              Subject: Re: [PATCH] More silencing of installman.
1791              
1792              Add install-silent target.
1793              
1794              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
1795              the problem reported in
1796              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
1797              
1798              Tweak the sfio/useperlio logic, hopefully as wished in
1799              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
1800              
1801              One forgotten file from #6816.
1802              
1803              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
1804              
1805              Remove duplicately applied patch shards.
1806              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
1807              
1808              Support preserving extremely big/small angles.
1809              
1810              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
1811              
1812              Subject: [PATCH] installation not quite silent yet.
1813              
1814              Update the test count.
1815              
1816              Use UVxf, PTR2UV, NVff.
1817              
1818              Document PTR2XX and INT2PTR.
1819              
1820              no-install target a la make -n.
1821              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
1822              
1823              grep -e isn't portable.
1824              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
1825              
1826              Can't get the test to reliably work thanks to the
1827              inaccurateness of floating point.  "Resolves" bug ids
1828              20000826.003, 20000826.009, 20000826.010,
1829              
1830              Subject: installman buglet
1831              
1832              DJGPP update from Laszlo Molnar.
1833              
1834              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1835              
1836              Passing -R in ldflags makes now it to appear in the default
1837              for lddlflags, just like with -L.
1838              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1839              
1840              Test nit.
1841              
1842              Use the actual thread type, not the pointer-to-struct.
1843              
1844              Provice virtual $Config{ccflags_nolargefiles} etc. 
1845              
1846              display_format used as a class method without arguments was broken,
1847              reported in
1848              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
1849              
1850              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
1851              
1852              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
1853              
1854              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
1855              
1856              opmini.o may be left around if a build is interrupted.
1857              
1858              Typo in #6858.
1859              
1860              Fix for ID 20000828.001, long doubles were not formatted
1861              correctly (showed up in $], which stopped installing perl).
1862              
1863              An attempt to fix the problem reported in
1864              Subject: Building perl@6856 using gcc/AIX 4.3.3 
1865              I can't test this properly since the gcc installation I have
1866              access to seems to be botched (gcc is calling the AIX cpp,
1867              a losing proposition...)
1868              
1869              Add -ld to archname on long tr...double platforms.
1870              
1871              Subject: hv.h Doc Patch
1872              
1873              Potential cruft.
1874              
1875              Subject: [PATCH bleedperl@6856] warnings fixes
1876              
1877              -S is the silent flag, -s is the strip flag.
1878              Subject: [PATCH] Re: [PATCH] make no-install          
1879              
1880              Take out the SUIDMAIL thing, that will not be
1881              a problem in 5.7.*.
1882              
1883              Subject: [PATCH bleedperl@6866] spellings
1884              
1885              Subject: [PATCH] Re: files not cleaned even by veryclean
1886              
1887              Use minimal @INC in tests, most of the time just '../lib',
1888              so that we simply can't pick up stuff from other Perls than
1889              the one we are testing.  Pointed out by
1890              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
1891              
1892              Update to Getopt::Long 2.24, from Johan Vromans.
1893              
1894              Fix for thinko in #6848.
1895              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
1896              
1897              Patches all over for people and the files they (hopefully) care about.
1898              
1899              Subject: Net::protoent does not export 'getproto'
1900              
1901              Missed a change in #6869.
1902              
1903              Subject: [PATCH] Warnings in B::Deparse
1904              
1905              Subject: [PATCH] Glob dumping
1906              
1907              Disable one of the tests for now.
1908              
1909              Disabling the one test is a bit tricky.
1910              
1911              Don't forget to tidy up.
1912              
1913              The #6881 removed one dump line.
1914              
1915              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
1916              
1917              Under usethreads the dumped variable is IN_PAD.
1918              Subject: Re: [PATCH] Glob dumping
1919              
1920              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
1921              
1922              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
1923              
1924              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
1925              
1926              Regen Configure for #6894.
1927              
1928              Subject: [PATCH: 6889] updates to perlebcdic.pod
1929              
1930              Undo namespace pollution of #6878.
1931              Subject: Re: Net::protoent does not export 'getproto'
1932              
1933              Admit that we are leaking scalars.
1934              
1935              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
1936      Branch: maint-5.6/perl
1937           !> (integrate 271 files)
1938 ____________________________________________________________________________
1939 [  7894] By: gsar                                  on 2000/11/27  16:00:34
1940         Log: a couple of nits
1941      Branch: maint-5.6/perl
1942            ! MANIFEST pp_sys.c
1943 ____________________________________________________________________________
1944 [  7893] By: gsar                                  on 2000/11/27  15:10:56
1945         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
1946              6740..6745,6747..6757,6760
1947              
1948              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
1949              
1950              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
1951              
1952              Doc nits spotted by Richard Soderberg.
1953              
1954              move WNOHANG definition to where other such things are
1955              
1956              Make $Config{byteorder} more magical so that it is
1957              dynamically computed: nice for 'fat binaries'.
1958              Subject: [PATCH]: default byteorder
1959              
1960              Subject: [PATCH] Cwd.pm now uses strict
1961              
1962              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
1963              
1964              Get -DLEAKTEST to compile (not necessarily to work, mind)
1965              Subject: [ID 20000724.006] -DLEAKTEST problem
1966              
1967              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
1968              
1969              Add perlebcdic from Peter Prymmer, regen toc.
1970              
1971              Don't propose using modules built for 5.005 if no binary
1972              compatibility with 5.005 is attempted.
1973              
1974              Do not use prototyping here.
1975              Subject: [ID 20000817.016] [PATCH] Peek.xs
1976              
1977              Document what the backtick returns if the command fails.
1978              
1979              Add byteorder to the myconfig output.
1980              
1981              Introduce NVef, NVff, and NVgf, use the middle one.
1982              (helps for lib/peek + Linux + long doubles)  Reported in
1983              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1984              Use NVs in POSIX math, not doubles.
1985              Subject: [ID 20000817.014] POSIX & modfl
1986              
1987              Subject: [PATCH 5.6.0+] newSVrv() memory leak
1988              
1989              The byteorder code in #6671 was wrong.
1990              
1991              Fix the lib/complex failure of
1992              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1993              Linux long double accuracy issue: something that
1994              when printed with %g looks like "2" but int() of it is 1.
1995              
1996              Propagate new Configure vars.
1997              
1998              Unbuffer the output.
1999              
2000              Subject: [PATCH] perltrap.pod spring cleaning
2001              
2002              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
2003              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
2004              
2005              Tiny Getopt::Long patch from Johan Vromans.
2006              
2007              Document code point which makes if (defined %stash::) to work
2008              (noted by Spider Boardman).
2009              
2010              Subject: [PATCH perl@6698] cygwin port
2011              
2012              Document the NDBM_File and ODBM_File as SDBM_File
2013              was documented in #6417.
2014              
2015              The new tests were missing from #6415.
2016              
2017              Add [[:blank:]] as suggested in
2018              Subject: [ID 20000716.024] [=cc=] / [:blank:]
2019              (the [=cc=] has already been taken care of by #6439
2020              so the whole bug report can be closed)
2021              and make [[:space:]] to be equivalent to isspace(3)
2022              (as opposed to \s, which is isSPACE()).  The difference
2023              is that now [[:space:]] matches the mythical vertical tab,
2024              while \s doesn't.
2025              
2026              Don't eat leading os from index entries.
2027              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
2028              
2029              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
2030              
2031              Typo in pp_complement().
2032              Subject: [PATCH perl-current] Deparse
2033              
2034              Add warnif(), check warnings further up the stack,
2035              all the warnings functions now can take an optional object reference.
2036              Subject: [PATCH bleedperl@6691] warnings pragma update
2037              
2038              Fix a core dump in lib/selfloader under -DDEBUGGING.
2039              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
2040              
2041              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
2042              
2043              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
2044              
2045              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
2046              Put back the long double avoidance code to POSIX.xs
2047              because VMS seems to need it still.
2048              
2049              Introduce a 'veryclean' target that is like 'distclean'
2050              but also removes *~ and *.orig.
2051              
2052              Subject: [ID 20000817.023] endianness description in perlfunc.pod
2053              
2054              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
2055              
2056              Let's try #6717 again.
2057              
2058              UTF8 concat fixes.
2059              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
2060              
2061              pp_open() could pass an uninitialized filename down to do_open9().
2062              
2063              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
2064              
2065              Update to CGI 2.72, from Lincoln Stein.
2066              
2067              Subject: [PATCH] Silence MakeMaker (Was: installman)
2068              
2069              Use temporary directory instead of current directory.
2070              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
2071              
2072              Document odd vs even subreleases and -Dusedevel.
2073              
2074              The veryclean target needs to clobber.
2075              
2076              Use File::Spec->tmpdir().
2077              
2078              Document the number of exponent digits.
2079              
2080              Mention perlebcdic and perlposix-bc.
2081              
2082              s/this one/the 5.6.0 release/
2083              
2084              The #6724 is here.
2085              
2086              The correct cleaning order is an art.
2087              
2088              small tweaks for change#6705: avoid C++ style comments in C code;
2089              use Perl's malloc API rather than the low level system one
2090              
2091              Array context keeps slithering in.
2092              
2093              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
2094              
2095              Subject: [PATCH] os2.c fix for use64bitint
2096              
2097              Update to Pod::LaTeX 0.53.
2098              Subject: [PATCH] lib/Pod/LaTeX.pm updates
2099              
2100              Document the endianness of Alpha more precisely.
2101              
2102              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
2103              
2104              Rename the macro argument because some preprocessors
2105              can't tell the difference and expand arguments also inside
2106              double quoted strings.
2107              
2108              free TLS slot properly on Windows
2109              
2110              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
2111              
2112              Unicos/mk requires elaborate paranoia.
2113              
2114              Tweak the floating point output routine preferences.
2115              
2116              Also under djgpp the timestamps are funky.
2117              
2118              Apply some PodParser 1.18 patches; the Pod/Find.pm
2119              patches cannot be applied since #6712 conflicts.
2120              
2121              Use PodParser 1.18 new test.
2122              
2123              A pod nit.
2124              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
2125              
2126              Be verydeepclean.
2127      Branch: maint-5.6/perl
2128           +> pod/perlebcdic.pod
2129           !> (integrate 106 files)
2130 ____________________________________________________________________________
2131 [  7887] By: gsar                                  on 2000/11/27  14:13:05
2132         Log: integrate changes#6613..6616,6620..6665 from mainline
2133              
2134              VMS configure.com update continues.
2135              
2136              Subject: Test fails / warnings with perl-current #6612
2137              
2138              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
2139              
2140              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
2141              
2142              For now remove the mail code.
2143              
2144              Subject: Re: [PATCH] @+, @- readonly
2145              
2146              Subject: warning: storage class after type is obsolescent
2147              
2148              Subject: sfio2000
2149              
2150              Subject: Re: File::Temp problems on VMS in bleedperl
2151              
2152              README.os2 update.
2153              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
2154              
2155              Make the user to give up his firstborn, err, to knowingly
2156              verify installing an unstable developer release.  Also bump
2157              the release to 5.7.0, but leave a patch tag in the local
2158              patches saying that this is not yet the real thing.
2159              
2160              Update (kinda) to Test 1.14, from Joshua Pritikin.
2161              
2162              make ok etc also for win32.
2163              
2164              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
2165              
2166              Don't blow limited stacks, a lower number is enough to
2167              tickle the lookbehind limit.
2168              
2169              Use -Dusedevel; regen Configure and the respective Porting stuff.
2170              
2171              Subject: [PATCH] debugger exit code should reflect user exit code
2172              
2173              Subject: [PATCH perl@6620] cygwin port
2174              
2175              Missed a file from #6638.
2176              
2177              Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
2178              
2179              magic callbacks all need to have same type signature
2180              
2181              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
2182              
2183              Fix a dependency problem.
2184              Subject: [PATCH: 6640] VMS Makefile.SH update
2185              
2186              The numeric locale was reset to "C" by s?printf and never restored.
2187              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
2188              No test since adding the failing example to locale.t
2189              does not fail -- probably because the locale settings are so
2190              thoroughly tweaked by that time.  Running the example standalone
2191              does fail, though.  UPDATE: test case added at change #7540.
2192              
2193              Subject: [ID 20000324.040] minor fix to perlhpux.pod
2194              
2195              Update to CPAN 1.57.
2196              
2197              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
2198              
2199              Change the perlbug address to perl.org since it's more forgiving.
2200              
2201              Change the regx compilation error markers to use = instead of <
2202              since pod makes using the latter quite messy.  Reported in
2203              ID 20000814.006 by Abigail and in
2204              Subject: Unknown escape E<> ?
2205              
2206              Update to perldebtut 1.9, from Richard Foley.
2207              
2208              check that the number pseudo children doesn't exceed
2209              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
2210              the WaitForMultipleObjects() limit that would cause wait()
2211              to crash)
2212              wait() and waitpid() could potentially be rewritten to use
2213              more than one thread to do the waiting to eliminate this
2214              limitation
2215              
2216              change#6328 could make close(SOCKET) return false on windows
2217              when it shouldn't
2218              
2219              pod nit seen in passing
2220              
2221              on windows, the return values from wait() and waitpid() don't
2222              match those of pseudo-pids
2223              
2224              waitpid() now handles externally spawned pids correctly;
2225              fixes for backtick/wait/waitpid failures on Windows 9x
2226              these changes make the pid returned by process functions on
2227              Windows 9x always positive by clearing the high bit (which
2228              is always set on Win9x); pseudo-process PIDs are likewise
2229              always negative now on Win9x (just as on NT/2000)
2230              
2231              trailing new %ENV entries weren't being pushed into the real
2232              environment of subprocesses on Windows
2233              
2234              Tweak the regex compilation errors once more.
2235              
2236              avoid warnings from dense compiler
2237              
2238              add "ok" targets from change#6632 in makefile.mk
2239      Branch: maint-5.6/perl
2240            - lib/Pod/PlainText.pm vms/configure.com
2241           !> (integrate 66 files)
2242 ____________________________________________________________________________
2243 [  7885] By: gsar                                  on 2000/11/27  13:53:18
2244         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
2245              6610..6611 from mainline
2246              
2247              Make regular expression parse error messages easier to understand.
2248              Subject: Re: enhanced(?) regex error messages
2249              
2250              Tiny tidying on report_evil_fh().
2251              
2252              Subject: Re: enhanced(?) regex error messages 
2253              plus Capitalize the error messages, plus perldiag them.
2254              
2255              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
2256              
2257              Document here-doc better.
2258              
2259              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
2260              
2261              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
2262              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
2263              (either perlbug or p5p ate the original), plus regen
2264              perlapi and perltoc. 
2265              
2266              Regen global.sym.
2267              
2268              Double check that we have a dirhandle.
2269              
2270              Subject: Re: enhanced(?) regex error messages
2271              (plus two small patches sent privately)
2272              (this still seems to leave few test failures)
2273              
2274              warn is a macro, avoid using at a variable to avoid warnings
2275              in some configurations; readdir.t is too conservative in
2276              estimating number of *.t's
2277              
2278              Get back into sync with Jeffrey on the enhanced regex warnings.
2279              
2280              Subject: [PATCH 5.6.0] cygwin port
2281              
2282              Zero entries were skipped, fix from Adrian Goalby
2283              <argoalby@yahoo.co.uk>
2284              
2285              Subject: Remove dead entry in perldiag
2286              
2287              Amend the description of Perl6.
2288              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
2289              
2290              detypo
2291              
2292              It's the 2ndO'ROSSC.
2293              
2294              Revert the sv.c part of #6559, a better fix is needed.
2295              
2296              Iterating perl6 description.
2297              
2298              Update to Term::ANSIColor 1.03, from Russ Allbery.
2299              
2300              Update to Getopt::Long 2.23_05, from Johan Vromans.
2301              
2302              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
2303              
2304              Update to Pod::Parser 1.17, from Brad Appleton.
2305              
2306              Update to CPAN 1.56, from Andreas König.
2307              
2308              Update to CGI 2.70, from Lincoln Stein.
2309              
2310              Put back the std @INC thing.
2311              
2312              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
2313              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
2314              
2315              Document the IO::Select timeout.
2316              
2317              sleep(1) does not necessarily return 1.
2318              Subject: [PATCH bleadperl] op/lex_assign.t  
2319              
2320              Subject: debugger "d" command doesnt check line number
2321              
2322              B::Deparse didn't do sub attributes.
2323              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2324              
2325              Preprocessing and postprocessing for File::Find.
2326              Subject: Patch to Find::File.pm to allow alphabetical results
2327              
2328              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
2329              
2330              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
2331              
2332              Subject: Re: [ID 20000730.003] utf8::length() bad
2333              
2334              Subject: Getting perlio and threads to compile
2335              (the Solaris version changes in Configure skipped)
2336              
2337              Tests for #6589.
2338              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2339              
2340              Add Perl debugging tutorial, regen toc. 
2341              Subject: perldebtut.pod
2342              
2343              Add a few missing files, update MANIFEST.
2344              
2345              Rewrite of vms/subconfigure.com as configure.com,
2346              from Peter Prymmer and the vmsperl crew.
2347              
2348              Should have deleted this in #6603.
2349              
2350              Fix the test for 5005threads.
2351              
2352              Fix-n-skip the tests under 5005threads.
2353              
2354              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
2355              
2356              Upgrade to CGI 2.71, from Lincoln Stein.
2357      Branch: maint-5.6/perl
2358           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
2359           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
2360           +> t/op/regmesg.t t/pod/find.t vms/configure.com
2361            - vms/subconfigure.com
2362            ! lib/lib.pm
2363           !> (integrate 115 files)
2364 ____________________________________________________________________________
2365 [  7883] By: gsar                                  on 2000/11/27  11:50:46
2366         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
2367              6511..6513,6515..6523,6525..6536
2368              
2369              The swallow_bom() saga continues.  The #23 of require.t
2370              (UTF16-LE) still fails (silently, no output) but the #22
2371              (UTF16-BE) seems to be working now.  The root of the
2372              failure may be in sv_gets(): is it UTF-16LE-aware,
2373              especially when it comes to line endings? 
2374              
2375              Document the problem with -P in HP-UX and its workaround.
2376              
2377              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
2378              (aka ID 20000730.002)
2379              
2380              Subject: fix and question re: waitpid() under win32
2381              
2382              Make the safety catch for buggy gccs work with triple version
2383              numbers like 2.95.2.  Reported in
2384              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
2385              
2386              In Digital UNIX warn if gcc explicitly chosen because even
2387              2.95.2 is known to cause problems.
2388              
2389              Make chr() for values >127 to create utf8 when under utf8.
2390              
2391              various syntax errors and such (not fixed: comp/require.t#22 coredump
2392              on Windows)
2393              
2394              Stash away the largefiles flags and libswanted.
2395              
2396              BOM patching from Simon Cozens.
2397              
2398              If gccosandvers is equal to osname, clear gccosandvers.
2399              
2400              Make p4desc to skip non-mainperl branches by default.
2401              
2402              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
2403              
2404              The test from this
2405              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
2406              
2407              In new BSDs changes to argv[] do not show up in ps(1) output,
2408              instead one must use setproctitle().  This was already addressed
2409              by change #6457, but the below has a new variant for FreeBSD 4.0
2410              or later, and the matter is also documented more.
2411              
2412              FreeBSD 3.* updates from
2413              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2414              
2415              regen_headers, regen perltoc.
2416              
2417              Document in one place the memory abstractions used in Perl core.
2418              
2419              memcpy has n o in it, as pinted ut by Sarathy.
2420              
2421              Remove the extraneous "main::" prefix from all the
2422              "opened only for", "on closed", and "never opened" warnings.
2423              
2424              The name of a filehandle does not have <these>.
2425              
2426              The tr utf8 patching continues.
2427              
2428              The new setproctitle() feature is available only in 
2429              bleeding edge FreeBSD.  From Paul Saab.
2430              
2431              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
2432              
2433              Dump UVs as UVs in Data::Dumper.
2434              
2435              detypo #6494
2436              
2437              Document the IVdf UVuf UVof UVxf.
2438              
2439              require.t needs binmode() to work on windows
2440              
2441              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
2442              that are hopefully soon put into use.
2443              
2444              Allow "no Module;" even if there is no 'unimport'.
2445              
2446              Better skip message for the test; one of the two problems in
2447              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2448              
2449              The subtest 4 may fail also on VOBS, as pointed out
2450              by Nick Ing-Simmons in November 1999, bug id 19991124.003
2451              (but the failure in that bug report isn't the subtest 4).
2452              
2453              Be more informative on what is skipped and why,
2454              also repeat the list at the end.
2455              
2456              Add a URL for FSF.
2457              
2458              Subject: [PATCH] sv.h documentation - SvLEN
2459              
2460              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
2461              
2462              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
2463              
2464              Subject: [PATCH] bad cppsymbols on os2 + Configure question
2465              
2466              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
2467              
2468              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
2469              mention the idea of @( and @)
2470              
2471              This is 6512.  Really.
2472              
2473              Subject: [ID 19990721.004] Documentation bug in perlfunc
2474              
2475              Subject: Minor tweak to perlvar.pod
2476              
2477              In the warnings call filehandles consistently so;
2478              add "unopened" warning for stat().
2479              
2480              After the #6519 a warning about stat() is just that,
2481              not about a filetest, which now have their own warning.
2482              
2483              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
2484              
2485              Subject: Re: Array vs. List context
2486              
2487              Subject: New perlcc, take 2
2488              
2489              Weed buglets pointed out by
2490              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
2491              
2492              gcc versions might have (parentheses) in them.
2493              
2494              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
2495              
2496              Essential prototype changes were missing from #6527.
2497              Also make report_evil_fh() more bomb-proof.
2498              
2499              Zap lib/Sys directory when cleaning up.
2500              
2501              Change the Policy policy: now -Dprefix= with an existing
2502              Policy.sh and prefix == siteprefix == vendorprefix, then all
2503              of them follow along the new prefix.
2504              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
2505              
2506              Continue fixing the io warnings.  This also
2507              sort of fixes bug ID 20000802.003: the core dump
2508              is no more.  Whether the current behaviour is correct
2509              (giving a warning: "Not a format reference"), is another matter.
2510              
2511              Have symbols for the IoTYPEs.
2512              
2513              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
2514              
2515              Document a bit that UDP is not what you might think.
2516              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
2517              tr memory corruption fix from Simon Cozens.
2518              
2519              Plug the security hole described in the Aug 05 2000 bugtraq message
2520              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
2521              The security hole exists only in suidperls, which isn't
2522              installed or even built by default.
2523      Branch: maint-5.6/perl
2524           !> (integrate 71 files)
2525 ____________________________________________________________________________
2526 [  7882] By: gsar                                  on 2000/11/27  10:25:36
2527         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
2528              from mainline
2529              
2530              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
2531              to be fatal errors (instead of by default ignoring them, and
2532              ignoring with a bug: even though -w gave an error, the opening [
2533              was left in)  Reported in:
2534              
2535              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
2536              
2537              Subject: [PATCH] split /^/
2538              
2539              MacOS nits from Matthias Neeracher.
2540              
2541              More split() doc and test patches from Mike Guy.
2542              
2543              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2544              from Graham Barr in the module list.
2545              
2546              docfix from Peter Scott <Peter@PSDT.com>.
2547              
2548              File::Temp patches for VMS and OS/2 from Tim Jenness.
2549              
2550              open() wariness in perlbug.
2551              
2552              Subject: [PATCH] minor doc change - perlguts
2553              
2554              Subject: Minor doc patch: handy.h
2555              
2556              Be wary of close()s, too.
2557              
2558              Further File::Temp patches from Yitzchak Scott-Thoennes
2559              and Craig A. Berry.
2560              
2561              Subject: [PATCH] fixes bug 20000508.004
2562              
2563              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
2564              
2565              Allow "no AutoLoader;", based on change #6444,
2566              suggested by Graham Barr.
2567              
2568              Use setproctitle() if available to modify $0.
2569              
2570              Warn if the version of the operating system used to compile gcc
2571              differs from the current version of the operating system.
2572              Also display the gcc compilation os and version in myconfig.
2573              Inspiration from
2574              
2575              Tiny fixes for #6460.
2576              
2577              The problem described in this
2578              Subject: [ID 20000322.018] named chars aren't magical enough
2579              has been fixed in perl 5.6.0 but just in case added a test
2580              to keep it away.  (The report from Joseph Hall.)
2581              
2582              Tune the comments and hopefully stop a memory leak.
2583              
2584              Subject: UTF8 concat
2585              (with a memory leak fixed, plus a few casts added)
2586              This also seems to help for
2587              Subject: [ID 20000716.015] join UTF8 weirdness
2588              
2589              Do not upgrade SVs into utf8 just because they participate
2590              in eq or cmp.  Reported and fix suggested in
2591              Subject: [ID 20000720.009] sv_eq UTF8 bug
2592              
2593              Fix the HALF_UPGRADE() macro introduced in #6263.
2594              
2595              Find green threads before native threads.
2596              Subject: Re: Patch to jpl/JNI/Makefile.PL
2597      Branch: maint-5.6/perl
2598           !> (integrate 30 files)
2599 ____________________________________________________________________________
2600 [  7846] By: gsar                                  on 2000/11/24  00:55:57
2601         Log: integrate changes#6415..6418,6420..6438 from mainline
2602              
2603              Fix the bitvector ops for utf8 (tricky since past 7 bits
2604              the utf8 'characters' can be more than one octet).
2605              
2606              MPE/ix updates for perl 5.6.0 from Mark Bixby.
2607              
2608              Subject: SDBM_File documentation
2609              
2610              Detypo.
2611              
2612              Decutandpasto.
2613              
2614              Send all installperl messages to STDERR and be -w clean.
2615              
2616              Out-of-date note removed.
2617              
2618              Protect against "wild next"s, that is, callbacks doing "next"
2619              instead of "return".
2620              
2621              Use STDOUT consistently.
2622              
2623              The output might have been produced in the wrong order.
2624              
2625              A missing 'break' after the [[:space:]] switch case.
2626              
2627              Add tests for
2628              [ID 19991110.003] another matching finding by pcre author
2629              which has already been fixed by some patch, as verified in
2630              
2631              Documentation to explain the behaviour of map().
2632              
2633              Add an optimization for map-maps-a-list-element-to-more-list-elements
2634              case, but add also notes explaining the relationship of this
2635              patch and the earlier notes by Sarathy.
2636              
2637              Subject: [ID 20000716.023] syslog test fails without sockets
2638              
2639              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2640              Test cases for #6431.
2641              
2642              File::Spec::VMS fixup for tmpdir from Craig Berry.
2643              
2644              Make the "uninit variable" warning to say "concat or string"
2645              or "join or string" when in concat or join .
2646              
2647              Get UTF16 BOMs working.  Patch from
2648              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2649              
2650              Subject: [PATCH] Make large file tests deal with SIGXFSZ
2651              
2652              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
2653              
2654              Subject: [PATCH] av.c apidoc
2655      Branch: maint-5.6/perl
2656           !> (integrate 43 files)
2657 ____________________________________________________________________________
2658 [  7845] By: gsar                                  on 2000/11/24  00:20:45
2659         Log: integrate changes#6406..6414 from mainline
2660              
2661              Merge perlhacktut into perlhack, update perlguts.
2662              
2663              Fix AutoSplit to use File::Spec the right way in VMS,
2664              from Peter Prymmer.
2665              
2666              The bug report
2667              [ID 19991110.002] minimal matching discrepancy found by pcre author
2668              seems to have been fixed (though differently from what was suggested
2669              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
2670              
2671              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
2672              not in pod, from Peter Prymmer
2673              
2674              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
2675              From: Hugo <hv@crypt.compulink.co.uk>
2676              Date: Fri, 14 Jul 2000 23:05:20 +0100
2677              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
2678              
2679              Didn't anymore apply, but that point still could use another fix.
2680              
2681              lib/b test fixes from Peter Prymmer.
2682              
2683              More docs for sv functions.
2684              
2685              perlvms.pod whitespace cleanup to keep pod utils happy.
2686              
2687              another VMS build tweak from Peter Prymmer
2688      Branch: maint-5.6/perl
2689           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
2690           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
2691           !> vms/descrip_mms.template vms/perlvms.pod
2692 ____________________________________________________________________________
2693 [  7799] By: gsar                                  on 2000/11/22  01:02:56
2694         Log: some lib_pm.PL changes snuck in via change#7772
2695      Branch: maint-5.6/perl
2696            ! Makefile.SH
2697 ____________________________________________________________________________
2698 [  7781] By: gsar                                  on 2000/11/20  19:02:55
2699         Log: type mismatch due to faulty integration
2700      Branch: maint-5.6/perl
2701            ! toke.c win32/Makefile
2702 ____________________________________________________________________________
2703 [  7780] By: gsar                                  on 2000/11/20  17:31:55
2704         Log: integrate changes#6392,6394..6399,6401..6404
2705              
2706              The {multiplier} of a fixed substring was overlooked which
2707              caused a wrong initial search offset for that substring.
2708              
2709              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2710              From: Hugo <hv@crypt.compulink.co.uk>
2711              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2712              Date: Thu, 13 Jul 2000 19:27:13 +0100
2713              
2714              Fix the BOM bug: not a byteorder bug, a signedness bug.
2715              
2716              Replace change #6337 with a better one.
2717              
2718              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2719              From: Hugo <hv@crypt.compulink.co.uk>
2720              Date: Fri, 14 Jul 2000 04:16:20 +0100
2721              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2722              
2723              MakeMaker should not remove editor backups (*~) on `make clean`
2724              by default (completes change#6383)
2725              
2726              move new variables to the end of the interpreter structure (for
2727              bincompat in code that doesn't #include XSUB.h)
2728              
2729              rename totally bletcherous SvLOCK() thingy (doesn't do what the
2730              name suggests anyway)
2731              
2732              various cleanups (typos, misformatted code, and small bugs)
2733              
2734              typecasts needed for change#6394
2735              
2736              typos in change#6399, regen headers
2737              
2738              inconsistent types needs casts
2739              
2740              PERL_OBJECT build tweaks
2741      Branch: maint-5.6/perl
2742           !> MANIFEST doop.c embed.h embed.pl embedvar.h
2743           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
2744           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
2745           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
2746           !> toke.c util.c
2747 ____________________________________________________________________________
2748 [  7779] By: gsar                                  on 2000/11/20  17:06:29
2749         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
2750              
2751              Cosmetics and perldelta.
2752              
2753              Fix nits noticed by Boston.pm.
2754              
2755              Do the cc sanity check both before the hints and
2756              after the cc selction.
2757              
2758              get sprintf.t to adjust properly for 3-digit exponents
2759              
2760              don't clobber *.orig files on *clean targets
2761              
2762              fix bugs in processing %v-*d and similar format specs (from
2763              Avi Finkel <avi@finkel.org>)
2764              
2765              sprintf test tweaks (from Dominic Dunlop)
2766              
2767              new selfloader.t in change#6183 doesn't close DATA handles,
2768              and thus fails to clean up tmp files on dosish platforms
2769              
2770              typos (spotted by Peter Prymmer)
2771              
2772              typo fix from Craig Berry
2773      Branch: maint-5.6/perl
2774           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
2775           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
2776           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
2777           !> x2p/Makefile.SH
2778 ____________________________________________________________________________
2779 [  7778] By: gsar                                  on 2000/11/20  16:46:51
2780         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
2781              
2782              Subject: Re: format bug report  [Patch]
2783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2784              Date: Wed, 05 Jul 2000 13:12:52 +0200
2785              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
2786              
2787              Subject: Re: format bug report  [Patch]
2788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2789              Date: Wed, 05 Jul 2000 14:10:01 +0200
2790              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
2791              
2792              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
2793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2794              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
2795              Date: Fri, 07 Jul 2000 17:57:16 +0100
2796              
2797              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
2798              To: perl5-porters@perl.org
2799              From: Karsten Sperling <spiff@phreax.net>
2800              Date: Mon, 10 Jul 2000 15:12:52 +0200
2801              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
2802              
2803              README.posix-bc podified from Thomas Dorner.
2804              
2805              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
2806              From: Dominic Dunlop <domo@computer.org>
2807              Date: Tue, 11 Jul 2000 12:27:33 +0200
2808              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
2809              
2810              Typo in #6341.
2811              
2812              Fix for
2813              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
2814              From: Roderick Schertler <roderick@argon.org>
2815              Date: Tue, 11 Jul 2000 13:55:05 -0400
2816              Message-Id: <200007111755.NAA05077@jones.argon.org>
2817              
2818              Minor cleanups on the booklist.
2819              
2820              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2821              regen perltoc.
2822              
2823              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
2824      Branch: maint-5.6/perl
2825           +> pod/perlbook.pod
2826           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
2827           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
2828           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
2829 ____________________________________________________________________________
2830 [  7772] By: gsar                                  on 2000/11/20  13:06:23
2831         Log: integrate changes#6315..6319,6321..6331,6333..6338
2832              
2833              Integrate with Sarathy, preliminary fix for unicos
2834              alignment problems in [ID 20000612.002] Perl problem on Cray system.
2835              
2836              some debugger output does not go to the socket when RemotePort is set
2837              
2838              winsock cleanup never done on Windows (leads to handle leaks)
2839              
2840              fix UNC path handling on Windows under ithreads, and chdir()
2841              return value when given a non-existent directory
2842              
2843              Autogenerate pod/Makefile and pod/buildtoc.
2844              buildtoc also checks whether the existin pods are
2845              mentioned in MANIFEST and perl.pod, and vice versa.
2846              (None of the thusly found discrepancies fixed yet.)
2847              roffitall also needs to be autogenerated similarly but it
2848              seems so badly out of date that I didn't touch it yet.
2849              
2850              Config is being used.
2851              
2852              Add =head1 NAMEs so that buildtoc is happy.
2853              (The CGI::Util nit reported to Lincoln.)
2854              
2855              Fix complaints of buildtoc.
2856              
2857              Fix the alignment problem in Crays ([ID 20000612.002]).
2858              
2859              Remove perlbook, update perlfaq book listing,
2860              rearrange perl.pod, regenerate perltoc.
2861              
2862              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
2863              was cast to an unsigned (32-bit) integer with wild abandon.
2864              
2865              winsock options weren't being set in all threads under ithreads
2866              (caused send()s from second and subsequent threads to fail)
2867              
2868              accept() leaks memory on windows due to incorrect ordering of
2869              closesocket() and fclose() calls
2870              
2871              Reorder perl.pod once more.
2872              
2873              More POSIX.pod tweaks.
2874              
2875              Sprinkle ldlibpath.
2876              
2877              Precedence goof, fix based on
2878              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
2879              From: Hugo <hv@crypt.compulink.co.uk>
2880              Date: Tue, 11 Jul 2000 12:52:38 +0100
2881              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
2882              
2883              Subject: PATCH perlguts.pod: Document D and d magic types
2884              From: mjd@plover.com
2885              Date: 5 Jul 2000 18:01:51 -0000
2886              Message-ID: <20000705180151.29413.qmail@plover.com>
2887              
2888              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
2889              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
2890              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
2891              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
2892              
2893              Subject: [PATCH cfgperl] $& segfaults if you trick it
2894              From: simon@brecon.co.uk (Simon Cozens)
2895              Date: 7 Jul 2000 11:26:09 GMT
2896              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
2897              
2898              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2899              From: Hugo <hv@crypt.compulink.co.uk>
2900              Date: Tue, 11 Jul 2000 12:44:50 +0100
2901              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
2902              
2903              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
2904              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2905              Date: Tue, 11 Jul 2000 13:50:51 +0100
2906              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
2907      Branch: maint-5.6/perl
2908           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
2909           +> pod/buildtoc.PL
2910            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
2911           !> (integrate 26 files)
2912 ____________________________________________________________________________
2913 [  7771] By: gsar                                  on 2000/11/20  12:31:42
2914         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
2915              6310,6311,6314
2916              
2917              Subject: [PATCH bleedperl] File::Spec 0.82 beta
2918              From: Barrie Slaymaker <barries@jester.slaysys.com>
2919              Date: Wed, 28 Jun 2000 11:35:29 -0400
2920              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
2921              
2922              tweak perlembed for multiplicity/usethreads sanity; correct notes
2923              about Windows
2924              
2925              localize %INC in a Safe compartment so that use/require work
2926              (many other magic globals probably need similar treatment)
2927              
2928              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2929              when @_ is modified, causing coredumps
2930              
2931              slurp mode fix in change#4736 still not quite right
2932              
2933              Point to perlipc for more SysV IPC examples.
2934              
2935              Elaborate POSIX.pod.  Still needs work.
2936              
2937              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
2938              
2939              fix large memory leak that has been around for ever, masked by
2940              -DPURIFY (most of the arenas were never freed!)
2941              
2942              fix memory leak on Windows (PL_sys_intern contents were never
2943              freed)
2944              
2945              PERL_OBJECT build tweak
2946              
2947              adjust change#6299
2948              
2949              remove rel2abs prototypes (from Barrie Slaymaker)
2950              
2951              missing perldiag entry for unpack("w",...) diagnostic (from
2952              Andreas Koenig)
2953              
2954              better diagnostic on Frob->stuff() when Frob:: doesn't exist
2955              (from Richard Soderberg <rs@oregonnet.com>)
2956              
2957              Win32 patches for cfgperl from Sarathy.
2958              
2959              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
2960              
2961              More POSIX.pod embellishment.
2962              
2963              tyop in change#6306
2964      Branch: maint-5.6/perl
2965           !> (integrate 44 files)
2966 ____________________________________________________________________________
2967 [  7770] By: gsar                                  on 2000/11/20  11:51:00
2968         Log: integrate changes#6268..6282 from cfgperl branch
2969              
2970              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
2971              From: Dominic Dunlop <domo@computer.org>
2972              Date: Thu, 29 Jun 2000 12:32:39 +0200
2973              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
2974              
2975              Regen headers for #6261 (and update embed.pl for this) and #6267,
2976              silence few compiler warnings.
2977              
2978              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
2979              From: Nicholas Clark <nick@talking.bollo.cx>
2980              Date: Fri, 23 Jun 2000 16:21:15 +0100
2981              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
2982              
2983              Subject: PATCH pod/perltie.pod
2984              From: Ian Phillipps <Ian.Phillipps@iname.com>
2985              Date: Fri, 16 Jun 2000 00:17:19 +0100
2986              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
2987              (only the first hunk, the second hunk had already been done
2988              by some other patch)
2989              
2990              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
2991              From: Tom Phoenix <rootbeer@redcat.com>
2992              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
2993              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
2994              
2995              Subject: [PATCH] xsub attributes
2996              From: Doug MacEachern <dougm@covalent.net>
2997              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
2998              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
2999              
3000              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
3001              From: Andy Dougherty <doughera@lafayette.edu>
3002              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
3003              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
3004              
3005              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
3006              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3007              Date: Tue, 13 Jun 2000 02:43:48 -0500
3008              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
3009              
3010              Subject: [PATCH] Re: eval documentation: context
3011              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3012              Date: Mon, 12 Jun 2000 15:07:29 +0100
3013              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
3014              
3015              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
3016              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3017              Date: Mon, 12 Jun 2000 14:55:59 +0100
3018              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
3019              
3020              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
3021              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
3022              Date: Fri, 09 Jun 2000 12:39:27 -0400
3023              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
3024              (plus update the version "number" of Text::Wrap)
3025              
3026              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
3027              From: Tim Ayers <tayers@bridge.com>
3028              Date: Thu, 08 Jun 2000 08:11:06 +0200
3029              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
3030              [resent by Richard Foley, Message-Id probably wrong]
3031              
3032              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
3033              From: rspier@pobox.com (Robert Spier)
3034              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
3035              Message-ID: <14654.31913.845602.610277@rls.cx>
3036              
3037              Subject: [PATCH 5.6.0] utils/h2xs.PL
3038              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3039              Date: Wed, 7 Jun 2000 04:02:04 -0500
3040              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
3041              
3042              Subject: [PATCH 5.6.0]ITHREADs for VMS
3043              From: Dan Sugalski <dan@sidhe.org>
3044              Date: Tue, 06 Jun 2000 11:59:50 -0400
3045              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
3046      Branch: maint-5.6/perl
3047           !> (integrate 31 files)
3048 ____________________________________________________________________________
3049 [  7769] By: gsar                                  on 2000/11/20  11:29:06
3050         Log: integrate changes#6261..6266 from cfgperl
3051              
3052              Subject: Re: [PATCH cfgperl] BOMs away!
3053              From: simon@brecon.co.uk (Simon Cozens)
3054              Date: 17 Jun 2000 11:49:57 GMT
3055              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
3056              
3057              Subject: 5.6.0 Patch for EPOC
3058              From: Olaf Flebbe <o.flebbe@gmx.de>
3059              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
3060              Message-ID: <23449.960929969@www11.gmx.net>
3061              
3062              tr fixes from Simon Cozens
3063              
3064              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
3065              From: Marty Lucich <marty@netcom.com>
3066              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
3067              Message-Id: <200006282116.OAA11148@netcom.com>
3068              ccdlflags update (the BSD/OS 4.1 part had already been taken
3069              care of by #6141).
3070              
3071              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
3072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3073              Date: Wed, 28 Jun 2000 17:50:12 -0700
3074              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
3075              
3076              Subject: [PATCH 5.6.0] cygwin port
3077              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
3078              From: "Fifer, Eric" <EFifer@sanwaint.com>
3079              Date: Thu, 29 Jun 2000 12:58:29 +0100
3080      Branch: maint-5.6/perl
3081           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
3082           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
3083           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3084           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
3085 ____________________________________________________________________________
3086 [  7768] By: gsar                                  on 2000/11/20  11:13:44
3087         Log: integrate changes#6252..6256,6259..6260
3088              
3089              Paranoia tweak on #6249.
3090              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3091              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3092              Date: Sun, 25 Jun 2000 23:43:12 -0400
3093              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
3094              
3095              Subject: tr///, help wanted.
3096              From: simon@brecon.co.uk (Simon Cozens)
3097              Date: 28 Jun 2000 11:29:04 GMT
3098              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
3099              
3100              small thinko tweaks
3101              
3102              tweaks from Simon Conzes to further fix tr/// under utf8
3103              
3104              perlnewmod was missing from MANIFEST.
3105              
3106              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
3107              From: simon@brecon.co.uk (Simon Cozens)
3108              Date: 17 Jun 2000 11:56:44 GMT
3109              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
3110              pack U0, pack C0
3111      Branch: maint-5.6/perl
3112           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
3113           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
3114           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
3115           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
3116 ____________________________________________________________________________
3117 [  7767] By: gsar                                  on 2000/11/20  10:51:38
3118         Log: integrate change#6250 from cfgperl
3119              
3120              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
3121              From: Doug MacEachern <dougm@covalent.net>
3122              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
3123              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
3124      Branch: maint-5.6/perl
3125           +> t/op/my_stash.t
3126           !> MANIFEST embed.pl global.sym proto.h toke.c
3127 ____________________________________________________________________________
3128 [  7766] By: gsar                                  on 2000/11/20  10:48:34
3129         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
3130              
3131              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
3132              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3133              Date: Mon, 26 Jun 2000 18:40:14 +0100
3134              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
3135              
3136              Subject: [PATCH] bytes<->utf8 fixes
3137              From: simon@brecon.co.uk (Simon Cozens)
3138              Date: 26 Jun 2000 04:55:45 GMT
3139              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
3140              
3141              Subject: [PATCH] is_utf8_string
3142              From: simon@brecon.co.uk (Simon Cozens)
3143              Date: 26 Jun 2000 02:25:59 GMT
3144              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
3145              
3146              Subject: [PATCH] avoid mg_ptr in '*' magic
3147              From: Doug MacEachern <dougm@covalent.net>
3148              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
3149              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
3150              
3151              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
3152              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3153              Date: Sat, 24 Jun 2000 13:06:20 +0100
3154              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
3155              
3156              Allow for standalone testing.
3157              
3158              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
3159              From: Mark-Jason Dominus <mjd@plover.com>
3160              Date: Tue, 27 Jun 2000 22:36:42 -0400
3161              Message-ID: <20000628023642.12166.qmail@plover.com>
3162              
3163              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3164              From: Frank Tobin <ftobin@uiuc.edu>
3165              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
3166              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
3167      Branch: maint-5.6/perl
3168           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
3169           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
3170           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
3171           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
3172           !> utf8.c utils/h2xs.PL
3173 ____________________________________________________________________________
3174 [  7765] By: gsar                                  on 2000/11/20  10:29:13
3175         Log: integrate change#6239 from cfgperl
3176              
3177              Configure maintenance.  Sever some dependency cycles,
3178              separate gccversion from the cc unit,
3179              address [ID 20000623.006] Configure script patch for using gcc on AIX
3180              (but solve it a little bit differently),
3181              unduplex some accidentally duplicated units,
3182              suggest using gcc if no cc available
3183              (p5p thread: "Solaris configure: counterproposal", 1999-09)
3184      Branch: maint-5.6/perl
3185           !> Configure Todo-5.6 config_h.SH
3186 ____________________________________________________________________________
3187 [  7764] By: gsar                                  on 2000/11/20  10:25:55
3188         Log: integrate changes#6233..6238 from cfgperl
3189              
3190              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
3191              From: Mark-Jason Dominus <mjd@plover.com>
3192              Date: Fri, 16 Jun 2000 20:53:04 -0400
3193              Message-ID: <20000617005304.8008.qmail@plover.com>
3194              
3195              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
3196              because when run as services (Win32ese for daemons)
3197              no environment variables are set and tmpdir ends up as /tmp,
3198              which is ambiguous.
3199              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
3200              From: matt@sergeant.org
3201              Date: 16 Jun 2000 16:30:43 -0000
3202              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
3203              
3204              The thread begun by
3205              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
3206              From: Kevin.Ruscoe@ubsw.com
3207              Date: Fri, 16 Jun 2000 16:38:51 +0100
3208              Message-Id: <H000019b03c300d6@MHS>
3209              
3210              Tweak embed.pl, regen headers.
3211              
3212              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
3213              From: Dan Sugalski <dan@sidhe.org>
3214              Date: Fri, 23 Jun 2000 17:00:00 -0400
3215              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
3216      Branch: maint-5.6/perl
3217           !> (integrate 27 files)
3218 ____________________________________________________________________________
3219 [  7763] By: gsar                                  on 2000/11/20  10:08:08
3220         Log: s/perl56delta/perldelta/g
3221      Branch: maint-5.6/perl
3222            ! pod/Makefile
3223 ____________________________________________________________________________
3224 [  7762] By: gsar                                  on 2000/11/20  10:04:00
3225         Log: integrate changes#6225,6229,6231,6232 from cfgperl
3226              
3227              Add source code filenames to apidoc.
3228              From: simon@brecon.co.uk (Simon Cozens)
3229              Subject: [PATCH embed.pl] Source X-ref
3230              Date: 22 Jun 2000 02:18:49 GMT
3231              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
3232              
3233              Subject: README.hpux version 0.6.1
3234              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
3235              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3236              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
3237              
3238              Subject: [PATCH 5.6.0] cygwin port
3239              From: "Fifer, Eric" <EFifer@sanwaint.com>
3240              Date: Tue, 20 Jun 2000 14:30:58 +0100
3241              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
3242              
3243              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
3244              From: simon@brecon.co.uk (Simon Cozens)
3245              Date: 19 Jun 2000 15:18:27 GMT
3246              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
3247              
3248              plus update pod/Makefile and regenerate perltoc
3249      Branch: maint-5.6/perl
3250           +> pod/perlutil.pod
3251           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
3252           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
3253 ____________________________________________________________________________
3254 [  7344] By: gsar                                  on 2000/10/16  09:30:21
3255         Log: integrate change#6220 from cfgperl
3256              
3257              Win32 patches from Benjamin Stuhl.
3258      Branch: maint-5.6/perl
3259           !> makedef.pl win32/win32.h
3260 ____________________________________________________________________________
3261 [  7343] By: gsar                                  on 2000/10/16  08:32:19
3262         Log: integrate changes#6221,6222 from cfgperl
3263              
3264              Remove tr///CU (the feature is to be obsoleted by better interfaces).
3265              From: simon@brecon.co.uk (Simon Cozens)
3266              Subject: [PATCH] Eliminate tr///[CU][CU]
3267              Date: 23 Jun 2000 11:05:40 GMT
3268              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
3269              
3270              doc typo fix
3271              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
3272              From: Ian Phillipps <Ian.Phillipps@iname.com>
3273              Date: Fri, 23 Jun 2000 10:40:58 +0100
3274              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
3275      Branch: maint-5.6/perl
3276           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
3277 ____________________________________________________________________________
3278 [  7342] By: gsar                                  on 2000/10/16  08:28:08
3279         Log: integrate change#6217 from cfgperl (in part)
3280              
3281              Rename the fdpid locking and integrate with Sarathy.
3282      Branch: maint-5.6/perl
3283           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
3284           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
3285           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
3286           !> win32/win32.c
3287 ____________________________________________________________________________
3288 [  7341] By: gsar                                  on 2000/10/16  08:23:39
3289         Log: integrate changes#6214..6216 from mainline
3290              
3291              @_ can't have junk in it even in the non-USE_ITHREADS case because
3292              caller() wants to populate @DB::args with it (causes a coredump
3293              in Carp::confess())
3294              
3295              tweak comment about @DB::args
3296              
3297              be more optimal about clearing @_
3298      Branch: maint-5.6/perl
3299           !> av.h cop.h pp_ctl.c t/op/runlevel.t
3300 ____________________________________________________________________________
3301 [  7340] By: gsar                                  on 2000/10/16  08:20:37
3302         Log: integrate changes#6207..6210 from cfgperl
3303              
3304              Subject: [PATCH 5.6.0] Threadsafe patches
3305              From: Dan Sugalski <dan@sidhe.org>
3306              To: perl5-porters@perl.org
3307              Date: Mon, 08 May 2000 18:08:13 -0400
3308              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
3309              
3310              Regen headers for #6207.
3311              
3312              Lock PL_fdpid against race conditions, based on:
3313              Subject: [PATCH 5.6.0]subprocess fixup for threads
3314              From: Dan Sugalski <dan@sidhe.org>
3315              To: perl5-porters@perl.org
3316              Date: Tue, 11 Apr 2000 17:02:32 -0400
3317              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
3318              
3319              Mopup for #6207 and #6209.
3320      Branch: maint-5.6/perl
3321           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
3322           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
3323           !> win32/win32.c
3324 ____________________________________________________________________________
3325 [  7339] By: gsar                                  on 2000/10/16  08:14:34
3326         Log: integrate change#6203 from cfgperl
3327              
3328              perldiag should refer to perlos2.pod not README.os2
3329      Branch: maint-5.6/perl
3330           !> pod/perldiag.pod
3331 ____________________________________________________________________________
3332 [  7338] By: gsar                                  on 2000/10/16  08:11:42
3333         Log: integrate change#6201 from mainline
3334              
3335              Perl_eval_pv() leaks 4 bytes every time it is called because it
3336              does a PUSHMARK that's never ever POPMARKed; in general, only
3337              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
3338              Perl_eval_[sp]v() don't because they don't take any incoming
3339              arguments (this leak has been around since the original version
3340              of perl_eval_pv() in 5.003_97e)
3341      Branch: maint-5.6/perl
3342           !> perl.c
3343 ____________________________________________________________________________
3344 [  7337] By: gsar                                  on 2000/10/16  08:08:47
3345         Log: integrate changes#6197..6200 from cfgperl
3346              
3347              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
3348              From: John Borwick <jhborwic@unity.ncsu.edu>
3349              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
3350              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
3351              
3352              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
3353              From: Dan Sugalski <dan@sidhe.org>
3354              To: vmsperl@perl.org, perl5-porters@perl.org
3355              Date: Fri, 02 Jun 2000 16:00:41 -0400
3356              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
3357              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
3358              
3359              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
3360              From: Dan Sugalski <dan@sidhe.org>
3361              To: perl5-porters@perl.org, vmsperl@perl.org
3362              Date: Fri, 02 Jun 2000 17:30:51 -0400
3363              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
3364              
3365              Update to cperl-mode.el 4.31 from
3366              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
3367              Subject: A couple of notes
3368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3369              To: Mailing list Perl5 <perl5-porters@perl.org>
3370              Date: Sat, 3 Jun 2000 23:33:32 -0400
3371              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
3372      Branch: maint-5.6/perl
3373           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
3374           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
3375           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
3376           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
3377           !> vms/vmsish.h
3378 ____________________________________________________________________________
3379 [  7336] By: gsar                                  on 2000/10/16  08:03:46
3380         Log: integrate changes#6194,6195 from mainline
3381              
3382              fix small eval"" memory leaks under USE_ITHREADS
3383              
3384              fix yet another eval"" leak under USE_ITHREADS
3385      Branch: maint-5.6/perl
3386           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
3387           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
3388           !> vms/perly_c.vms
3389 ____________________________________________________________________________
3390 [  7335] By: gsar                                  on 2000/10/16  08:02:15
3391         Log: integrate changes#6190,6191 from mainline
3392              
3393              submit missing embed.pl change
3394              
3395              vec() loses numericalness (modified version of patch suggested
3396              by Robin Barker)
3397      Branch: maint-5.6/perl
3398           !> doop.c embed.pl t/op/vec.t
3399 ____________________________________________________________________________
3400 [  7334] By: gsar                                  on 2000/10/16  08:01:03
3401         Log: integrate change#6189 from mainline
3402              
3403              counting tr/// corrupts later operation (from M.J.T Guy)
3404      Branch: maint-5.6/perl
3405           !> doop.c t/op/tr.t
3406 ____________________________________________________________________________
3407 [  7333] By: gsar                                  on 2000/10/16  07:59:07
3408         Log: integrate changes#6183..6188 from mainline
3409              
3410              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
3411              <nick@ccl4.org>)
3412              
3413              tweak for change#6127
3414              
3415              remove incorrect documentation about implicit split to @_ in
3416              list context, which never really worked in perl 5 (from
3417              M.J.T. Guy)
3418              
3419              further qualify references to "alphanumeric" (from Wolfgang Laun
3420              <wolfgang.laun@alcatel.at>)
3421              
3422              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
3423              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
3424              
3425              h2xs tweaks
3426      Branch: maint-5.6/perl
3427           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
3428           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
3429           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
3430           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
3431           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
3432           !> pod/pod2latex.PL utils/h2xs.PL
3433 ____________________________________________________________________________
3434 [  7332] By: gsar                                  on 2000/10/16  07:53:52
3435         Log: integrate change#6179 from mainline
3436              
3437              buggy modulus on UVs introduced by change#3378 (resulted in
3438              4063328477 % 65535 amounting to 27406, instead of 27407)
3439      Branch: maint-5.6/perl
3440           !> pp.c t/op/arith.t
3441 ____________________________________________________________________________
3442 [  7331] By: gsar                                  on 2000/10/16  07:52:49
3443         Log: integrate changes#6176,6177,6178,6182 from cfgperl
3444              
3445              Single-quoted utf8 patch from Simon Cozens.
3446              
3447              Substitution utf8 patch from Simon Cozens.
3448              
3449              Be cleaner.
3450              
3451              Be Cleaner Part Deux.
3452      Branch: maint-5.6/perl
3453           !> Makefile.SH pp_hot.c toke.c
3454 ____________________________________________________________________________
3455 [  7330] By: gsar                                  on 2000/10/16  07:41:36
3456         Log: integrate change#6172 from mainline
3457              
3458              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
3459              (from Ilya Zakharevich)
3460      Branch: maint-5.6/perl
3461           !> regexec.c t/op/re_tests
3462 ____________________________________________________________________________
3463 [  7329] By: gsar                                  on 2000/10/16  07:40:25
3464         Log: integrate change#6171 from mainline
3465              
3466              scalar() doesn't force scalar context when used in void context
3467              (from Simon Cozens)
3468      Branch: maint-5.6/perl
3469           !> op.c t/op/wantarray.t
3470 ____________________________________________________________________________
3471 [  7328] By: gsar                                  on 2000/10/16  07:39:33
3472         Log: integrate change#6170 from mainline
3473              
3474              change#6142 needs tweaks to tests to work where there's no
3475              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
3476      Branch: maint-5.6/perl
3477           !> t/lib/filefind.t
3478 ____________________________________________________________________________
3479 [  7327] By: gsar                                  on 2000/10/16  07:35:34
3480         Log: integrate changes#6166..6168 from cfgperl
3481              
3482              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
3483              in case somebody wants to write an extension for more
3484              shadow database interfaces.
3485              
3486              tweak todo
3487              
3488              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
3489      Branch: maint-5.6/perl
3490           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3491           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
3492           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
3493           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
3494           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3495           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
3496 ____________________________________________________________________________
3497 [  7326] By: gsar                                  on 2000/10/16  07:29:05
3498         Log: integrate changes#6157,6159..6161,6164 from cfgperl
3499              
3500              Regen Configure to jive with #6149.
3501              
3502              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
3503              
3504              Changes for the File::Temp 0.08 (change #6159) test suite
3505              to fit better into the Perl distribution test framework.
3506              
3507              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
3508              both from Simon Cozens.
3509              
3510              detypo
3511      Branch: maint-5.6/perl
3512           +> pod/perlmodlib.PL pod/perlnewmod.pod
3513           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
3514           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
3515           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3516           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
3517 ____________________________________________________________________________
3518 [  7325] By: gsar                                  on 2000/10/16  07:25:13
3519         Log: integrate change#6158 from vmsperl
3520              
3521              Add fallback to tmpfile for use in cases where user's relying on
3522              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
3523              Lane's patch)
3524      Branch: maint-5.6/perl
3525           !> vms/vms.c vms/vmsish.h
3526 ____________________________________________________________________________
3527 [  7324] By: gsar                                  on 2000/10/16  07:20:50
3528         Log: integrate changes#6153..6155 from mainline
3529              
3530              prettier Test::Harness output on failed tests (from Nicholas Clark
3531              <nick@Bagpuss.uk.boo.com>)
3532              
3533              avoid type mismatch warning
3534              
3535              small bug in change#6144; remove random \xA0 character that snuck
3536              in via change#6145
3537      Branch: maint-5.6/perl
3538           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
3539           !> perl.c
3540 ____________________________________________________________________________
3541 [  7323] By: gsar                                  on 2000/10/16  07:18:47
3542         Log: integrate changes#6151,6152 from mainline
3543              
3544              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
3545              
3546              cosmetic fixups of RE debug output (from Ilya Zakharevich)
3547      Branch: maint-5.6/perl
3548           !> regexec.c
3549 ____________________________________________________________________________
3550 [  7322] By: gsar                                  on 2000/10/16  07:17:25
3551         Log: integrate changes#6146..6150 from mainline
3552              
3553              doc typo
3554              
3555              add a make entry to Config.pm so "perl -V:make" works on VMS
3556              (from Peter Prymmer)
3557              
3558              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
3559              
3560              OS/2 tweaks for usethreads build (from Rocco Caputo
3561              <troc@netrus.net>)
3562              
3563              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
3564      Branch: maint-5.6/perl
3565           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
3566           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
3567           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
3568           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
3569           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
3570           !> warnings.pl x2p/a2p.h
3571 ____________________________________________________________________________
3572 [  7321] By: gsar                                  on 2000/10/16  07:14:02
3573         Log: integrate changes#6143..6145 from mainline
3574              
3575              MacOS support, part 1 (from Matthias Neeracher
3576              <neeri@iis.ee.ethz.ch>)
3577              
3578              MacOS support, part 2: make AutoSplit use File::Spec instead
3579              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
3580              <neeri@iis.ee.ethz.ch>)
3581              
3582              make xsubpp skip embedded pod (from Matthias Neeracher
3583              <neeri@iis.ee.ethz.ch>)
3584      Branch: maint-5.6/perl
3585           +> ext/DynaLoader/dl_mac.xs
3586           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
3587           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
3588           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
3589           !> pp_ctl.c proto.h toke.c util.c util.h
3590 ____________________________________________________________________________
3591 [  7320] By: gsar                                  on 2000/10/16  07:12:13
3592         Log: integrate changes#6141,6142 from mainline
3593              
3594              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
3595              forwarded by Peter Seebach from the bsdi-users mailing list.
3596              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
3597              
3598              File::Find fails to chdir when chasing symlinks (from
3599              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
3600      Branch: maint-5.6/perl
3601           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
3602 ____________________________________________________________________________
3603 [  7319] By: gsar                                  on 2000/10/16  07:04:30
3604         Log: integrate change#6139 from mainline
3605              
3606              revise mktables.PL for bugs and newness in Unicode 3.0
3607              (from James Bence <jbence@amgen.com>)
3608      Branch: maint-5.6/perl
3609           +> (branch 30 files)
3610           !> (integrate 49 files)
3611 ____________________________________________________________________________
3612 [  7318] By: gsar                                  on 2000/10/16  07:01:01
3613         Log: integrate changes#6137,6138 from mainline
3614              
3615              fix bogus redeclaration warning for "our" variables in different
3616              scopes
3617              
3618              add note about the handling of negative indices to tied arrays
3619              (from Michael G Schwern <schwern@pobox.com>)
3620      Branch: maint-5.6/perl
3621           !> op.c pod/perltie.pod t/pragma/strict-vars
3622 ____________________________________________________________________________
3623 [  7317] By: gsar                                  on 2000/10/16  06:58:46
3624         Log: integrate changes#6127..6136 from mainline
3625              
3626              call_method(...,G_EVAL) can longjmp() out if the method probing
3627              failed (from Gisle Aas)
3628              
3629              new perlxstut example for passing/returning refs to arrays
3630              (from David Lowe <dlowe@pootpoot.com>)
3631              
3632              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
3633              
3634              fix places that mean C<"word" character> but say C<alphanumeric
3635              character>
3636              
3637              avoid warnings in POSIX.pm (from Barrie Slaymaker)
3638              
3639              warnings::enabled() doesn't fall back to looking at $^W if
3640              caller isn't using lexical warnings (from Paul Marquess)
3641              
3642              elide bogus test in change#6132
3643              
3644              make Test::Harness use wait.h/WCOREDUMP if available
3645              (from Ben Tilly <ben_tilly@hotmail.com>)
3646              
3647              enable Test::Harness to dynamically determine column width etc.
3648              (from Rob Napier <rnapier@employees.org>)
3649              
3650              random pod typos (from Peter Scott <Peter@PSDT.com>)
3651      Branch: maint-5.6/perl
3652           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
3653           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
3654           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
3655           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
3656 ____________________________________________________________________________
3657 [  7316] By: gsar                                  on 2000/10/16  06:53:23
3658         Log: integrate change#6126 from mainline
3659              
3660              change#2879 broke rvalue autovivification of magicals such as
3661              ${$num} (reworked variant of patch suggested by Simon Cozens)
3662      Branch: maint-5.6/perl
3663           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
3664           !> pp_hot.c proto.h t/op/gv.t
3665 ____________________________________________________________________________
3666 [  7315] By: gsar                                  on 2000/10/16  06:51:38
3667         Log: integrate changes#6123,6125 from mainline
3668              
3669              clarify gotcha with #line directives (from Rocco Caputo
3670              <troc@netrus.net>)
3671              
3672              enable propagating exception objects via Perl_croak() in XS code
3673              (from Gisle Aas)
3674      Branch: maint-5.6/perl
3675           !> pod/perldebug.pod pod/perlsyn.pod util.c
3676 ____________________________________________________________________________
3677 [  7314] By: gsar                                  on 2000/10/16  06:49:28
3678         Log: integrate change#6122 from mainline
3679              
3680              downgrade fatal error on C<"foo@nosucharray.com"> to optional
3681              warning (from Mark-Jason Dominus)
3682      Branch: maint-5.6/perl
3683           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
3684           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
3685           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
3686           !> toke.c
3687 ____________________________________________________________________________
3688 [  7313] By: gsar                                  on 2000/10/16  06:46:54
3689         Log: integrate changes#6112..6121 from vmsperl
3690              
3691              Check for existence of file before trying to delete
3692              
3693              Ugly workaround for version-specific RTL error
3694              
3695              Urk -- undo previous removal of vmsish 'exit' change
3696              
3697              Add bounds checking for several strings (Charles Lane)
3698              
3699              Miscellaneous cosmetic fixes (Charles Lane)
3700              
3701              Treat sockets as special in sys(read|write) (Charles Lane et al.)
3702              
3703              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
3704              Flatten case labels in switch statements uniformly (Charles Bailey)
3705              
3706              Quiet error messages in vmsish.t (Charles Lane)
3707              
3708              Add missing escape (Charles Lane)
3709              
3710              Allow eliminate_macros() and fixpath() to handle space-delimited
3711              lists (based on fixes by Craig Berry)
3712      Branch: maint-5.6/perl
3713           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
3714           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
3715           !> vms/vmsish.h
3716 ____________________________________________________________________________
3717 [  7312] By: gsar                                  on 2000/10/16  06:41:18
3718         Log: integrate changes#6107,6110 from cfgperl
3719              
3720              Tweak the todo list.
3721              
3722              todo tweak
3723      Branch: maint-5.6/perl
3724           !> Todo-5.6
3725 ____________________________________________________________________________
3726 [  7311] By: gsar                                  on 2000/10/16  06:38:38
3727         Log: integrate changes#6104,6108 from mainline
3728              
3729              PL_sys_intern was being initialized too late on windows
3730              
3731              reenable fake signal handling on Windows, bugs and all
3732      Branch: maint-5.6/perl
3733           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
3734           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
3735           !> win32/win32.c
3736 ____________________________________________________________________________
3737 [  7310] By: gsar                                  on 2000/10/16  06:36:03
3738         Log: integrate changes#6095,6097..6103 from cfgperl
3739              
3740              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
3741              might be useful in future.
3742              
3743              Add a note about possible compilation problems from Allen Smith.
3744              
3745              Add a note about other, yet unsupported, shadow password APIs.
3746              
3747              Tweaks for the cc bugs from Allen Smith.
3748              
3749              More compilation tweakery from Allen Smith.
3750              
3751              Hints and test tweaks for Unicos.
3752              
3753              The test suite tweak in #6101 wasn't quite right.
3754              
3755              Test tweaking for Unicos continues.
3756      Branch: maint-5.6/perl
3757           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3758           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
3759           !> t/lib/complex.t t/op/64bitint.t
3760 ____________________________________________________________________________
3761 [  7309] By: gsar                                  on 2000/10/16  06:29:41
3762         Log: integrate changes#6093,6094 from mainline
3763              
3764              fork() failure to create pseudo process sets errno=EAGAIN and returns
3765              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
3766              
3767              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
3768      Branch: maint-5.6/perl
3769           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
3770           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
3771 ____________________________________________________________________________
3772 [  7308] By: gsar                                  on 2000/10/16  06:27:29
3773         Log: integrate change#6092 from cfgperl
3774              
3775              Regen perltoc with the fixed buildtoc.
3776      Branch: maint-5.6/perl
3777           !> pod/perltoc.pod
3778 ____________________________________________________________________________
3779 [  7307] By: gsar                                  on 2000/10/16  06:26:40
3780         Log: integrate changes#6089,6090 from mainline
3781              
3782              buildtoc tweak to fix newline lossage
3783              
3784              concat doesn't preserve utf8-ness, and doesn't invalidate
3785              [NI]OK; added tests for both
3786      Branch: maint-5.6/perl
3787           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
3788 ____________________________________________________________________________
3789 [  7306] By: gsar                                  on 2000/10/16  06:24:05
3790         Log: integrate change#6088 from cfgperl
3791              
3792              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
3793              because we do not use those.  The HAS_GETSPNAM remains,
3794              though, because we still do use that.
3795      Branch: maint-5.6/perl
3796           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3797           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
3798           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
3799           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
3800           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3801           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
3802 ____________________________________________________________________________
3803 [  7305] By: gsar                                  on 2000/10/16  06:15:52
3804         Log: integrate changes#6084,6085,6087 from mainline
3805              
3806              substr() does not preserve utf8-ness (from Stefan Eissing
3807              <Eissing@medicaldataservice.de>); added tests
3808              
3809              repeat operator (x) doesn't preserve utf8-ness
3810              
3811              reverse() and quotemeta() weren't preserving utf8-ness; add tests
3812      Branch: maint-5.6/perl
3813           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
3814 ____________________________________________________________________________
3815 [  7304] By: gsar                                  on 2000/10/16  06:13:10
3816         Log: integrate changes#6077..6083 from mainline
3817              
3818              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
3819              and Tom Phoenix)
3820              
3821              workaround for CRT bug in chdir() (from Charles Lane, via
3822              Peter Prymmer)
3823              
3824              remove outdated kludge in Carp (NULLs are permitted in diagnostics
3825              now)
3826              
3827              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
3828              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
3829              
3830              better default perlbug categories for ok reports (from Richard Foley)
3831              
3832              peek.t non-portable to ithreads
3833              
3834              note about undocumented caller() return value (from M.J.T. Guy);
3835              yet another peek.t tweak
3836      Branch: maint-5.6/perl
3837           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3838           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
3839           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
3840           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
3841           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
3842           !> vms/vmsish.h
3843 ____________________________________________________________________________
3844 [  7303] By: gsar                                  on 2000/10/16  06:03:18
3845         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
3846              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
3847              
3848              &HUGE_VAL is not defined, it exists.
3849              
3850              Do not warn that an infinity does not look like a number.
3851              
3852              Rewrite the pwent/spent logic to be a little bit more clearer.
3853              
3854              Continue on the pwent/spent case.
3855              
3856              Correct Freudian slip.
3857              
3858              Use HUGE_VALL if applicable.
3859              
3860              pwent/spent #ifdef imbalance.
3861              
3862              Infinite problems.
3863              
3864              Call getspnam() only iff needd.
3865              
3866              Test both the scalar and list contexts.
3867              
3868              Use setxxent()/endxxent().
3869              
3870              Complex tweakery.
3871              
3872              Unicos hint tweak.
3873              
3874              Be more forgiving in POSIX about HUGE_VALL.
3875              
3876              Detypo.
3877              
3878              The search of infinity continues, this time simplified.
3879              
3880              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
3881              in natively 64-bit platforms where a long is a quad (no need
3882              for long longs).  Also added bias for IVs.
3883              
3884              Complex tweaks.
3885              
3886              Introduce t/lib/peek.t.
3887              
3888              Make the test more portable.
3889      Branch: maint-5.6/perl
3890           +> t/lib/peek.t
3891            ! pp_sys.c
3892           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
3893           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
3894           !> t/op/pwent.t toke.c util.c
3895 ____________________________________________________________________________
3896 [  7302] By: gsar                                  on 2000/10/16  05:03:37
3897         Log: integrate changes#6066..6071 from mainline
3898              
3899              s/END/CHECK/
3900              
3901              replace direct call to sighandler() with (*PL_sighandlerp)()
3902              
3903              note about values()
3904              
3905              File::Spec compatibility update (from Barrie Slaymaker
3906              <barries@slaysys.com>)
3907              
3908              remove misleading comment (from M.J.T. Guy)
3909              
3910              misformatted perllocal.pod (from Tim Jenness
3911              <t.jenness@jach.hawaii.edu>)
3912      Branch: maint-5.6/perl
3913           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3914           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3915           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
3916           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
3917 ____________________________________________________________________________
3918 [  7301] By: gsar                                  on 2000/10/16  05:00:08
3919         Log: integrate changes#6061..6063 from mainline
3920              
3921              change#5921 neglected to make eq honor "use bytes"
3922              
3923              additional tests for utf8.t
3924              
3925              tokeq() could read unallocated field in argument
3926      Branch: maint-5.6/perl
3927           !> sv.c t/pragma/utf8.t toke.c
3928 ____________________________________________________________________________
3929 [  7300] By: gsar                                  on 2000/10/16  04:56:54
3930         Log: integrate changes#6046,6048,6057,6058 from mainline
3931              
3932              libscheck has insufficient checks for n32 libs (from
3933              Albert Chin-A-Young <china@thewrittenword.com>)
3934              
3935              add note about how $( doesn't interpolate in REs (from
3936              Philip Newton <newton@ficus.frogspace.net>)
3937              
3938              fix broken parsing of /\x{ab}/
3939              
3940              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
3941              (spotted by Donald Kinzer <dkinzer@premia.com>)
3942      Branch: maint-5.6/perl
3943           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
3944           !> t/pragma/utf8.t
3945 ____________________________________________________________________________
3946 [  7299] By: gsar                                  on 2000/10/16  04:52:50
3947         Log: integrate change#6044 from mainline
3948              
3949              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
3950              such that underscores are only ignored in literal numbers,
3951              "\x{...}", and hex/oct argument
3952      Branch: maint-5.6/perl
3953           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
3954 ____________________________________________________________________________
3955 [  7298] By: gsar                                  on 2000/10/16  04:50:53
3956         Log: integrate changes#6027..6043 from mainline
3957              
3958              podlators-1.02 update (from Russ Allbery)
3959              
3960              Pod::Man generates groff-incompatible macro definition (from
3961              Tom Christiansen)
3962              
3963              add CGI.pm v2.66 (from Lincoln Stein)
3964              
3965              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
3966              for @- and @+ (from Johan Vromans)
3967              
3968              small nits in diagnostics.pm (from Robin Barker)
3969              
3970              whitespace adjustments
3971              
3972              missing files in MANIFEST
3973              
3974              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
3975              to compensate
3976              
3977              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
3978              
3979              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
3980      Branch: maint-5.6/perl
3981           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
3982           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
3983           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
3984           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
3985           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
3986           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
3987           !> t/lib/cgi-html.t t/lib/cgi-request.t
3988 ____________________________________________________________________________
3989 [  7297] By: gsar                                  on 2000/10/16  04:44:30
3990         Log: integrate change#6025 from mainline
3991              
3992              Is{Alnum,Alpha,Word} don't match titlecase
3993              TODO: IsSpace is defined recursively!
3994              (both spotted by Larry)
3995      Branch: maint-5.6/perl
3996           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
3997           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
3998 ____________________________________________________________________________
3999 [  7296] By: gsar                                  on 2000/10/16  04:39:30
4000         Log: integrate change#6023 from mainline
4001              
4002              debugger stomps on $. (from M.J.T. Guy)
4003      Branch: maint-5.6/perl
4004           !> lib/perl5db.pl
4005 ____________________________________________________________________________
4006 [  7295] By: gsar                                  on 2000/10/16  04:38:02
4007         Log: integrate change#6022 from mainline
4008              
4009              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
4010      Branch: maint-5.6/perl
4011           !> sv.c
4012 ____________________________________________________________________________
4013 [  7294] By: gsar                                  on 2000/10/16  04:37:05
4014         Log: integrate changes#6018..6021 from mainline
4015              
4016              make lib/syslog.t portable to systems that don't have _PATH_LOG,
4017              make _PATH_LOG() return "" if unavailable
4018              
4019              windows portability tweaks
4020              
4021              test tweak
4022              
4023              remove Win2K issue in pod (fixed by change#6020)
4024      Branch: maint-5.6/perl
4025           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
4026           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
4027           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
4028 ____________________________________________________________________________
4029 [  7293] By: gsar                                  on 2000/10/16  04:20:00
4030         Log: integrate changes#6013..6015 from mainline
4031              
4032              tweak change#5945 to display correct switch name in diagnostic
4033              
4034              glob() loading File::Glob behind the scenes may cause syntax errors
4035              
4036              tweak test for portability
4037      Branch: maint-5.6/perl
4038           !> op.c perl.c pod/perldiag.pod t/lib/b.t
4039 ____________________________________________________________________________
4040 [  7292] By: gsar                                  on 2000/10/16  04:18:11
4041         Log: integrate changes#6005..6010 from mainline, cfgperl
4042              
4043              perldoc might fail via "use blib" (from Hugo van der Sanden)
4044              
4045              Regen Configure.
4046              
4047              note about compile failures and END blocks (from M.J.T. Guy)
4048              
4049              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
4050              
4051              (change#6009 integrated earlier in change#7255)
4052              
4053              clarify note about shadow password support (from
4054              gellyfish@gellyfish.com)
4055      Branch: maint-5.6/perl
4056           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4057           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
4058           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
4059 ____________________________________________________________________________
4060 [  7291] By: gsar                                  on 2000/10/16  04:12:03
4061         Log: integrate changes#6002,6003 from mainline
4062              
4063              destructive sv_setsv() can lose UV-ness from source, causing
4064              numeric promotions/comparisons to fail to do the right thing
4065              
4066              allow REG_EXPAND_SZ keys in Windows registry (from
4067              John Clayton <John.Clayton@barclayscapital.com>)
4068      Branch: maint-5.6/perl
4069           !> sv.c win32/win32.c
4070 ____________________________________________________________________________
4071 [  7290] By: gsar                                  on 2000/10/16  04:10:19
4072         Log: integrate change#6001 from mainline
4073              
4074              support additional library locations via $Config{otherlibdirs}
4075              (from Andy Dougherty)
4076      Branch: maint-5.6/perl
4077           !> Configure INSTALL Porting/Glossary Porting/config.sh
4078           !> Porting/config_H config_h.SH epoc/config.sh perl.c
4079           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
4080           !> win32/config.bc win32/config.gc win32/config.vc
4081 ____________________________________________________________________________
4082 [  7289] By: gsar                                  on 2000/10/16  04:08:28
4083         Log: integrate change#5999 from mainline
4084              
4085              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
4086      Branch: maint-5.6/perl
4087           !> t/pragma/warn/toke toke.c
4088 ____________________________________________________________________________
4089 [  7288] By: gsar                                  on 2000/10/16  04:07:01
4090         Log: integrate changes#5997,5998 from cfgperl
4091              
4092              Preserve $!.
4093              
4094              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
4095      Branch: maint-5.6/perl
4096           !> lib/Math/Complex.pm
4097 ____________________________________________________________________________
4098 [  7287] By: gsar                                  on 2000/10/16  04:04:37
4099         Log: integrate change#5995 from mainline
4100              
4101              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
4102      Branch: maint-5.6/perl
4103           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
4104 ____________________________________________________________________________
4105 [  7286] By: gsar                                  on 2000/10/16  04:03:21
4106         Log: integrate change#5994 from mainline
4107              
4108              fix for missed accounting for null byte in pack("Z",...) (from
4109              M.J.T. Guy)
4110      Branch: maint-5.6/perl
4111           !> pp.c t/op/pack.t
4112 ____________________________________________________________________________
4113 [  7285] By: gsar                                  on 2000/10/16  04:02:11
4114         Log: integrate changes#5989..5993 from mainline
4115              
4116              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
4117              itself and no other (from Tom Hughes)
4118              
4119              use $ENV{LIB} to search for libs under Visual C compiler
4120              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
4121              
4122              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
4123              
4124              pod nit (from Simon Cozens)
4125              
4126              various minor tweaks seen on p5p
4127      Branch: maint-5.6/perl
4128           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
4129           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
4130           !> t/op/array.t toke.c
4131 ____________________________________________________________________________
4132 [  7284] By: gsar                                  on 2000/10/16  03:59:00
4133         Log: integrate changes#5978..5988 from mainline
4134              
4135              sync version numbers in File::Spec with the ones on CPAN
4136              (from Barrie Slaymaker)
4137              
4138              under useithreads, constant pad entries could inadvertantly be
4139              shared across threads (from Eric Blood <eblood@xmission.com>);
4140              added Eric's test case to testsuite
4141              
4142              allow Configure -S to run non-interactively (spotted by Greg Hudson
4143              <ghudson@mit.edu>)
4144              
4145              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
4146              prototype mismatch with CORE::glob(); update pod and tests to
4147              suit (File::Glob::glob() is still available for backward
4148              compatibility, but should be considered deprecated)
4149              
4150              avoid error in IO::Socket::INET when given an unknown service name
4151              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
4152              
4153              numeric conversion of non-number in change#3378 tramples on
4154              OOK offset, causing segfaults
4155              
4156              attributes::reftype() doesn't work on tied argument
4157              
4158              forked child may not exit correctly if it failed to open
4159              /dev/console (from Graham Barr)
4160              
4161              add regular expressions tutorial and quick-start guide (from
4162              Mark Kvale <kvale@phy.ucsf.edu>)
4163              
4164              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
4165              
4166              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
4167              <paul@miraclefish.com>)
4168      Branch: maint-5.6/perl
4169           +> pod/perlrequick.pod pod/perlretut.pod
4170           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
4171           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
4172           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
4173           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
4174           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4175           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4176           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
4177           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
4178 ____________________________________________________________________________
4179 [  7283] By: gsar                                  on 2000/10/16  03:52:14
4180         Log: integrate change#5977 from mainline
4181              
4182              autoquote barewords followed by newline and arrow properly
4183              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
4184      Branch: maint-5.6/perl
4185           !> t/pragma/warn/toke toke.c
4186 ____________________________________________________________________________
4187 [  7282] By: gsar                                  on 2000/10/16  03:50:48
4188         Log: integrate change#5976 from mainline
4189              
4190              DB_File v1.73 update (from Paul Marquess)
4191      Branch: maint-5.6/perl
4192           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
4193           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
4194 ____________________________________________________________________________
4195 [  7281] By: gsar                                  on 2000/10/16  03:49:14
4196         Log: integrate change#5975 from mainline
4197              
4198              allow sort() reentrancy (variant of patch suggested by
4199              Hugo van der Sanden)
4200      Branch: maint-5.6/perl
4201           !> pp_ctl.c t/op/sort.t
4202 ____________________________________________________________________________
4203 [  7280] By: gsar                                  on 2000/10/16  03:48:22
4204         Log: integrate change#5974 from mainline
4205              
4206              change#4197 somehow missed initializing PL_errors, meaning
4207              syntax error queueing wasn't working outside eval"" at all;
4208              also fixed eval"" to localize PL_error_count, so that compile-time
4209              eval's don't clobber the error state of the outer context
4210      Branch: maint-5.6/perl
4211           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
4212           !> t/pragma/warn/toke
4213 ____________________________________________________________________________
4214 [  7279] By: gsar                                  on 2000/10/16  03:46:21
4215         Log: integrate change#5973 from mainline
4216              
4217              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
4218      Branch: maint-5.6/perl
4219           !> regcomp.c regexec.c t/op/re_tests
4220 ____________________________________________________________________________
4221 [  7278] By: gsar                                  on 2000/10/16  03:44:54
4222         Log: integrate change#5971 from cfgperl
4223              
4224              Unicos tweaks from Mark P. Lutz.
4225      Branch: maint-5.6/perl
4226           !> hints/unicos.sh lib/Math/Complex.pm
4227 ____________________________________________________________________________
4228 [  7277] By: gsar                                  on 2000/10/16  03:42:59
4229         Log: integrate changes#5966..5970 from mainline
4230              
4231              add testsuite for B backends, fix bug in B::Deparse (from
4232              Simon Cozens <simon@brecon.co.uk>)
4233              
4234              improved docs on the warn_uninit diagnostic (from David Glasser
4235              and Simon Cozens)
4236              
4237              tolerate spaces in group names in test on solaris (from David Boyce
4238              <dsb@boyski.com>)
4239              
4240              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
4241              
4242              Data::Dumper fumbles negative numbers on 32-bit platforms where
4243              IV is >32bits
4244      Branch: maint-5.6/perl
4245           +> t/lib/b.t t/lib/syslog.t
4246           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
4247           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
4248           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
4249 ____________________________________________________________________________
4250 [  7276] By: gsar                                  on 2000/10/16  03:39:30
4251         Log: integrate change#5965 from mainline
4252              
4253              avoid "will not stay shared" warnings for our variables (from
4254              Robin Barker)
4255      Branch: maint-5.6/perl
4256           !> op.c t/pragma/warn/op
4257 ____________________________________________________________________________
4258 [  7275] By: gsar                                  on 2000/10/16  03:38:18
4259         Log: integrate change#5964 from mainline
4260              
4261              reformat to 72 columns (again)
4262      Branch: maint-5.6/perl
4263           !> pod/perldiag.pod
4264 ____________________________________________________________________________
4265 [  7274] By: gsar                                  on 2000/10/16  03:36:58
4266         Log: integrate change#5963 from mainline
4267              
4268              patch from Larry to make (\&) prototype work; added tests for
4269              the same
4270      Branch: maint-5.6/perl
4271           !> op.c t/comp/proto.t
4272 ____________________________________________________________________________
4273 [  7273] By: gsar                                  on 2000/10/16  03:35:51
4274         Log: integrate changes#5956..5962 from mainline
4275              
4276              better diagnostics on failed tests (from Ilya Zakharevich)
4277              
4278              pod nits (from A. C. Yardley <yardley@tanet.net>)
4279              
4280              change#3569 deleted some essential code, revert; avoid use of
4281              atexit() to make DynaLoader work properly on AIX under mod_perl
4282              (from Jens-Uwe Mager <jum@helios.de>)
4283              
4284              doubled words in pods (from Simon Cozens
4285              <simon.p.cozens@jp.pwcglobal.com>)
4286              
4287              better INSTALL notes on Solaris issues (from Dominic Dunlop)
4288              
4289              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
4290              
4291              updated README.hpux (from Jeff Okamoto)
4292      Branch: maint-5.6/perl
4293           !> INSTALL README.hpux emacs/cperl-mode.el
4294           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
4295           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
4296           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
4297           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
4298           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
4299           !> t/op/lex_assign.t
4300 ____________________________________________________________________________
4301 [  7272] By: gsar                                  on 2000/10/16  03:31:22
4302         Log: integrate change#5955 from mainline
4303              
4304              longstanding bug exposed by change#3307: sort arguments weren't
4305              compiled with the right wantarray context (ensuing runtime lookup
4306              via block_gimme() was getting the incidental context of the
4307              sort() itself)
4308      Branch: maint-5.6/perl
4309           !> op.c t/op/sort.t
4310 ____________________________________________________________________________
4311 [  7271] By: gsar                                  on 2000/10/16  03:29:11
4312         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
4313              branch
4314              
4315              Flatten the cpp jungle doing the nosuid checking.
4316              
4317              Do not assume sign propagation. (from M.J.T. Guy)
4318              
4319              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
4320              
4321              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
4322              Now pp_ncmp() returns undef is either operand is a NaN.
4323              
4324              On second thoughts frexp() does have two arguments.
4325              
4326              Document that tr() is not tr(1).
4327              
4328              Be more robust on "extreme" (large absolute value)
4329              arguments.  Originally reported by Daniel Connelly
4330              as a problem with asinh() on large negative arguments,
4331              asinh() used to bail out because an argument to log()
4332              ended up being zero.  Ilya Zakharevich proposed using
4333              Taylor's series in such cases, which for such large
4334              arguments is a very good approximation.
4335              
4336              Undo "use integer" addition from 64bitint as it seems
4337              to break most of the subtests in Digital UNIX;
4338              Unicos needs to find another way.
4339      Branch: maint-5.6/perl
4340           !> (integrate 29 files)
4341 ____________________________________________________________________________
4342 [  7270] By: gsar                                  on 2000/10/16  03:09:44
4343         Log: integrate changes#5948,5949,5950 from mainline
4344              
4345              typo in vars.pm that leads to cryptic message (from Piotr
4346              Piatkowski <kompas@kompas.usr.onet.pl>)
4347              
4348              make perldoc use the pod2man from the same version (from
4349              M.J.T. Guy)
4350              
4351              reformat perldiag to avoid long lines
4352      Branch: maint-5.6/perl
4353           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
4354 ____________________________________________________________________________
4355 [  7269] By: gsar                                  on 2000/10/16  03:05:54
4356         Log: integrate change#5947 from mainline
4357              
4358              use &dl_error rather than &dl_load_file as the guard for calling
4359              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
4360              statically built perl)
4361      Branch: maint-5.6/perl
4362           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4363 ____________________________________________________________________________
4364 [  7268] By: gsar                                  on 2000/10/16  03:04:48
4365         Log: integrate change#5945 from mainline
4366              
4367              make module name mandatory after -M switch; reorder perldiag
4368              alphabetically (from Mark-Jason Dominus)
4369      Branch: maint-5.6/perl
4370           !> perl.c pod/perldiag.pod
4371 ____________________________________________________________________________
4372 [  7267] By: gsar                                  on 2000/10/16  03:03:01
4373         Log: integrate change#5939 from mainline
4374              
4375              more pod nits (from Larry Virden)
4376      Branch: maint-5.6/perl
4377           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
4378           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
4379           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
4380 ____________________________________________________________________________
4381 [  7266] By: gsar                                  on 2000/10/16  03:01:39
4382         Log: integrate change#5938 from mainline
4383              
4384              Consolidated B::Deparse fixes (from Stephen McCamant)
4385      Branch: maint-5.6/perl
4386           !> ext/B/B/Deparse.pm
4387 ____________________________________________________________________________
4388 [  7265] By: gsar                                  on 2000/10/16  03:00:43
4389         Log: integrate change#5936 from mainline
4390              
4391              additional tests for change#7263 (from Paul Marquess)
4392      Branch: maint-5.6/perl
4393           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
4394           !> t/pragma/warn/5nolint t/pragma/warn/6default
4395 ____________________________________________________________________________
4396 [  7264] By: gsar                                  on 2000/10/16  02:58:34
4397         Log: integrate change#5934 from mainline
4398              
4399              propagate lexical warnings from surrounding scope correctly
4400              within string eval() (from Paul Marquess)
4401      Branch: maint-5.6/perl
4402           !> pp_ctl.c t/pragma/warn/pp_ctl
4403 ____________________________________________________________________________
4404 [  7263] By: gsar                                  on 2000/10/16  02:56:53
4405         Log: integrate change#5932 from mainline
4406              
4407              add rsignal(), whichsig() and do_join() to public API list
4408              (mod_perl uses them to good advantage)
4409      Branch: maint-5.6/perl
4410           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
4411 ____________________________________________________________________________
4412 [  7262] By: gsar                                  on 2000/10/16  02:55:53
4413         Log: integrate change#5931 from mainline
4414              
4415              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
4416      Branch: maint-5.6/perl
4417           !> pp_hot.c regexec.c t/op/pat.t
4418 ____________________________________________________________________________
4419 [  7261] By: gsar                                  on 2000/10/16  02:55:01
4420         Log: integrate change#5930 from mainline
4421              
4422              small os390 tweaks (from Peter Prymmer)
4423      Branch: maint-5.6/perl
4424           !> config_h.SH makedepend.SH
4425 ____________________________________________________________________________
4426 [  7260] By: gsar                                  on 2000/10/16  02:54:10
4427         Log: integrate change#5929 from mainline
4428              
4429              pod nits
4430      Branch: maint-5.6/perl
4431           !> pod/perlguts.pod
4432 ____________________________________________________________________________
4433 [  7259] By: gsar                                  on 2000/10/16  02:52:55
4434         Log: integrate change#5927 from mainline
4435              
4436              arrange for next() to resume at the unstack op rather than the
4437              loop conditional, so that scope cleanup happens correctly
4438              (from Stephen McCamant)
4439      Branch: maint-5.6/perl
4440           !> op.c pp_ctl.c t/op/misc.t
4441 ____________________________________________________________________________
4442 [  7258] By: gsar                                  on 2000/10/16  02:51:38
4443         Log: integrate change#5926 from mainline
4444              
4445              on windows, reserve 16M of stack rather than 128M (allows more
4446              threads to run concurrently)
4447      Branch: maint-5.6/perl
4448           !> win32/Makefile win32/makefile.mk
4449 ____________________________________________________________________________
4450 [  7257] By: gsar                                  on 2000/10/16  02:50:37
4451         Log: integrate change#5925 from mainline
4452              
4453              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
4454      Branch: maint-5.6/perl
4455           !> toke.c
4456 ____________________________________________________________________________
4457 [  7256] By: gsar                                  on 2000/10/16  02:49:36
4458         Log: integrate change#5924 from mainline
4459              
4460              avoid using uninitialized memory in require version check
4461      Branch: maint-5.6/perl
4462           !> pp_ctl.c universal.c
4463 ____________________________________________________________________________
4464 [  7255] By: gsar                                  on 2000/10/16  02:48:03
4465         Log: integrate changes#5923,5928,6009 from mainline
4466              
4467              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
4468      Branch: maint-5.6/perl
4469           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
4470 ____________________________________________________________________________
4471 [  7254] By: gsar                                  on 2000/10/16  02:44:46
4472         Log: integrate change#5922 from mainline
4473              
4474              commentary about IoTYPE() (from Nathan Torkington)
4475      Branch: maint-5.6/perl
4476           !> sv.h
4477 ____________________________________________________________________________
4478 [  7253] By: gsar                                  on 2000/10/16  02:43:49
4479         Log: integrate change#5921 from mainline
4480              
4481              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
4482      Branch: maint-5.6/perl
4483           !> sv.c t/lib/charnames.t t/pragma/utf8.t
4484 ____________________________________________________________________________
4485 [  7252] By: gsar                                  on 2000/10/16  02:42:31
4486         Log: integrate change#5920 from mainline
4487              
4488              Larry's fix for buggy propagation of utf8-ness in join(); add test
4489      Branch: maint-5.6/perl
4490           !> doop.c t/op/ver.t
4491 ____________________________________________________________________________
4492 [  7251] By: gsar                                  on 2000/10/16  02:41:14
4493         Log: integrate changes#5915..5919 from mainline
4494              
4495              various (pod tweaks &c)
4496      Branch: maint-5.6/perl
4497           !> (integrate 33 files)
4498 ____________________________________________________________________________
4499 [  7250] By: gsar                                  on 2000/10/16  02:38:16
4500         Log: integrate change#5914 from mainline
4501              
4502              caller() wasn't returning the right number of elements for
4503              eval {...}
4504      Branch: maint-5.6/perl
4505           !> pp_ctl.c t/pragma/warn/9enabled
4506 ____________________________________________________________________________
4507 [  7249] By: gsar                                  on 2000/10/16  02:37:02
4508         Log: integrate change#5913 from mainline
4509              
4510              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
4511              (from Mark-Jason Dominus)
4512      Branch: maint-5.6/perl
4513           !> pod/perlfunc.pod
4514 ____________________________________________________________________________
4515 [  7248] By: gsar                                  on 2000/10/16  02:35:58
4516         Log: integrate change#5912 from mainline
4517              
4518              fix totally broken caching in UNIVERSAL::isa() (from
4519              Nick Ing-Simmons)
4520      Branch: maint-5.6/perl
4521           !> t/op/universal.t universal.c
4522 ____________________________________________________________________________
4523 [  7247] By: gsar                                  on 2000/10/16  02:34:27
4524         Log: integrate changes#5910,5911 from mainline
4525              
4526              typo in pod
4527              
4528              add linebreak properties from unicode/LineBrk.txt (from
4529              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
4530      Branch: maint-5.6/perl
4531           +> (branch 29 files)
4532           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
4533 ____________________________________________________________________________
4534 [  7246] By: gsar                                  on 2000/10/16  02:33:29
4535         Log: integrate change#5909 from mainline
4536              
4537              mode argument to do_binmode() should be file mode, not boolean
4538      Branch: maint-5.6/perl
4539           !> pp_sys.c
4540 ____________________________________________________________________________
4541 [  7245] By: gsar                                  on 2000/10/16  02:31:04
4542         Log: integrate change#5908 from mainline
4543              
4544              introduce illegal symbols into null package so that
4545              gv_fetchpv(...,TRUE) always returns a valid GV even when the
4546              symbol is trapped by strictures (avoids coredumps)
4547      Branch: maint-5.6/perl
4548           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
4549           !> t/pragma/strict-vars
4550 ____________________________________________________________________________
4551 [  7242] By: gsar                                  on 2000/10/16  02:26:51
4552         Log: integrate changes#5905,5906,5907,6064 from mainline
4553              
4554              printf/sprintf didn't get quad types right under use64bitint
4555      Branch: maint-5.6/perl
4556           !> pp_sys.c sv.c t/op/64bitint.t
4557 ____________________________________________________________________________
4558 [  5902] By: gsar                                  on 2000/03/28  01:59:14
4559         Log: create maint-5.6 branch
4560      Branch: maint-5.6/perl
4561           +> (branch 1611 files)
4562 ____________________________________________________________________________
4563 [  5900] By: gsar                                  on 2000/03/23  05:42:43
4564         Log: three guesses on what this is :-)
4565      Branch: perl
4566            ! Changes
4567
4568 --------------
4569 Version v5.6.0
4570 --------------
4571
4572 ____________________________________________________________________________
4573 [  5899] By: gsar                                  on 2000/03/23  05:39:11
4574         Log: update patchlevel.h, Changes; regen perltoc.pod
4575      Branch: perl
4576            ! Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
4577 ____________________________________________________________________________
4578 [  5898] By: jhi                                   on 2000/03/23  05:36:47
4579         Log: Integrate with Sarathy.
4580      Branch: cfgperl
4581           !> README.machten Todo Todo-5.6 pod/perldebug.pod
4582           !> pod/perldelta.pod pod/perldiag.pod pod/perlport.pod sv.c
4583 ____________________________________________________________________________
4584 [  5897] By: gsar                                  on 2000/03/23  05:31:12
4585         Log: revise perldelta for more optimal ordering, minor Todo
4586              rearrangments
4587      Branch: perl
4588            ! README.machten Todo Todo-5.6 pod/perldelta.pod
4589            ! pod/perldiag.pod
4590 ____________________________________________________________________________
4591 [  5896] By: gsar                                  on 2000/03/23  05:30:15
4592         Log: pod updates (from Tom Christiansen)
4593      Branch: perl
4594            ! pod/perldebug.pod pod/perlport.pod
4595 ____________________________________________________________________________
4596 [  5895] By: gsar                                  on 2000/03/23  02:33:33
4597         Log: fix misplaced OP refcount for eval root
4598      Branch: perl
4599            ! sv.c
4600 ____________________________________________________________________________
4601 [  5894] By: jhi                                   on 2000/03/22  21:37:03
4602         Log: Integrate with Sarathy.
4603      Branch: cfgperl
4604           +> README.machten
4605           !> MAINTAIN MANIFEST README.win32 ext/DynaLoader/dlutils.c
4606           !> ext/IO/lib/IO/File.pm hints/machten.sh pod/perl.pod
4607           !> pod/perldelta.pod pod/perlsyn.pod t/io/fs.t win32/Makefile
4608           !> win32/makefile.mk
4609 ____________________________________________________________________________
4610 [  5893] By: gsar                                  on 2000/03/22  21:08:34
4611         Log: unretract change#5871 (Dominic Dunlop reports machten is better
4612              with it than without)
4613      Branch: perl
4614            ! hints/machten.sh
4615 ____________________________________________________________________________
4616 [  5892] By: gsar                                  on 2000/03/22  20:37:44
4617         Log: integrate cfgperl changes into mainline
4618      Branch: perl
4619           !> Configure config_h.SH hints/machten.sh hints/solaris_2.sh
4620           !> hints/unicosmk.sh
4621 ____________________________________________________________________________
4622 [  5891] By: gsar                                  on 2000/03/22  20:04:01
4623         Log: perlsyn.pod nit (from Tom Christiansen)
4624      Branch: perl
4625            ! pod/perlsyn.pod
4626 ____________________________________________________________________________
4627 [  5890] By: gsar                                  on 2000/03/22  19:43:22
4628         Log: typo in comment
4629      Branch: perl
4630            ! ext/DynaLoader/dlutils.c
4631 ____________________________________________________________________________
4632 [  5889] By: gsar                                  on 2000/03/22  19:41:46
4633         Log: add README.machten (from Dominic Dunlop)
4634      Branch: perl
4635            + README.machten
4636            ! MAINTAIN MANIFEST pod/perl.pod win32/Makefile
4637            ! win32/makefile.mk
4638 ____________________________________________________________________________
4639 [  5888] By: gsar                                  on 2000/03/22  19:29:47
4640         Log: makefile nits
4641      Branch: perl
4642            ! win32/Makefile win32/makefile.mk
4643 ____________________________________________________________________________
4644 [  5887] By: gsar                                  on 2000/03/22  19:26:03
4645         Log: add note about lib/open3.t#22 failure on Win2K
4646      Branch: perl
4647            ! README.win32 pod/perldelta.pod
4648 ____________________________________________________________________________
4649 [  5886] By: gsar                                  on 2000/03/22  19:14:20
4650         Log: io/fs.t tweaks for Windows 2000
4651      Branch: perl
4652            ! t/io/fs.t
4653 ____________________________________________________________________________
4654 [  5885] By: gsar                                  on 2000/03/22  18:41:50
4655         Log: make unloading of extension shared objects (change#5381) a build
4656              option (use "Configure -Accflags=-DDL_UNLOAD_ALL_AT_EXIT" to enable)
4657      Branch: perl
4658            ! ext/DynaLoader/dlutils.c pod/perldelta.pod
4659 ____________________________________________________________________________
4660 [  5884] By: gsar                                  on 2000/03/22  18:16:45
4661         Log: avoid loading both XSLoader and DynaLoader (avoids dl_error()
4662              redefinition warnings when statically linked)
4663      Branch: perl
4664            ! ext/IO/lib/IO/File.pm
4665 ____________________________________________________________________________
4666 [  5883] By: jhi                                   on 2000/03/22  17:45:01
4667         Log: Integrate with Sarathy.
4668      Branch: cfgperl
4669           +> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t
4670            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
4671           !> Configure MAINTAIN MANIFEST Todo-5.6 ext/POSIX/Makefile.PL
4672           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/xsubpp
4673           !> lib/File/Compare.pm pod/perldelta.pod universal.c util.c
4674           !> utils/h2xs.PL utils/perlbug.PL win32/Makefile
4675           !> win32/makefile.mk
4676 ____________________________________________________________________________
4677 [  5882] By: jhi                                   on 2000/03/22  17:16:27
4678         Log: Metaconfigify #5881.
4679      Branch: cfgperl
4680            ! Configure config_h.SH
4681      Branch: metaconfig
4682            ! U/installdirs/inc_version_list.U
4683 ____________________________________________________________________________
4684 [  5881] By: gsar                                  on 2000/03/22  17:04:01
4685         Log: avoid including things that aren't directories in inc_version_list
4686              (from Robin Barker)
4687      Branch: perl
4688            ! Configure
4689 ____________________________________________________________________________
4690 [  5880] By: gsar                                  on 2000/03/22  16:55:42
4691         Log: avoid File::Compare warning when passed handles (from Nick
4692              Ing-Simmons)
4693      Branch: perl
4694            ! lib/File/Compare.pm
4695 ____________________________________________________________________________
4696 [  5879] By: jhi                                   on 2000/03/22  16:48:33
4697         Log: Retract #5871.
4698      Branch: cfgperl
4699            ! hints/machten.sh
4700 ____________________________________________________________________________
4701 [  5878] By: gsar                                  on 2000/03/22  16:29:37
4702         Log: RM600-svr4 tweaks (from Frank Ridderbusch
4703              <frank.ridderbusch@pdb.siemens.de>)
4704      Branch: perl
4705            ! ext/POSIX/Makefile.PL lib/ExtUtils/Liblist.pm
4706 ____________________________________________________________________________
4707 [  5877] By: gsar                                  on 2000/03/22  15:38:49
4708         Log: save RE context when calling __WARN__ and __DIE__ hooks;
4709              add missing stack-of-stacks logic for new code that came
4710              in with lexical warnings (this fixes coredumps from
4711              -Mdiagnostics when the warnings happens to come from within
4712              the RE engine)
4713      Branch: perl
4714            ! util.c
4715 ____________________________________________________________________________
4716 [  5876] By: gsar                                  on 2000/03/22  15:02:59
4717         Log: missing pieces in perldelta
4718      Branch: perl
4719            ! pod/perldelta.pod
4720 ____________________________________________________________________________
4721 [  5875] By: gsar                                  on 2000/03/22  14:46:24
4722         Log: rename tests to more appropriate names
4723      Branch: perl
4724           +> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t
4725            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
4726            ! MAINTAIN MANIFEST pod/perldelta.pod
4727 ____________________________________________________________________________
4728 [  5874] By: jhi                                   on 2000/03/22  14:32:57
4729         Log: Make the no-luck-on-uselongdouble warning more visible.
4730      Branch: cfgperl
4731            ! hints/solaris_2.sh
4732 ____________________________________________________________________________
4733 [  5873] By: gsar                                  on 2000/03/22  14:28:56
4734         Log: backout change#5708; fixups for behavior of recently added -a switch;
4735              support -k and -m switches in h2xs (from Hugo van der Sanden)
4736      Branch: perl
4737            ! lib/ExtUtils/xsubpp utils/h2xs.PL
4738 ____________________________________________________________________________
4739 [  5872] By: gsar                                  on 2000/03/22  14:21:20
4740         Log: remove outdated notes in makefiles
4741      Branch: perl
4742            ! win32/Makefile win32/makefile.mk
4743 ____________________________________________________________________________
4744 [  5871] By: jhi                                   on 2000/03/22  14:17:40
4745         Log: Disable SysV shm and msg even more.
4746      Branch: cfgperl
4747            ! hints/machten.sh
4748 ____________________________________________________________________________
4749 [  5870] By: jhi                                   on 2000/03/22  14:16:54
4750         Log: Augment #5865.
4751      Branch: cfgperl
4752            ! hints/unicosmk.sh
4753 ____________________________________________________________________________
4754 [  5869] By: gsar                                  on 2000/03/22  14:07:27
4755         Log: perlbug -ok shouldn't prompt (from Paul Moore
4756              <Paul.Moore@uk.origin-it.com>)
4757      Branch: perl
4758            ! utils/perlbug.PL
4759 ____________________________________________________________________________
4760 [  5868] By: gsar                                  on 2000/03/22  13:54:27
4761         Log: integrate cfgperl contents into mainline
4762      Branch: perl
4763            ! Todo-5.6
4764           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4765           !> config_h.SH hints/dec_osf.sh hints/openbsd.sh
4766           !> hints/solaris_2.sh hints/unicosmk.sh pod/perldelta.pod
4767           !> pod/perlport.pod win32/config_H.bc win32/config_H.gc
4768           !> win32/config_H.vc
4769 ____________________________________________________________________________
4770 [  5867] By: jhi                                   on 2000/03/22  05:25:40
4771         Log: OpenBSD pthreadness fixes from Tom Christiansen.
4772      Branch: cfgperl
4773            ! hints/openbsd.sh
4774 ____________________________________________________________________________
4775 [  5866] By: gsar                                  on 2000/03/22  04:18:39
4776         Log: UMRs in universal.c (SvCUR() may not be there unless SvPOK())
4777      Branch: perl
4778            ! universal.c
4779 ____________________________________________________________________________
4780 [  5865] By: jhi                                   on 2000/03/21  21:38:20
4781         Log: The SysV shm*() are in libc but unimplemented.
4782      Branch: cfgperl
4783            ! hints/unicosmk.sh
4784 ____________________________________________________________________________
4785 [  5864] By: jhi                                   on 2000/03/21  21:30:02
4786         Log: s/setgropus/setgroups/; # detypo in a comment
4787      Branch: cfgperl
4788            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4789            ! config_h.SH win32/config_H.bc win32/config_H.gc
4790            ! win32/config_H.vc
4791      Branch: metaconfig
4792            ! U/modified/Getfile.U U/modified/d_flexfnam.U
4793            ! U/modified/groupstype.U
4794 ____________________________________________________________________________
4795 [  5863] By: jhi                                   on 2000/03/21  20:25:40
4796         Log: Add supported platforms.
4797      Branch: cfgperl
4798            ! pod/perlport.pod
4799 ____________________________________________________________________________
4800 [  5862] By: jhi                                   on 2000/03/21  19:19:04
4801         Log: Integrate with Sarathy.
4802      Branch: cfgperl
4803           !> makedef.pl
4804 ____________________________________________________________________________
4805 [  5861] By: gsar                                  on 2000/03/21  19:07:13
4806         Log: add missing bincompat symbols to export list
4807      Branch: perl
4808            ! makedef.pl
4809 ____________________________________________________________________________
4810 [  5860] By: jhi                                   on 2000/03/21  18:59:39
4811         Log: Disallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}.
4812              (Even gcc 2.95 doesn't seem to be working 100%.)
4813      Branch: cfgperl
4814            ! hints/dec_osf.sh pod/perldelta.pod
4815 ____________________________________________________________________________
4816 [  5859] By: jhi                                   on 2000/03/21  16:36:27
4817         Log: Nit for #5802 from Robin Barker.
4818      Branch: cfgperl
4819            ! Configure config_h.SH
4820      Branch: metaconfig
4821            ! U/modified/Getfile.U
4822 ____________________________________________________________________________
4823 [  5858] By: jhi                                   on 2000/03/21  14:34:25
4824         Log: Be more lenient in the case libsunmath cannot be found.
4825      Branch: cfgperl
4826            ! hints/solaris_2.sh
4827 ____________________________________________________________________________
4828 [  5857] By: jhi                                   on 2000/03/21  14:14:38
4829         Log: Integrate with Sarathy.
4830      Branch: cfgperl
4831           !> (integrate 27 files)
4832 ____________________________________________________________________________
4833 [  5856] By: gsar                                  on 2000/03/21  10:44:10
4834         Log: here lies RC3
4835      Branch: perl
4836            ! Changes patchlevel.h pod/perlhist.pod
4837 ____________________________________________________________________________
4838 [  5855] By: gsar                                  on 2000/03/21  10:05:42
4839         Log: clone awareness for change#5847
4840      Branch: perl
4841            ! sv.c
4842 ____________________________________________________________________________
4843 [  5854] By: gsar                                  on 2000/03/21  09:30:50
4844         Log: regen win32/config*
4845      Branch: perl
4846            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4847 ____________________________________________________________________________
4848 [  5853] By: gsar                                  on 2000/03/21  08:56:58
4849         Log: integrate cfgperl and vmsperl contents into mainline
4850      Branch: perl
4851           !> Configure Todo Todo-5.6 config_h.SH lib/File/Spec/VMS.pm
4852           !> pod/perldelta.pod t/op/taint.t
4853 ____________________________________________________________________________
4854 [  5852] By: gsar                                  on 2000/03/21  06:08:20
4855         Log: README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)
4856      Branch: perl
4857            ! Changes README.mint
4858 ____________________________________________________________________________
4859 [  5851] By: gsar                                  on 2000/03/21  06:06:44
4860         Log: make parenthetic warnings look consistent; make diagnostic on
4861              "use 5.6" et al mention the alternate form; pod fixups
4862      Branch: perl
4863            ! gv.c op.c pod/perldelta.pod pod/perldiag.pod pp_ctl.c
4864            ! t/comp/use.t t/pragma/strict-vars t/pragma/warn/op
4865            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys toke.c universal.c
4866            ! util.c
4867 ____________________________________________________________________________
4868 [  5850] By: gsar                                  on 2000/03/21  04:05:00
4869         Log: disable unused Windows code that won't run on Windows 95
4870      Branch: perl
4871            ! win32/vmem.h
4872 ____________________________________________________________________________
4873 [  5849] By: gsar                                  on 2000/03/21  03:34:39
4874         Log: $File::Find::name doesn't reflect top level files
4875              correctly (from Simon Cozens <simon@brecon.co.uk>)
4876      Branch: perl
4877            ! lib/File/Find.pm
4878 ____________________________________________________________________________
4879 [  5848] By: gsar                                  on 2000/03/21  02:46:01
4880         Log: test fails when sockets not available (from Yitzchak Scott-Thoennes)
4881      Branch: perl
4882            ! t/lib/io_unix.t
4883 ____________________________________________________________________________
4884 [  5847] By: gsar                                  on 2000/03/21  00:09:09
4885         Log: under useithreads, PUSHLOOP must save PL_curpad for looking up
4886              iterdata, since dounwind() may defer LEAVEs
4887      Branch: perl
4888            ! cop.h
4889 ____________________________________________________________________________
4890 [  5846] By: jhi                                   on 2000/03/20  23:54:37
4891         Log: Document the lib/io_multihomedt hang in 64-bit HP-Ux.
4892      Branch: cfgperl
4893            ! pod/perldelta.pod
4894 ____________________________________________________________________________
4895 [  5845] By: jhi                                   on 2000/03/20  23:45:24
4896         Log: detypo
4897      Branch: cfgperl
4898            ! t/op/taint.t
4899 ____________________________________________________________________________
4900 [  5844] By: jhi                                   on 2000/03/20  23:17:18
4901         Log: Integrate with Sarathy.
4902      Branch: cfgperl
4903           !> lib/Dumpvalue.pm lib/User/pwent.pm lib/dumpvar.pl
4904           !> lib/strict.pm op.c pod/perldata.pod pod/perldelta.pod
4905           !> pod/perlfunc.pod pp.c t/io/pipe.t t/lib/charnames.t toke.c
4906           !> utils/perlbug.PL
4907 ____________________________________________________________________________
4908 [  5843] By: gsar                                  on 2000/03/20  22:14:35
4909         Log: add note about symbolic filehandles (from Johan Vromans)
4910      Branch: perl
4911            ! lib/strict.pm pod/perlfunc.pod
4912 ____________________________________________________________________________
4913 [  5842] By: gsar                                  on 2000/03/20  21:59:51
4914         Log: perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
4915              code
4916      Branch: perl
4917            ! utils/perlbug.PL
4918 ____________________________________________________________________________
4919 [  5841] By: gsar                                  on 2000/03/20  21:06:01
4920         Log: more sleep needed from slow systems (from Peter Haworth)
4921      Branch: perl
4922            ! t/io/pipe.t
4923 ____________________________________________________________________________
4924 [  5840] By: gsar                                  on 2000/03/20  21:04:42
4925         Log: typo in change#5839
4926      Branch: perl
4927            ! lib/Dumpvalue.pm
4928 ____________________________________________________________________________
4929 [  5839] By: gsar                                  on 2000/03/20  21:03:14
4930         Log: make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
4931              <smurf@noris.de>); fix up duplicate code in Dumpvalue.pm
4932      Branch: perl
4933            ! lib/Dumpvalue.pm lib/dumpvar.pl
4934 ____________________________________________________________________________
4935 [  5838] By: gsar                                  on 2000/03/20  20:53:25
4936         Log: mention handle autovivification in perldata (from Johan Vromans)
4937      Branch: perl
4938            ! lib/User/pwent.pm pod/perldata.pod
4939 ____________________________________________________________________________
4940 [  5837] By: gsar                                  on 2000/03/20  20:37:42
4941         Log: change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"
4942      Branch: perl
4943            ! t/lib/charnames.t toke.c
4944 ____________________________________________________________________________
4945 [  5836] By: gsar                                  on 2000/03/20  16:27:13
4946         Log: autovivify open($fh[0],...) properly
4947      Branch: perl
4948            ! op.c pp.c
4949 ____________________________________________________________________________
4950 [  5835] By: gsar                                  on 2000/03/19  18:51:24
4951         Log: add @x->[2] bug to known issues (from Johan Vromans)
4952      Branch: perl
4953            ! pod/perldelta.pod
4954 ____________________________________________________________________________
4955 [  5834] By: jhi                                   on 2000/03/19  18:42:35
4956         Log: Fix the socklen default type (from Laszlo Molnar;
4957              though I prefer signed, not unsigned); move the cross-compialtion
4958              wish item to Todo; drop excess permissions in taint.t.
4959      Branch: cfgperl
4960            ! Configure Todo Todo-5.6 config_h.SH t/op/taint.t
4961      Branch: metaconfig
4962            ! U/protos/socksizetype.U
4963 ____________________________________________________________________________
4964 [  5833] By: jhi                                   on 2000/03/19  18:20:42
4965         Log: Integrate with Sarathy.
4966      Branch: cfgperl
4967           !> (integrate 42 files)
4968 ____________________________________________________________________________
4969 [  5832] By: gsar                                  on 2000/03/19  18:01:28
4970         Log: pwent.pm doc tweak (from Tom Christiansen)
4971      Branch: perl
4972            ! lib/User/pwent.pm
4973 ____________________________________________________________________________
4974 [  5831] By: gsar                                  on 2000/03/19  17:57:31
4975         Log: unsigned is a more reasonable socksizetype default (from
4976              Laszlo <ml1050@freemail.hu>)
4977      Branch: perl
4978            ! Configure
4979 ____________________________________________________________________________
4980 [  5830] By: gsar                                  on 2000/03/19  17:40:20
4981         Log: taint.t shouldn't fail where IPC::SysV unavailable
4982      Branch: perl
4983            ! t/op/taint.t
4984 ____________________________________________________________________________
4985 [  5829] By: gsar                                  on 2000/03/19  17:19:46
4986         Log: update Changes
4987      Branch: perl
4988            ! Changes embed.h
4989 ____________________________________________________________________________
4990 [  5828] By: gsar                                  on 2000/03/19  16:47:14
4991         Log: squelch known scalar leak due to compile failure
4992      Branch: perl
4993            ! t/pragma/strict-vars
4994 ____________________________________________________________________________
4995 [  5827] By: gsar                                  on 2000/03/19  09:20:22
4996         Log: mention how to look up perllocal.pod (from Michael G Schwern)
4997      Branch: perl
4998            ! pod/perlapi.pod pod/perlmodinstall.pod pod/perlmodlib.pod
4999 ____________________________________________________________________________
5000 [  5826] By: gsar                                  on 2000/03/19  08:49:27
5001         Log: mention need to wait for children (from Russ Allbery)
5002      Branch: perl
5003            ! lib/IPC/Open2.pm lib/IPC/Open3.pm pod/perldelta.pod
5004 ____________________________________________________________________________
5005 [  5825] By: gsar                                  on 2000/03/19  08:47:52
5006         Log: Pod::Man should strip leading lib/ for module manpages (from
5007              Russ Allbery)
5008      Branch: perl
5009            ! lib/Pod/Man.pm
5010 ____________________________________________________________________________
5011 [  5824] By: gsar                                  on 2000/03/19  08:17:49
5012         Log: User::pwent fixups for additional fields (from Tom Christiansen);
5013              fix bug in pw_has(); tolerate absense of pw{change,age,quota}
5014              and pw{comment,class} (Debian 2.1 doesn't have either of these)
5015      Branch: perl
5016            ! lib/User/pwent.pm
5017 ____________________________________________________________________________
5018 [  5823] By: gsar                                  on 2000/03/19  07:41:46
5019         Log: pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
5020      Branch: perl
5021            ! embed.pl embedvar.h hints/linux.sh pod/perlhack.pod
5022            ! pod/perlnumber.pod pod/perlthrtut.pod vms/ext/Stdio/Stdio.pm
5023 ____________________________________________________________________________
5024 [  5822] By: gsar                                  on 2000/03/19  07:34:29
5025         Log: integrate cfgperl contents into mainline
5026      Branch: perl
5027            ! ext/Thread/Thread.pm pod/perlthrtut.pod
5028           !> (integrate 41 files)
5029 ____________________________________________________________________________
5030 [  5821] By: gsar                                  on 2000/03/19  07:14:38
5031         Log: remove dead code
5032      Branch: perl
5033            ! lib/charnames.pm
5034 ____________________________________________________________________________
5035 [  5820] By: gsar                                  on 2000/03/19  07:13:01
5036         Log: fix typo
5037      Branch: perl
5038            ! pod/perldiag.pod
5039 ____________________________________________________________________________
5040 [  5819] By: gsar                                  on 2000/03/19  07:09:32
5041         Log: produce better error message when \N{...} is used without
5042              "use charnames ..."
5043      Branch: perl
5044            ! pod/perldelta.pod pod/perldiag.pod toke.c
5045 ____________________________________________________________________________
5046 [  5818] By: gsar                                  on 2000/03/19  06:30:11
5047         Log: default warnLevel and dieLevel to 0 in debugger (from Tom
5048              Christiansen); make dumpvar.pl safe against non-glob entries
5049              in stashes
5050      Branch: perl
5051            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/perl5db.pl
5052            ! pod/perldebug.pod
5053 ____________________________________________________________________________
5054 [  5817] By: gsar                                  on 2000/03/19  06:18:24
5055         Log: better notes on s///ee (from Simon Cozens <simon@cozens.net>)
5056      Branch: perl
5057            ! pod/perlop.pod
5058 ____________________________________________________________________________
5059 [  5816] By: gsar                                  on 2000/03/19  05:55:52
5060         Log: support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of
5061              op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>)
5062      Branch: perl
5063            ! embed.pl op.c op.h opcode.h opcode.pl perl.h pp.sym pp_ctl.c
5064            ! pp_proto.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/vmsish.h
5065 ____________________________________________________________________________
5066 [  5815] By: gsar                                  on 2000/03/19  05:27:31
5067         Log: fix sort optimizer to not hang inside loops
5068      Branch: perl
5069            ! op.c t/op/sort.t
5070 ____________________________________________________________________________
5071 [  5814] By: gsar                                  on 2000/03/19  03:59:29
5072         Log: fixes for alias handling in debugger (from Tom Christiansen)
5073      Branch: perl
5074            ! lib/perl5db.pl
5075 ____________________________________________________________________________
5076 [  5813] By: gsar                                  on 2000/03/19  03:38:10
5077         Log: warn about CHECK and INIT blocks encountered at run time
5078      Branch: perl
5079            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
5080 ____________________________________________________________________________
5081 [  5812] By: jhi                                   on 2000/03/19  03:15:58
5082         Log: Taint msgrcv() messages; general SysV IPC cleanup.
5083      Branch: cfgperl
5084            ! doio.c ext/IPC/SysV/Msg.pm pod/perldelta.pod pod/perlfunc.pod
5085            ! pod/perlipc.pod pod/perlsec.pod t/lib/ipc_sysv.t t/op/taint.t
5086 ____________________________________________________________________________
5087 [  5811] By: jhi                                   on 2000/03/19  01:48:47
5088         Log: Taint shmread().
5089      Branch: cfgperl
5090            ! doio.c pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod
5091            ! t/op/taint.t
5092 ____________________________________________________________________________
5093 [  5810] By: jhi                                   on 2000/03/19  01:22:47
5094         Log: Taint also the passwd field of the getpw*().
5095      Branch: cfgperl
5096            ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
5097            ! t/op/taint.t
5098 ____________________________________________________________________________
5099 [  5809] By: jhi                                   on 2000/03/18  21:44:34
5100         Log: Integrate with Sarathy.
5101      Branch: cfgperl
5102           !> t/pragma/strict-vars toke.c
5103 ____________________________________________________________________________
5104 [  5808] By: jhi                                   on 2000/03/18  21:40:55
5105         Log: (Re-)introduce $uidsign and $gidsign.
5106      Branch: cfgperl
5107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5108            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
5109            ! vos/config.def vos/config.h vos/config_h.SH_orig
5110            ! win32/config.bc win32/config.gc win32/config.vc
5111            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5112            ! win32/config_h.PL win32/config_sh.PL
5113      Branch: metaconfig
5114            ! U/modified/groupstype.U U/typedefs/gidtype.U
5115 ____________________________________________________________________________
5116 [  5807] By: jhi                                   on 2000/03/18  20:38:12
5117         Log: The #5805 requires a test change, too.
5118      Branch: cfgperl
5119            ! t/op/taint.t
5120 ____________________________________________________________________________
5121 [  5806] By: gsar                                  on 2000/03/18  20:10:29
5122         Log: queued errors may not be displayed after the PL_error_count limit
5123      Branch: perl
5124            ! t/pragma/strict-vars toke.c
5125 ____________________________________________________________________________
5126 [  5805] By: jhi                                   on 2000/03/18  19:56:12
5127         Log: Taint the shell from the getpw*. 
5128      Branch: cfgperl
5129            ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
5130 ____________________________________________________________________________
5131 [  5804] By: jhi                                   on 2000/03/18  19:37:01
5132         Log: Use the newSVuv().
5133      Branch: cfgperl
5134            ! embed.h op.c pp_sys.c toke.c
5135 ____________________________________________________________________________
5136 [  5803] By: jhi                                   on 2000/03/18  19:08:40
5137         Log: Add newSVuv().
5138      Branch: cfgperl
5139            ! Configure embed.pl global.sym objXSUB.h perlapi.c perlapi.h
5140            ! pod/perlapi.pod proto.h sv.c
5141 ____________________________________________________________________________
5142 [  5802] By: jhi                                   on 2000/03/18  17:11:07
5143         Log: Configure nits: rewording from Sarathy (aka #5796),
5144              and installation directories patch from Robin Barker.
5145      Branch: cfgperl
5146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5147            ! config_h.SH vos/config.h vos/config_h.SH_orig
5148            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5149      Branch: metaconfig
5150            ! U/modified/Getfile.U
5151      Branch: metaconfig/U/perl
5152            ! bincompat5005.U
5153 ____________________________________________________________________________
5154 [  5801] By: jhi                                   on 2000/03/18  16:41:31
5155         Log: Integrate with Sarathy.
5156      Branch: cfgperl
5157           !> Changes Configure hints/dos_djgpp.sh lib/ExtUtils/xsubpp
5158           !> lib/Getopt/Long.pm mg.c pod/perlpod.pod pp_hot.c
5159           !> t/lib/charnames.t t/pragma/utf8.t toke.c
5160 ____________________________________________________________________________
5161 [  5800] By: gsar                                  on 2000/03/18  05:16:32
5162         Log: force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
5163              in system includes)
5164      Branch: perl
5165            ! hints/dos_djgpp.sh
5166 ____________________________________________________________________________
5167 [  5799] By: gsar                                  on 2000/03/18  05:12:00
5168         Log: Getopt::Long 2.23 update (from Johan Vromans)
5169      Branch: perl
5170            ! Changes lib/Getopt/Long.pm
5171 ____________________________________________________________________________
5172 [  5798] By: gsar                                  on 2000/03/18  05:03:20
5173         Log: recognize single-line declarations in xsubpp; add switches to
5174              disable newfangled features (from Ilya Zakharevich)
5175      Branch: perl
5176            ! lib/ExtUtils/xsubpp
5177 ____________________________________________________________________________
5178 [  5797] By: gsar                                  on 2000/03/18  04:21:43
5179         Log: make "\N{...}" enable utf8-ness correctly
5180      Branch: perl
5181            ! t/lib/charnames.t toke.c
5182 ____________________________________________________________________________
5183 [  5796] By: gsar                                  on 2000/03/18  04:03:08
5184         Log: avoid mentioning Perl version in Configure question
5185      Branch: perl
5186            ! Configure
5187 ____________________________________________________________________________
5188 [  5795] By: gsar                                  on 2000/03/18  03:32:31
5189         Log: better explanation of C<> tags (from Wolfgang Laun)
5190      Branch: perl
5191            ! pod/perlpod.pod
5192 ____________________________________________________________________________
5193 [  5794] By: gsar                                  on 2000/03/18  03:26:57
5194         Log: make return values from match in a list context, as well as $& et
5195              al propagate utf8-ness (from Graham Barr)
5196      Branch: perl
5197            ! mg.c pp_hot.c t/pragma/utf8.t
5198 ____________________________________________________________________________
5199 [  5793] By: jhi                                   on 2000/03/18  01:45:30
5200         Log: Integrate with Sarathy.
5201      Branch: cfgperl
5202           !> hints/powerux.sh xsutils.c
5203 ____________________________________________________________________________
5204 [  5792] By: gsar                                  on 2000/03/18  01:08:25
5205         Log: hints fixups for PowerMAX (from Tom Horsley)
5206      Branch: perl
5207            ! hints/powerux.sh
5208 ____________________________________________________________________________
5209 [  5791] By: gsar                                  on 2000/03/17  23:53:21
5210         Log: make reftype() consistently croak on non-refs
5211      Branch: perl
5212            ! xsutils.c
5213 ____________________________________________________________________________
5214 [  5790] By: jhi                                   on 2000/03/17  23:41:36
5215         Log: Integrate with Sarathy. 
5216      Branch: cfgperl
5217           !> configpm ext/Thread/Thread/Queue.pm
5218           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
5219           !> lib/Pod/Find.pm lib/perl5db.pl perl.c pod/perldata.pod
5220 ____________________________________________________________________________
5221 [  5789] By: gsar                                  on 2000/03/17  22:37:21
5222         Log: fix coredump when upgrading PL_sv_yes in a second call to
5223              perl_construct() (from Doug MacEachern)
5224      Branch: perl
5225            ! perl.c
5226 ____________________________________________________________________________
5227 [  5788] By: gsar                                  on 2000/03/17  22:32:25
5228         Log: make noTTY debugger option work again (from Paul Marquess)
5229      Branch: perl
5230            ! lib/perl5db.pl
5231 ____________________________________________________________________________
5232 [  5787] By: gsar                                  on 2000/03/17  17:00:05
5233         Log: make Config.pm report sane errors with older perls
5234      Branch: perl
5235            ! configpm
5236 ____________________________________________________________________________
5237 [  5786] By: gsar                                  on 2000/03/17  16:48:20
5238         Log: syntax errors in Thread::* (from Tom Christiansen)
5239      Branch: perl
5240            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5241            ! ext/Thread/Thread/Specific.pm
5242 ____________________________________________________________________________
5243 [  5785] By: gsar                                  on 2000/03/17  16:45:34
5244         Log: tweak perldata section on v-strings
5245      Branch: perl
5246            ! pod/perldata.pod
5247 ____________________________________________________________________________
5248 [  5784] By: gsar                                  on 2000/03/17  16:24:28
5249         Log: missing file in change#5781
5250      Branch: perl
5251            ! lib/Pod/Find.pm
5252 ____________________________________________________________________________
5253 [  5783] By: jhi                                   on 2000/03/17  14:38:29
5254         Log: Add the NEXTSTEP strftime %j bug to Known Problems.
5255      Branch: cfgperl
5256            ! pod/perldelta.pod
5257 ____________________________________________________________________________
5258 [  5782] By: jhi                                   on 2000/03/17  14:29:46
5259         Log: Integrate with Sarathy.
5260      Branch: cfgperl
5261           !> embed.pl ext/B/B/Bblock.pm global.sym lib/File/Spec/Unix.pm
5262           !> lib/open.pm objXSUB.h op.c perlapi.c pod/perlcompile.pod
5263           !> pod/perldebug.pod sv.c t/comp/cpp.aux t/pod/testpchk.pl
5264 ____________________________________________________________________________
5265 [  5781] By: gsar                                  on 2000/03/17  06:19:17
5266         Log: PodParser v1.13 update (from Brad Appleton)
5267      Branch: perl
5268            ! t/pod/testpchk.pl
5269 ____________________________________________________________________________
5270 [  5780] By: gsar                                  on 2000/03/17  05:42:45
5271         Log: propagate CvFLAGS() into clones
5272      Branch: perl
5273            ! op.c
5274 ____________________________________________________________________________
5275 [  5779] By: gsar                                  on 2000/03/17  04:58:39
5276         Log: documentation fixes from p5p
5277      Branch: perl
5278            ! ext/B/B/Bblock.pm lib/File/Spec/Unix.pm pod/perlcompile.pod
5279            ! pod/perldebug.pod
5280 ____________________________________________________________________________
5281 [  5778] By: bailey                                on 2000/03/17  04:23:35
5282         Log: Quick pre-release fixes: clean up results in File::Spec::VMS and
5283              switch dir test order in taint.t to accomodate DECCRTL extension.
5284      Branch: vmsperl
5285            ! lib/File/Spec/VMS.pm t/op/taint.t
5286 ____________________________________________________________________________
5287 [  5777] By: gsar                                  on 2000/03/17  04:13:27
5288         Log: make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"
5289              (from Tom Christiansen)
5290      Branch: perl
5291            ! sv.c
5292 ____________________________________________________________________________
5293 [  5776] By: jhi                                   on 2000/03/17  03:40:18
5294         Log: More Todo.
5295      Branch: cfgperl
5296            ! Todo Todo-5.6
5297 ____________________________________________________________________________
5298 [  5775] By: gsar                                  on 2000/03/17  03:40:14
5299         Log: s/:def/:DEFAULT/
5300      Branch: perl
5301            ! lib/open.pm
5302 ____________________________________________________________________________
5303 [  5774] By: gsar                                  on 2000/03/17  03:39:07
5304         Log: export cv_undef() and cv_const_sv() (mod_perl uses them to
5305              good advantage)
5306      Branch: perl
5307            ! embed.pl global.sym objXSUB.h perlapi.c
5308 ____________________________________________________________________________
5309 [  5773] By: gsar                                  on 2000/03/17  03:12:34
5310         Log: remove non-ANSI parts in comp/cpp.t
5311      Branch: perl
5312            ! t/comp/cpp.aux
5313 ____________________________________________________________________________
5314 [  5772] By: jhi                                   on 2000/03/17  03:11:49
5315         Log: Integrate with Sarathy.
5316      Branch: cfgperl
5317           !> configure.com embed.h embed.pl lib/CGI.pm
5318           !> lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm perl.h
5319           !> pod/pod2man.PL pod/pod2text.PL pp_sys.c vms/ext/vmsish.pm
5320           !> vms/ext/vmsish.t vms/subconfigure.com vms/test.com
5321           !> vms/vmsish.h
5322 ____________________________________________________________________________
5323 [  5771] By: jhi                                   on 2000/03/17  03:10:34
5324         Log: Make the test easier to use.
5325      Branch: cfgperl
5326            ! t/op/sysio.t
5327 ____________________________________________________________________________
5328 [  5770] By: gsar                                  on 2000/03/17  03:04:33
5329         Log: pod{man,text} updates from podlators-1.00 (from Russ Allbery)
5330      Branch: perl
5331            ! lib/Pod/Man.pm pod/pod2man.PL pod/pod2text.PL
5332 ____________________________________________________________________________
5333 [  5769] By: gsar                                  on 2000/03/17  02:53:39
5334         Log: integrate vmsperl contents into mainline (no actual changes, since
5335              cfgperl already had them all)
5336      Branch: perl
5337           !> configure.com lib/CGI.pm lib/ExtUtils/Mksymlists.pm perl.h
5338           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/subconfigure.com
5339           !> vms/test.com vms/vmsish.h
5340 ____________________________________________________________________________
5341 [  5768] By: gsar                                  on 2000/03/17  02:48:14
5342         Log: fix signedness in test for syswrite() length argument
5343      Branch: perl
5344            ! pp_sys.c
5345 ____________________________________________________________________________
5346 [  5767] By: gsar                                  on 2000/03/17  02:38:51
5347         Log: integrate cfgperl contents into mainline
5348      Branch: perl
5349           !> (integrate 28 files)
5350 ____________________________________________________________________________
5351 [  5766] By: jhi                                   on 2000/03/17  02:29:24
5352         Log: Add "Known Problems" section.
5353      Branch: cfgperl
5354            ! pod/perldelta.pod
5355 ____________________________________________________________________________
5356 [  5765] By: gsar                                  on 2000/03/17  00:31:19
5357         Log: add missing bincompat5005 #defines
5358      Branch: perl
5359            ! embed.h embed.pl
5360 ____________________________________________________________________________
5361 [  5764] By: jhi                                   on 2000/03/16  15:32:52
5362         Log: pp_send() type tuning continues.
5363      Branch: cfgperl
5364            ! pp_sys.c
5365 ____________________________________________________________________________
5366 [  5763] By: jhi                                   on 2000/03/16  04:09:37
5367         Log: Integrate with Sarathy.
5368      Branch: cfgperl
5369           !> embed.pl global.sym objXSUB.h perl.c perlapi.c
5370           !> win32/perlhost.h win32/perllib.c win32/win32.h
5371 ____________________________________________________________________________
5372 [  5762] By: jhi                                   on 2000/03/16  04:06:36
5373         Log: VMS patches from Dan Sugalski and Charles Bailey
5374      Branch: cfgperl
5375            ! configure.com ext/File/Glob/Glob.pm lib/CGI.pm
5376            ! lib/ExtUtils/Mksymlists.pm vms/subconfigure.com
5377 ____________________________________________________________________________
5378 [  5761] By: gsar                                  on 2000/03/16  03:18:41
5379         Log: due to an oversight during PERL_OBJECT migration, hosts created
5380              by pseudo-fork were never being deleted, leading to a sizeable
5381              memory leak; std FDs in pseudo-children are now closed
5382              automatically to avoid resource leaks; basic infinite looping
5383              fork() test works without leaking again in non-PERL_OBJECT
5384              build
5385      Branch: perl
5386            ! embed.pl global.sym objXSUB.h perl.c perlapi.c
5387            ! win32/perlhost.h win32/perllib.c win32/win32.h
5388 ____________________________________________________________________________
5389 [  5760] By: jhi                                   on 2000/03/16  01:50:13
5390         Log: Fix pp_send() sizes (pass a Size_t, not an Off_t, and
5391              return a SSize_t, not an Off_t); add a note about a slightly
5392              similar situation in pp_truncate(); introduce $sizesize
5393              for Configure; update EPOC, VOS, Win32, and VMS for the
5394              sizesize; minor updates on the EPOC config file; reword
5395              socklen_t message slightly; fix fpossize (though unused    currently)
5396      Branch: cfgperl
5397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5398            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
5399            ! vos/config.def vos/config.h win32/config.bc win32/config.gc
5400            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5401            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
5402      Branch: metaconfig/U/perl
5403            ! d_socklen_t.U fpossize.U
5404 ____________________________________________________________________________
5405 [  5759] By: jhi                                   on 2000/03/15  23:47:11
5406         Log: Integrate with Sarathy.
5407      Branch: cfgperl
5408           !> makedef.pl
5409 ____________________________________________________________________________
5410 [  5758] By: jhi                                   on 2000/03/15  23:46:17
5411         Log: Retract #5767; replace it with a tested patch
5412              from Anton Berezin.
5413      Branch: cfgperl
5414            ! hints/freebsd.sh
5415 ____________________________________________________________________________
5416 [  5757] By: jhi                                   on 2000/03/15  23:36:53
5417         Log: Configure nits: do not use /tmp to avoid potential security
5418              problems (Andy Dougherty: this does not fix the rampant
5419              use of /tmp by the various utilities like C compilers, though.
5420              Just don't run Configure as root if you care about security.),
5421              fix man3dir bug (both from Andy Dougherty); fix hints files
5422              not to use /tmp; retract #4993 (the description of the *symbols
5423              variables is okay, after all); regen Configure.
5424      Branch: cfgperl
5425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5426            ! config_h.SH hints/dec_osf.sh hints/esix4.sh hints/newsos4.sh
5427      Branch: metaconfig
5428            + U/modified/d_flexfnam.U
5429            ! U/installdirs/man3dir.U
5430 ____________________________________________________________________________
5431 [  5756] By: jhi                                   on 2000/03/15  22:20:06
5432         Log: cater for FreeBSD 5.*
5433      Branch: cfgperl
5434            ! hints/freebsd.sh
5435 ____________________________________________________________________________
5436 [  5755] By: jhi                                   on 2000/03/15  22:00:57
5437         Log: Add missing Windows O_ constants.
5438      Branch: cfgperl
5439            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
5440 ____________________________________________________________________________
5441 [  5754] By: gsar                                  on 2000/03/15  19:56:37
5442         Log: add PL_thr_key to export list under useithreads
5443      Branch: perl
5444            ! makedef.pl
5445 ____________________________________________________________________________
5446 [  5753] By: jhi                                   on 2000/03/15  04:19:19
5447         Log: Integrate with Sarathy.
5448      Branch: cfgperl
5449           !> (integrate 37 files)
5450 ____________________________________________________________________________
5451 [  5752] By: bailey                                on 2000/03/15  03:45:28
5452         Log: Make DEBUGGING a configurable option
5453      Branch: vmsperl
5454            ! configure.com
5455 ____________________________________________________________________________
5456 [  5751] By: bailey                                on 2000/03/15  03:38:57
5457         Log: Remove obsolete DCL symbol from subconfigure.com
5458      Branch: vmsperl
5459            ! vms/subconfigure.com
5460 ____________________________________________________________________________
5461 [  5750] By: bailey                                on 2000/03/15  03:29:17
5462         Log: Add VMS' default to the CGI.pm temp list (should update to File::Spec)
5463      Branch: vmsperl
5464            ! lib/CGI.pm
5465           !> ext/File/Glob/Glob.pm
5466 ____________________________________________________________________________
5467 [  5749] By: bailey                                on 2000/03/15  02:05:28
5468         Log: Change test using obsolete %COnfig element
5469      Branch: vmsperl
5470            ! lib/ExtUtils/Mksymlists.pm
5471 ____________________________________________________________________________
5472 [  5748] By: gsar                                  on 2000/03/14  23:39:42
5473         Log: update local_patches entry for RC2
5474      Branch: perl
5475            ! Changes patchlevel.h pod/perlhist.pod
5476 ____________________________________________________________________________
5477 [  5747] By: gsar                                  on 2000/03/14  22:44:27
5478         Log: more warnings tidy-ups (from Paul Marquess)
5479      Branch: perl
5480            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod
5481            ! t/lib/attrs.t utils/h2xs.PL
5482 ____________________________________________________________________________
5483 [  5746] By: gsar                                  on 2000/03/14  22:30:43
5484         Log: Sys::Syslog fix for accidental arguments to autoloaded constants
5485      Branch: perl
5486            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
5487 ____________________________________________________________________________
5488 [  5745] By: gsar                                  on 2000/03/14  22:20:27
5489         Log: tweak to use SIZE_ONLY
5490      Branch: perl
5491            ! regcomp.c
5492 ____________________________________________________________________________
5493 [  5744] By: gsar                                  on 2000/03/14  21:56:48
5494         Log: regen win32/config*
5495      Branch: perl
5496            ! win32/Makefile win32/config_H.bc win32/config_H.gc
5497            ! win32/config_H.vc win32/makefile.mk
5498 ____________________________________________________________________________
5499 [  5743] By: gsar                                  on 2000/03/14  21:46:25
5500         Log: change#5729 had syntax errors
5501      Branch: perl
5502            ! t/lib/complex.t
5503 ____________________________________________________________________________
5504 [  5742] By: gsar                                  on 2000/03/14  21:26:33
5505         Log: integrate vmsperl changes into mainline (change#5693 denied)
5506      Branch: perl
5507           !> configure.com lib/File/Spec/VMS.pm t/lib/complex.t
5508           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
5509           !> vms/vms.c
5510 ____________________________________________________________________________
5511 [  5741] By: gsar                                  on 2000/03/14  21:17:34
5512         Log: update Changes; integrate cfgperl contents into mainline
5513      Branch: perl
5514            ! Changes
5515           !> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t
5516 ____________________________________________________________________________
5517 [  5740] By: gsar                                  on 2000/03/14  20:57:12
5518         Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
5519      Branch: perl
5520            ! pod/perlfaq4.pod
5521 ____________________________________________________________________________
5522 [  5739] By: gsar                                  on 2000/03/14  20:53:07
5523         Log: allow alternates to negate correctly (from Johan Vromans)
5524      Branch: perl
5525            ! lib/Getopt/Long.pm
5526 ____________________________________________________________________________
5527 [  5738] By: gsar                                  on 2000/03/14  20:34:19
5528         Log: kludge our way around warnings on C<use POSIX; use IO::File;>
5529      Branch: perl
5530            ! ext/IO/lib/IO/Seekable.pm
5531 ____________________________________________________________________________
5532 [  5737] By: gsar                                  on 2000/03/14  20:06:23
5533         Log: protect special characters better against interpretation by *roff
5534              (from Russ Allbery)
5535      Branch: perl
5536            ! lib/Pod/Man.pm
5537 ____________________________________________________________________________
5538 [  5736] By: gsar                                  on 2000/03/14  19:47:00
5539         Log: provide an explicit base address for perl56.dll to avoid relocations;
5540              increase the default stack size (RE engine can use a lot more stack
5541              than the 1MB default limit); default to using the regular version of
5542              the MSVCRT even for DEBUGGING builds (this allows extensions to be
5543              selectively built with debugging)
5544      Branch: perl
5545            ! win32/Makefile win32/makefile.mk
5546 ____________________________________________________________________________
5547 [  5735] By: gsar                                  on 2000/03/14  19:31:53
5548         Log: regen perltoc, other pod nits
5549      Branch: perl
5550            ! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod
5551            ! pod/perltoc.pod pod/roffitall
5552 ____________________________________________________________________________
5553 [  5734] By: gsar                                  on 2000/03/14  19:08:22
5554         Log: avoid dup warning (from Simon Cozens)
5555      Branch: perl
5556            ! regcomp.c
5557 ____________________________________________________________________________
5558 [  5733] By: gsar                                  on 2000/03/14  18:46:50
5559         Log: allow usemymalloc to be overridden via -Uusemymalloc
5560      Branch: perl
5561            ! hints/hpux.sh
5562 ____________________________________________________________________________
5563 [  5732] By: gsar                                  on 2000/03/14  17:23:47
5564         Log: test case for change#5700 (from M. J. T. Guy)
5565      Branch: perl
5566            ! t/op/universal.t
5567 ____________________________________________________________________________
5568 [  5731] By: gsar                                  on 2000/03/14  17:15:44
5569         Log: revise README.win32 for currentness, point to function
5570              list in perlport.pod (from a patch suggested by Dominic Dunlop)
5571      Branch: perl
5572            ! README.win32 pod/perlport.pod
5573 ____________________________________________________________________________
5574 [  5730] By: gsar                                  on 2000/03/14  17:14:21
5575         Log: tweak sort() notes (from Nathan Torkington)
5576      Branch: perl
5577            ! pod/perlfunc.pod
5578 ____________________________________________________________________________
5579 [  5729] By: jhi                                   on 2000/03/14  15:13:13
5580         Log: Make the tests 1018 and 1019 more robust.
5581      Branch: cfgperl
5582            ! t/lib/complex.t
5583 ____________________________________________________________________________
5584 [  5728] By: jhi                                   on 2000/03/14  15:07:48
5585         Log: Fix for one of the problems in RC1 reported by M. E. O'Neill
5586              in NEXTSTEP 3.3p2.
5587      Branch: cfgperl
5588            ! ext/Socket/Socket.xs
5589 ____________________________________________________________________________
5590 [  5727] By: jhi                                   on 2000/03/14  14:57:04
5591         Log: Integrate with Sarathy; unapply the #5539 that snekt in
5592              with #5539.
5593      Branch: cfgperl
5594           +> pod/perldebguts.pod
5595            ! patchlevel.h perl.h
5596           !> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod
5597           !> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod
5598           !> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL
5599           !> win32/makefile.mk
5600 ____________________________________________________________________________
5601 [  5726] By: gsar                                  on 2000/03/14  07:43:37
5602         Log: fixes for Borland compiler (from Vadim Konovalov
5603              <vkonovalov@lucent.com>)
5604      Branch: perl
5605            ! utils/perlcc.PL win32/makefile.mk
5606 ____________________________________________________________________________
5607 [  5725] By: gsar                                  on 2000/03/14  07:38:00
5608         Log: more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)
5609      Branch: perl
5610            ! lib/Text/Abbrev.pm
5611 ____________________________________________________________________________
5612 [  5724] By: gsar                                  on 2000/03/14  05:59:02
5613         Log: integrate cfgperl changes into mainline, ignoring the
5614              __attribute__((unused)) stuff that seems to have snuck
5615              back in
5616      Branch: perl
5617           !> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod
5618           !> vms/perlvms.pod
5619 ____________________________________________________________________________
5620 [  5723] By: gsar                                  on 2000/03/14  05:49:08
5621         Log: patches for many bugs in the debugger; documentation updates for
5622              perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
5623              Tom Christiansen)
5624      Branch: perl
5625            + pod/perldebguts.pod
5626            ! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod
5627            ! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod
5628 ____________________________________________________________________________
5629 [  5722] By: gsar                                  on 2000/03/14  05:37:29
5630         Log: add sleep() to avoid race on NeXT (from M.E. O'Neill
5631              <oneill@cs.sfu.ca>)
5632      Branch: perl
5633            ! t/lib/io_sock.t
5634 ____________________________________________________________________________
5635 [  5721] By: gsar                                  on 2000/03/14  03:53:50
5636         Log: support a -U option when run as root to drop privileges (from
5637              Tom Christiansen)
5638      Branch: perl
5639            ! utils/perldoc.PL
5640 ____________________________________________________________________________
5641 [  5720] By: jhi                                   on 2000/03/14  03:43:51
5642         Log: move the big AVAILABILITY list to perlport as Supported Platforms
5643              (Tom Christiansen); add few more platforms
5644      Branch: cfgperl
5645            ! pod/perl.pod pod/perlport.pod
5646 ____________________________________________________________________________
5647 [  5719] By: jhi                                   on 2000/03/14  02:44:55
5648         Log: more todo
5649      Branch: cfgperl
5650            ! Todo-5.6
5651 ____________________________________________________________________________
5652 [  5718] By: jhi                                   on 2000/03/14  02:17:16
5653         Log: detypo
5654      Branch: cfgperl
5655            ! vms/perlvms.pod
5656 ____________________________________________________________________________
5657 [  5717] By: jhi                                   on 2000/03/14  02:00:24
5658         Log: Integrate with Sarathy.
5659      Branch: cfgperl
5660            ! patchlevel.h perl.h
5661           !> (integrate 60 files)
5662 ____________________________________________________________________________
5663 [  5716] By: gsar                                  on 2000/03/14  00:01:39
5664         Log: reference miscount in Devel::Peek that causes debugger to
5665              crash unceremoniously when doing "V DB" etc., repeatedly
5666      Branch: perl
5667            ! ext/Devel/Peek/Peek.xs
5668 ____________________________________________________________________________
5669 [  5715] By: gsar                                  on 2000/03/13  21:40:23
5670         Log: fixes for broken L<> links (from Wolfgang Laun
5671              <wolfgang.laun@alcatel.at>)
5672      Branch: perl
5673            ! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod
5674            ! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod
5675            ! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod
5676            ! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod
5677 ____________________________________________________________________________
5678 [  5714] By: gsar                                  on 2000/03/13  21:37:48
5679         Log: typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)
5680      Branch: perl
5681            ! pod/perlboot.pod
5682 ____________________________________________________________________________
5683 [  5713] By: gsar                                  on 2000/03/13  21:36:24
5684         Log: avoid infinite loop in h2xs (from Hugo van der Sanden)
5685      Branch: perl
5686            ! utils/h2xs.PL
5687 ____________________________________________________________________________
5688 [  5712] By: gsar                                  on 2000/03/13  21:29:15
5689         Log: lexical warnings update for docs and tests (from Paul Marquess)
5690      Branch: perl
5691            ! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod
5692            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod
5693            ! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod
5694            ! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod
5695            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5696            ! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod
5697            ! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod
5698            ! t/io/open.t t/lib/fields.t t/lib/parsewords.t
5699            ! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t
5700            ! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t
5701            ! t/pragma/constant.t t/pragma/locale.t
5702 ____________________________________________________________________________
5703 [  5711] By: gsar                                  on 2000/03/13  21:08:29
5704         Log: updates from PodParser v1.12 on CPAN (from Brad Appleton)
5705      Branch: perl
5706            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
5707            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5708            ! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl
5709            ! t/pod/testpchk.pl
5710 ____________________________________________________________________________
5711 [  5710] By: gsar                                  on 2000/03/13  20:46:37
5712         Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton
5713              Allen <allen@huarp.harvard.edu>)
5714      Branch: perl
5715            ! op.c
5716 ____________________________________________________________________________
5717 [  5709] By: gsar                                  on 2000/03/13  20:43:30
5718         Log: mention changes to diagnostics
5719      Branch: perl
5720            ! pod/perldelta.pod
5721 ____________________________________________________________________________
5722 [  5708] By: gsar                                  on 2000/03/13  20:34:38
5723         Log: ignore const for the purposes of typemaps (from Hugo van der Sanden)
5724      Branch: perl
5725            ! lib/ExtUtils/xsubpp
5726 ____________________________________________________________________________
5727 [  5707] By: gsar                                  on 2000/03/13  20:23:24
5728         Log: don't check for errno after Atof() (atof() doesn't set errno, and
5729              where Atof() is actually strto[l]d(), some platforms seem to want
5730              to set errno randomly)
5731      Branch: perl
5732            ! toke.c
5733 ____________________________________________________________________________
5734 [  5706] By: gsar                                  on 2000/03/13  18:14:18
5735         Log: integrate cfgperl changes into mainline
5736      Branch: perl
5737           !> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c
5738           !> perl.h pod/perl.pod pp.c
5739 ____________________________________________________________________________
5740 [  5705] By: jhi                                   on 2000/03/13  14:44:11
5741         Log: STRLEN != int.
5742      Branch: cfgperl
5743            ! mg.c
5744 ____________________________________________________________________________
5745 [  5704] By: jhi                                   on 2000/03/13  13:18:07
5746         Log: Integrate with Sarathy.
5747      Branch: cfgperl
5748           +> lib/warnings/register.pm
5749           !> (integrate 42 files)
5750 ____________________________________________________________________________
5751 [  5703] By: gsar                                  on 2000/03/13  12:40:51
5752         Log: mention autoflush portability caveat
5753      Branch: perl
5754            ! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
5755 ____________________________________________________________________________
5756 [  5702] By: gsar                                  on 2000/03/13  11:09:05
5757         Log: final touches for lexical warnings (from Paul Marquess)
5758      Branch: perl
5759            + lib/warnings/register.pm
5760            ! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm
5761            ! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm
5762            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm
5763            ! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c
5764            ! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t
5765            ! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t
5766            ! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use
5767            ! t/pragma/warn/9enabled warnings.h warnings.pl
5768 ____________________________________________________________________________
5769 [  5701] By: gsar                                  on 2000/03/13  11:00:00
5770         Log: avoid compiler warnings
5771      Branch: perl
5772            ! pp_hot.c
5773 ____________________________________________________________________________
5774 [  5700] By: gsar                                  on 2000/03/13  09:57:59
5775         Log: make the is_utf8_*() safe for use on invalid utf8 (they now
5776              return false on such input instead of emitting warnings)
5777      Branch: perl
5778            ! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c
5779            ! pod/perlapi.pod proto.h universal.c utf8.c
5780 ____________________________________________________________________________
5781 [  5699] By: gsar                                  on 2000/03/13  06:59:57
5782         Log: the premature FREETMPS calls in change#1187 weren't defensive enough
5783      Branch: perl
5784            ! pp_ctl.c pp_hot.c t/op/recurse.t
5785 ____________________________________________________________________________
5786 [  5698] By: jhi                                   on 2000/03/13  05:03:37
5787         Log: hints nibbling continues
5788      Branch: cfgperl
5789            ! hints/hpux.sh
5790 ____________________________________________________________________________
5791 [  5697] By: jhi                                   on 2000/03/13  04:45:57
5792         Log: there's no end to tweaking
5793      Branch: cfgperl
5794            ! hints/hpux.sh
5795 ____________________________________________________________________________
5796 [  5696] By: jhi                                   on 2000/03/13  04:26:15
5797         Log: hints tweak
5798      Branch: cfgperl
5799            ! hints/hpux.sh
5800 ____________________________________________________________________________
5801 [  5695] By: bailey                                on 2000/03/13  03:54:09
5802         Log: Trim out leftover hunk from prior resolve conflict
5803      Branch: vmsperl
5804            ! lib/File/Spec/VMS.pm
5805 ____________________________________________________________________________
5806 [  5694] By: bailey                                on 2000/03/13  03:20:20
5807         Log: Assorted configuration cleanups (Peter Prymmer, and a
5808              bit from Charles Bailey and Dan Sugalski)
5809      Branch: vmsperl
5810            ! configure.com vms/subconfigure.com
5811 ____________________________________________________________________________
5812 [  5693] By: bailey                                on 2000/03/13  03:00:16
5813         Log: Add vmsish 'hushed' option to suppress error messages at exit
5814      Branch: vmsperl
5815            ! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com
5816            ! vms/vmsish.h
5817 ____________________________________________________________________________
5818 [  5692] By: bailey                                on 2000/03/13  02:50:10
5819         Log: Fix inverted test conditions for secure lnm translation
5820              and default file types.  (Dan Sugalski)
5821      Branch: vmsperl
5822            ! vms/subconfigure.com
5823 ____________________________________________________________________________
5824 [  5691] By: bailey                                on 2000/03/13  02:41:36
5825         Log: Insulate tests of default display_format from different precision
5826              on different machines by truncating at 1 digit less than the most
5827              common choice (.15g)
5828      Branch: vmsperl
5829            ! t/lib/complex.t
5830 ____________________________________________________________________________
5831 [  5690] By: bailey                                on 2000/03/13  02:31:44
5832         Log: Resync with mainline post RC1
5833      Branch: vmsperl
5834           +> lib/Pod/Plainer.pm
5835           !> (integrate 137 files)
5836 ____________________________________________________________________________
5837 [  5689] By: bailey                                on 2000/03/13  02:22:24
5838         Log: Update File::Spec::VMS and tests
5839              Since reduce_ricochet has been removed from File::Spec,
5840              revert changes to VMS::Filespec::vmsify made to accomodate it.
5841      Branch: vmsperl
5842            ! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t
5843            ! vms/vms.c
5844 ____________________________________________________________________________
5845 [  5688] By: bailey                                on 2000/03/13  02:12:11
5846         Log: Basic 5.6.0 RC1 build patches for VMS
5847      Branch: vmsperl
5848            ! configure.com t/pragma/warn/doio t/pragma/warn/util
5849            ! vms/subconfigure.com
5850 ____________________________________________________________________________
5851 [  5687] By: jhi                                   on 2000/03/13  00:41:51
5852         Log: Solaris long double fixes from Alan Burlison.
5853      Branch: cfgperl
5854            ! hints/solaris_2.sh perl.h pp.c
5855 ____________________________________________________________________________
5856 [  5686] By: jhi                                   on 2000/03/13  00:17:13
5857         Log: Integrate with Sarathy.
5858      Branch: cfgperl
5859           !> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t
5860 ____________________________________________________________________________
5861 [  5685] By: jhi                                   on 2000/03/13  00:13:17
5862         Log: Retract #5680, it broke more than it helped.
5863      Branch: cfgperl
5864            ! hints/hpux.sh
5865 ____________________________________________________________________________
5866 [  5684] By: gsar                                  on 2000/03/12  21:48:44
5867         Log: set optimize=-O only if not already set
5868      Branch: perl
5869            ! hints/hpux.sh
5870 ____________________________________________________________________________
5871 [  5683] By: gsar                                  on 2000/03/12  20:11:45
5872         Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX
5873              were being mistakenly subverted anyway
5874      Branch: perl
5875            ! dump.c op.c pod/perldelta.pod t/op/misc.t
5876 ____________________________________________________________________________
5877 [  5682] By: jhi                                   on 2000/03/12  18:11:52
5878         Log: update AVAILABILITY for LynxOS
5879      Branch: cfgperl
5880            ! pod/perl.pod
5881 ____________________________________________________________________________
5882 [  5681] By: jhi                                   on 2000/03/12  18:03:46
5883         Log: 64-bitness hints tweaks
5884      Branch: cfgperl
5885            ! hints/solaris_2.sh
5886 ____________________________________________________________________________
5887 [  5680] By: jhi                                   on 2000/03/12  17:49:25
5888         Log: 64-bitness tweak: separate 64bitint and 64bitall.
5889      Branch: cfgperl
5890            ! hints/hpux.sh
5891 ____________________________________________________________________________
5892 [  5679] By: jhi                                   on 2000/03/12  17:43:09
5893         Log: metaconfig-ify #5676.
5894      Branch: cfgperl
5895            ! Configure config_h.SH
5896      Branch: metaconfig/U/perl
5897            ! fflushall.U
5898 ____________________________________________________________________________
5899 [  5678] By: jhi                                   on 2000/03/12  17:37:14
5900         Log: Integrate with Sarathy.
5901      Branch: cfgperl
5902           !> Changes Configure Todo lib/File/DosGlob.pm
5903 ____________________________________________________________________________
5904 [  5677] By: gsar                                  on 2000/03/12  11:35:10
5905         Log: integrate cfgperl changes into mainline
5906      Branch: perl
5907            ! Changes Todo
5908           !> Todo-5.6 perl.h pod/perldelta.pod
5909 ____________________________________________________________________________
5910 [  5676] By: gsar                                  on 2000/03/12  11:27:38
5911         Log: don't bother testing if we can flush all handles when fflush(stdin)
5912              shows the pipe bug
5913      Branch: perl
5914            ! Configure
5915 ____________________________________________________________________________
5916 [  5675] By: jhi                                   on 2000/03/12  05:08:29
5917         Log: continue flogging the string->int conversion ifdefs
5918      Branch: cfgperl
5919            ! perl.h
5920 ____________________________________________________________________________
5921 [  5674] By: gsar                                  on 2000/03/12  05:01:30
5922         Log: fix File::DosGlob for patterns with drive names like c:*.bat
5923              (suggested by Jason Mathews <mathews@computer.org>)
5924      Branch: perl
5925            ! lib/File/DosGlob.pm
5926 ____________________________________________________________________________
5927 [  5673] By: jhi                                   on 2000/03/12  04:48:14
5928         Log: Integrate with Sarathy.
5929      Branch: cfgperl
5930           !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
5931           !> pod/perlpod.pod toke.c utils/perldoc.PL
5932 ____________________________________________________________________________
5933 [  5672] By: gsar                                  on 2000/03/12  03:57:23
5934         Log: security fixes for perldoc (from Tom Christiansen)
5935      Branch: perl
5936            ! utils/perldoc.PL
5937 ____________________________________________________________________________
5938 [  5671] By: gsar                                  on 2000/03/12  03:45:27
5939         Log: Larry's patch to disallow CORE::Snark, with perldiag entry
5940      Branch: perl
5941            ! pod/perldelta.pod pod/perldiag.pod toke.c
5942 ____________________________________________________________________________
5943 [  5670] By: gsar                                  on 2000/03/12  03:36:17
5944         Log: insufficient buffer in change#5317
5945      Branch: perl
5946            ! doop.c
5947 ____________________________________________________________________________
5948 [  5669] By: gsar                                  on 2000/03/12  03:15:29
5949         Log: avoid L<foo|bar> for now, not all the pod2foo support it
5950      Branch: perl
5951            ! pod/perlpod.pod
5952 ____________________________________________________________________________
5953 [  5668] By: gsar                                  on 2000/03/12  02:35:55
5954         Log: rework change#5664
5955      Branch: perl
5956            ! perl.h
5957 ____________________________________________________________________________
5958 [  5667] By: jhi                                   on 2000/03/11  21:35:29
5959         Log: todo and perldelta updates
5960      Branch: cfgperl
5961            ! Todo Todo-5.6 pod/perldelta.pod
5962 ____________________________________________________________________________
5963 [  5666] By: jhi                                   on 2000/03/11  21:00:34
5964         Log: Integrate with Sarathy.
5965      Branch: cfgperl
5966           !> perl.h
5967 ____________________________________________________________________________
5968 [  5665] By: jhi                                   on 2000/03/11  20:58:58
5969         Log: Fixes for #5661.
5970      Branch: cfgperl
5971            ! perl.h
5972 ____________________________________________________________________________
5973 [  5664] By: gsar                                  on 2000/03/11  19:50:06
5974         Log: fix Strtoul() misdefinition is change#5661
5975      Branch: perl
5976            ! perl.h
5977 ____________________________________________________________________________
5978 [  5663] By: gsar                                  on 2000/03/11  19:21:18
5979         Log: integrate cfgperl contents into mainline
5980      Branch: perl
5981           !> Configure config_h.SH hints/solaris_2.sh perl.h
5982           !> t/pragma/warn/pp_hot toke.c
5983 ____________________________________________________________________________
5984 [  5662] By: jhi                                   on 2000/03/11  19:06:20
5985         Log: Integrate with Sarathy.
5986      Branch: cfgperl
5987           !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
5988 ____________________________________________________________________________
5989 [  5661] By: jhi                                   on 2000/03/11  19:03:32
5990         Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
5991              (introduce the latter) instead of bare strtoll()/strtoll().
5992      Branch: cfgperl
5993            ! perl.h toke.c
5994 ____________________________________________________________________________
5995 [  5660] By: gsar                                  on 2000/03/11  18:40:49
5996         Log: another long-standing eval bug: return doesn't reset $@ correctly
5997      Branch: perl
5998            ! pp_ctl.c t/op/eval.t
5999 ____________________________________________________________________________
6000 [  5659] By: jhi                                   on 2000/03/11  18:27:54
6001         Log: metaconfig-ify the test for broken fflush(NULL)
6002              (which ails e.g. Solaris), from Ulrich Pfeifer.
6003      Branch: cfgperl
6004            ! Configure config_h.SH hints/solaris_2.sh
6005      Branch: metaconfig/U/perl
6006            ! d_unorderedl.U fflushall.U
6007 ____________________________________________________________________________
6008 [  5658] By: gsar                                  on 2000/03/11  18:11:22
6009         Log: change#3511 was not defensive enough about try blocks, causing
6010              bogus attempts to free closures, and thence, segfaults
6011      Branch: perl
6012            ! cop.h perl.c pp_ctl.c t/op/misc.t
6013 ____________________________________________________________________________
6014 [  5657] By: jhi                                   on 2000/03/11  18:04:44
6015         Log: Rewording.
6016      Branch: cfgperl
6017            ! t/pragma/warn/pp_hot
6018 ____________________________________________________________________________
6019 [  5656] By: jhi                                   on 2000/03/11  17:41:29
6020         Log: Integrate with Sarathy.
6021      Branch: cfgperl
6022           !> (integrate 27 files)
6023 ____________________________________________________________________________
6024 [  5655] By: gsar                                  on 2000/03/11  17:06:03
6025         Log: reword comment
6026      Branch: perl
6027            ! t/pragma/warn/pp_hot
6028 ____________________________________________________________________________
6029 [  5654] By: gsar                                  on 2000/03/11  17:01:47
6030         Log: off-by-one in os2.c (from Ilya Zakharevich)
6031      Branch: perl
6032            ! os2/os2.c
6033 ____________________________________________________________________________
6034 [  5653] By: gsar                                  on 2000/03/11  16:59:48
6035         Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
6036      Branch: perl
6037            ! lib/File/Spec/VMS.pm t/lib/filespec.t
6038 ____________________________________________________________________________
6039 [  5652] By: gsar                                  on 2000/03/11  16:52:03
6040         Log: missing export list entry in change#5619
6041      Branch: perl
6042            ! makedef.pl
6043 ____________________________________________________________________________
6044 [  5651] By: gsar                                  on 2000/03/11  16:50:05
6045         Log: avoid using context pointer in MUTEX_INIT() et al; remove the
6046              *_NOCONTEXT variants to keep it simple
6047      Branch: perl
6048            ! malloc.c thread.h win32/win32thread.h
6049 ____________________________________________________________________________
6050 [  5650] By: gsar                                  on 2000/03/11  16:07:35
6051         Log: remove =for section (from Johan Vromans)
6052      Branch: perl
6053            ! lib/Getopt/Long.pm
6054 ____________________________________________________________________________
6055 [  5649] By: gsar                                  on 2000/03/11  16:05:50
6056         Log: add nokfile target in Makefile (from Andy Dougherty)
6057      Branch: perl
6058            ! Makefile.SH
6059 ____________________________________________________________________________
6060 [  5648] By: gsar                                  on 2000/03/11  16:02:53
6061         Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
6062      Branch: perl
6063            ! pod/perlpod.pod
6064 ____________________________________________________________________________
6065 [  5647] By: gsar                                  on 2000/03/11  16:01:03
6066         Log: VMS build tweaks (from Charles Bailey)
6067      Branch: perl
6068            ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
6069            ! vms/subconfigure.com
6070 ____________________________________________________________________________
6071 [  5646] By: gsar                                  on 2000/03/11  10:13:27
6072         Log: remove outdated ftp.cis.ufl.edu reference
6073      Branch: perl
6074            ! pod/perlfaq2.pod
6075 ____________________________________________________________________________
6076 [  5645] By: gsar                                  on 2000/03/11  10:10:39
6077         Log: failed hunk in change#5644
6078      Branch: perl
6079            ! t/op/pat.t
6080 ____________________________________________________________________________
6081 [  5644] By: gsar                                  on 2000/03/11  10:08:47
6082         Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
6083      Branch: perl
6084            ! regcomp.c t/op/pat.t
6085 ____________________________________________________________________________
6086 [  5643] By: gsar                                  on 2000/03/11  09:48:30
6087         Log: better {local,gm}time documentation (from Mark-Jason Dominus)
6088      Branch: perl
6089            ! pod/perlfunc.pod
6090 ____________________________________________________________________________
6091 [  5642] By: gsar                                  on 2000/03/11  09:45:10
6092         Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
6093      Branch: perl
6094            ! doio.c hints/lynxos.sh perl.h
6095 ____________________________________________________________________________
6096 [  5641] By: gsar                                  on 2000/03/11  09:42:56
6097         Log: integrate cfgperl contents into mainline
6098      Branch: perl
6099           !> Configure Todo-5.6 config_h.SH hints/irix_6.sh
6100           !> lib/Math/Complex.pm regcomp.c t/op/64bit.t
6101 ____________________________________________________________________________
6102 [  5640] By: gsar                                  on 2000/03/11  09:24:30
6103         Log: perldelta update, typos and whitespace adjustments
6104      Branch: perl
6105            ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
6106 ____________________________________________________________________________
6107 [  5639] By: jhi                                   on 2000/03/11  00:51:48
6108         Log: Integrate with Sarathy.
6109      Branch: cfgperl
6110           !> (integrate 44 files)
6111 ____________________________________________________________________________
6112 [  5638] By: jhi                                   on 2000/03/11  00:45:46
6113         Log: Cpp out deadcode that IRIX compiler noticed. 
6114      Branch: cfgperl
6115            ! regcomp.c
6116 ____________________________________________________________________________
6117 [  5637] By: jhi                                   on 2000/03/10  14:22:24
6118         Log: Do not use Perl's malloc in IRIX.
6119      Branch: cfgperl
6120            ! hints/irix_6.sh
6121 ____________________________________________________________________________
6122 [  5636] By: jhi                                   on 2000/03/10  05:27:03
6123         Log: More/modified unused floating point units.
6124      Branch: metaconfig/U/perl
6125            + d_fp_class_l.U d_unordered.U d_unorderedl.U
6126            ! d_fpclass.U
6127 ____________________________________________________________________________
6128 [  5635] By: jhi                                   on 2000/03/10  01:54:07
6129         Log: Add various yet-unused units.
6130      Branch: metaconfig/U/perl
6131            + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
6132            + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
6133            + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
6134            + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
6135            + d_setrlimit.U d_ualarm.U d_utimes.U
6136 ____________________________________________________________________________
6137 [  5634] By: jhi                                   on 2000/03/10  01:07:54
6138         Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
6139      Branch: cfgperl
6140            ! Configure config_h.SH
6141      Branch: metaconfig
6142            ! U/compline/nblock_io.U
6143      Branch: metaconfig/U/perl
6144            ! use64bits.U
6145 ____________________________________________________________________________
6146 [  5633] By: jhi                                   on 2000/03/09  23:22:33
6147         Log: Remove an obsolete note.
6148      Branch: cfgperl
6149            ! t/op/64bit.t
6150 ____________________________________________________________________________
6151 [  5632] By: gsar                                  on 2000/03/09  18:50:43
6152         Log: update Changes
6153      Branch: perl
6154            ! Changes
6155 ____________________________________________________________________________
6156 [  5631] By: gsar                                  on 2000/03/09  18:49:12
6157         Log: track more of the child state on Windows
6158      Branch: perl
6159            ! win32/win32.c win32/win32.h
6160 ____________________________________________________________________________
6161 [  5630] By: gsar                                  on 2000/03/09  18:48:05
6162         Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
6163      Branch: perl
6164            ! universal.c
6165 ____________________________________________________________________________
6166 [  5629] By: gsar                                  on 2000/03/09  18:37:35
6167         Log: tweak Unicode notes, other cleanups
6168      Branch: perl
6169            ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
6170            ! pod/perlhist.pod pod/perlunicode.pod
6171 ____________________________________________________________________________
6172 [  5628] By: gsar                                  on 2000/03/09  17:39:58
6173         Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
6174              semantics; the pragma sets defaults for both open() and qx//
6175      Branch: perl
6176            ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
6177            ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
6178            ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
6179            ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
6180 ____________________________________________________________________________
6181 [  5627] By: gsar                                  on 2000/03/09  12:54:08
6182         Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
6183              to fflush(NULL) bug)
6184      Branch: perl
6185            ! hints/solaris_2.sh pod/perldelta.pod
6186 ____________________________________________________________________________
6187 [  5626] By: gsar                                  on 2000/03/09  11:34:51
6188         Log: abort build on HP-UX if bundled non-ANSI compiler is detected
6189              (from Dominic Dunlop <domo@computer.org>)
6190      Branch: perl
6191            ! hints/hpux.sh
6192 ____________________________________________________________________________
6193 [  5625] By: gsar                                  on 2000/03/09  11:17:07
6194         Log: patch from Larry to make -T filetest algorithm recognize utf8 as
6195              "text"
6196      Branch: perl
6197            ! pp_sys.c
6198 ____________________________________________________________________________
6199 [  5624] By: gsar                                  on 2000/03/09  11:11:59
6200         Log: provide support for deleting actions etc. (from Ronald J Kimball
6201              <rjk@linguist.dartmouth.edu>)
6202      Branch: perl
6203            ! lib/perl5db.pl pod/perldebug.pod
6204 ____________________________________________________________________________
6205 [  5623] By: gsar                                  on 2000/03/09  06:39:21
6206         Log: new xsubpp keywords should be in all caps
6207      Branch: perl
6208            ! lib/ExtUtils/xsubpp
6209 ____________________________________________________________________________
6210 [  5622] By: gsar                                  on 2000/03/09  06:26:04
6211         Log: demand-load utf8.pm in swash routines
6212      Branch: perl
6213            ! op.c utf8.c
6214 ____________________________________________________________________________
6215 [  5621] By: gsar                                  on 2000/03/08  19:27:02
6216         Log: make Dump() call the XSUB implementation transparently (modified
6217              version of patch suggested by David Boyce <dsb@world.std.com>)
6218      Branch: perl
6219            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6220            ! pod/perldelta.pod
6221 ____________________________________________________________________________
6222 [  5620] By: gsar                                  on 2000/03/08  18:35:48
6223         Log: do FILE should not see outside lexicals (from Rick Delaney
6224              <rick@consumercontact.com>)
6225      Branch: perl
6226            ! op.c pp_ctl.c t/comp/require.t
6227 ____________________________________________________________________________
6228 [  5619] By: gsar                                  on 2000/03/08  18:04:45
6229         Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
6230              API function
6231      Branch: perl
6232            ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
6233            ! perlapi.c pp_sys.c proto.h
6234 ____________________________________________________________________________
6235 [  5618] By: jhi                                   on 2000/03/08  18:03:30
6236         Log: Integrate with Sarathy.
6237      Branch: cfgperl
6238           +> lib/Pod/Plainer.pm
6239           !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
6240           !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
6241           !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
6242           !> vms/vmsish.h
6243 ____________________________________________________________________________
6244 [  5617] By: jhi                                   on 2000/03/08  15:44:05
6245         Log: ICU todo fixes.
6246      Branch: cfgperl
6247            ! Todo-5.6
6248 ____________________________________________________________________________
6249 [  5616] By: jhi                                   on 2000/03/08  14:30:40
6250         Log: Even more Todo.
6251      Branch: cfgperl
6252            ! Todo-5.6
6253 ____________________________________________________________________________
6254 [  5615] By: jhi                                   on 2000/03/08  14:13:45
6255         Log: More Todo.
6256      Branch: cfgperl
6257            ! Todo-5.6
6258 ____________________________________________________________________________
6259 [  5614] By: jhi                                   on 2000/03/08  13:50:53
6260         Log: wording changes
6261      Branch: cfgperl
6262            ! lib/Math/Complex.pm
6263 ____________________________________________________________________________
6264 [  5613] By: gsar                                  on 2000/03/08  12:51:35
6265         Log: clarify docs on return value from binding operators
6266      Branch: perl
6267            ! pod/perlop.pod
6268 ____________________________________________________________________________
6269 [  5612] By: gsar                                  on 2000/03/08  12:41:38
6270         Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
6271              Robin Barker)
6272      Branch: perl
6273            + lib/Pod/Plainer.pm
6274            ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
6275 ____________________________________________________________________________
6276 [  5611] By: gsar                                  on 2000/03/08  12:22:59
6277         Log: integrate cfgperl changes into mainline
6278      Branch: perl
6279            ! Changes
6280           !> installperl lib/Math/Complex.pm pod/perldelta.pod
6281           !> t/lib/complex.t vms/vmsish.h
6282 ____________________________________________________________________________
6283 [  5610] By: gsar                                  on 2000/03/08  12:08:17
6284         Log: add missing locks for op refcounts
6285      Branch: perl
6286            ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
6287            ! perlvars.h sv.c unixish.h vms/vmsish.h
6288 ____________________________________________________________________________
6289 [  5609] By: gsar                                  on 2000/03/08  11:30:32
6290         Log: Pod::InputObjects tweak (from Brad Appleton)
6291      Branch: perl
6292            ! lib/Pod/InputObjects.pm
6293 ____________________________________________________________________________
6294 [  5608] By: jhi                                   on 2000/03/08  05:08:59
6295         Log: Integrate with Sarathy.
6296      Branch: cfgperl
6297           !> (integrate 27 files)
6298 ____________________________________________________________________________
6299 [  5607] By: jhi                                   on 2000/03/08  05:07:06
6300         Log: Make the stringification more customizable.
6301              A potentially backward incompatible change.
6302              Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
6303      Branch: cfgperl
6304            ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
6305 ____________________________________________________________________________
6306 [  5606] By: jhi                                   on 2000/03/08  00:49:14
6307         Log: s/lfs/largefiles/
6308      Branch: metaconfig
6309            ! U/mksample
6310 ____________________________________________________________________________
6311 [  5605] By: gsar                                  on 2000/03/07  23:37:48
6312         Log: VMS build patch (from Peter Prymmer)
6313      Branch: perl
6314            ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
6315            ! vms/subconfigure.com vms/vms.c
6316 ____________________________________________________________________________
6317 [  5604] By: gsar                                  on 2000/03/07  23:25:46
6318         Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
6319      Branch: perl
6320            ! perl.c
6321 ____________________________________________________________________________
6322 [  5603] By: gsar                                  on 2000/03/07  23:05:16
6323         Log: type mismatch
6324      Branch: perl
6325            ! sv.c
6326 ____________________________________________________________________________
6327 [  5602] By: gsar                                  on 2000/03/07  22:40:55
6328         Log: add note to INSTALL about C++ compilers (from M J T Guy)
6329      Branch: perl
6330            ! INSTALL
6331 ____________________________________________________________________________
6332 [  5601] By: gsar                                  on 2000/03/07  22:30:35
6333         Log: separate options to incpush() for adding version directories and
6334              architecture directories (from Andy Dougherty)
6335      Branch: perl
6336            ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
6337 ____________________________________________________________________________
6338 [  5600] By: gsar                                  on 2000/03/07  20:18:54
6339         Log: support :void to enable croaking only in void context (from
6340              Simon Cozens <simon@othersideofthe.earth.li>)
6341      Branch: perl
6342            ! lib/Fatal.pm t/lib/fatal.t
6343 ____________________________________________________________________________
6344 [  5599] By: gsar                                  on 2000/03/07  18:35:21
6345         Log: Pod::Html tweak to avoid false falses
6346      Branch: perl
6347            ! lib/Pod/Html.pm
6348 ____________________________________________________________________________
6349 [  5598] By: gsar                                  on 2000/03/07  18:21:58
6350         Log: skip null siblings encountered by goto out of loopish block
6351              (from Doug Lankshear)
6352      Branch: perl
6353            ! pp_ctl.c
6354 ____________________________________________________________________________
6355 [  5597] By: gsar                                  on 2000/03/07  16:33:29
6356         Log: omit XSLoader from bytecode dumps
6357      Branch: perl
6358            ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
6359 ____________________________________________________________________________
6360 [  5596] By: gsar                                  on 2000/03/07  10:58:17
6361         Log: avoid coredump on C<printf "%vd">
6362      Branch: perl
6363            ! sv.c
6364 ____________________________________________________________________________
6365 [  5595] By: gsar                                  on 2000/03/07  10:26:03
6366         Log: add missing HTML escapes that can be displayed in xterm (from
6367              Tim Jenness <timj@jach.hawaii.edu>)
6368      Branch: perl
6369            ! lib/Pod/Text.pm
6370 ____________________________________________________________________________
6371 [  5594] By: gsar                                  on 2000/03/07  10:24:55
6372         Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
6373      Branch: perl
6374            ! lib/Fatal.pm
6375 ____________________________________________________________________________
6376 [  5593] By: gsar                                  on 2000/03/07  09:57:24
6377         Log: get ByteLoader working again
6378      Branch: perl
6379            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
6380            ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
6381            ! ext/ByteLoader/byterun.c
6382 ____________________________________________________________________________
6383 [  5592] By: gsar                                  on 2000/03/07  05:14:49
6384         Log: typo in makedef.pl
6385      Branch: perl
6386            ! lib/File/Path.pm makedef.pl
6387 ____________________________________________________________________________
6388 [  5591] By: jhi                                   on 2000/03/06  22:56:24
6389         Log: Integrate with Sarathy.
6390      Branch: cfgperl
6391           !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
6392 ____________________________________________________________________________
6393 [  5590] By: gsar                                  on 2000/03/06  22:32:44
6394         Log: fix incorrect prototypes in File::Glob
6395      Branch: perl
6396            ! ext/File/Glob/Glob.xs
6397 ____________________________________________________________________________
6398 [  5589] By: gsar                                  on 2000/03/06  22:07:38
6399         Log: update Changes
6400      Branch: perl
6401            ! Changes
6402 ____________________________________________________________________________
6403 [  5588] By: jhi                                   on 2000/03/06  21:46:18
6404         Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
6405              To: vmsperl@perl.org, perl5-porters@perl.org
6406              Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
6407              Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
6408              Date: Mon, 06 Mar 2000 15:36:13 -0600
6409              Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
6410      Branch: cfgperl
6411            ! vms/vmsish.h
6412 ____________________________________________________________________________
6413 [  5587] By: jhi                                   on 2000/03/06  21:23:27
6414         Log: Use $^O.
6415      Branch: cfgperl
6416            ! installperl
6417 ____________________________________________________________________________
6418 [  5586] By: jhi                                   on 2000/03/06  21:19:15
6419         Log: Undo drift from the mainline.
6420      Branch: cfgperl
6421           !> (integrate 1607 files)
6422 ____________________________________________________________________________
6423 [  5585] By: gsar                                  on 2000/03/06  20:23:37
6424         Log: change#5513 accidentally undid change#5373, put it back
6425      Branch: perl
6426            ! lib/Pod/Html.pm
6427 ____________________________________________________________________________
6428 [  5584] By: jhi                                   on 2000/03/06  17:30:48
6429         Log: Integrate with Sarathy.
6430      Branch: cfgperl
6431           !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
6432           !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
6433 ____________________________________________________________________________
6434 [  5583] By: gsar                                  on 2000/03/06  17:02:52
6435         Log: makedef.pl typos
6436      Branch: perl
6437            ! makedef.pl
6438 ____________________________________________________________________________
6439 [  5582] By: gsar                                  on 2000/03/06  15:24:14
6440         Log: Pod::Man bugfixes (from Russ Allbery)
6441      Branch: perl
6442            ! lib/Pod/Man.pm
6443 ____________________________________________________________________________
6444 [  5581] By: gsar                                  on 2000/03/06  15:17:08
6445         Log: File::Path::rmtree() doesn't delete stale symlinks correctly
6446      Branch: perl
6447            ! lib/File/Path.pm
6448 ____________________________________________________________________________
6449 [  5580] By: gsar                                  on 2000/03/06  14:55:57
6450         Log: pod nits
6451      Branch: perl
6452            ! lib/Getopt/Long.pm lib/IPC/Open2.pm
6453 ____________________________________________________________________________
6454 [  5579] By: gsar                                  on 2000/03/06  14:55:08
6455         Log: 64-bit build fix on VMS (from Dan Sugalski)
6456      Branch: perl
6457            ! toke.c vms/subconfigure.com
6458 ____________________________________________________________________________
6459 [  5578] By: jhi                                   on 2000/03/06  14:37:46
6460         Log: Integrate with Sarathy.
6461      Branch: cfgperl
6462           !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
6463           !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
6464           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
6465           !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
6466           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6467           !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
6468           !> win32/win32.c win32/win32.h
6469 ____________________________________________________________________________
6470 [  5577] By: gsar                                  on 2000/03/06  07:26:18
6471         Log: skip tests that need VMS::Filespec on other platforms
6472      Branch: perl
6473            ! t/lib/filespec.t
6474 ____________________________________________________________________________
6475 [  5576] By: gsar                                  on 2000/03/06  07:11:21
6476         Log: integrate vmsperl contents into mainline
6477      Branch: perl
6478           !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
6479           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
6480           !> vms/test.com vms/vms.c
6481 ____________________________________________________________________________
6482 [  5575] By: gsar                                  on 2000/03/06  07:05:34
6483         Log: support for autovivified handles (from Tom Christiansen)
6484      Branch: perl
6485            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
6486 ____________________________________________________________________________
6487 [  5574] By: gsar                                  on 2000/03/06  06:31:55
6488         Log: vendorlib support for Windows; regen win32/config*
6489      Branch: perl
6490            ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
6491            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6492            ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
6493            ! win32/win32.c win32/win32.h
6494 ____________________________________________________________________________
6495 [  5573] By: bailey                                on 2000/03/06  05:23:23
6496         Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
6497      Branch: vmsperl
6498            ! vms/test.com
6499 ____________________________________________________________________________
6500 [  5572] By: gsar                                  on 2000/03/06  05:21:26
6501         Log: the incpush()es weren't all quite right on Windows in change#5559
6502      Branch: perl
6503            ! perl.c
6504 ____________________________________________________________________________
6505 [  5571] By: bailey                                on 2000/03/06  05:18:59
6506         Log: Fix ricochet in File::Spec::VMS
6507              Fix eval error in filespec.t
6508              Misc. minor fixes in filespec.t
6509      Branch: vmsperl
6510            ! lib/File/Spec/VMS.pm t/lib/filespec.t
6511 ____________________________________________________________________________
6512 [  5570] By: gsar                                  on 2000/03/06  05:00:44
6513         Log: integrate cfgperl changes into mainline
6514      Branch: perl
6515           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
6516           !> Porting/config_H config_h.SH epoc/config.sh
6517           !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
6518           !> perl.c perl.h toke.c vos/config.def vos/config.h
6519           !> vos/config_h.SH_orig
6520 ____________________________________________________________________________
6521 [  5569] By: jhi                                   on 2000/03/06  04:51:39
6522         Log: Integrate with Sarathy.
6523      Branch: cfgperl
6524           !> installperl pp.c
6525 ____________________________________________________________________________
6526 [  5568] By: gsar                                  on 2000/03/06  04:48:17
6527         Log: installperl wasn't putting extensions with two or more
6528              nested package names in the archlib
6529      Branch: perl
6530            ! installperl
6531 ____________________________________________________________________________
6532 [  5567] By: bailey                                on 2000/03/06  03:43:36
6533         Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
6534      Branch: vmsperl
6535            ! configure.com vms/subconfigure.com
6536 ____________________________________________________________________________
6537 [  5566] By: bailey                                on 2000/03/06  03:40:14
6538         Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
6539              FIx logic error in glob-basic.t (Charles Lane)
6540      Branch: vmsperl
6541            ! configure.com vms/subconfigure.com
6542 ____________________________________________________________________________
6543 [  5565] By: bailey                                on 2000/03/06  03:37:46
6544         Log: Remove trailing . from typeless files (Charles Lane)
6545      Branch: vmsperl
6546            ! t/lib/filefind.t
6547 ____________________________________________________________________________
6548 [  5564] By: bailey                                on 2000/03/06  03:36:26
6549         Log: Resync with mainline, update test in vmsfspec.t
6550      Branch: vmsperl
6551           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
6552            ! vms/ext/filespec.t
6553           !> (integrate 171 files)
6554 ____________________________________________________________________________
6555 [  5563] By: gsar                                  on 2000/03/06  03:29:11
6556         Log: avoid warning
6557      Branch: perl
6558            ! pp.c
6559 ____________________________________________________________________________
6560 [  5562] By: bailey                                on 2000/03/06  02:48:17
6561         Log: Downcase function call to hush picky cc
6562      Branch: vmsperl
6563            ! vms/vms.c
6564 ____________________________________________________________________________
6565 [  5561] By: jhi                                   on 2000/03/06  00:23:22
6566         Log: VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
6567              is not exactly identical to the current config_h.SH because
6568              Paul needs better $sitearch control.
6569      Branch: cfgperl
6570            ! vos/config.def vos/config.h vos/config_h.SH_orig
6571 ____________________________________________________________________________
6572 [  5560] By: jhi                                   on 2000/03/05  23:26:41
6573         Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
6574              falls back to DynaLoader.
6575              
6576              From: Doug MacEachern <dougm@pobox.com>
6577              To: perl5-porters@perl.org
6578              Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
6579              Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
6580              Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
6581      Branch: cfgperl
6582            ! ext/DynaLoader/DynaLoader_pm.PL
6583 ____________________________________________________________________________
6584 [  5559] By: jhi                                   on 2000/03/05  22:05:54
6585         Log: sitelib_stem and vendorlib_stem patches from Andy;
6586              problem reported in
6587              From: schwern@athens.arena-i.com (Michael G Schwern)
6588              To: perl5-porters@perl.org
6589              Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
6590              Date: Sun,  5 Mar 2000 06:31:29 -0500 (EST)
6591              Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
6592      Branch: cfgperl
6593            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6594            ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
6595            ! vos/config.def vos/config.h vos/config_h.SH_orig
6596      Branch: metaconfig
6597            ! U/installdirs/instubperl.U U/installdirs/sitelib.U
6598            ! U/installdirs/vendorlib.U
6599 ____________________________________________________________________________
6600 [  5558] By: jhi                                   on 2000/03/05  21:18:59
6601         Log: Integrate with Sarathy.
6602      Branch: cfgperl
6603           !> hints/linux.sh lib/Getopt/Long.pm
6604 ____________________________________________________________________________
6605 [  5557] By: gsar                                  on 2000/03/05  20:35:13
6606         Log: Getopt-Long v2.21 update (from Johan Vromans)
6607      Branch: perl
6608            ! lib/Getopt/Long.pm
6609 ____________________________________________________________________________
6610 [  5556] By: gsar                                  on 2000/03/05  20:26:57
6611         Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
6612              (from Matthias Urlichs <smurf@noris.net>)
6613      Branch: perl
6614            ! hints/linux.sh
6615 ____________________________________________________________________________
6616 [  5555] By: jhi                                   on 2000/03/05  20:15:34
6617         Log: Integrate with Sarathy.
6618      Branch: cfgperl
6619           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
6620           !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
6621           !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
6622           !> t/comp/proto.t toke.c utils/perlbug.PL
6623 ____________________________________________________________________________
6624 [  5554] By: gsar                                  on 2000/03/05  20:02:17
6625         Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
6626              and C<open F, "-|", 'cat', '-v'>
6627      Branch: perl
6628            ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
6629            ! t/comp/proto.t toke.c
6630 ____________________________________________________________________________
6631 [  5553] By: jhi                                   on 2000/03/05  19:55:02
6632         Log: AIX gcvt() cannot format long doubles very well.
6633      Branch: cfgperl
6634            ! hints/aix.sh
6635 ____________________________________________________________________________
6636 [  5552] By: jhi                                   on 2000/03/05  18:44:37
6637         Log: the monster cpp expression needs to be on one line to
6638              appease makedepend
6639      Branch: cfgperl
6640            ! toke.c
6641 ____________________________________________________________________________
6642 [  5551] By: jhi                                   on 2000/03/05  18:24:32
6643         Log: IRIX cpp is fussy.
6644      Branch: cfgperl
6645            ! toke.c
6646 ____________________________________________________________________________
6647 [  5550] By: gsar                                  on 2000/03/05  17:46:18
6648         Log: perlbug tweak to grok local_patches better
6649      Branch: perl
6650            ! utils/perlbug.PL
6651 ____________________________________________________________________________
6652 [  5549] By: gsar                                  on 2000/03/05  17:33:10
6653         Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
6654              in Pod::InputObjects (from Russ Allbery)
6655      Branch: perl
6656            + lib/Term/ANSIColor.pm t/lib/ansicolor.t
6657            ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
6658 ____________________________________________________________________________
6659 [  5548] By: jhi                                   on 2000/03/05  17:27:06
6660         Log: clean up the makedepend temp file
6661      Branch: cfgperl
6662            ! Makefile.SH
6663 ____________________________________________________________________________
6664 [  5547] By: jhi                                   on 2000/03/05  17:23:18
6665         Log: Integrate with Sarathy.
6666      Branch: cfgperl
6667           !> perl.c
6668 ____________________________________________________________________________
6669 [  5546] By: jhi                                   on 2000/03/05  17:16:12
6670         Log: Integrate with Sarathy.
6671      Branch: cfgperl
6672           !> (integrate 47 files)
6673 ____________________________________________________________________________
6674 [  5545] By: gsar                                  on 2000/03/05  17:13:48
6675         Log: strip last component of SITELIB_EXP only if it looks like a
6676              number
6677      Branch: perl
6678            ! perl.c
6679 ____________________________________________________________________________
6680 [  5544] By: jhi                                   on 2000/03/05  17:12:42
6681         Log: s/Perl/PeRl/; # yeah
6682      Branch: cfgperl
6683            ! Configure config_h.SH
6684      Branch: metaconfig
6685            ! U/modified/cpp_stuff.U
6686 ____________________________________________________________________________
6687 [  5543] By: gsar                                  on 2000/03/05  16:54:10
6688         Log: thinko in change#4546 that caused variables to lose their importedness
6689              (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
6690      Branch: perl
6691            ! sv.c t/pragma/strict-vars
6692 ____________________________________________________________________________
6693 [  5542] By: gsar                                  on 2000/03/05  09:37:26
6694         Log: regen win32/config*, up version numbers &c.
6695      Branch: perl
6696            ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
6697            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6698            ! win32/config_H.vc win32/makefile.mk
6699 ____________________________________________________________________________
6700 [  5541] By: gsar                                  on 2000/03/05  09:20:12
6701         Log: undo change#5506; add patch to make blank line warnings optional
6702              (from Brad Appleton)
6703      Branch: perl
6704            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
6705 ____________________________________________________________________________
6706 [  5540] By: gsar                                  on 2000/03/05  09:04:52
6707         Log: fixes for most warnings identified by gcc -Wall
6708      Branch: perl
6709            ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
6710            ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
6711            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
6712            ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
6713 ____________________________________________________________________________
6714 [  5539] By: gsar                                  on 2000/03/05  06:37:58
6715         Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
6716              (from Doug MacEachern <dougm@pobox.com>)
6717      Branch: perl
6718            ! patchlevel.h perl.h
6719 ____________________________________________________________________________
6720 [  5538] By: gsar                                  on 2000/03/05  05:50:44
6721         Log: tyop
6722      Branch: perl
6723            ! config_h.SH
6724 ____________________________________________________________________________
6725 [  5537] By: gsar                                  on 2000/03/05  05:41:10
6726         Log: integrate cfgperl contents into mainline; add new tests from
6727              inc.t into 64bit.t
6728      Branch: perl
6729            ! t/op/64bit.t
6730           !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
6731           !> pod/perl.pod toke.c
6732 ____________________________________________________________________________
6733 [  5536] By: jhi                                   on 2000/03/05  05:37:22
6734         Log: dethinko
6735      Branch: cfgperl
6736            ! toke.c
6737 ____________________________________________________________________________
6738 [  5535] By: jhi                                   on 2000/03/05  05:14:40
6739         Log: Integrate with Sarathy.
6740      Branch: cfgperl
6741           !> pp.c t/op/inc.t toke.c
6742 ____________________________________________________________________________
6743 [  5534] By: gsar                                  on 2000/03/05  04:50:26
6744         Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
6745              since runtime is highly optimized for IVs rather than UVs
6746      Branch: perl
6747            ! toke.c
6748 ____________________________________________________________________________
6749 [  5533] By: gsar                                  on 2000/03/05  04:30:02
6750         Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
6751              end up being promoted to an NV)
6752      Branch: perl
6753            ! pp.c t/op/inc.t toke.c
6754 ____________________________________________________________________________
6755 [  5532] By: jhi                                   on 2000/03/05  01:11:37
6756         Log: more cpp cosmetics, logic cleanup
6757      Branch: cfgperl
6758            ! toke.c
6759 ____________________________________________________________________________
6760 [  5531] By: jhi                                   on 2000/03/05  00:51:20
6761         Log: Implement #5525 in metaconfig.
6762      Branch: cfgperl
6763            ! Configure config_h.SH
6764      Branch: metaconfig
6765            ! U/modified/cpp_stuff.U
6766 ____________________________________________________________________________
6767 [  5530] By: jhi                                   on 2000/03/05  00:32:51
6768         Log: Integrate with Sarathy.
6769      Branch: cfgperl
6770           !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
6771           !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
6772           !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
6773           !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
6774           !> win32/config_H.gc win32/config_H.vc
6775 ____________________________________________________________________________
6776 [  5529] By: jhi                                   on 2000/03/05  00:31:17
6777         Log: Sanity check on the strtoll and strtoull.
6778      Branch: cfgperl
6779            ! Configure config_h.SH
6780      Branch: metaconfig/U/perl
6781            ! d_strtoll.U d_strtoull.U
6782 ____________________________________________________________________________
6783 [  5528] By: jhi                                   on 2000/03/05  00:07:21
6784         Log: Reformat the fearful cpp expression to be a little bit less fearful.
6785      Branch: cfgperl
6786            ! toke.c
6787 ____________________________________________________________________________
6788 [  5527] By: gsar                                  on 2000/03/04  21:55:03
6789         Log: make hints available via globals in the respective pragmas to
6790              avoid duplicating the constants everywhere
6791      Branch: perl
6792            ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
6793            ! lib/locale.pm lib/overload.pm lib/utf8.pm
6794 ____________________________________________________________________________
6795 [  5526] By: gsar                                  on 2000/03/04  20:39:36
6796         Log: remove deadcode
6797      Branch: perl
6798            ! lib/Cwd.pm
6799 ____________________________________________________________________________
6800 [  5525] By: gsar                                  on 2000/03/04  19:42:55
6801         Log: make CAT2() portable for use as a macro argument with an extra
6802              level of macros
6803      Branch: perl
6804            ! config_h.SH
6805 ____________________________________________________________________________
6806 [  5524] By: gsar                                  on 2000/03/04  19:02:27
6807         Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
6808              <lane@DUPHY4.Physics.Drexel.Edu>)
6809      Branch: perl
6810            ! doio.c
6811 ____________________________________________________________________________
6812 [  5523] By: gsar                                  on 2000/03/04  18:59:03
6813         Log: pod tweak
6814      Branch: perl
6815            ! pod/perldebug.pod
6816 ____________________________________________________________________________
6817 [  5522] By: gsar                                  on 2000/03/04  17:46:58
6818         Log: regen win32/config_H*
6819      Branch: perl
6820            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6821 ____________________________________________________________________________
6822 [  5521] By: jhi                                   on 2000/03/04  16:35:48
6823         Log: From: "Matthias Urlichs" <smurf@noris.net>
6824              To: perl5-porters@perl.org
6825              Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
6826              Date:   Sat, 4 Mar 2000 12:48:42 +0100
6827              Message-ID: <20000304124841.A8090@noris.de>
6828      Branch: cfgperl
6829            ! toke.c
6830 ____________________________________________________________________________
6831 [  5520] By: jhi                                   on 2000/03/04  15:41:12
6832         Log: unthink wishful thinking
6833      Branch: cfgperl
6834            ! pod/perl.pod
6835 ____________________________________________________________________________
6836 [  5519] By: gsar                                  on 2000/03/04  06:42:47
6837         Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
6838      Branch: perl
6839            ! os2/os2ish.h
6840 ____________________________________________________________________________
6841 [  5518] By: gsar                                  on 2000/03/04  06:02:26
6842         Log: avoid "scalars leaked" message in test
6843      Branch: perl
6844            ! t/pragma/warn/regcomp
6845 ____________________________________________________________________________
6846 [  5517] By: jhi                                   on 2000/03/04  06:01:16
6847         Log: detypo
6848      Branch: cfgperl
6849            ! pod/perl.pod
6850 ____________________________________________________________________________
6851 [  5516] By: jhi                                   on 2000/03/04  05:59:21
6852         Log: cleanup AVAILABILITY and mention binaries
6853      Branch: cfgperl
6854            ! pod/perl.pod
6855 ____________________________________________________________________________
6856 [  5515] By: gsar                                  on 2000/03/04  05:55:02
6857         Log: syntax error in change#5498
6858      Branch: perl
6859            ! t/lib/ipc_sysv.t
6860 ____________________________________________________________________________
6861 [  5514] By: jhi                                   on 2000/03/04  05:50:56
6862         Log: assuming that removing the libbind will be a good idea
6863      Branch: cfgperl
6864            ! hints/sco.sh
6865 ____________________________________________________________________________
6866 [  5513] By: gsar                                  on 2000/03/04  05:50:15
6867         Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
6868              <wolfgang.laun@chello.at>)
6869      Branch: perl
6870            ! lib/Pod/Html.pm
6871 ____________________________________________________________________________
6872 [  5512] By: jhi                                   on 2000/03/04  05:45:52
6873         Log: Integrate with Sarathy.
6874      Branch: cfgperl
6875           !> (integrate 41 files)
6876 ____________________________________________________________________________
6877 [  5511] By: jhi                                   on 2000/03/04  05:42:37
6878         Log: HP-UX 64-bitness cures
6879      Branch: cfgperl
6880            ! hints/hpux.sh perl.h
6881 ____________________________________________________________________________
6882 [  5510] By: gsar                                  on 2000/03/04  05:40:08
6883         Log: better error messages when xsubpp fails to find map for a particular
6884              type (from Ilya Zakharevich)
6885      Branch: perl
6886            ! lib/ExtUtils/xsubpp
6887 ____________________________________________________________________________
6888 [  5509] By: jhi                                   on 2000/03/04  05:33:27
6889         Log: scratch #5508
6890      Branch: cfgperl
6891            ! perl.h
6892 ____________________________________________________________________________
6893 [  5508] By: jhi                                   on 2000/03/04  05:31:19
6894         Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
6895      Branch: cfgperl
6896            ! perl.h
6897 ____________________________________________________________________________
6898 [  5507] By: gsar                                  on 2000/03/04  04:27:51
6899         Log: more whitespace removal (from Michael G Schwern)
6900      Branch: perl
6901            ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
6902            ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
6903            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6904            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
6905            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
6906            ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
6907            ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
6908            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
6909            ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
6910            ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
6911            ! lib/overload.pm x2p/s2p.PL
6912 ____________________________________________________________________________
6913 [  5506] By: gsar                                  on 2000/03/04  04:12:06
6914         Log: temporarily disable blank line warning from Pod::Parser until
6915              it can be made optional
6916      Branch: perl
6917            ! lib/Pod/Parser.pm t/pod/poderrs.xr
6918 ____________________________________________________________________________
6919 [  5505] By: gsar                                  on 2000/03/04  04:00:44
6920         Log: rid blanks in pods (from Michael G Schwern)
6921      Branch: perl
6922            ! README.amiga README.dos README.os2
6923 ____________________________________________________________________________
6924 [  5504] By: gsar                                  on 2000/03/04  03:59:07
6925         Log: avoid warnings from shmread() when given undefined variable
6926              (from Tom Christiansen)
6927      Branch: perl
6928            ! doio.c
6929 ____________________________________________________________________________
6930 [  5503] By: gsar                                  on 2000/03/04  03:53:43
6931         Log: fpsetmask() needs include on freebsd (from Slaven Rezic
6932              <eserte@vran.herceg.de>)
6933      Branch: perl
6934            ! unixish.h
6935 ____________________________________________________________________________
6936 [  5502] By: gsar                                  on 2000/03/04  03:51:05
6937         Log: avoid ambiguity in indirect object notation (breaks with overridden
6938              run time require)
6939      Branch: perl
6940            ! lib/CGI.pm
6941 ____________________________________________________________________________
6942 [  5501] By: gsar                                  on 2000/03/04  01:08:54
6943         Log: adjust perldelta
6944      Branch: perl
6945            ! Todo-5.6 pod/perl.pod pod/perldelta.pod
6946 ____________________________________________________________________________
6947 [  5500] By: gsar                                  on 2000/03/04  00:33:49
6948         Log: integrate cfgperl contents into mainline
6949      Branch: perl
6950           !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
6951           !> pod/perlfunc.pod t/lib/ipc_sysv.t
6952 ____________________________________________________________________________
6953 [  5499] By: jhi                                   on 2000/03/03  22:51:53
6954         Log: solaris hints tweak
6955      Branch: cfgperl
6956            ! hints/solaris_2.sh
6957 ____________________________________________________________________________
6958 [  5498] By: jhi                                   on 2000/03/03  22:35:46
6959         Log: The SysV IPC test must use the native integers
6960              (long or short), also noted this in the msgsnd/semctl
6961              documentation.  Reported in
6962              
6963              From: schwern@athens.arena-i.com (Michael G Schwern)
6964              To: perl5-porters@perl.org
6965              Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
6966              Date: Thu,  2 Mar 2000 17:15:03 -0500 (EST)
6967              Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
6968      Branch: cfgperl
6969            ! pod/perlfunc.pod t/lib/ipc_sysv.t
6970 ____________________________________________________________________________
6971 [  5497] By: jhi                                   on 2000/03/03  21:08:53
6972         Log: Update AVAILABILITY.
6973      Branch: cfgperl
6974            ! pod/perl.pod
6975 ____________________________________________________________________________
6976 [  5496] By: gsar                                  on 2000/03/03  20:21:05
6977         Log: perldebug tweak (from M J T Guy)
6978      Branch: perl
6979            ! pod/perldebug.pod
6980 ____________________________________________________________________________
6981 [  5495] By: jhi                                   on 2000/03/03  19:32:58
6982         Log: Integrate with Sarathy.
6983      Branch: cfgperl
6984           !> (integrate 79 files)
6985 ____________________________________________________________________________
6986 [  5494] By: jhi                                   on 2000/03/03  19:14:01
6987         Log: the workaround is needed in all 7.2.* compilers,
6988              not just on IRIX64.
6989      Branch: cfgperl
6990            ! hints/irix_6.sh
6991 ____________________________________________________________________________
6992 [  5493] By: gsar                                  on 2000/03/03  18:58:45
6993         Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
6994              and Robin Barker)
6995      Branch: perl
6996            ! Changes pod/perl.pod pod/perl5004delta.pod
6997            ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
6998            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
6999            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
7000            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7001            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
7002            ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
7003            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
7004            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
7005            ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
7006            ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
7007            ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
7008            ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
7009            ! pod/perlxstut.pod
7010 ____________________________________________________________________________
7011 [  5492] By: gsar                                  on 2000/03/03  17:48:31
7012         Log: support for list assignment to pseudohashes (from John Tobey
7013              <jtobey@john-edwin-tobey.org>)
7014      Branch: perl
7015            ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
7016            ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
7017 ____________________________________________________________________________
7018 [  5491] By: gsar                                  on 2000/03/03  16:45:49
7019         Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
7020      Branch: perl
7021            ! INSTALL
7022 ____________________________________________________________________________
7023 [  5490] By: gsar                                  on 2000/03/03  16:44:42
7024         Log: perldelta tweaks
7025      Branch: perl
7026            ! pod/perldelta.pod
7027 ____________________________________________________________________________
7028 [  5489] By: gsar                                  on 2000/03/03  16:26:52
7029         Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
7030              <ask@valueclick.com>)
7031      Branch: perl
7032            ! ext/Sys/Syslog/Syslog.pm
7033 ____________________________________________________________________________
7034 [  5488] By: gsar                                  on 2000/03/03  16:21:34
7035         Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
7036              <sthoenna@efn.org>)
7037      Branch: perl
7038            ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
7039            ! os2/os2.sym
7040 ____________________________________________________________________________
7041 [  5487] By: gsar                                  on 2000/03/03  16:16:34
7042         Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
7043      Branch: perl
7044            ! t/lib/glob-basic.t
7045 ____________________________________________________________________________
7046 [  5486] By: gsar                                  on 2000/03/03  15:42:28
7047         Log: integrate cfgperl and vmsperl contents into mainline
7048      Branch: perl
7049            ! pod/perl.pod
7050           !> (integrate 38 files)
7051 ____________________________________________________________________________
7052 [  5485] By: jhi                                   on 2000/03/03  15:21:40
7053         Log: pull the sparcv9 workshop libraries in front of loclibpth
7054      Branch: cfgperl
7055            ! hints/solaris_2.sh
7056 ____________________________________________________________________________
7057 [  5484] By: jhi                                   on 2000/03/03  15:09:03
7058         Log: Introduce i_ieefp because FreeBSD on ix86 needs that
7059              for ftpsetmask(0); regen Configure.
7060      Branch: cfgperl
7061            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7062            ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
7063            ! vos/config.def vos/config.h vos/config_h.SH_orig
7064            ! win32/config.bc win32/config.gc win32/config.vc
7065            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7066 ____________________________________________________________________________
7067 [  5483] By: jhi                                   on 2000/03/03  05:37:58
7068         Log: The _cflags must be left-aligned.
7069      Branch: cfgperl
7070            ! hints/irix_6.sh
7071 ____________________________________________________________________________
7072 [  5482] By: bailey                                on 2000/03/03  04:42:45
7073         Log: Once more unto resync
7074      Branch: vmsperl
7075           !> (integrate 48 files)
7076 ____________________________________________________________________________
7077 [  5481] By: bailey                                on 2000/03/03  04:36:46
7078         Log: VMS-specific perldelta update
7079      Branch: vmsperl
7080            ! pod/perldelta.pod
7081 ____________________________________________________________________________
7082 [  5480] By: bailey                                on 2000/03/03  04:05:28
7083         Log: Set up Perl invocation method during configuration (Peter Prymmer)
7084              Add missing bits to various utilities and install them (ditto)
7085      Branch: vmsperl
7086            ! configure.com pod/pod2usage.PL pod/podselect.PL
7087            ! utils/dprofpp.PL vms/descrip_mms.template
7088 ____________________________________________________________________________
7089 [  5479] By: bailey                                on 2000/03/03  04:01:48
7090         Log: Fix test to match new behavior of vmsify() (Craig Berry)
7091      Branch: vmsperl
7092            ! vms/ext/filespec.t
7093 ____________________________________________________________________________
7094 [  5478] By: bailey                                on 2000/03/03  03:54:10
7095         Log: Try to intuit whether typeless file invoked in subprocess
7096              is an executable image or DCL procedure.
7097      Branch: vmsperl
7098            ! vms/perlvms.pod vms/vms.c
7099 ____________________________________________________________________________
7100 [  5477] By: bailey                                on 2000/03/03  03:37:18
7101         Log: Remove leftover bits of VAXC support (Dan Sugalski)
7102      Branch: vmsperl
7103            ! vms/gen_shrfls.pl
7104 ____________________________________________________________________________
7105 [  5476] By: bailey                                on 2000/03/03  03:34:51
7106         Log: Add missing declaration (Dan Sugalski)
7107      Branch: vmsperl
7108            ! vms/vms.c
7109 ____________________________________________________________________________
7110 [  5475] By: gsar                                  on 2000/03/03  03:27:52
7111         Log: warn about /(?p{})/ (from Simon Cozens)
7112      Branch: perl
7113            ! regcomp.c toke.c
7114 ____________________________________________________________________________
7115 [  5474] By: bailey                                on 2000/03/03  03:27:05
7116         Log: Ad hoc patch for duping stdout into stderr
7117      Branch: vmsperl
7118            ! vms/vms.c
7119 ____________________________________________________________________________
7120 [  5473] By: bailey                                on 2000/03/03  03:23:29
7121         Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
7122      Branch: vmsperl
7123            ! vms/subconfigure.com vms/vmsish.h
7124 ____________________________________________________________________________
7125 [  5472] By: gsar                                  on 2000/03/03  02:58:49
7126         Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
7127      Branch: perl
7128            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7129            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7130 ____________________________________________________________________________
7131 [  5471] By: jhi                                   on 2000/03/03  02:38:23
7132         Log: more todo
7133      Branch: cfgperl
7134            ! Todo-5.6
7135 ____________________________________________________________________________
7136 [  5470] By: gsar                                  on 2000/03/03  02:36:02
7137         Log: skip test if db doesn't have null key support
7138      Branch: perl
7139            ! t/lib/anydbm.t
7140 ____________________________________________________________________________
7141 [  5469] By: jhi                                   on 2000/03/03  02:26:53
7142         Log: Integrate with Sarathy.
7143      Branch: cfgperl
7144           !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
7145           !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
7146           !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
7147           !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
7148           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
7149 ____________________________________________________________________________
7150 [  5468] By: jhi                                   on 2000/03/03  02:24:05
7151         Log: irix hints tweak
7152      Branch: cfgperl
7153            ! hints/irix_6.sh
7154 ____________________________________________________________________________
7155 [  5467] By: gsar                                  on 2000/03/03  02:19:50
7156         Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
7157              Simon Cozens <simon@othersideofthe.earth.li>)
7158      Branch: perl
7159            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
7160            ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
7161            ! t/op/pat.t toke.c
7162 ____________________________________________________________________________
7163 [  5466] By: jhi                                   on 2000/03/03  02:12:41
7164         Log: in words order bad
7165      Branch: cfgperl
7166            ! pod/perlre.pod
7167 ____________________________________________________________________________
7168 [  5465] By: jhi                                   on 2000/03/03  02:09:45
7169         Log: /[[:alpha]/ now dies on unmatched [] instead of
7170              "an unknown character class" (spotted by Tom Christiansen)
7171      Branch: cfgperl
7172            ! regcomp.c t/pragma/warn/regcomp
7173 ____________________________________________________________________________
7174 [  5464] By: gsar                                  on 2000/03/03  02:04:48
7175         Log: perldelta notes about IO::Socket changes (from Graham Barr)
7176      Branch: perl
7177            ! pod/perldelta.pod
7178 ____________________________________________________________________________
7179 [  5463] By: gsar                                  on 2000/03/03  02:02:50
7180         Log: relax restrictions on constant names a bit (from M J T Guy)
7181      Branch: perl
7182            ! lib/constant.pm
7183 ____________________________________________________________________________
7184 [  5462] By: gsar                                  on 2000/03/03  01:59:49
7185         Log: support for generation of accessor functions (from Hugo van der
7186              Sanden)
7187      Branch: perl
7188            ! utils/h2xs.PL
7189 ____________________________________________________________________________
7190 [  5461] By: jhi                                   on 2000/03/03  01:51:53
7191         Log: cosmetics
7192      Branch: cfgperl
7193            ! t/op/pack.t
7194 ____________________________________________________________________________
7195 [  5460] By: jhi                                   on 2000/03/03  01:50:07
7196         Log: detypo
7197      Branch: cfgperl
7198            ! t/op/pack.t
7199 ____________________________________________________________________________
7200 [  5459] By: gsar                                  on 2000/03/03  01:46:35
7201         Log: pod tweaks
7202      Branch: perl
7203            ! pod/perl.pod pod/perlpod.pod
7204 ____________________________________________________________________________
7205 [  5458] By: jhi                                   on 2000/03/03  01:25:21
7206         Log: solaris hints tweak
7207      Branch: cfgperl
7208            ! hints/solaris_2.sh
7209 ____________________________________________________________________________
7210 [  5457] By: jhi                                   on 2000/03/02  22:56:49
7211         Log: detypo
7212      Branch: cfgperl
7213            ! hints/solaris_2.sh
7214 ____________________________________________________________________________
7215 [  5456] By: gsar                                  on 2000/03/02  21:15:11
7216         Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
7217              add test targets for -C switch on windows
7218      Branch: perl
7219            ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
7220 ____________________________________________________________________________
7221 [  5455] By: gsar                                  on 2000/03/02  21:06:49
7222         Log: add note about failed tests on memory starved systems (from
7223              Andy Dougherty)
7224      Branch: perl
7225            ! INSTALL
7226 ____________________________________________________________________________
7227 [  5454] By: jhi                                   on 2000/03/02  21:03:35
7228         Log: Integrate with Sarathy.
7229      Branch: cfgperl
7230           !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
7231           !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
7232           !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
7233 ____________________________________________________________________________
7234 [  5453] By: jhi                                   on 2000/03/02  20:58:43
7235         Log: Further long double patches from Spider Boardman.
7236      Branch: cfgperl
7237            ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
7238 ____________________________________________________________________________
7239 [  5452] By: gsar                                  on 2000/03/02  20:52:08
7240         Log: move doc about v-strings from perlop to perldata (suggested by
7241              David Dyck <dcd@tc.fluke.com>)
7242      Branch: perl
7243            ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
7244 ____________________________________________________________________________
7245 [  5451] By: gsar                                  on 2000/03/02  20:30:29
7246         Log: integrate cfgperl changes into mainline
7247      Branch: perl
7248           !> Configure hints/irix_6.sh pp.c
7249 ____________________________________________________________________________
7250 [  5450] By: gsar                                  on 2000/03/02  20:08:10
7251         Log: still other multiline match cleanups (from Greg Bacon)
7252      Branch: perl
7253            ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
7254            ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
7255 ____________________________________________________________________________
7256 [  5449] By: jhi                                   on 2000/03/02  20:01:58
7257         Log: Integrate with Sarathy.
7258      Branch: cfgperl
7259           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7260           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
7261           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
7262           !> vms/descrip_mms.template vms/gen_shrfls.pl
7263           !> vms/subconfigure.com vms/vms.c win32/Makefile
7264           !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
7265 ____________________________________________________________________________
7266 [  5448] By: jhi                                   on 2000/03/02  20:00:37
7267         Log: workaround for Tru64 compiler bug (cleaner fix will have
7268              to wait until 5.6.1), from Spider Boardman
7269      Branch: cfgperl
7270            ! pp.c
7271 ____________________________________________________________________________
7272 [  5447] By: jhi                                   on 2000/03/02  19:52:34
7273         Log: Workaround for an optimizer bug.
7274      Branch: cfgperl
7275            ! hints/irix_6.sh
7276 ____________________________________________________________________________
7277 [  5446] By: jhi                                   on 2000/03/02  19:44:35
7278         Log: installation directory fix from Andy Dougherty
7279              (installstyle was being clobbered, spotted by Spider Boardman)
7280      Branch: cfgperl
7281            ! Configure
7282      Branch: metaconfig
7283            ! U/installdirs/installstyle.U
7284 ____________________________________________________________________________
7285 [  5445] By: gsar                                  on 2000/03/02  19:40:44
7286         Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
7287              some parts not applied
7288      Branch: perl
7289            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
7290            ! win32/win32.h
7291 ____________________________________________________________________________
7292 [  5444] By: gsar                                  on 2000/03/02  19:26:08
7293         Log: avoid buffering issue in warn/8signal
7294      Branch: perl
7295            ! t/pragma/warn/8signal
7296 ____________________________________________________________________________
7297 [  5443] By: gsar                                  on 2000/03/02  18:13:28
7298         Log: integrate cfgperl changes into mainline
7299      Branch: perl
7300           !> Configure config_h.SH hints/aix.sh hints/hpux.sh
7301           !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
7302           !> t/op/lfs.t t/op/pack.t
7303 ____________________________________________________________________________
7304 [  5442] By: gsar                                  on 2000/03/02  18:02:40
7305         Log: integrate vmsperl changes into mainline (denied their changes to
7306              Glob.pm, t/pragma/warn/{8signal,pp_ctl})
7307      Branch: perl
7308           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7309           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
7310           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
7311           !> vms/descrip_mms.template vms/gen_shrfls.pl
7312           !> vms/subconfigure.com vms/vms.c
7313 ____________________________________________________________________________
7314 [  5441] By: jhi                                   on 2000/03/02  17:56:20
7315         Log: nit from Spider Boardman
7316      Branch: cfgperl
7317            ! makedepend.SH
7318 ____________________________________________________________________________
7319 [  5440] By: jhi                                   on 2000/03/02  17:48:15
7320         Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
7321              is the correct one), spotted by Robin Barker.
7322      Branch: cfgperl
7323            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
7324      Branch: metaconfig/U/perl
7325            ! uselfs.U
7326 ____________________________________________________________________________
7327 [  5439] By: jhi                                   on 2000/03/02  15:32:04
7328         Log: Remove the pack.t kludge introduced to fudge the test
7329              to pass under long doubles: leave the similar kludge
7330              to posix.t because POSIX::strtod() is still double,
7331              not long double. 
7332      Branch: cfgperl
7333            ! t/op/pack.t
7334 ____________________________________________________________________________
7335 [  5438] By: jhi                                   on 2000/03/02  04:58:48
7336         Log: Integrate with Sarathy.
7337      Branch: cfgperl
7338           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7339           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
7340           !> lib/Pod/Html.pm op.c
7341 ____________________________________________________________________________
7342 [  5437] By: jhi                                   on 2000/03/02  04:51:46
7343         Log: A patch on #5407.
7344      Branch: cfgperl
7345            ! sv.c
7346 ____________________________________________________________________________
7347 [  5436] By: gsar                                  on 2000/03/02  04:45:37
7348         Log: avoid useless comparison
7349      Branch: perl
7350            ! op.c
7351 ____________________________________________________________________________
7352 [  5435] By: bailey                                on 2000/03/02  04:43:11
7353         Log: YA sync with mainline
7354      Branch: vmsperl
7355           +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
7356           +> t/lib/env-array.t
7357           !> (integrate 150 files)
7358 ____________________________________________________________________________
7359 [  5434] By: gsar                                  on 2000/03/02  04:28:48
7360         Log: make the "back to top" links optional
7361      Branch: perl
7362            ! lib/Pod/Html.pm
7363 ____________________________________________________________________________
7364 [  5433] By: bailey                                on 2000/03/02  04:26:58
7365         Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
7366      Branch: vmsperl
7367            ! vms/vms.c
7368 ____________________________________________________________________________
7369 [  5432] By: bailey                                on 2000/03/02  04:20:51
7370         Log: Update dependencies and remove obsolete VAXC support
7371      Branch: vmsperl
7372            ! vms/descrip_mms.template
7373 ____________________________________________________________________________
7374 [  5431] By: bailey                                on 2000/03/02  04:19:42
7375         Log: Rmeove obsolete VAXC support
7376      Branch: vmsperl
7377            ! vms/gen_shrfls.pl
7378 ____________________________________________________________________________
7379 [  5430] By: bailey                                on 2000/03/02  04:18:57
7380         Log: Minor updates to subconfigure.com:
7381              - remove old VAXC support
7382              - avoid echoing commands to tempfiles
7383              - fix typos
7384              - define 64bit symbols (as "undef") when not using 64 bit support
7385      Branch: vmsperl
7386            ! vms/subconfigure.com
7387 ____________________________________________________________________________
7388 [  5429] By: bailey                                on 2000/03/02  04:16:11
7389         Log: Minor changes to Configure.Com:
7390              - permit operation in batch mode (splits output)
7391              - remove old VAXC support
7392              - default to enabling secure internal lnm translation
7393      Branch: vmsperl
7394            ! configure.com
7395 ____________________________________________________________________________
7396 [  5428] By: bailey                                on 2000/03/02  04:06:53
7397         Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
7398      Branch: vmsperl
7399            ! vms/vms.c
7400 ____________________________________________________________________________
7401 [  5427] By: bailey                                on 2000/03/02  04:05:47
7402         Log: FIx no-op in vms.c
7403      Branch: vmsperl
7404            ! vms/vms.c
7405 ____________________________________________________________________________
7406 [  5426] By: bailey                                on 2000/03/02  04:04:52
7407         Log: MIscellaneous tweaks to test and driver (Charles Lane)
7408      Branch: vmsperl
7409            ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
7410            ! vms/test.com
7411 ____________________________________________________________________________
7412 [  5425] By: bailey                                on 2000/03/02  04:02:44
7413         Log: Take advantage of new subprocess invocation (Charles Lane)
7414      Branch: vmsperl
7415            ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
7416            ! t/pragma/warnings.t
7417 ____________________________________________________________________________
7418 [  5424] By: bailey                                on 2000/03/02  04:00:20
7419         Log: Increment counter for skipped tests (Charles Lane)
7420      Branch: vmsperl
7421            ! t/io/open.t
7422 ____________________________________________________________________________
7423 [  5423] By: bailey                                on 2000/03/02  03:59:14
7424         Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
7425              on PERL5LIB logical (Dan Sugalski)
7426      Branch: vmsperl
7427            ! lib/Test/Harness.pm
7428 ____________________________________________________________________________
7429 [  5422] By: bailey                                on 2000/03/02  03:57:40
7430         Log: Use temp to construct dirspec in File::Find (Charles Lane)
7431      Branch: vmsperl
7432            ! lib/File/Find.pm
7433 ____________________________________________________________________________
7434 [  5421] By: bailey                                on 2000/03/02  03:56:13
7435         Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
7436              (Should move to File::Spec in long term)
7437      Branch: vmsperl
7438            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
7439 ____________________________________________________________________________
7440 [  5420] By: bailey                                on 2000/03/02  03:52:45
7441         Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
7442      Branch: vmsperl
7443            ! lib/ExtUtils/MM_VMS.pm
7444 ____________________________________________________________________________
7445 [  5419] By: bailey                                on 2000/03/02  03:50:53
7446         Log: Make File::Glob more VMS-friendly (Charles Lane)
7447      Branch: vmsperl
7448            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7449            ! t/lib/glob-basic.t
7450 ____________________________________________________________________________
7451 [  5418] By: bailey                                on 2000/03/02  03:47:21
7452         Log: Miscellaneous fixes to build procedures (Peter Prymmer)
7453      Branch: vmsperl
7454            ! configure.com vms/subconfigure.com
7455 ____________________________________________________________________________
7456 [  5417] By: bailey                                on 2000/03/02  03:42:49
7457         Log: Temrinate statements in pp_ctl warning test (Charles Lane)
7458      Branch: vmsperl
7459            ! t/pragma/warn/pp_ctl
7460 ____________________________________________________________________________
7461 [  5416] By: bailey                                on 2000/03/02  03:39:46
7462         Log: Warn but continue installing when file missing (Dan Sugalski)
7463      Branch: vmsperl
7464            ! installperl
7465 ____________________________________________________________________________
7466 [  5415] By: jhi                                   on 2000/03/01  23:31:23
7467         Log: Make file sparseness detection more portable (Scott Henry)
7468      Branch: cfgperl
7469            ! t/lib/syslfs.t t/op/lfs.t
7470 ____________________________________________________________________________
7471 [  5414] By: jhi                                   on 2000/03/01  22:53:48
7472         Log: detypo #5411 continues: Sun grep doesn't have -e.
7473      Branch: cfgperl
7474            ! hints/solaris_2.sh
7475 ____________________________________________________________________________
7476 [  5413] By: jhi                                   on 2000/03/01  22:49:44
7477         Log: detypo #5411
7478      Branch: cfgperl
7479            ! hints/solaris_2.sh
7480 ____________________________________________________________________________
7481 [  5412] By: gsar                                  on 2000/03/01  20:04:42
7482         Log: typo in change#5408
7483      Branch: perl
7484            ! lib/ExtUtils/MM_Unix.pm
7485 ____________________________________________________________________________
7486 [  5411] By: jhi                                   on 2000/03/01  18:48:52
7487         Log: Better detection of the solaris workshop compiler.
7488      Branch: cfgperl
7489            ! hints/solaris_2.sh
7490 ____________________________________________________________________________
7491 [  5410] By: jhi                                   on 2000/03/01  18:18:04
7492         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7493              To: perl5-porters@perl.org
7494              Subject: solaris 64-bit and gcc
7495              Date: Wed, 1 Mar 2000 17:59:36 GMT
7496              Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
7497      Branch: cfgperl
7498            ! hints/solaris_2.sh
7499 ____________________________________________________________________________
7500 [  5409] By: jhi                                   on 2000/03/01  18:16:43
7501         Log: Integrate with Sarathy.
7502      Branch: cfgperl
7503           +> t/lib/env-array.t
7504           !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
7505           !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
7506           !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
7507           !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
7508           !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
7509           !> t/lib/filefind.t t/lib/glob-basic.t
7510 ____________________________________________________________________________
7511 [  5408] By: gsar                                  on 2000/03/01  18:15:49
7512         Log: still more multiline match cleanups (from Greg Bacon)
7513      Branch: perl
7514            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7515            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
7516 ____________________________________________________________________________
7517 [  5407] By: jhi                                   on 2000/03/01  18:11:09
7518         Log: A further patch from Spider Boardman for long doubleness.
7519      Branch: cfgperl
7520            ! sv.c
7521 ____________________________________________________________________________
7522 [  5406] By: gsar                                  on 2000/03/01  17:32:09
7523         Log: yet more multiline match cleanups (from Greg Bacon)
7524      Branch: perl
7525            ! lib/CPAN.pm lib/Cwd.pm
7526 ____________________________________________________________________________
7527 [  5405] By: gsar                                  on 2000/03/01  17:24:53
7528         Log: add support for Env arrays (from Gregor N. Purdy
7529              <gregor@focusresearch.com>)
7530      Branch: perl
7531            + t/lib/env-array.t
7532            ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
7533 ____________________________________________________________________________
7534 [  5404] By: gsar                                  on 2000/03/01  17:00:23
7535         Log: cygwin update (from Eric Fifer)
7536      Branch: perl
7537            ! README.cygwin t/lib/glob-basic.t
7538 ____________________________________________________________________________
7539 [  5403] By: gsar                                  on 2000/03/01  16:55:47
7540         Log: more multiline match cleanups (from Greg Bacon)
7541      Branch: perl
7542            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
7543            ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
7544 ____________________________________________________________________________
7545 [  5402] By: gsar                                  on 2000/03/01  16:38:48
7546         Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
7547      Branch: perl
7548            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
7549 ____________________________________________________________________________
7550 [  5401] By: gsar                                  on 2000/03/01  16:35:28
7551         Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
7552      Branch: perl
7553            ! lib/File/Find.pm t/lib/filefind.t
7554 ____________________________________________________________________________
7555 [  5400] By: gsar                                  on 2000/03/01  16:32:24
7556         Log: mention "r" debugger command (from Ilya Zakharevich)
7557      Branch: perl
7558            ! pod/perldebug.pod
7559 ____________________________________________________________________________
7560 [  5399] By: jhi                                   on 2000/03/01  14:58:33
7561         Log: Integrate with Sarathy.
7562      Branch: cfgperl
7563           !> Changes configure.com ext/File/Glob/Glob.pm
7564           !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
7565           !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
7566           !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
7567           !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
7568           !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
7569           !> t/pragma/warn/pp_sys t/pragma/warnings.t
7570           !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
7571           !> vms/vms.c
7572 ____________________________________________________________________________
7573 [  5398] By: gsar                                  on 2000/03/01  07:03:13
7574         Log: fix testsuite issues in change#5397
7575      Branch: perl
7576            ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
7577
7578 ----------------
7579 Version v5.5.670
7580 ----------------
7581
7582 ____________________________________________________________________________
7583 [  5397] By: gsar                                  on 2000/03/01  06:44:42
7584         Log: consolidated VMS patches (from Craig A. Berry
7585              <craig.berry@metamorgs.com>); Glob.pm patch modified to use
7586              $DEFAULT_FLAGS, and iff no flags were supplied
7587      Branch: perl
7588            ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7589            ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
7590            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
7591            ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
7592            ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
7593            ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
7594            ! t/pragma/warnings.t vms/descrip_mms.template
7595            ! vms/subconfigure.com vms/test.com vms/vms.c
7596 ____________________________________________________________________________
7597 [  5396] By: gsar                                  on 2000/03/01  06:28:22
7598         Log: integrate cfgperl changes into mainline
7599      Branch: perl
7600           !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
7601 ____________________________________________________________________________
7602 [  5395] By: jhi                                   on 2000/03/01  06:12:10
7603         Log: Integrate with Sarathy.
7604      Branch: cfgperl
7605           +> lib/open.pm
7606           !> MANIFEST Todo-5.6 mg.c
7607 ____________________________________________________________________________
7608 [  5394] By: gsar                                  on 2000/03/01  06:07:00
7609         Log: fix segfault on C<local ${^WARNING_BITS}>
7610      Branch: perl
7611            ! mg.c
7612 ____________________________________________________________________________
7613 [  5393] By: jhi                                   on 2000/03/01  06:02:12
7614         Log: Fcntl de-cut-and-pasto.
7615              From: Doug MacEachern <dougm@pobox.com>
7616              To: perl5-porters@perl.org
7617              Subject: [PATCH v5.5.660] Fcntl.pm
7618              Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
7619              Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
7620      Branch: cfgperl
7621            ! ext/Fcntl/Fcntl.pm
7622 ____________________________________________________________________________
7623 [  5392] By: gsar                                  on 2000/03/01  05:55:20
7624         Log: update Todo-5.6, add stub open.pm
7625      Branch: perl
7626            + lib/open.pm
7627            ! MANIFEST Todo-5.6
7628 ____________________________________________________________________________
7629 [  5391] By: jhi                                   on 2000/03/01  05:42:25
7630         Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
7631      Branch: cfgperl
7632            ! hints/solaris_2.sh
7633 ____________________________________________________________________________
7634 [  5390] By: jhi                                   on 2000/03/01  05:35:53
7635         Log: Couple of math functions need to be Perl_ so that
7636              they are correctly long double, especially the frexp()
7637              in sv_vcatpvfn() (spotted by Spider Boardman).
7638      Branch: cfgperl
7639            ! pp.c sv.c
7640 ____________________________________________________________________________
7641 [  5389] By: jhi                                   on 2000/03/01  05:33:54
7642         Log: Integrate with Sarathy.
7643      Branch: cfgperl
7644           +> pod/perlnumber.pod
7645           !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
7646           !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
7647           !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
7648           !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
7649           !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
7650           !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
7651           !> win32/perllib.c win32/win32.c win32/win32.h
7652 ____________________________________________________________________________
7653 [  5388] By: gsar                                  on 2000/03/01  03:38:03
7654         Log: Windows miscellany
7655      Branch: perl
7656            ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
7657 ____________________________________________________________________________
7658 [  5387] By: gsar                                  on 2000/03/01  03:13:37
7659         Log: mention ftp/rsync access to repository in perlhack
7660      Branch: perl
7661            ! Changes pod/perlhack.pod pod/perlhist.pod
7662 ____________________________________________________________________________
7663 [  5386] By: gsar                                  on 2000/03/01  03:04:54
7664         Log: support kill(0,$pid) on Windows to test if process exists
7665      Branch: perl
7666            ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
7667 ____________________________________________________________________________
7668 [  5385] By: gsar                                  on 2000/03/01  02:10:01
7669         Log: integrate cfgperl changes into mainline
7670      Branch: perl
7671           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7672           !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
7673           !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
7674           !> win32/config.gc win32/config.vc
7675 ____________________________________________________________________________
7676 [  5384] By: gsar                                  on 2000/03/01  01:47:55
7677         Log: oops, change#5382 didn't really fix the typo
7678      Branch: perl
7679            ! ext/DynaLoader/dl_dlopen.xs
7680 ____________________________________________________________________________
7681 [  5383] By: gsar                                  on 2000/03/01  01:38:25
7682         Log: avoid warning on type-mismatch
7683      Branch: perl
7684            ! ext/DynaLoader/dlutils.c
7685 ____________________________________________________________________________
7686 [  5382] By: gsar                                  on 2000/03/01  01:33:42
7687         Log: fix bug in change#5381
7688      Branch: perl
7689            ! ext/DynaLoader/dl_dlopen.xs
7690 ____________________________________________________________________________
7691 [  5381] By: gsar                                  on 2000/03/01  00:46:44
7692         Log: unload extension shared objects when exiting, implemented
7693              only for dl_dlopen.xs (from Alan Burlison)
7694      Branch: perl
7695            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
7696            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
7697 ____________________________________________________________________________
7698 [  5380] By: gsar                                  on 2000/03/01  00:34:10
7699         Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
7700              prose
7701      Branch: perl
7702            + pod/perlnumber.pod
7703            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
7704            ! pod/perltoc.pod pod/roffitall
7705 ____________________________________________________________________________
7706 [  5379] By: jhi                                   on 2000/02/29  23:37:01
7707         Log: Be understanding.
7708      Branch: cfgperl
7709            ! Configure config_h.SH
7710      Branch: metaconfig/U/perl
7711            ! use64bits.U uselfs.U
7712 ____________________________________________________________________________
7713 [  5378] By: gsar                                  on 2000/02/29  23:35:50
7714         Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
7715      Branch: perl
7716            ! lib/Test/Harness.pm vms/vms.c
7717 ____________________________________________________________________________
7718 [  5377] By: jhi                                   on 2000/02/29  23:12:29
7719         Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
7720              d_Gconvert on long doubles to use sprintf %Lg.
7721      Branch: cfgperl
7722            ! hints/dec_osf.sh
7723 ____________________________________________________________________________
7724 [  5376] By: jhi                                   on 2000/02/29  23:02:45
7725         Log: Integrate with Sarathy.
7726      Branch: cfgperl
7727           !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
7728           !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
7729           !> pod/perlguts.pod pod/perlop.pod
7730 ____________________________________________________________________________
7731 [  5375] By: gsar                                  on 2000/02/29  23:02:34
7732         Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
7733      Branch: perl
7734            ! lib/File/Find.pm
7735 ____________________________________________________________________________
7736 [  5374] By: jhi                                   on 2000/02/29  23:01:35
7737         Log: Add libsunmath (long double math library for Solaris,
7738              SUNWspro cc only) awareness; fix various Solaris nits.
7739      Branch: cfgperl
7740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7741            ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
7742            ! vms/subconfigure.com vos/config.def win32/config.bc
7743            ! win32/config.gc win32/config.vc
7744      Branch: metaconfig
7745            ! U/modified/libs.U
7746      Branch: metaconfig/U/perl
7747            + i_sunmath.U
7748 ____________________________________________________________________________
7749 [  5373] By: gsar                                  on 2000/02/29  22:56:10
7750         Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
7751              to the more readable form (from Robin Barker)
7752      Branch: perl
7753            ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
7754 ____________________________________________________________________________
7755 [  5372] By: gsar                                  on 2000/02/29  22:52:27
7756         Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
7757      Branch: perl
7758            ! malloc.c
7759 ____________________________________________________________________________
7760 [  5371] By: gsar                                  on 2000/02/29  22:29:36
7761         Log: fix pods to reflect newer canonical names for call_sv() etc.
7762      Branch: perl
7763            ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
7764            ! pod/perlembed.pod pod/perlguts.pod
7765 ____________________________________________________________________________
7766 [  5370] By: jhi                                   on 2000/02/29  22:08:26
7767         Log: Integrate with Sarathy.
7768      Branch: cfgperl
7769           !> perl.c perl.h win32/win32.c win32/win32.h
7770 ____________________________________________________________________________
7771 [  5369] By: gsar                                  on 2000/02/29  21:37:10
7772         Log: remove bogus code that caused test failures on HP-UX
7773      Branch: perl
7774            ! perl.h
7775 ____________________________________________________________________________
7776 [  5368] By: gsar                                  on 2000/02/29  20:45:01
7777         Log: change#5364 had a few problems
7778      Branch: perl
7779            ! perl.c win32/win32.c win32/win32.h
7780 ____________________________________________________________________________
7781 [  5367] By: gsar                                  on 2000/02/29  18:19:04
7782         Log: integrate cfgperl changes into mainline
7783      Branch: perl
7784           !> Configure config_h.SH epoc/config.sh hints/hpux.sh
7785           !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
7786           !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
7787 ____________________________________________________________________________
7788 [  5366] By: jhi                                   on 2000/02/29  18:15:09
7789         Log: Some compilers have problems with quad switch() controls.
7790      Branch: cfgperl
7791            ! regcomp.c
7792 ____________________________________________________________________________
7793 [  5365] By: jhi                                   on 2000/02/29  18:14:30
7794         Log: Integrate with Sarathy.
7795      Branch: cfgperl
7796           !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
7797           !> win32/win32.h
7798 ____________________________________________________________________________
7799 [  5364] By: gsar                                  on 2000/02/29  18:11:34
7800         Log: utf8-ize @ARGV when -C switch is used on Windows
7801      Branch: perl
7802            ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
7803            ! win32/win32.h
7804 ____________________________________________________________________________
7805 [  5363] By: jhi                                   on 2000/02/29  17:47:48
7806         Log: HP-UX lddlflags were broken.
7807      Branch: cfgperl
7808            ! Configure config_h.SH
7809      Branch: metaconfig/U/perl
7810            ! dlsrc.U
7811 ____________________________________________________________________________
7812 [  5362] By: jhi                                   on 2000/02/29  17:32:27
7813         Log: Make the failsafe question about socket address structure
7814              sizes hopefully a bit less confusing.
7815      Branch: cfgperl
7816            ! Configure config_h.SH
7817      Branch: metaconfig
7818            ! U/protos/socksizetype.U
7819 ____________________________________________________________________________
7820 [  5361] By: jhi                                   on 2000/02/29  17:17:10
7821         Log: Integrate with Sarathy.
7822      Branch: cfgperl
7823           !> malloc.c
7824 ____________________________________________________________________________
7825 [  5360] By: gsar                                  on 2000/02/29  17:16:09
7826         Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
7827      Branch: perl
7828            ! malloc.c
7829 ____________________________________________________________________________
7830 [  5359] By: jhi                                   on 2000/02/29  17:06:12
7831         Log: Make the warning about preferring HP's ar more visible.
7832      Branch: cfgperl
7833            ! hints/hpux.sh
7834 ____________________________________________________________________________
7835 [  5358] By: jhi                                   on 2000/02/29  17:04:36
7836         Log: The sprintf option was blithely printing long doubles as
7837              doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
7838              being used; made the test more thorough.
7839      Branch: cfgperl
7840            ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
7841            ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
7842      Branch: metaconfig
7843            ! U/compline/d_gconvert.U
7844 ____________________________________________________________________________
7845 [  5357] By: jhi                                   on 2000/02/29  16:58:08
7846         Log: Make the warning about abandoning long doubles more visible.
7847      Branch: cfgperl
7848            ! Configure config_h.SH
7849      Branch: metaconfig/U/perl
7850            ! uselongdbl.U
7851 ____________________________________________________________________________
7852 [  5356] By: jhi                                   on 2000/02/29  16:51:33
7853         Log: HP-UX gcc fix; detypo in use64bits.
7854      Branch: cfgperl
7855            ! Configure config_h.SH
7856      Branch: metaconfig/U/perl
7857            ! dlsrc.U use64bits.U
7858 ____________________________________________________________________________
7859 [  5355] By: jhi                                   on 2000/02/29  16:31:17
7860         Log: Solaris 64-bitness hints saga continues.
7861      Branch: cfgperl
7862            ! hints/solaris_2.sh
7863 ____________________________________________________________________________
7864 [  5354] By: jhi                                   on 2000/02/29  16:04:42
7865         Log: Integrate with Sarathy.
7866      Branch: cfgperl
7867           !> ext/Thread/Thread.xs perl.c perl.h
7868 ____________________________________________________________________________
7869 [  5353] By: jhi                                   on 2000/02/29  15:54:10
7870         Log: Solaris hints tweak for 64-bitallness.
7871      Branch: cfgperl
7872            ! hints/solaris_2.sh
7873 ____________________________________________________________________________
7874 [  5352] By: jhi                                   on 2000/02/29  15:35:13
7875         Log: Too many 64-bitness option combinations.
7876      Branch: cfgperl
7877            ! Configure config_h.SH
7878      Branch: metaconfig/U/perl
7879            ! use64bits.U
7880 ____________________________________________________________________________
7881 [  5351] By: gsar                                  on 2000/02/29  15:31:56
7882         Log: more adjustments needed for change#5342 under use5005threads
7883      Branch: perl
7884            ! ext/Thread/Thread.xs perl.c perl.h
7885 ____________________________________________________________________________
7886 [  5350] By: jhi                                   on 2000/02/29  15:24:59
7887         Log: Integrate with Sarathy.
7888      Branch: cfgperl
7889           +> pod/perlboot.pod
7890           !> (integrate 40 files)
7891 ____________________________________________________________________________
7892 [  5349] By: gsar                                  on 2000/02/29  08:13:56
7893         Log: more m//s and $ vs \z fixups (from Greg Bacon)
7894      Branch: perl
7895            ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
7896            ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7897            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7898            ! lib/File/Spec/Win32.pm
7899 ____________________________________________________________________________
7900 [  5348] By: gsar                                  on 2000/02/29  08:00:48
7901         Log: increase sleep to compensate for slow cpu (from Peter Haworth
7902              <pmh@edison.ioppublishing.com>)
7903      Branch: perl
7904            ! t/io/pipe.t
7905 ____________________________________________________________________________
7906 [  5347] By: gsar                                  on 2000/02/29  07:52:35
7907         Log: add OO tutorial for beginners (from Randal L. Schwartz
7908              <merlyn@stonehenge.com>)
7909      Branch: perl
7910            + pod/perlboot.pod
7911            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
7912            ! pod/perldelta.pod pod/perltoc.pod
7913 ____________________________________________________________________________
7914 [  5346] By: gsar                                  on 2000/02/29  07:24:52
7915         Log: malloc bug fix and machten hints (from Dominic Dunlop
7916              <domo@computer.org>)
7917      Branch: perl
7918            ! hints/machten.sh malloc.c
7919 ____________________________________________________________________________
7920 [  5345] By: gsar                                  on 2000/02/29  06:32:56
7921         Log: integrate cfgperl contents into mainline
7922      Branch: perl
7923           !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
7924           !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
7925           !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
7926           !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
7927           !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
7928           !> win32/config.bc win32/config.gc win32/config.vc
7929 ____________________________________________________________________________
7930 [  5344] By: gsar                                  on 2000/02/29  06:25:33
7931         Log: export list tweak
7932      Branch: perl
7933            ! makedef.pl
7934 ____________________________________________________________________________
7935 [  5343] By: gsar                                  on 2000/02/29  06:01:22
7936         Log: various shenanigans in change#5342
7937      Branch: perl
7938            ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
7939            ! win32/win32.h win32/win32thread.h
7940 ____________________________________________________________________________
7941 [  5342] By: gsar                                  on 2000/02/29  04:53:00
7942         Log: support fetching current interpreter from TLS under useithreads
7943      Branch: perl
7944            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
7945            ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
7946            ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
7947            ! win32/win32.h win32/win32thread.c win32/win32thread.h
7948 ____________________________________________________________________________
7949 [  5341] By: jhi                                   on 2000/02/29  03:26:11
7950         Log: Don't know how to do large files using gcc in HP-UX.
7951      Branch: cfgperl
7952            ! hints/hpux.sh
7953 ____________________________________________________________________________
7954 [  5340] By: jhi                                   on 2000/02/29  03:07:16
7955         Log: Added few more libs to scan.
7956      Branch: cfgperl
7957            ! Configure config_h.SH
7958      Branch: metaconfig
7959            ! U/modified/Myinit.U U/modified/libs.U
7960 ____________________________________________________________________________
7961 [  5339] By: jhi                                   on 2000/02/29  01:37:43
7962         Log: Bigger warning on the changed behaviour of the unary ~.
7963      Branch: cfgperl
7964            ! pod/perldelta.pod
7965 ____________________________________________________________________________
7966 [  5338] By: jhi                                   on 2000/02/29  01:17:07
7967         Log: IRIX 64-bitness fixes.
7968      Branch: cfgperl
7969            ! Configure config_h.SH hints/irix_6.sh
7970      Branch: metaconfig
7971            ! U/modified/Cppsym.U
7972 ____________________________________________________________________________
7973 [  5337] By: jhi                                   on 2000/02/29  00:59:08
7974         Log: Userfriendliness.
7975      Branch: cfgperl
7976            ! Configure config_h.SH
7977      Branch: metaconfig/U/perl
7978            ! use64bits.U
7979 ____________________________________________________________________________
7980 [  5336] By: jhi                                   on 2000/02/29  00:53:51
7981         Log: Undo the sv_2pv() change of #5329, caused numconvert.t
7982              problems in IRIX 32-n32. 
7983      Branch: cfgperl
7984            ! sv.c
7985 ____________________________________________________________________________
7986 [  5335] By: jhi                                   on 2000/02/29  00:22:37
7987         Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
7988      Branch: cfgperl
7989            ! Configure config_h.SH hints/hpux.sh
7990      Branch: metaconfig/U/perl
7991            ! dlsrc.U
7992 ____________________________________________________________________________
7993 [  5334] By: jhi                                   on 2000/02/28  23:59:59
7994         Log: Do not cast pointers into I32s.
7995      Branch: cfgperl
7996            ! mg.c
7997 ____________________________________________________________________________
7998 [  5333] By: jhi                                   on 2000/02/28  23:39:26
7999         Log: More AIX fixes from Steven Hirsch.
8000      Branch: cfgperl
8001            ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
8002            ! ext/DynaLoader/hints/aix.pl hints/aix.sh
8003      Branch: metaconfig/U/perl
8004            ! use64bits.U
8005 ____________________________________________________________________________
8006 [  5332] By: jhi                                   on 2000/02/28  22:45:59
8007         Log: Detypo.
8008      Branch: cfgperl
8009            ! hints/irix_6.sh
8010 ____________________________________________________________________________
8011 [  5331] By: jhi                                   on 2000/02/28  22:23:36
8012         Log: Regularize the call-back units (and fix a bug in #5330).
8013      Branch: cfgperl
8014            ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
8015 ____________________________________________________________________________
8016 [  5330] By: jhi                                   on 2000/02/28  21:50:28
8017         Log: Don't be overeager to turn on 64-bitallness.
8018      Branch: cfgperl
8019            ! hints/solaris_2.sh
8020 ____________________________________________________________________________
8021 [  5329] By: jhi                                   on 2000/02/28  20:32:53
8022         Log: Lift the 32-bit straightjacket from bit ops;
8023              prefer IV/UV over NV in sv_2pv().
8024      Branch: cfgperl
8025            ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
8026            ! t/op/misc.t t/op/numconvert.t
8027 ____________________________________________________________________________
8028 [  5328] By: jhi                                   on 2000/02/28  20:11:59
8029         Log: Do not add -Ae for gcc.
8030      Branch: cfgperl
8031            ! hints/hpux.sh
8032 ____________________________________________________________________________
8033 [  5327] By: jhi                                   on 2000/02/28  17:35:39
8034         Log: Use the vendor file(1).
8035      Branch: cfgperl
8036            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
8037 ____________________________________________________________________________
8038 [  5326] By: jhi                                   on 2000/02/28  17:31:19
8039         Log: Put back madvise lost because of a typo.
8040      Branch: cfgperl
8041            ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
8042            ! win32/config.vc
8043 ____________________________________________________________________________
8044 [  5325] By: jhi                                   on 2000/02/28  16:44:32
8045         Log: Tweak HP-UX libraries.
8046      Branch: cfgperl
8047            ! hints/hpux.sh
8048 ____________________________________________________________________________
8049 [  5324] By: jhi                                   on 2000/02/28  16:37:43
8050         Log: Don't be overeager to turn on largefileness.
8051      Branch: cfgperl
8052            ! hints/solaris_2.sh
8053 ____________________________________________________________________________
8054 [  5323] By: jhi                                   on 2000/02/28  16:23:15
8055         Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
8056              The patch to File/Glob/Makefile.PL is inconvenient but at the
8057              moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
8058              off the optimization ($self->{OPTIMIZE} = '') doesn't work,
8059              the file is processed by MakeMaker but OPTIMIZE ends up as -O
8060              in the resulting Makefile.  A MakeMaker bug?
8061      Branch: cfgperl
8062            ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
8063            ! hints/aix.sh t/lib/ipc_sysv.t
8064 ____________________________________________________________________________
8065 [  5322] By: jhi                                   on 2000/02/28  16:17:33
8066         Log: Integrate with Sarathy.
8067      Branch: cfgperl
8068           !> (integrate 45 files)
8069 ____________________________________________________________________________
8070 [  5321] By: gsar                                  on 2000/02/28  10:13:03
8071         Log: avoid warnings in legacy code (from David Dyck)
8072      Branch: perl
8073            ! lib/pwd.pl
8074 ____________________________________________________________________________
8075 [  5320] By: gsar                                  on 2000/02/28  10:11:37
8076         Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
8077      Branch: perl
8078            ! x2p/find2perl.PL
8079 ____________________________________________________________________________
8080 [  5319] By: gsar                                  on 2000/02/28  10:07:00
8081         Log: fix outdated URLs (from Michael G Schwern)
8082      Branch: perl
8083            ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
8084            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
8085            ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
8086            ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
8087            ! pod/perlvar.pod pod/perlxs.pod
8088 ____________________________________________________________________________
8089 [  5318] By: gsar                                  on 2000/02/28  10:04:57
8090         Log: update Changes, patchlevel etc.
8091      Branch: perl
8092            ! Changes patchlevel.h win32/Makefile win32/config.bc
8093            ! win32/config.gc win32/config.vc win32/config_H.bc
8094            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8095 ____________________________________________________________________________
8096 [  5317] By: gsar                                  on 2000/02/28  09:39:47
8097         Log: make stringwise bitops work properly on utf8 strings
8098      Branch: perl
8099            ! doop.c t/op/bop.t
8100 ____________________________________________________________________________
8101 [  5316] By: gsar                                  on 2000/02/28  07:04:22
8102         Log: integrate cfgperl and vmsperl changes into mainline
8103      Branch: perl
8104            ! Porting/makerel
8105           !> Configure Makefile.SH config_h.SH configure.com
8106           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
8107           !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8108           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
8109           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
8110           !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
8111           !> vms/descrip_mms.template vms/gen_shrfls.pl
8112           !> vms/subconfigure.com vms/vms.c
8113 ____________________________________________________________________________
8114 [  5315] By: jhi                                   on 2000/02/28  06:31:08
8115         Log: The search for static _s-suffixex libs was broken;
8116              add -L/lib/pa20_64 only iff there.
8117      Branch: cfgperl
8118            ! Configure config_h.SH hints/hpux.sh
8119      Branch: metaconfig
8120            ! U/modified/libs.U
8121 ____________________________________________________________________________
8122 [  5314] By: jhi                                   on 2000/02/28  06:08:40
8123         Log: Even better use64bitall logic.
8124      Branch: cfgperl
8125            ! Configure config_h.SH
8126      Branch: metaconfig/U/perl
8127            ! use64bits.U uselfs.U
8128 ____________________________________________________________________________
8129 [  5313] By: jhi                                   on 2000/02/28  05:47:27
8130         Log: Integrate with Sarathy.
8131      Branch: cfgperl
8132           !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
8133           !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
8134           !> t/lib/fields.t x2p/find2perl.PL
8135 ____________________________________________________________________________
8136 [  5312] By: jhi                                   on 2000/02/28  05:09:31
8137         Log: Ask about use64bitall regardless of whether use64bitint is defined.
8138      Branch: cfgperl
8139            ! Configure config_h.SH
8140      Branch: metaconfig/U/perl
8141            ! use64bits.U
8142 ____________________________________________________________________________
8143 [  5311] By: bailey                                on 2000/02/28  05:05:56
8144         Log: Integrate mainline
8145      Branch: vmsperl
8146           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8147           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
8148           !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
8149           !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
8150           !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
8151           !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
8152           !> x2p/find2perl.PL
8153 ____________________________________________________________________________
8154 [  5310] By: bailey                                on 2000/02/28  04:36:20
8155         Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
8156      Branch: vmsperl
8157            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8158 ____________________________________________________________________________
8159 [  5309] By: jhi                                   on 2000/02/28  04:17:36
8160         Log: The #5249 wasn't doing any good.
8161      Branch: cfgperl
8162            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
8163 ____________________________________________________________________________
8164 [  5308] By: bailey                                on 2000/02/28  03:56:51
8165         Log: Repair typo -- conjunction of variable with text
8166      Branch: vmsperl
8167            ! t/lib/cgi-html.t
8168 ____________________________________________________________________________
8169 [  5307] By: jhi                                   on 2000/02/28  03:46:14
8170         Log: A less ambitious version of #5292.
8171      Branch: cfgperl
8172            ! Makefile.SH
8173 ____________________________________________________________________________
8174 [  5306] By: bailey                                on 2000/02/28  03:42:38
8175         Log: Defer inclusion of VMS-specific code to runtime
8176      Branch: vmsperl
8177            ! t/io/openpid.t
8178 ____________________________________________________________________________
8179 [  5305] By: jhi                                   on 2000/02/28  03:41:48
8180         Log: The #5292 was Not So Good Idea.
8181      Branch: cfgperl
8182            ! Makefile.SH
8183 ____________________________________________________________________________
8184 [  5304] By: bailey                                on 2000/02/28  02:57:14
8185         Log: Minor test updates to accomodate new subprocess invocation
8186      Branch: vmsperl
8187            ! t/comp/script.t t/op/goto.t t/op/split.t
8188 ____________________________________________________________________________
8189 [  5303] By: bailey                                on 2000/02/28  02:52:47
8190         Log: Missed bit of #5302 (case-sensitive symbols)
8191      Branch: vmsperl
8192            ! lib/ExtUtils/Mksymlists.pm
8193 ____________________________________________________________________________
8194 [  5302] By: bailey                                on 2000/02/28  02:51:00
8195         Log: Support case-sensitive symbols usage in linker
8196      Branch: vmsperl
8197            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
8198            ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
8199 ____________________________________________________________________________
8200 [  5301] By: bailey                                on 2000/02/28  02:46:47
8201         Log: Free $PARSE context after lookups
8202      Branch: vmsperl
8203            ! vms/vms.c
8204 ____________________________________________________________________________
8205 [  5300] By: bailey                                on 2000/02/28  02:43:56
8206         Log: Don't wait for subprocess to read final EOF
8207      Branch: vmsperl
8208            ! vms/vms.c
8209 ____________________________________________________________________________
8210 [  5299] By: bailey                                on 2000/02/28  00:44:45
8211         Log: Dan Sugalski's config/build changes to .660
8212      Branch: vmsperl
8213            ! configure.com vms/descrip_mms.template vms/subconfigure.com
8214 ____________________________________________________________________________
8215 [  5298] By: bailey                                on 2000/02/28  00:07:13
8216         Log: When testing CGI.pm, use its notion of CRLF
8217      Branch: vmsperl
8218            ! t/lib/cgi-html.t
8219 ____________________________________________________________________________
8220 [  5297] By: bailey                                on 2000/02/28  00:00:08
8221         Log: Quote command line args which need to be upper case
8222              Tell subprocess we're finished before waiting for it
8223      Branch: vmsperl
8224            ! t/io/openpid.t
8225 ____________________________________________________________________________
8226 [  5296] By: gsar                                  on 2000/02/28  00:00:05
8227         Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
8228              these insidious errors in File::Basename, File::Find and find2perl
8229              (from Tom Christiansen)
8230              
8231              TODO: many other modules need to be fixed as well!
8232      Branch: perl
8233            ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
8234 ____________________________________________________________________________
8235 [  5295] By: jhi                                   on 2000/02/27  23:18:40
8236         Log: Version number update.
8237      Branch: cfgperl
8238            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8239 ____________________________________________________________________________
8240 [  5294] By: gsar                                  on 2000/02/27  22:27:46
8241         Log: typos in change#5293
8242      Branch: perl
8243            ! lib/fields.pm
8244 ____________________________________________________________________________
8245 [  5293] By: gsar                                  on 2000/02/27  21:57:40
8246         Log: support fields::new() and fields::phash() to create pseudo-hash
8247              objects and plain pseudo-hashes respectively (this avoids users
8248              from having to diddle %FIELDS directly); update documentation to
8249              suit (from original fields::phash() implementation by Peter
8250              Scott <Peter@PSDT.com>)
8251      Branch: perl
8252            ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
8253            ! pod/perlref.pod t/lib/fields.t
8254 ____________________________________________________________________________
8255 [  5292] By: jhi                                   on 2000/02/27  21:49:25
8256         Log: proto.h was mssing from the list of generated files;
8257              added rules to generate any single wanted file
8258              (a bunch of other files may also be generated
8259              at the same time, as before)
8260      Branch: cfgperl
8261            ! Makefile.SH
8262 ____________________________________________________________________________
8263 [  5291] By: jhi                                   on 2000/02/27  18:57:12
8264         Log: Integrate with Sarathy.
8265      Branch: cfgperl
8266           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8267           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
8268           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8269           !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
8270           !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
8271           !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
8272 ____________________________________________________________________________
8273 [  5290] By: gsar                                  on 2000/02/27  18:47:00
8274         Log: integrate cfgperl and vmsperl contents into mainline
8275      Branch: perl
8276           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8277           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
8278           !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
8279 ____________________________________________________________________________
8280 [  5289] By: gsar                                  on 2000/02/27  18:09:04
8281         Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
8282              the internal glob())
8283      Branch: perl
8284            ! pp_sys.c
8285 ____________________________________________________________________________
8286 [  5288] By: gsar                                  on 2000/02/27  17:12:41
8287         Log: djgpp update (from Laszlo Molnar)
8288      Branch: perl
8289            ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8290            ! hints/dos_djgpp.sh
8291 ____________________________________________________________________________
8292 [  5287] By: gsar                                  on 2000/02/27  16:58:53
8293         Log: tweak comment about core glob()
8294      Branch: perl
8295            ! ext/File/Glob/Glob.pm
8296 ____________________________________________________________________________
8297 [  5286] By: gsar                                  on 2000/02/27  16:52:54
8298         Log: remove outdated info about csh and glob(); glob() need not fail
8299              when tainting anymore if using internal globbing
8300      Branch: perl
8301            ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
8302            ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
8303 ____________________________________________________________________________
8304 [  5285] By: gsar                                  on 2000/02/27  16:20:31
8305         Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
8306              handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
8307      Branch: perl
8308            ! pp_sys.c
8309 ____________________________________________________________________________
8310 [  5284] By: gsar                                  on 2000/02/27  14:31:24
8311         Log: avoid compiler warnings (from Dan Sugalski)
8312      Branch: perl
8313            ! op.c sv.c
8314 ____________________________________________________________________________
8315 [  5283] By: gsar                                  on 2000/02/27  14:21:16
8316         Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
8317      Branch: perl
8318            ! sv.c
8319 ____________________________________________________________________________
8320 [  5282] By: bailey                                on 2000/02/27  05:07:08
8321         Log: Impose security constraints on lnm lookup only if tainting
8322      Branch: vmsperl
8323            ! vms/vms.c
8324 ____________________________________________________________________________
8325 [  5281] By: bailey                                on 2000/02/27  05:05:35
8326         Log: Add new File::Spec::VMS methods
8327              Don't add implicit device in VMS <-> Unix filespec translation
8328              Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
8329      Branch: vmsperl
8330            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8331            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
8332 ____________________________________________________________________________
8333 [  5280] By: bailey                                on 2000/02/27  04:58:01
8334         Log: Accept filespecs as command verbs for subprocesses
8335      Branch: vmsperl
8336            ! vms/perlvms.pod vms/vms.c
8337 ____________________________________________________________________________
8338 [  5279] By: jhi                                   on 2000/02/27  04:01:53
8339         Log: Integrate with Sarathy.
8340      Branch: cfgperl
8341           !> pp_hot.c
8342 ____________________________________________________________________________
8343 [  5278] By: bailey                                on 2000/02/27  02:43:01
8344         Log: Resync with mainline again
8345      Branch: vmsperl
8346           !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
8347           !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
8348           !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8349           !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
8350           !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
8351           !> vms/subconfigure.com
8352 ____________________________________________________________________________
8353 [  5277] By: jhi                                   on 2000/02/27  02:36:36
8354         Log: Fix locale case-ignorant matching bug reported in
8355              
8356              From: gomar@md.media-web.de
8357              To: perl5-porters@perl.org
8358              Subject: [ID 20000223.005]
8359              Date: 23 Feb 2000 16:03:08 -0000
8360              Message-Id: <20000223160308.1830.qmail@md.media-web.de>
8361      Branch: cfgperl
8362            ! regexec.c t/pragma/locale.t
8363 ____________________________________________________________________________
8364 [  5276] By: gsar                                  on 2000/02/26  18:18:16
8365         Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
8366              (from Tom Christiansen)
8367      Branch: perl
8368            ! pp_hot.c
8369 ____________________________________________________________________________
8370 [  5275] By: jhi                                   on 2000/02/26  16:43:11
8371         Log: Integrate with Sarathy.
8372      Branch: cfgperl
8373           !> (integrate 34 files)
8374 ____________________________________________________________________________
8375 [  5274] By: gsar                                  on 2000/02/26  15:23:45
8376         Log: rework binmode() entry in perlfunc (from Martien Verbruggen
8377              <mgjv@comdyn.com.au>)
8378      Branch: perl
8379            ! pod/perlfunc.pod
8380 ____________________________________________________________________________
8381 [  5273] By: gsar                                  on 2000/02/26  15:04:54
8382         Log: PodParser v1.11 update (from Brad Appleton)
8383      Branch: perl
8384            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
8385            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8386            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
8387 ____________________________________________________________________________
8388 [  5272] By: gsar                                  on 2000/02/26  14:48:24
8389         Log: add missing perl headers to perldepend action
8390      Branch: perl
8391            ! lib/ExtUtils/MM_Unix.pm
8392 ____________________________________________________________________________
8393 [  5271] By: gsar                                  on 2000/02/26  08:03:36
8394         Log: VMS patch (from Peter Prymmer)
8395      Branch: perl
8396            ! Makefile.SH README.vms configure.com vms/descrip_mms.template
8397            ! vms/sockadapt.h vms/subconfigure.com
8398 ____________________________________________________________________________
8399 [  5270] By: gsar                                  on 2000/02/26  07:46:35
8400         Log: integrate vmsperl changes into mainline
8401      Branch: perl
8402           !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
8403           !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
8404 ____________________________________________________________________________
8405 [  5269] By: bailey                                on 2000/02/26  07:04:55
8406         Log: Resync with mainline
8407      Branch: vmsperl
8408           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
8409           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
8410           +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
8411           +> lib/bytes_heavy.pl t/pragma/warn/9enabled
8412            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
8413            - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
8414            - lib/unicode/Eq/Unicode.pl
8415           !> (integrate 323 files)
8416 ____________________________________________________________________________
8417 [  5268] By: gsar                                  on 2000/02/26  06:50:04
8418         Log: reintroduce useithreads (accidentally deleted in change#5261)
8419      Branch: perl
8420            ! win32/config.vc
8421 ____________________________________________________________________________
8422 [  5266] By: gsar                                  on 2000/02/26  06:46:06
8423         Log: integrate cfgperl changes into mainline
8424      Branch: perl
8425           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
8426            - ext/DynaLoader/dl_rhapsody.xs
8427           !> (integrate 62 files)
8428 ____________________________________________________________________________
8429 [  5265] By: gsar                                  on 2000/02/26  06:31:10
8430         Log: support for version vectors in UNIVERSAL::VERSION(), so that
8431              C<use Foo v1.2.3> etc., work; tests for the same
8432              
8433              TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
8434      Branch: perl
8435            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8436            ! t/comp/use.t toke.c universal.c
8437 ____________________________________________________________________________
8438 [  5264] By: jhi                                   on 2000/02/26  04:14:15
8439         Log: Add libscheck for IRIX.
8440      Branch: cfgperl
8441            ! hints/irix_6.sh
8442 ____________________________________________________________________________
8443 [  5263] By: jhi                                   on 2000/02/26  03:40:47
8444         Log: Add libscheck for Solaris.
8445      Branch: cfgperl
8446            ! hints/solaris_2.sh
8447 ____________________________________________________________________________
8448 [  5262] By: jhi                                   on 2000/02/26  03:10:47
8449         Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
8450      Branch: cfgperl
8451            + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
8452            - ext/DynaLoader/dl_rhapsody.xs
8453            ! Configure INSTALL MANIFEST Makefile.SH README.threads
8454            ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
8455      Branch: metaconfig
8456            ! U/a_dvisory/multiarch.U
8457 ____________________________________________________________________________
8458 [  5261] By: jhi                                   on 2000/02/26  02:48:23
8459         Log: Rename use64bits to use64bitint;
8460              rename usefull64bits to use64bitall.
8461      Branch: cfgperl
8462            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8463            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
8464            ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
8465            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
8466            ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
8467            ! vms/subconfigure.com vos/config.def vos/config.h
8468            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
8469            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8470            ! win32/config_H.vc
8471      Branch: metaconfig
8472            ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
8473            ! U/protos/socksizetype.U U/threads/archname.U
8474      Branch: metaconfig/U/perl
8475            ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
8476            ! usemorebits.U
8477 ____________________________________________________________________________
8478 [  5260] By: jhi                                   on 2000/02/25  22:57:16
8479         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
8480              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
8481              Subject: [PATCH 5.5.660] cygwin port
8482              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
8483      Branch: cfgperl
8484            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
8485 ____________________________________________________________________________
8486 [  5259] By: jhi                                   on 2000/02/25  22:53:51
8487         Log: Configure nits; add socksizetype; add getfsstat for completeness;
8488              add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
8489              lands; regen Configure.
8490      Branch: cfgperl
8491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8492            ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
8493            ! vms/subconfigure.com vos/config.def win32/config.bc
8494            ! win32/config.gc win32/config.vc win32/config_H.bc
8495            ! win32/config_H.gc win32/config_H.vc
8496      Branch: metaconfig
8497            + U/protos/socksizetype.U
8498      Branch: metaconfig/U/perl
8499            + d_getfsstat.U
8500            ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
8501 ____________________________________________________________________________
8502 [  5258] By: jhi                                   on 2000/02/25  21:04:17
8503         Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
8504      Branch: cfgperl
8505            ! malloc.c
8506 ____________________________________________________________________________
8507 [  5257] By: jhi                                   on 2000/02/25  20:48:13
8508         Log: Integrate with Sarathy.
8509      Branch: cfgperl
8510           !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
8511           !> proto.h t/cmd/while.t
8512 ____________________________________________________________________________
8513 [  5256] By: gsar                                  on 2000/02/25  20:04:37
8514         Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
8515      Branch: perl
8516            ! embed.h embed.pl objXSUB.h perlapi.c proto.h
8517 ____________________________________________________________________________
8518 [  5255] By: gsar                                  on 2000/02/25  19:23:58
8519         Log: change#4849 wasn't restoring savestack correctly; make loops that have
8520              continue blocks recognizable at run time
8521      Branch: perl
8522            ! op.c op.h pp_ctl.c t/cmd/while.t
8523 ____________________________________________________________________________
8524 [  5254] By: jhi                                   on 2000/02/25  06:00:01
8525         Log: Integrate with Sarathy.
8526      Branch: cfgperl
8527           !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
8528           !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8529           !> t/lib/filefind.t t/pod/poderrs.xr
8530 ____________________________________________________________________________
8531 [  5253] By: jhi                                   on 2000/02/25  05:57:59
8532         Log: Megalopatch for Configure: Andy's new installation schemes;
8533              introduce usefull64bits, beautify and regularize the various
8534              type probes; introduce d_lseekproto.
8535      Branch: cfgperl
8536            ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
8537            ! pod/perldelta.pod
8538      Branch: metaconfig
8539            + U/installdirs/perl5.U U/installdirs/sitehtml1.U
8540            + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
8541            + U/installdirs/siteman3.U U/installdirs/sitescript.U
8542            + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
8543            + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
8544            + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
8545            - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
8546            - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
8547            - U/installdirs/vendorscriptdir.U
8548            ! U/compline/doublesize.U U/compline/ptrsize.U
8549            ! U/installdirs/archlib.U U/installdirs/bin.U
8550            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
8551            ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
8552            ! U/installdirs/installstyle.U U/installdirs/instubperl.U
8553            ! U/installdirs/localarch.U U/installdirs/locallib.U
8554            ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
8555            ! U/installdirs/privlib.U U/installdirs/scriptdir.U
8556            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
8557            ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
8558            ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
8559            ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
8560            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8561            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
8562            ! U/typedefs/uidsize.U
8563      Branch: metaconfig/U/perl
8564            ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
8565            ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
8566 ____________________________________________________________________________
8567 [  5252] By: gsar                                  on 2000/02/25  03:15:03
8568         Log: update PodParser to v1.10 (from Brad Appleton)
8569      Branch: perl
8570            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8571            ! lib/Pod/Usage.pm t/pod/poderrs.xr
8572 ____________________________________________________________________________
8573 [  5251] By: gsar                                  on 2000/02/25  03:10:51
8574         Log: make File::Find tests tolerate case-insensitive systems (from
8575              Laszlo Molnar)
8576      Branch: perl
8577            ! t/lib/filefind.t
8578 ____________________________________________________________________________
8579 [  5250] By: gsar                                  on 2000/02/25  01:50:04
8580         Log: more Compiler tweaks for useithreads
8581      Branch: perl
8582            ! ext/B/B.xs ext/B/B/C.pm
8583 ____________________________________________________________________________
8584 [  5249] By: jhi                                   on 2000/02/25  00:17:53
8585         Log: Remove NFS temp files and Configure temp C files.
8586      Branch: cfgperl
8587            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
8588 ____________________________________________________________________________
8589 [  5248] By: jhi                                   on 2000/02/24  23:57:49
8590         Log: In FreeBSD disable floating point exception handlers.
8591              As the comment says, this should be done in the hints.
8592              
8593              From: dive <dive@ender.com>
8594              To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8595              cc: perl5-porters@perl.org
8596              Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
8597              Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
8598              Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
8599      Branch: cfgperl
8600            ! unixish.h
8601 ____________________________________________________________________________
8602 [  5247] By: jhi                                   on 2000/02/24  23:46:27
8603         Log: From: Gisle Aas <gisle@aas.no>
8604              To: perl5-porters@perl.org
8605              Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
8606              Date: 25 Feb 2000 00:24:53 +0100
8607              Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
8608      Branch: cfgperl
8609            ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
8610 ____________________________________________________________________________
8611 [  5246] By: jhi                                   on 2000/02/24  23:15:56
8612         Log: The op/stat.t patch in #5341 wasn't robust enough,
8613              it broke subtest 4 almost everywhere else.
8614      Branch: cfgperl
8615            ! t/op/stat.t
8616 ____________________________________________________________________________
8617 [  5245] By: jhi                                   on 2000/02/24  19:28:53
8618         Log: More VMS patches from Peter Prymmer.
8619      Branch: cfgperl
8620            ! configure.com vms/subconfigure.com
8621 ____________________________________________________________________________
8622 [  5244] By: jhi                                   on 2000/02/24  19:26:33
8623         Log: Largefileness in Solaris doesn't require long longs;
8624              use64bits enhancements; introduce usefull64bits.
8625      Branch: cfgperl
8626            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
8627            ! hints/irix_6.sh hints/solaris_2.sh
8628      Branch: metaconfig
8629            ! U/threads/archname.U
8630      Branch: metaconfig/U/perl
8631            ! use64bits.U
8632 ____________________________________________________________________________
8633 [  5243] By: jhi                                   on 2000/02/24  18:40:25
8634         Log: Tidy up the 64-bit (and socklen_t) type probing.
8635      Branch: cfgperl
8636            ! Configure config_h.SH
8637      Branch: metaconfig
8638            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8639      Branch: metaconfig/U/perl
8640            + d_fpos64_t.U d_off64_t.U
8641            - io64.U
8642            ! d_int64_t.U d_socklen_t.U
8643 ____________________________________________________________________________
8644 [  5242] By: jhi                                   on 2000/02/24  18:09:49
8645         Log: Integrate with Sarathy.
8646      Branch: cfgperl
8647           !> pod/perlop.pod
8648 ____________________________________________________________________________
8649 [  5241] By: jhi                                   on 2000/02/24  18:00:49
8650         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
8651              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
8652              Subject: [PATCH 5.5.660] cygwin port
8653              Date: Thu, 24 Feb 2000 17:15:28 -0000
8654              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
8655      Branch: cfgperl
8656            + cygwin/cygwin.c
8657            ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
8658            ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
8659 ____________________________________________________________________________
8660 [  5240] By: jhi                                   on 2000/02/24  17:53:12
8661         Log: VMS patch from Peter Prymmer; use full_ar.
8662      Branch: cfgperl
8663            ! vms/subconfigure.com
8664 ____________________________________________________________________________
8665 [  5239] By: jhi                                   on 2000/02/24  17:46:45
8666         Log: MPE/ix patches from Mark Bixby.
8667      Branch: cfgperl
8668            ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
8669            ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
8670            ! t/op/stat.t
8671 ____________________________________________________________________________
8672 [  5238] By: jhi                                   on 2000/02/24  17:13:22
8673         Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
8674              support to t/op/numconvert.t.
8675              
8676              From: Lupe Christoph <lupe@lupe-christoph.de>
8677              To: perl5-porters@perl.org
8678              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
8679              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
8680              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
8681      Branch: cfgperl
8682            ! Configure config_h.SH t/op/numconvert.t
8683      Branch: metaconfig
8684            ! U/modified/libs.U
8685 ____________________________________________________________________________
8686 [  5237] By: jhi                                   on 2000/02/24  15:47:11
8687         Log: Remove more cruft from IO.
8688      Branch: cfgperl
8689            ! ext/IO/IO.xs
8690 ____________________________________________________________________________
8691 [  5236] By: jhi                                   on 2000/02/24  15:14:48
8692         Log: From: Hugo <hv@crypt.compulink.co.uk>
8693              To: perl5-porters@perl.org
8694              Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
8695              Date: Thu, 24 Feb 2000 13:24:10 +0000
8696              Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
8697      Branch: cfgperl
8698            ! utils/h2xs.PL
8699 ____________________________________________________________________________
8700 [  5235] By: jhi                                   on 2000/02/24  15:12:40
8701         Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
8702              S_IROTH, S_IWOTH, S_IXOTH.
8703              
8704              From: js@ddre.dk
8705              To: perl5-porters@perl.org
8706              Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
8707              Date: Thu, 24 Feb 2000 15:11:33 +0100
8708              Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
8709      Branch: cfgperl
8710            ! perl.h
8711 ____________________________________________________________________________
8712 [  5234] By: gsar                                  on 2000/02/24  03:39:17
8713         Log: integrate cfgperl changes into mainline
8714      Branch: perl
8715            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
8716            ! pod/perlop.pod
8717           !> Configure MANIFEST Porting/Glossary Porting/config.sh
8718           !> Porting/config_H config_h.SH configpm configure.com doio.c
8719           !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8720           !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
8721           !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
8722           !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
8723 ____________________________________________________________________________
8724 [  5233] By: jhi                                   on 2000/02/24  01:31:38
8725         Log: VMS patch from Peter Prymmer.
8726      Branch: cfgperl
8727            ! vms/subconfigure.com
8728 ____________________________________________________________________________
8729 [  5232] By: jhi                                   on 2000/02/24  01:15:03
8730         Log: Detypo fpos64_t test.
8731      Branch: cfgperl
8732            ! Configure config_h.SH
8733      Branch: metaconfig/U/perl
8734            ! io64.U
8735 ____________________________________________________________________________
8736 [  5231] By: jhi                                   on 2000/02/24  01:11:17
8737         Log: miscut'n'paste in #5230.
8738      Branch: cfgperl
8739            ! Configure config_h.SH
8740      Branch: metaconfig/U/perl
8741            ! d_int64_t.U
8742 ____________________________________________________________________________
8743 [  5230] By: jhi                                   on 2000/02/24  01:02:05
8744         Log: The #5228 wasn't quite right + fix typos.
8745      Branch: cfgperl
8746            ! Configure config_h.SH
8747      Branch: metaconfig
8748            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8749      Branch: metaconfig/U/perl
8750            ! d_int64_t.U d_socklen_t.U io64.U
8751 ____________________________________________________________________________
8752 [  5229] By: jhi                                   on 2000/02/24  00:40:01
8753         Log: Depickify the compiler (about unused and set but not used variables)
8754      Branch: cfgperl
8755            ! hints/irix_6.sh
8756 ____________________________________________________________________________
8757 [  5228] By: jhi                                   on 2000/02/24  00:34:35
8758         Log: Cosmetics.
8759      Branch: cfgperl
8760            ! Configure config_h.SH
8761      Branch: metaconfig
8762            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8763      Branch: metaconfig/U/perl
8764            ! d_int64_t.U d_socklen_t.U
8765 ____________________________________________________________________________
8766 [  5227] By: jhi                                   on 2000/02/24  00:17:34
8767         Log: In IRIX <sys/mode.h> is something completely different.
8768              
8769              From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
8770              To: perl5-porters@perl.org
8771              Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
8772              Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
8773              Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
8774      Branch: cfgperl
8775            ! hints/irix_6.sh
8776 ____________________________________________________________________________
8777 [  5226] By: jhi                                   on 2000/02/23  20:39:28
8778         Log: Integrate with Sarathy.
8779      Branch: cfgperl
8780           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
8781           !> t/comp/require.t t/op/ver.t toke.c
8782 ____________________________________________________________________________
8783 [  5225] By: jhi                                   on 2000/02/23  20:35:58
8784         Log: From: Dominic Dunlop <domo@computer.org>
8785              To: perl5-porters@perl.org
8786              Cc: Gurusamy Sarathy <gsar@activestate.com>
8787              Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
8788              Date: Wed, 23 Feb 2000 21:23:44 +0100
8789              Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
8790      Branch: cfgperl
8791            ! malloc.c
8792 ____________________________________________________________________________
8793 [  5224] By: jhi                                   on 2000/02/23  20:22:43
8794         Log: From: Dan Sugalski <dan@sidhe.org>
8795              To: perl5-porters@perl.org, vmsperl@perl.org
8796              Subject: [PATCH 5.5.660]VMS build patches
8797              Date: Wed, 23 Feb 2000 15:14:27 -0500
8798              Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
8799              
8800              (the patch was mangled, had to be manually applied)
8801      Branch: cfgperl
8802            ! configure.com vms/descrip_mms.template vms/subconfigure.com
8803 ____________________________________________________________________________
8804 [  5223] By: jhi                                   on 2000/02/23  19:54:04
8805         Log: From: Dominic Dunlop <domo@computer.org>
8806              To: perl5-porters@perl.org
8807              Cc: Andy Dougherty <doughera@lafayette.edu>,
8808              Gurusamy Sarathy <gsar@activestate.com>
8809              Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
8810              Date: Wed, 23 Feb 2000 20:41:54 +0100
8811              Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
8812      Branch: cfgperl
8813            ! Configure config_h.SH
8814      Branch: metaconfig
8815            ! U/modified/Oldconfig.U U/modified/libs.U
8816      Branch: metaconfig/U/perl
8817            ! dlsrc.U
8818 ____________________________________________________________________________
8819 [  5222] By: jhi                                   on 2000/02/23  18:02:39
8820         Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
8821              (suggested by Graham Barr).
8822      Branch: cfgperl
8823            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
8824 ____________________________________________________________________________
8825 [  5221] By: jhi                                   on 2000/02/23  16:00:29
8826         Log: Streamline #5218 even more.
8827      Branch: cfgperl
8828            ! ext/IO/lib/IO/Socket.pm
8829 ____________________________________________________________________________
8830 [  5220] By: gsar                                  on 2000/02/23  09:10:43
8831         Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
8832              C<use 5.6.0> work as well; underscores are now permitted in v-strings
8833      Branch: perl
8834            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
8835            ! t/comp/require.t t/op/ver.t toke.c
8836 ____________________________________________________________________________
8837 [  5219] By: jhi                                   on 2000/02/23  04:24:54
8838         Log: Streamline #5218.
8839      Branch: cfgperl
8840            ! ext/IO/lib/IO/Socket.pm
8841 ____________________________________________________________________________
8842 [  5218] By: jhi                                   on 2000/02/23  02:08:19
8843         Log: Trying to connect to an already open socket may give EISCONN.
8844      Branch: cfgperl
8845            ! ext/IO/lib/IO/Socket.pm
8846 ____________________________________________________________________________
8847 [  5217] By: jhi                                   on 2000/02/22  23:54:51
8848         Log: Fix prototype conflicts with POSIX.pm.
8849      Branch: cfgperl
8850            ! ext/Fcntl/Fcntl.pm
8851 ____________________________________________________________________________
8852 [  5216] By: jhi                                   on 2000/02/22  22:27:19
8853         Log: See http://www.unicode.org/unicode/reports/tr15/
8854              for in-depth description of the problem.
8855      Branch: cfgperl
8856            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
8857            ! MANIFEST lib/unicode/mktables.PL
8858 ____________________________________________________________________________
8859 [  5215] By: jhi                                   on 2000/02/22  22:11:17
8860         Log: Add uselongdouble, regroup the use* more logically.
8861      Branch: cfgperl
8862            ! myconfig.SH
8863 ____________________________________________________________________________
8864 [  5214] By: jhi                                   on 2000/02/22  22:04:43
8865         Log: Integrate with Sarathy.
8866      Branch: cfgperl
8867           !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
8868           !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
8869 ____________________________________________________________________________
8870 [  5213] By: jhi                                   on 2000/02/22  22:03:26
8871         Log: Add socklen_t probe; Configure maintenance.
8872      Branch: cfgperl
8873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8874            ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
8875      Branch: metaconfig
8876            ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
8877            ! U/modified/libs.U
8878      Branch: metaconfig/U/perl
8879            + d_int64_t.U d_socklen_t.U
8880            - d_int64t.U
8881            ! i_sysutsname.U
8882 ____________________________________________________________________________
8883 [  5212] By: gsar                                  on 2000/02/22  21:46:45
8884         Log: make Perl's malloc work for allocations over 2GB (from Ilya
8885              Zakharevich)
8886      Branch: perl
8887            ! malloc.c
8888 ____________________________________________________________________________
8889 [  5211] By: gsar                                  on 2000/02/22  19:51:47
8890         Log: add -W and -X to -h output; fix other pod omissions
8891      Branch: perl
8892            ! perl.c pod/perlrun.pod
8893 ____________________________________________________________________________
8894 [  5210] By: gsar                                  on 2000/02/22  19:51:13
8895         Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
8896      Branch: perl
8897            ! pod/perlpod.pod
8898 ____________________________________________________________________________
8899 [  5209] By: jhi                                   on 2000/02/22  19:40:43
8900         Log: The subtests 28 and 31 were wrong.  Tightened also the similar
8901              tests nearby.
8902      Branch: cfgperl
8903            ! t/op/64bit.t
8904 ____________________________________________________________________________
8905 [  5208] By: gsar                                  on 2000/02/22  19:13:44
8906         Log: s/Activeware/ActiveState/
8907      Branch: perl
8908            ! pod/perlrun.pod
8909 ____________________________________________________________________________
8910 [  5207] By: jhi                                   on 2000/02/22  18:38:29
8911         Log: Perl version nit spotted by Spider Boardman.
8912      Branch: cfgperl
8913            ! configpm
8914 ____________________________________________________________________________
8915 [  5206] By: gsar                                  on 2000/02/22  17:50:44
8916         Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
8917      Branch: perl
8918            ! toke.c
8919 ____________________________________________________________________________
8920 [  5205] By: gsar                                  on 2000/02/22  17:36:26
8921         Log: fix memory overrun due to off-by-one in change#5192
8922      Branch: perl
8923            ! toke.c
8924 ____________________________________________________________________________
8925 [  5204] By: gsar                                  on 2000/02/22  17:10:39
8926         Log: sundry typos and such
8927      Branch: perl
8928            ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
8929 ____________________________________________________________________________
8930 [  5203] By: jhi                                   on 2000/02/22  17:10:22
8931         Log: Integrate with Sarathy.
8932      Branch: cfgperl
8933           !> (integrate 56 files)
8934 ____________________________________________________________________________
8935 [  5202] By: gsar                                  on 2000/02/22  16:48:58
8936         Log: remove vestiges of older attribute syntax
8937      Branch: perl
8938            ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
8939            ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
8940 ____________________________________________________________________________
8941 [  5201] By: jhi                                   on 2000/02/22  14:39:56
8942         Log: Configure nits spotted by Spider Boardman.
8943      Branch: cfgperl
8944            ! Configure config_h.SH
8945      Branch: metaconfig
8946            ! U/modified/libs.U
8947      Branch: metaconfig/U/perl
8948            ! fpossize.U
8949 ____________________________________________________________________________
8950 [  5200] By: jhi                                   on 2000/02/22  14:31:21
8951         Log: Tru64 V5.0 patches from Spider Boardman.
8952      Branch: cfgperl
8953            ! hints/dec_osf.sh
8954
8955 ----------------
8956 Version v5.5.660
8957 ----------------
8958
8959 ____________________________________________________________________________
8960 [  5199] By: gsar                                  on 2000/02/22  11:29:28
8961         Log: beta2
8962      Branch: perl
8963            ! Changes
8964 ____________________________________________________________________________
8965 [  5198] By: gsar                                  on 2000/02/22  10:45:54
8966         Log: PodParser-1.093 update (from Brad Appleton's site)
8967      Branch: perl
8968            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
8969            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8970            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
8971            ! t/pod/special_seqs.t t/pod/special_seqs.xr
8972 ____________________________________________________________________________
8973 [  5197] By: gsar                                  on 2000/02/22  10:24:13
8974         Log: integrate cfgperl contents into mainline, update Changes
8975      Branch: perl
8976            ! Changes pod/perlhist.pod
8977           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8978           !> config_h.SH hints/solaris_2.sh malloc.c perl.h
8979           !> pod/perldelta.pod
8980 ____________________________________________________________________________
8981 [  5196] By: gsar                                  on 2000/02/22  10:10:36
8982         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
8983      Branch: perl
8984            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
8985            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
8986            ! t/lib/glob-taint.t t/lib/io_unix.t
8987 ____________________________________________________________________________
8988 [  5195] By: gsar                                  on 2000/02/22  10:01:49
8989         Log: s/undef/NO_INIT/g in change#5183
8990      Branch: perl
8991            ! lib/ExtUtils/xsubpp pod/perlxs.pod
8992 ____________________________________________________________________________
8993 [  5194] By: gsar                                  on 2000/02/22  09:44:07
8994         Log: perlipc bug (spotted by Ben Low)
8995      Branch: perl
8996            ! pod/perlipc.pod
8997 ____________________________________________________________________________
8998 [  5193] By: gsar                                  on 2000/02/22  09:38:58
8999         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
9000      Branch: perl
9001            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
9002 ____________________________________________________________________________
9003 [  5192] By: gsar                                  on 2000/02/22  09:26:06
9004         Log: improvements for high-bit text literals (from Gisle Aas)
9005      Branch: perl
9006            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
9007            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
9008 ____________________________________________________________________________
9009 [  5191] By: gsar                                  on 2000/02/22  07:35:47
9010         Log: allow C<print v10>, $h{v13.10} etc.
9011      Branch: perl
9012            ! t/op/ver.t toke.c
9013 ____________________________________________________________________________
9014 [  5190] By: gsar                                  on 2000/02/22  05:35:27
9015         Log: adjust for lost fp precision in require version check
9016      Branch: perl
9017            ! pp_ctl.c t/comp/require.t
9018 ____________________________________________________________________________
9019 [  5189] By: jhi                                   on 2000/02/22  05:14:35
9020         Log: Check the alignment of long doubles if they are to be used;
9021              regen Configure.
9022      Branch: cfgperl
9023            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9024            ! config_h.SH
9025      Branch: metaconfig
9026            ! U/compline/alignbytes.U
9027 ____________________________________________________________________________
9028 [  5188] By: gsar                                  on 2000/02/22  04:45:57
9029         Log: use same treatment for EINVAL as for ETIMEDOUT
9030      Branch: perl
9031            ! ext/IO/lib/IO/Socket/INET.pm
9032 ____________________________________________________________________________
9033 [  5187] By: gsar                                  on 2000/02/21  23:15:12
9034         Log: type mismatch
9035      Branch: perl
9036            ! sv.c
9037 ____________________________________________________________________________
9038 [  5186] By: gsar                                  on 2000/02/21  21:10:26
9039         Log: remove dual-valueness of v-strings (i.e., they are pure strings
9040              now); avoid the word "tuple" to describe strings represented as
9041              character ordinals; usurp $PERL_VERSION for $^V as suggested by
9042              Larry, deprecate $] ; adjust the documentation and testsuite
9043              accordingly
9044      Branch: perl
9045            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
9046            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
9047            ! t/comp/require.t t/op/ver.t toke.c
9048 ____________________________________________________________________________
9049 [  5185] By: jhi                                   on 2000/02/21  20:36:05
9050         Log: detypo
9051      Branch: cfgperl
9052            ! perl.h
9053 ____________________________________________________________________________
9054 [  5184] By: gsar                                  on 2000/02/21  18:37:38
9055         Log: clarify "use Module VERSION LIST" (from Robin Barker)
9056      Branch: perl
9057            ! pod/perlfunc.pod
9058 ____________________________________________________________________________
9059 [  5183] By: gsar                                  on 2000/02/21  18:31:42
9060         Log: allow optional XSUB parameters without being forced to use a
9061              default (from Hugo van der Sanden)
9062      Branch: perl
9063            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
9064 ____________________________________________________________________________
9065 [  5182] By: jhi                                   on 2000/02/21  18:22:47
9066         Log: Add Solaris LP64 notes. 
9067      Branch: cfgperl
9068            ! hints/solaris_2.sh
9069 ____________________________________________________________________________
9070 [  5181] By: gsar                                  on 2000/02/21  16:53:39
9071         Log: generalize "%v" format into a flag for any integral format type:
9072              "%vd", "%v#o", "%*vX", etc are allowed
9073      Branch: perl
9074            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
9075            ! utils/perlbug.PL
9076 ____________________________________________________________________________
9077 [  5180] By: gsar                                  on 2000/02/21  07:11:00
9078         Log: detypo
9079      Branch: perl
9080            ! ext/B/B.xs
9081 ____________________________________________________________________________
9082 [  5179] By: gsar                                  on 2000/02/21  07:08:38
9083         Log: undo accidental delete
9084      Branch: perl
9085            ! ext/B/B.pm ext/B/B.xs
9086 ____________________________________________________________________________
9087 [  5178] By: gsar                                  on 2000/02/21  07:02:16
9088         Log: get Compiler "working" under useithreads
9089      Branch: perl
9090            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9091            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
9092 ____________________________________________________________________________
9093 [  5177] By: jhi                                   on 2000/02/21  03:16:24
9094         Log: Thou shalt not printf longs with %d.
9095      Branch: cfgperl
9096            ! malloc.c
9097 ____________________________________________________________________________
9098 [  5176] By: jhi                                   on 2000/02/21  01:37:35
9099         Log: Integrate with Sarathy.
9100      Branch: cfgperl
9101           +> t/pragma/warn/9enabled
9102           !> (integrate 63 files)
9103 ____________________________________________________________________________
9104 [  5175] By: gsar                                  on 2000/02/21  00:25:00
9105         Log: misplaced braces
9106      Branch: perl
9107            ! malloc.c
9108 ____________________________________________________________________________
9109 [  5174] By: gsar                                  on 2000/02/21  00:09:16
9110         Log: more malloc.c tweaks for change#5070
9111      Branch: perl
9112            ! malloc.c
9113 ____________________________________________________________________________
9114 [  5173] By: gsar                                  on 2000/02/21  00:01:17
9115         Log: malloc.c fixups in change#5170 need to fetch thx pointer
9116      Branch: perl
9117            ! malloc.c
9118 ____________________________________________________________________________
9119 [  5172] By: gsar                                  on 2000/02/20  23:52:39
9120         Log: missing file in change#5170
9121      Branch: perl
9122            + t/pragma/warn/9enabled
9123 ____________________________________________________________________________
9124 [  5171] By: gsar                                  on 2000/02/20  23:49:17
9125         Log: skip conditionally defined symbols in change#5162
9126      Branch: perl
9127            ! makedef.pl
9128 ____________________________________________________________________________
9129 [  5170] By: gsar                                  on 2000/02/20  22:58:09
9130         Log: lexical warnings update, ability to inspect bitmask in calling
9131              scope, among other things (from Paul Marquess)
9132      Branch: perl
9133            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
9134            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
9135            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
9136            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
9137            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9138            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
9139 ____________________________________________________________________________
9140 [  5169] By: gsar                                  on 2000/02/20  22:22:28
9141         Log: windows fixes for virtualizing child std{in,out,err} handles,
9142              attempts to lock uninitialized critical section in files that
9143              were never explicitly opened (from Doug Lankshear)
9144      Branch: perl
9145            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
9146 ____________________________________________________________________________
9147 [  5168] By: gsar                                  on 2000/02/20  20:19:11
9148         Log: update Changes, credits
9149      Branch: perl
9150            ! Changes
9151 ____________________________________________________________________________
9152 [  5167] By: gsar                                  on 2000/02/20  18:54:27
9153         Log: avoid reading out-of-bounds memory when matching against reference
9154      Branch: perl
9155            ! regexec.c
9156 ____________________________________________________________________________
9157 [  5166] By: gsar                                  on 2000/02/20  17:59:41
9158         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
9159      Branch: perl
9160            ! doop.c
9161 ____________________________________________________________________________
9162 [  5165] By: gsar                                  on 2000/02/20  17:57:08
9163         Log: test fix needed by change#5164
9164      Branch: perl
9165            ! t/pragma/warn/toke
9166 ____________________________________________________________________________
9167 [  5164] By: gsar                                  on 2000/02/20  17:50:38
9168         Log: default mkdir() mode argument to 0777
9169      Branch: perl
9170            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
9171            ! t/op/mkdir.t toke.c
9172 ____________________________________________________________________________
9173 [  5163] By: gsar                                  on 2000/02/20  16:34:33
9174         Log: glob() takes one or no user arguments and a non-user-visible second
9175              hidden argument, fix its prototype-checking accordingly
9176      Branch: perl
9177            ! op.c opcode.h opcode.pl
9178 ____________________________________________________________________________
9179 [  5162] By: gsar                                  on 2000/02/20  16:07:38
9180         Log: make change#3386 a build-time option (avoids problems due to
9181              perl_run() longjmping out)
9182      Branch: perl
9183            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
9184            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
9185            ! scope.h sv.c thrdvar.h util.c
9186 ____________________________________________________________________________
9187 [  5161] By: gsar                                  on 2000/02/20  12:13:37
9188         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
9189              modified to use Errno more portably)
9190      Branch: perl
9191            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9192 ____________________________________________________________________________
9193 [  5160] By: gsar                                  on 2000/02/20  11:53:28
9194         Log: mention portability caveat about C<use Errno 'EFOO'>
9195      Branch: perl
9196            ! ext/Errno/Errno_pm.PL
9197 ____________________________________________________________________________
9198 [  5159] By: gsar                                  on 2000/02/20  11:14:36
9199         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
9200      Branch: perl
9201            ! pod/perlvar.pod
9202 ____________________________________________________________________________
9203 [  5158] By: gsar                                  on 2000/02/20  10:53:49
9204         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
9205      Branch: perl
9206            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
9207            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
9208            ! vms/descrip_mms.template
9209 ____________________________________________________________________________
9210 [  5157] By: jhi                                   on 2000/02/19  20:29:26
9211         Log: Be explicit about what ops work with bt vectors.
9212              (And implicit about which don't.)
9213      Branch: cfgperl
9214            ! pod/perldelta.pod
9215 ____________________________________________________________________________
9216 [  5156] By: jhi                                   on 2000/02/19  18:38:14
9217         Log: Integrate with Sarathy.
9218      Branch: cfgperl
9219           +> lib/bytes.pm lib/bytes_heavy.pl
9220            - lib/byte.pm lib/byte_heavy.pl
9221           !> (integrate 61 files)
9222 ____________________________________________________________________________
9223 [  5155] By: gsar                                  on 2000/02/19  17:57:39
9224         Log: char vs U8 warnings
9225      Branch: perl
9226            ! sv.c
9227 ____________________________________________________________________________
9228 [  5154] By: gsar                                  on 2000/02/19  17:44:56
9229         Log: remove outdated caveat about C<while ($k = each %foo)> (from
9230              Hugo van der Sanden)
9231      Branch: perl
9232            ! pod/perlfunc.pod
9233 ____________________________________________________________________________
9234 [  5153] By: gsar                                  on 2000/02/19  17:41:41
9235         Log: tests, doc tweak (from Gisle Aas)
9236      Branch: perl
9237            ! pod/perlfaq9.pod t/op/ord.t
9238 ____________________________________________________________________________
9239 [  5152] By: gsar                                  on 2000/02/19  17:35:50
9240         Log: document behavior of splice(@ary) (from Gisle Aas)
9241      Branch: perl
9242            ! pod/perlfunc.pod
9243 ____________________________________________________________________________
9244 [  5151] By: gsar                                  on 2000/02/19  17:33:59
9245         Log: fix bug in backtracking optimizer (from Makoto Ishisone
9246              <ishisone@sra.co.jp>)
9247      Branch: perl
9248            ! regexec.c t/op/pat.t
9249 ____________________________________________________________________________
9250 [  5150] By: gsar                                  on 2000/02/19  17:33:05
9251         Log: more B fixups to cope with empty GVs (these can only happen in pads)
9252      Branch: perl
9253            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
9254 ____________________________________________________________________________
9255 [  5149] By: gsar                                  on 2000/02/19  17:32:03
9256         Log: avoid compiler warnings
9257      Branch: perl
9258            ! malloc.c perl.h
9259 ____________________________________________________________________________
9260 [  5148] By: gsar                                  on 2000/02/19  17:18:09
9261         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
9262      Branch: perl
9263            ! lib/attributes.pm
9264 ____________________________________________________________________________
9265 [  5147] By: gsar                                  on 2000/02/19  17:15:34
9266         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
9267              for that)
9268      Branch: perl
9269            ! ext/Errno/Errno_pm.PL
9270 ____________________________________________________________________________
9271 [  5146] By: gsar                                  on 2000/02/19  16:18:46
9272         Log: integrate cfgperl contents into mainline
9273      Branch: perl
9274           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
9275           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
9276           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
9277           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
9278 ____________________________________________________________________________
9279 [  5145] By: gsar                                  on 2000/02/19  16:10:37
9280         Log: POSIX::strftime gets the date wrong (from John Tobey
9281              <jtobey@epsilondev.com>)
9282      Branch: perl
9283            ! ext/POSIX/POSIX.xs t/lib/posix.t
9284 ____________________________________________________________________________
9285 [  5144] By: gsar                                  on 2000/02/19  16:02:40
9286         Log: don't blindly set bool=char on linux (from Andy Dougherty)
9287      Branch: perl
9288            ! handy.h hints/linux.sh x2p/a2p.h
9289 ____________________________________________________________________________
9290 [  5143] By: gsar                                  on 2000/02/19  15:54:04
9291         Log: some rearrangement of the includes for easier "microperl" build;
9292              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
9293      Branch: perl
9294            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
9295 ____________________________________________________________________________
9296 [  5142] By: gsar                                  on 2000/02/19  15:22:17
9297         Log: fixes for Pod::Html issues (from Wolfgang Laun
9298              <wolfgang.laun@chello.at>)
9299      Branch: perl
9300            ! lib/Pod/Html.pm
9301 ____________________________________________________________________________
9302 [  5141] By: gsar                                  on 2000/02/19  08:27:29
9303         Log: grammos (spotted by Tom Christiansen)
9304      Branch: perl
9305            ! pod/perlfunc.pod
9306 ____________________________________________________________________________
9307 [  5140] By: gsar                                  on 2000/02/19  08:17:04
9308         Log: various xsubpp enhancements that make it easier to use with
9309              C::Scan (from Ilya Zakharevich)
9310              
9311              TODO: still needs documentation
9312      Branch: perl
9313            ! lib/ExtUtils/xsubpp
9314 ____________________________________________________________________________
9315 [  5139] By: gsar                                  on 2000/02/19  07:55:18
9316         Log: s/croak/Perl_croak/
9317      Branch: perl
9318            ! sv.c
9319 ____________________________________________________________________________
9320 [  5138] By: gsar                                  on 2000/02/19  07:51:39
9321         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
9322      Branch: perl
9323            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
9324            ! pp_hot.c proto.h sv.c toke.c
9325 ____________________________________________________________________________
9326 [  5137] By: gsar                                  on 2000/02/19  07:42:12
9327         Log: set close-on-exec flag on sockets too, like we do for files
9328              and pipes
9329      Branch: perl
9330            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9331 ____________________________________________________________________________
9332 [  5136] By: gsar                                  on 2000/02/19  07:23:48
9333         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
9334              permitted by change#5011 (from Gisle Aas)
9335      Branch: perl
9336            ! pp.c utf8.c utf8.h
9337 ____________________________________________________________________________
9338 [  5135] By: gsar                                  on 2000/02/19  06:53:13
9339         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
9340      Branch: perl
9341            ! lib/warnings.pm op.c warnings.h warnings.pl
9342 ____________________________________________________________________________
9343 [  5134] By: gsar                                  on 2000/02/19  06:36:46
9344         Log: s/byte/bytes/g remnants
9345      Branch: perl
9346            ! lib/bytes.pm lib/bytes_heavy.pl
9347 ____________________________________________________________________________
9348 [  5133] By: gsar                                  on 2000/02/19  06:33:49
9349         Log: rename byte:: to bytes::
9350      Branch: perl
9351           +> lib/bytes.pm lib/bytes_heavy.pl
9352            - lib/byte.pm lib/byte_heavy.pl
9353            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
9354            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
9355            ! t/lib/charnames.t t/op/ver.t
9356 ____________________________________________________________________________
9357 [  5132] By: gsar                                  on 2000/02/19  05:58:42
9358         Log: English names for $^R and $^S
9359      Branch: perl
9360            ! lib/English.pm pod/perlvar.pod
9361 ____________________________________________________________________________
9362 [  5131] By: gsar                                  on 2000/02/19  05:44:20
9363         Log: rename "Probable precendence problem" diagnostic to "Bareword found
9364              in conditional" to better reflect the class of error (as suggested
9365              by Larry)
9366      Branch: perl
9367            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
9368 ____________________________________________________________________________
9369 [  5130] By: gsar                                  on 2000/02/19  05:43:10
9370         Log: fix outdated info about PerlClinic and the bug-tracking system
9371      Branch: perl
9372            ! pod/perlfaq2.pod pod/perltodo.pod
9373 ____________________________________________________________________________
9374 [  5129] By: gsar                                  on 2000/02/19  04:14:19
9375         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
9376              trash memory)
9377      Branch: perl
9378            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
9379            ! win32/win32.h
9380 ____________________________________________________________________________
9381 [  5128] By: gsar                                  on 2000/02/18  06:55:33
9382         Log: avoid $@-clearing sideeffect of require in Carp
9383      Branch: perl
9384            ! lib/Carp.pm
9385 ____________________________________________________________________________
9386 [  5127] By: gsar                                  on 2000/02/18  04:58:26
9387         Log: stronger testcase for change#5126
9388      Branch: perl
9389            ! t/op/pat.t
9390 ____________________________________________________________________________
9391 [  5126] By: gsar                                  on 2000/02/18  04:44:28
9392         Log: make /\S/ match the same things /[\S]/ matches; likewise for
9393              \D (from Rick Delaney <rick@consumercontact.com>)
9394      Branch: perl
9395            ! regexec.c t/op/pat.t
9396 ____________________________________________________________________________
9397 [  5125] By: gsar                                  on 2000/02/18  03:57:43
9398         Log: Compiler fixups from Jan Dubois
9399      Branch: perl
9400            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
9401 ____________________________________________________________________________
9402 [  5124] By: jhi                                   on 2000/02/17  22:09:09
9403         Log: Take out the -Wl,-z as we have survice so far without.
9404      Branch: cfgperl
9405            ! hints/hpux.sh
9406 ____________________________________________________________________________
9407 [  5123] By: jhi                                   on 2000/02/17  18:40:17
9408         Log: Integrate with Sarathy.
9409      Branch: cfgperl
9410           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
9411 ____________________________________________________________________________
9412 [  5122] By: gsar                                  on 2000/02/17  18:01:14
9413         Log: fix test that depends on op_dump() output
9414      Branch: perl
9415            ! t/op/split.t
9416 ____________________________________________________________________________
9417 [  5121] By: gsar                                  on 2000/02/17  17:55:18
9418         Log: op_dump() tweak
9419      Branch: perl
9420            ! dump.c
9421 ____________________________________________________________________________
9422 [  5120] By: jhi                                   on 2000/02/16  23:11:04
9423         Log: Regularize the use* questions, and replace
9424              "Configure *must* be run with -Duse..." with.
9425              "can be run".
9426      Branch: cfgperl
9427            ! Configure config_h.SH
9428      Branch: metaconfig
9429            ! U/threads/usethreads.U
9430      Branch: metaconfig/U/perl
9431            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
9432            ! usemultiplicity.U useperlio.U usesocks.U
9433 ____________________________________________________________________________
9434 [  5119] By: jhi                                   on 2000/02/16  22:29:11
9435         Log: HP-UX 64-bitness/largefile fixes.
9436      Branch: cfgperl
9437            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
9438            ! perl.h
9439      Branch: metaconfig
9440            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
9441      Branch: metaconfig/U/perl
9442            ! Extensions.U
9443 ____________________________________________________________________________
9444 [  5118] By: jhi                                   on 2000/02/16  19:47:51
9445         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
9446              (tag :seek), add S_I constants (and functions) (tag :mode);
9447              refer only to the SEEK_ of Fcntl, not the ones from
9448              POSIX or IO::; add SHUT_ to Socket; get trigonometric
9449              functions from Math::Trig instead of POSIX.
9450      Branch: cfgperl
9451            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
9452            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
9453            ! pod/perlopentut.pod t/lib/syslfs.t
9454      Branch: metaconfig/U/perl
9455            + i_sysmode.U
9456 ____________________________________________________________________________
9457 [  5117] By: gsar                                  on 2000/02/16  06:39:06
9458         Log: avoid warnings due to redefined NULL
9459      Branch: perl
9460            ! ext/ODBM_File/ODBM_File.xs
9461 ____________________________________________________________________________
9462 [  5116] By: gsar                                  on 2000/02/16  00:10:25
9463         Log: integrate cfgperl changes into mainline
9464      Branch: perl
9465           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9466           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
9467           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
9468           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
9469 ____________________________________________________________________________
9470 [  5115] By: jhi                                   on 2000/02/15  23:11:55
9471         Log: Probe for <sys/utsname.h>.
9472      Branch: cfgperl
9473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9474            ! config_h.SH ext/Sys/Hostname/Hostname.xs
9475      Branch: metaconfig/U/perl
9476            + i_sysutsname.U
9477 ____________________________________________________________________________
9478 [  5114] By: jhi                                   on 2000/02/15  22:59:59
9479         Log: Integrate with Sarathy.
9480      Branch: cfgperl
9481           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
9482           +> ext/Sys/Hostname/Makefile.PL
9483            - lib/Sys/Hostname.pm
9484           !> (integrate 41 files)
9485 ____________________________________________________________________________
9486 [  5113] By: gsar                                  on 2000/02/15  21:22:18
9487         Log: update Changes, patchlevel
9488      Branch: perl
9489            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9490            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9491 ____________________________________________________________________________
9492 [  5112] By: gsar                                  on 2000/02/15  20:57:12
9493         Log: fix change#5104 under useithreads
9494      Branch: perl
9495            ! op.c
9496 ____________________________________________________________________________
9497 [  5111] By: gsar                                  on 2000/02/15  20:45:10
9498         Log: export list tweak needed by change#5103
9499      Branch: perl
9500            ! makedef.pl
9501 ____________________________________________________________________________
9502 [  5110] By: gsar                                  on 2000/02/15  19:32:56
9503         Log: add XS version of Sys::Hostname (from Greg Bacon
9504              <gbacon@itsc.uah.edu>)
9505      Branch: perl
9506            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
9507            + ext/Sys/Hostname/Makefile.PL
9508            - lib/Sys/Hostname.pm
9509            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
9510            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
9511            ! win32/makefile.mk
9512 ____________________________________________________________________________
9513 [  5109] By: gsar                                  on 2000/02/15  18:35:28
9514         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
9515              given undefined values (from Graham Barr <gbarr@pobox.com>)
9516      Branch: perl
9517            ! universal.c
9518 ____________________________________________________________________________
9519 [  5108] By: gsar                                  on 2000/02/15  18:25:05
9520         Log: avoid accidental #line directives (from Rick Delaney
9521              <rick@consumercontact.com>)
9522      Branch: perl
9523            ! pod/perlsyn.pod toke.c
9524 ____________________________________________________________________________
9525 [  5107] By: gsar                                  on 2000/02/15  18:04:31
9526         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
9527      Branch: perl
9528            ! perl.c
9529 ____________________________________________________________________________
9530 [  5106] By: gsar                                  on 2000/02/15  18:02:17
9531         Log: incorrect docs about delete() (spotted by Martyn Pearce
9532              <martyn@inpharmatica.co.uk>)
9533      Branch: perl
9534            ! pod/perldelta.pod pod/perlfunc.pod
9535 ____________________________________________________________________________
9536 [  5105] By: gsar                                  on 2000/02/15  17:43:27
9537         Log: s/use vars/our/ (from Gisle Aas)
9538      Branch: perl
9539            ! bytecode.pl
9540 ____________________________________________________________________________
9541 [  5104] By: gsar                                  on 2000/02/15  17:42:06
9542         Log: optimize pseudohash slice in array slice at compile time (from
9543              John Tobey <jtobey@john-edwin-tobey.org>)
9544      Branch: perl
9545            ! op.c t/lib/fields.t
9546 ____________________________________________________________________________
9547 [  5103] By: gsar                                  on 2000/02/15  17:18:12
9548         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
9549      Branch: perl
9550            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
9551            ! perl.h perlapi.c proto.h vos/vos_dummies.c
9552 ____________________________________________________________________________
9553 [  5102] By: gsar                                  on 2000/02/15  17:05:12
9554         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
9555      Branch: perl
9556            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
9557 ____________________________________________________________________________
9558 [  5101] By: gsar                                  on 2000/02/15  17:02:51
9559         Log: fix regen_headers target to make all the autogenerated files
9560              writable first
9561      Branch: perl
9562            ! Makefile.SH
9563 ____________________________________________________________________________
9564 [  5100] By: gsar                                  on 2000/02/15  16:41:53
9565         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
9566              Ilya Zakharevich)
9567      Branch: perl
9568            ! op.c t/op/lex_assign.t
9569 ____________________________________________________________________________
9570 [  5099] By: gsar                                  on 2000/02/15  16:17:36
9571         Log: more complete File::Spec support for Mac and VMS, tests (from
9572              Barrie Slaymaker <barries@slaysys.com>)
9573      Branch: perl
9574            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9575            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
9576 ____________________________________________________________________________
9577 [  5098] By: gsar                                  on 2000/02/15  16:10:46
9578         Log: fix incompatibility with bison generated parser (from
9579              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
9580      Branch: perl
9581            ! toke.c
9582 ____________________________________________________________________________
9583 [  5097] By: gsar                                  on 2000/02/15  16:07:17
9584         Log: propagate st_mode bits to group/other for Borland build
9585              (from Vadim Konovalov <vkonovalov@lucent.com>)
9586      Branch: perl
9587            ! win32/win32.c
9588 ____________________________________________________________________________
9589 [  5096] By: jhi                                   on 2000/02/15  14:22:23
9590         Log: Integrate with Sarathy.
9591      Branch: cfgperl
9592           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
9593 ____________________________________________________________________________
9594 [  5095] By: jhi                                   on 2000/02/15  14:19:22
9595         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
9596              easier just to drop the paranoid test.
9597      Branch: cfgperl
9598            ! hints/aix.sh
9599 ____________________________________________________________________________
9600 [  5094] By: gsar                                  on 2000/02/15  05:42:17
9601         Log: update exetype.pl tool
9602      Branch: perl
9603            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
9604 ____________________________________________________________________________
9605 [  5093] By: jhi                                   on 2000/02/15  05:24:02
9606         Log: Integrate with Sarathy.
9607      Branch: cfgperl
9608           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
9609           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
9610           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
9611           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
9612 ____________________________________________________________________________
9613 [  5092] By: jhi                                   on 2000/02/15  05:22:09
9614         Log: Unroll the libs scan thanks to HP-UX.
9615      Branch: cfgperl
9616            ! Configure config_h.SH hints/hpux.sh
9617      Branch: metaconfig
9618            ! U/modified/libpth.U U/modified/libs.U
9619      Branch: metaconfig/U/perl
9620            ! Extensions.U dlsrc.U
9621 ____________________________________________________________________________
9622 [  5091] By: gsar                                  on 2000/02/15  05:17:56
9623         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
9624              safefree() rather than Safefree()
9625      Branch: perl
9626            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
9627            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
9628            ! ext/SDBM_File/SDBM_File.xs
9629 ____________________________________________________________________________
9630 [  5090] By: gsar                                  on 2000/02/15  04:54:17
9631         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
9632              introduced XPVMG storage in arenas
9633      Branch: perl
9634            ! sv.c
9635 ____________________________________________________________________________
9636 [  5089] By: jhi                                   on 2000/02/15  00:41:36
9637         Log: AIX perl linkage tweakage.
9638      Branch: cfgperl
9639            ! Makefile.SH
9640 ____________________________________________________________________________
9641 [  5088] By: jhi                                   on 2000/02/15  00:07:06
9642         Log: abort instead of just promising.
9643      Branch: cfgperl
9644            ! hints/aix.sh
9645 ____________________________________________________________________________
9646 [  5087] By: jhi                                   on 2000/02/14  23:51:05
9647         Log: silly compilers don't know that croak() exits
9648              and complain about unitialized RETVALs
9649      Branch: cfgperl
9650            ! ext/Sys/Syslog/Syslog.xs
9651 ____________________________________________________________________________
9652 [  5086] By: jhi                                   on 2000/02/14  21:13:24
9653         Log: Add lseektype and lseeksize to myconfig.
9654      Branch: cfgperl
9655            ! myconfig.SH
9656 ____________________________________________________________________________
9657 [  5085] By: gsar                                  on 2000/02/14  18:51:11
9658         Log: avoid warnings
9659      Branch: perl
9660            ! perl.c
9661 ____________________________________________________________________________
9662 [  5084] By: gsar                                  on 2000/02/14  18:26:08
9663         Log: fix small interpreter leaks identified by Purify
9664      Branch: perl
9665            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
9666            ! t/op/ord.t t/pragma/warnings.t
9667 ____________________________________________________________________________
9668 [  5083] By: jhi                                   on 2000/02/14  17:50:52
9669         Log: Remove tagged core files.
9670      Branch: cfgperl
9671            ! lib/ExtUtils/MM_Unix.pm
9672 ____________________________________________________________________________
9673 [  5082] By: jhi                                   on 2000/02/14  17:41:07
9674         Log: Prefer full_ar.
9675      Branch: cfgperl
9676            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9677 ____________________________________________________________________________
9678 [  5081] By: jhi                                   on 2000/02/14  17:20:32
9679         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
9680      Branch: cfgperl
9681            ! myconfig.SH
9682 ____________________________________________________________________________
9683 [  5080] By: jhi                                   on 2000/02/14  15:33:03
9684         Log: Integrate with Sarathy.
9685      Branch: cfgperl
9686           !> Porting/pumpkin.pod av.c malloc.c sv.c
9687 ____________________________________________________________________________
9688 [  5079] By: gsar                                  on 2000/02/14  08:50:06
9689         Log: notes about running Purify
9690      Branch: perl
9691            ! Porting/pumpkin.pod av.c sv.c
9692 ____________________________________________________________________________
9693 [  5078] By: gsar                                  on 2000/02/14  07:27:21
9694         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
9695      Branch: perl
9696            ! malloc.c
9697 ____________________________________________________________________________
9698 [  5077] By: gsar                                  on 2000/02/14  07:25:44
9699         Log: integrate cfgperl contents into mainline
9700      Branch: perl
9701           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9702           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
9703           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
9704           !> vms/subconfigure.com vos/config.def vos/config.h
9705           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9706           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9707           !> win32/config_H.vc
9708 ____________________________________________________________________________
9709 [  5076] By: jhi                                   on 2000/02/14  05:01:56
9710         Log: Integrate with Sarathy.
9711      Branch: cfgperl
9712           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
9713 ____________________________________________________________________________
9714 [  5075] By: jhi                                   on 2000/02/14  04:56:52
9715         Log: Configure -A stopped processing of any further options.
9716      Branch: cfgperl
9717            ! Configure config_h.SH
9718      Branch: metaconfig
9719            ! U/modified/Options.U
9720 ____________________________________________________________________________
9721 [  5074] By: gsar                                  on 2000/02/14  04:45:01
9722         Log: remove outdated -DPURIFY code--it reports bogus errors during global
9723              destruction since we actually depend on SVs being in arenas there
9724      Branch: perl
9725            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
9726 ____________________________________________________________________________
9727 [  5073] By: jhi                                   on 2000/02/13  19:28:17
9728         Log: Integrate with Sarathy.
9729      Branch: cfgperl
9730            - Todo-5.005
9731           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
9732           !> util.c
9733 ____________________________________________________________________________
9734 [  5072] By: gsar                                  on 2000/02/13  19:02:07
9735         Log: more purification (pp_require() could access free memory; vdie()
9736              could think message was random length when passed a null argument;
9737              utilize() didn't set up the hash for the method name leading to
9738              pp_method_named() accessing random state; PL_curpm wasn't zeroed
9739              properly)
9740      Branch: perl
9741            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
9742            ! util.c
9743 ____________________________________________________________________________
9744 [  5071] By: jhi                                   on 2000/02/12  19:59:35
9745         Log: uselonglong sits deep.
9746      Branch: cfgperl
9747            ! Configure config_h.SH hints/solaris_2.sh
9748      Branch: metaconfig/U/perl
9749            ! use64bits.U
9750 ____________________________________________________________________________
9751 [  5070] By: jhi                                   on 2000/02/12  01:25:41
9752         Log: megalomaniac 64-bit update: most importantly,
9753              uselonglong is eradicated, only backward
9754              compatibility hooks in use64bits remain.
9755      Branch: cfgperl
9756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9757            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
9758            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
9759            ! vos/config.def vos/config.h vos/config_h.SH_orig
9760            ! win32/config.bc win32/config.gc win32/config.vc
9761            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9762      Branch: metaconfig
9763            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
9764      Branch: metaconfig/U/perl
9765            ! use64bits.U
9766 ____________________________________________________________________________
9767 [  5069] By: jhi                                   on 2000/02/11  21:13:41
9768         Log: undo #5064 for now; there seems to be no good selection
9769              of flags to add the new option.
9770      Branch: cfgperl
9771            ! hints/hpux.sh
9772 ____________________________________________________________________________
9773 [  5068] By: jhi                                   on 2000/02/11  21:01:21
9774         Log: Guard against accidental long long use.
9775      Branch: cfgperl
9776            ! perl.h
9777 ____________________________________________________________________________
9778 [  5067] By: jhi                                   on 2000/02/11  19:50:32
9779         Log: logic fixes
9780      Branch: cfgperl
9781            ! Configure config_h.SH
9782      Branch: metaconfig/U/perl
9783            ! uselonglong.U
9784 ____________________________________________________________________________
9785 [  5066] By: jhi                                   on 2000/02/11  19:32:30
9786         Log: Clarify 64-bit issues.
9787      Branch: cfgperl
9788            ! pod/perldelta.pod
9789 ____________________________________________________________________________
9790 [  5065] By: jhi                                   on 2000/02/11  18:13:29
9791         Log: Integrate with Sarathy.
9792      Branch: cfgperl
9793           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
9794           !> toke.c
9795 ____________________________________________________________________________
9796 [  5064] By: jhi                                   on 2000/02/11  18:11:47
9797         Log: Silence linker warnings about binary backward incompatibilities.
9798      Branch: cfgperl
9799            ! hints/hpux.sh
9800 ____________________________________________________________________________
9801 [  5063] By: gsar                                  on 2000/02/11  16:36:14
9802         Log: fix uninitialized memory reads found by purify
9803      Branch: perl
9804            ! ext/Devel/Peek/Peek.xs regcomp.c
9805 ____________________________________________________________________________
9806 [  5062] By: jhi                                   on 2000/02/11  00:11:39
9807         Log: de-fancify the largefiles hints
9808      Branch: cfgperl
9809            ! hints/hpux.sh
9810 ____________________________________________________________________________
9811 [  5061] By: gsar                                  on 2000/02/10  19:17:09
9812         Log: longstanding bug in parsing "require VERSION", could reallocate
9813              current line and not know it; exposed by change#5004; manifested
9814              as parse failure of C<{require 5.003}>
9815      Branch: perl
9816            ! t/comp/require.t t/comp/use.t toke.c
9817 ____________________________________________________________________________
9818 [  5060] By: jhi                                   on 2000/02/10  13:29:25
9819         Log: Integrate with Sarathy.
9820      Branch: cfgperl
9821           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
9822 ____________________________________________________________________________
9823 [  5059] By: gsar                                  on 2000/02/10  06:21:21
9824         Log: make global symbol exports AIX-specific
9825      Branch: perl
9826            ! makedef.pl
9827 ____________________________________________________________________________
9828 [  5058] By: gsar                                  on 2000/02/10  06:16:57
9829         Log: integrate cfgperl contents into mainline
9830      Branch: perl
9831           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9832           !> Porting/config_H config_h.SH makedef.pl perl.h
9833           !> vms/subconfigure.com vos/config.def win32/config.bc
9834           !> win32/config.gc win32/config.vc win32/config_H.bc
9835           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9836           !> win32/config_sh.PL
9837 ____________________________________________________________________________
9838 [  5057] By: gsar                                  on 2000/02/10  01:08:01
9839         Log: windows bugfixes for virtual directories under USE_ITHREADS:
9840              allows path mapping to unknown devices to work properly;
9841              special file names like CONOUT$ can be opened with sysopen()
9842              again
9843      Branch: perl
9844            ! win32/vdir.h
9845 ____________________________________________________________________________
9846 [  5056] By: gsar                                  on 2000/02/10  00:56:27
9847         Log: formline() could wipe out readonly-ness, freeing constants
9848              prematurely, or affect cloning of pad constants
9849      Branch: perl
9850            ! pp_ctl.c t/op/write.t
9851 ____________________________________________________________________________
9852 [  5055] By: jhi                                   on 2000/02/09  19:48:58
9853         Log: Regenerate Configure for I_SYSLOG.
9854      Branch: cfgperl
9855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9856            ! config_h.SH
9857 ____________________________________________________________________________
9858 [  5054] By: jhi                                   on 2000/02/09  19:38:04
9859         Log: fix AIX and multiplicity problems
9860      Branch: cfgperl
9861            ! Makefile.SH makedef.pl
9862 ____________________________________________________________________________
9863 [  5053] By: bailey                                on 2000/02/09  10:58:11
9864         Log: remove redundant archcore directory prefix in installperl
9865      Branch: vmsperl
9866            ! installperl
9867 ____________________________________________________________________________
9868 [  5052] By: bailey                                on 2000/02/09  10:44:22
9869         Log: Work around prefixing bug in older DECC preprocessors
9870      Branch: vmsperl
9871            ! vms/vms.c vms/vmsish.h
9872 ____________________________________________________________________________
9873 [  5051] By: bailey                                on 2000/02/09  09:52:06
9874         Log: Eliminate unnecessary (and sometimes confounding) test for
9875              word boundary
9876      Branch: vmsperl
9877            ! lib/ExtUtils/MM_VMS.pm
9878 ____________________________________________________________________________
9879 [  5050] By: bailey                                on 2000/02/09  09:29:06
9880         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
9881              alias rules lead to compilation warnings)
9882      Branch: vmsperl
9883            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
9884 ____________________________________________________________________________
9885 [  5049] By: bailey                                on 2000/02/09  09:09:45
9886         Log: Resync with mainline
9887      Branch: vmsperl
9888           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
9889           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
9890           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
9891           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
9892           +> vos/config.def vos/config.pl win32/bin/exetype.pl
9893            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
9894            ! vms/subconfigure.com
9895           !> (integrate 358 files)
9896 ____________________________________________________________________________
9897 [  5048] By: jhi                                   on 2000/02/09  03:54:05
9898         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
9899              (reported by Yitzchak Scott-Thoennes in p5p)
9900      Branch: cfgperl
9901            ! Configure config_h.SH
9902      Branch: metaconfig
9903            ! U/modified/Cppsym.U
9904 ____________________________________________________________________________
9905 [  5047] By: jhi                                   on 2000/02/09  02:56:43
9906         Log: (fake) use of getcwd.
9907      Branch: cfgperl
9908            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9909            ! config_h.SH perl.h
9910 ____________________________________________________________________________
9911 [  5046] By: jhi                                   on 2000/02/09  02:22:50
9912         Log: lib scan fix
9913      Branch: cfgperl
9914            ! Configure config_h.SH
9915      Branch: metaconfig
9916            ! U/modified/libs.U
9917 ____________________________________________________________________________
9918 [  5045] By: jhi                                   on 2000/02/09  02:17:34
9919         Log: Reintroduce #5019 via metaconfig.
9920      Branch: cfgperl
9921            ! Configure config_h.SH
9922      Branch: metaconfig
9923            ! U/installdirs/inc_version_list.U
9924 ____________________________________________________________________________
9925 [  5044] By: jhi                                   on 2000/02/09  02:07:08
9926         Log: Add/restore probes for getcwd/mk*temp*/mmap.
9927      Branch: cfgperl
9928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9929            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
9930            ! win32/config.bc win32/config.gc win32/config.vc
9931            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9932            ! win32/config_h.PL win32/config_sh.PL
9933      Branch: metaconfig
9934            ! U/modified/d_mkstemp.U U/modified/libs.U
9935      Branch: metaconfig/U/perl
9936            + d_mkdtemp.U d_mkstemps.U
9937 ____________________________________________________________________________
9938 [  5043] By: jhi                                   on 2000/02/08  20:58:02
9939         Log: Integrate with Sarathy.
9940      Branch: cfgperl
9941           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
9942           !> (integrate 110 files)
9943 ____________________________________________________________________________
9944 [  5042] By: gsar                                  on 2000/02/08  20:32:12
9945         Log: avoid exiting just because we didn't scan for libm ('libs' may still
9946              have it, but we avoided scan for things in 'libs')
9947      Branch: perl
9948            ! Configure
9949
9950 ----------------
9951 Version v5.5.650
9952 ----------------
9953
9954 ____________________________________________________________________________
9955 [  5041] By: gsar                                  on 2000/02/08  07:57:11
9956         Log: update Changes
9957      Branch: perl
9958            ! Changes
9959 ____________________________________________________________________________
9960 [  5040] By: gsar                                  on 2000/02/08  07:51:20
9961         Log: documentation patches (from Michael Schwern and Yitzchak
9962              Scott-Thoennes)
9963      Branch: perl
9964            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
9965 ____________________________________________________________________________
9966 [  5039] By: gsar                                  on 2000/02/08  07:22:46
9967         Log: alias to $^V to $PERL_VERSION_TUPLE
9968      Branch: perl
9969            ! lib/English.pm pod/perlvar.pod
9970 ____________________________________________________________________________
9971 [  5038] By: gsar                                  on 2000/02/08  07:03:34
9972         Log: update Changes
9973      Branch: perl
9974            ! Changes pod/perlhist.pod
9975 ____________________________________________________________________________
9976 [  5037] By: gsar                                  on 2000/02/08  06:59:55
9977         Log: Windows has a somewhat different sitelib layout, and needs
9978              $sitelib/archname added as well
9979      Branch: perl
9980            ! perl.c
9981 ____________________________________________________________________________
9982 [  5036] By: gsar                                  on 2000/02/08  06:59:03
9983         Log: change#4987 appears to have broken libs scan for platforms that
9984              don't set ignore_versioned_solibs (Solaris is one of them); add
9985              derivative fix from the older logic for skipping versioned .so
9986              libs
9987      Branch: perl
9988            ! Configure
9989 ____________________________________________________________________________
9990 [  5035] By: gsar                                  on 2000/02/07  21:21:44
9991         Log: sprintf("%v"...) buffer resizing busted
9992      Branch: perl
9993            ! sv.c
9994 ____________________________________________________________________________
9995 [  5034] By: gsar                                  on 2000/02/07  19:16:21
9996         Log: update Changes
9997      Branch: perl
9998            ! Changes pod/perlhist.pod
9999 ____________________________________________________________________________
10000 [  5033] By: gsar                                  on 2000/02/07  19:01:08
10001         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
10002              only when XX > 127
10003      Branch: perl
10004            ! pp_hot.c toke.c
10005 ____________________________________________________________________________
10006 [  5032] By: gsar                                  on 2000/02/07  18:25:31
10007         Log: add note about printf("%v",...)
10008      Branch: perl
10009            ! pod/perldelta.pod
10010 ____________________________________________________________________________
10011 [  5031] By: gsar                                  on 2000/02/07  18:18:43
10012         Log: update Changes
10013      Branch: perl
10014            ! Changes Todo-5.6
10015 ____________________________________________________________________________
10016 [  5030] By: gsar                                  on 2000/02/07  18:17:49
10017         Log: thinko in change#5029
10018      Branch: perl
10019            ! gv.c
10020 ____________________________________________________________________________
10021 [  5029] By: gsar                                  on 2000/02/07  17:49:58
10022         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
10023              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
10024      Branch: perl
10025            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
10026            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
10027            ! win32/win32.h
10028 ____________________________________________________________________________
10029 [  5028] By: gsar                                  on 2000/02/07  17:10:03
10030         Log: perlport updates (from Peter Prymmer)
10031      Branch: perl
10032            ! pod/perlport.pod
10033 ____________________________________________________________________________
10034 [  5027] By: gsar                                  on 2000/02/07  16:53:47
10035         Log: fix up Todo-5.6
10036      Branch: perl
10037            ! Todo-5.6
10038 ____________________________________________________________________________
10039 [  5026] By: gsar                                  on 2000/02/07  16:32:31
10040         Log: rename Todo-5.005 to Todo-5.6
10041      Branch: perl
10042           +> Todo-5.6
10043            - Todo-5.005
10044            ! MANIFEST
10045 ____________________________________________________________________________
10046 [  5025] By: gsar                                  on 2000/02/07  16:09:54
10047         Log: ${^Warnings} renamed to ${^WARNING_BITS}
10048      Branch: perl
10049            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
10050            ! toke.c warnings.pl
10051 ____________________________________________________________________________
10052 [  5024] By: gsar                                  on 2000/02/07  11:47:06
10053         Log: various Windows tweaks: make $^E a little less buggy by saving
10054              and restoring system error across TLS fetch; avoid needless
10055              copying of buffers
10056      Branch: perl
10057            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
10058            ! win32/win32.h
10059 ____________________________________________________________________________
10060 [  5023] By: gsar                                  on 2000/02/07  11:44:19
10061         Log: avoid MakeMaker setting $^W=1
10062      Branch: perl
10063            ! lib/ExtUtils/MakeMaker.pm
10064 ____________________________________________________________________________
10065 [  5022] By: gsar                                  on 2000/02/07  10:38:56
10066         Log: up to v5.5.650
10067      Branch: perl
10068            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10069            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10070 ____________________________________________________________________________
10071 [  5021] By: gsar                                  on 2000/02/07  10:10:31
10072         Log: mention threads status in pod
10073      Branch: perl
10074            ! ext/Thread/Thread.pm
10075 ____________________________________________________________________________
10076 [  5020] By: gsar                                  on 2000/02/07  09:57:46
10077         Log: tolerate NULL SITELIB_EXP
10078      Branch: perl
10079            ! perl.c
10080 ____________________________________________________________________________
10081 [  5019] By: gsar                                  on 2000/02/07  09:46:11
10082         Log: NULL-terminate PERL_INC_VERSION_LIST
10083      Branch: perl
10084            ! Configure perl.c win32/config.bc win32/config.gc
10085            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10086            ! win32/config_H.vc
10087 ____________________________________________________________________________
10088 [  5018] By: gsar                                  on 2000/02/07  09:13:10
10089         Log: add compatible versions from $Config{inc_ver_list} to search
10090              paths automatically (from Tom Hughes <tom@compton.nu>)
10091      Branch: perl
10092            ! lib/lib.pm perl.c
10093 ____________________________________________________________________________
10094 [  5017] By: gsar                                  on 2000/02/07  08:58:56
10095         Log: makefiles now use exetype.pl to make wperl.exe
10096      Branch: perl
10097            ! sv.c win32/Makefile win32/makefile.mk
10098 ____________________________________________________________________________
10099 [  5016] By: gsar                                  on 2000/02/07  08:38:25
10100         Log: add exetype.pl (from Jan Dubois)
10101      Branch: perl
10102            + win32/bin/exetype.pl
10103            ! MANIFEST
10104 ____________________________________________________________________________
10105 [  5015] By: gsar                                  on 2000/02/07  08:29:28
10106         Log: pod fixes (from Abigail and M J T Guy)
10107      Branch: perl
10108            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
10109            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
10110            ! pod/perlport.pod pod/perlvar.pod
10111 ____________________________________________________________________________
10112 [  5014] By: gsar                                  on 2000/02/07  07:09:08
10113         Log: clarify behavior of vec() when arguments are off the end of the
10114              string (from M J T Guy)
10115      Branch: perl
10116            ! pod/perlfunc.pod
10117 ____________________________________________________________________________
10118 [  5013] By: gsar                                  on 2000/02/07  07:08:15
10119         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
10120              now return bytes all the way to 255, they will be transparently
10121              coerced (in future) to UTF-8 when they are used in operations
10122              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
10123      Branch: perl
10124            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
10125            ! pp.c sv.c
10126 ____________________________________________________________________________
10127 [  5012] By: gsar                                  on 2000/02/07  06:36:33
10128         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
10129              per strict reading of standard (says Tom Christiansen)
10130      Branch: perl
10131            ! lib/Sys/Hostname.pm
10132 ____________________________________________________________________________
10133 [  5011] By: gsar                                  on 2000/02/07  06:26:30
10134         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
10135      Branch: perl
10136            ! utf8.c utf8.h
10137 ____________________________________________________________________________
10138 [  5010] By: gsar                                  on 2000/02/06  21:27:03
10139         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
10140      Branch: perl
10141            ! malloc.c
10142 ____________________________________________________________________________
10143 [  5009] By: gsar                                  on 2000/02/06  20:45:30
10144         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
10145              years (from Gisle Aas)
10146      Branch: perl
10147            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10148            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
10149            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
10150            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
10151            ! toke.c utf8.c utf8.h util.c util.h
10152 ____________________________________________________________________________
10153 [  5008] By: gsar                                  on 2000/02/06  19:28:31
10154         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
10155              <EFifer@sanwaint.com>)
10156      Branch: perl
10157            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
10158            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
10159            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
10160            ! unixish.h util.c
10161 ____________________________________________________________________________
10162 [  5007] By: gsar                                  on 2000/02/06  17:47:01
10163         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
10164      Branch: perl
10165            ! ext/POSIX/POSIX.pm
10166 ____________________________________________________________________________
10167 [  5006] By: gsar                                  on 2000/02/06  17:28:35
10168         Log: integrate cfgperl contents into mainline
10169      Branch: perl
10170           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
10171           !> perl.h pp_sys.c
10172 ____________________________________________________________________________
10173 [  5005] By: gsar                                  on 2000/02/06  17:18:39
10174         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
10175      Branch: perl
10176            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
10177            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
10178            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
10179            ! vos/vos_dummies.c vos/vosish.h
10180 ____________________________________________________________________________
10181 [  5004] By: gsar                                  on 2000/02/06  17:00:49
10182         Log: fix parse error on C<{ use strict }> and other constructs that
10183              make the parser reenter while LEX_KNOWNEXT is active
10184      Branch: perl
10185            ! t/comp/use.t toke.c
10186 ____________________________________________________________________________
10187 [  5003] By: gsar                                  on 2000/02/06  14:57:30
10188         Log: avoid -Bforcearchive on netbsd too
10189      Branch: perl
10190            ! Changes hints/netbsd.sh
10191 ____________________________________________________________________________
10192 [  5002] By: gsar                                  on 2000/02/06  14:45:17
10193         Log: revised notes about Pod::Parser & Co.
10194      Branch: perl
10195            ! lib/Pod/Usage.pm pod/perldelta.pod
10196 ____________________________________________________________________________
10197 [  5001] By: gsar                                  on 2000/02/06  14:02:43
10198         Log: fix description of obsolete diagnostic
10199      Branch: perl
10200            ! pod/perldiag.pod
10201 ____________________________________________________________________________
10202 [  5000] By: gsar                                  on 2000/02/06  13:59:58
10203         Log: allow "\x{12ab}" even without C<use utf8>
10204      Branch: perl
10205            ! t/pragma/warn/toke toke.c
10206 ____________________________________________________________________________
10207 [  4999] By: gsar                                  on 2000/02/06  13:58:31
10208         Log: make perlbug use new-style version numbers; improve compatibility
10209              (runs with perl 5.005); fix swapped old vs new version reporting
10210      Branch: perl
10211            ! utils/perlbug.PL
10212 ____________________________________________________________________________
10213 [  4998] By: gsar                                  on 2000/02/06  13:56:45
10214         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
10215              fact); add tests for version tuples
10216      Branch: perl
10217            + t/op/ver.t
10218            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
10219            ! pod/perlop.pod sv.c toke.c
10220 ____________________________________________________________________________
10221 [  4997] By: gsar                                  on 2000/02/04  21:40:08
10222         Log: change#4970 fallout for useithreads
10223      Branch: perl
10224            ! sv.c
10225 ____________________________________________________________________________
10226 [  4996] By: jhi                                   on 2000/02/04  20:09:00
10227         Log: Largefilify offsets of tied handles.
10228      Branch: cfgperl
10229            ! pp_sys.c
10230 ____________________________________________________________________________
10231 [  4995] By: jhi                                   on 2000/02/04  19:54:25
10232         Log: Sanity check for libraries scan.
10233      Branch: cfgperl
10234            ! Configure config_h.SH
10235      Branch: metaconfig
10236            ! U/modified/libs.U
10237 ____________________________________________________________________________
10238 [  4994] By: jhi                                   on 2000/02/04  19:48:42
10239         Log: HP-UX largefileness doesn't like lseek being redeclared;
10240              no more USE_LONG_LONG.
10241      Branch: cfgperl
10242            ! perl.h
10243 ____________________________________________________________________________
10244 [  4993] By: jhi                                   on 2000/02/04  19:18:59
10245         Log: fix the description as much as possible; the whole
10246              separation into three different symbols lists is
10247              pretty broken now.
10248      Branch: metaconfig
10249            ! U/modified/Cppsym.U
10250 ____________________________________________________________________________
10251 [  4992] By: jhi                                   on 2000/02/04  19:13:10
10252         Log: Use <syslog.h>, not <sys/syslog.h>.
10253      Branch: cfgperl
10254            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
10255 ____________________________________________________________________________
10256 [  4991] By: gsar                                  on 2000/02/04  19:11:07
10257         Log: dmake is on CPAN now
10258      Branch: perl
10259            ! README.win32
10260 ____________________________________________________________________________
10261 [  4990] By: jhi                                   on 2000/02/04  19:04:01
10262         Log: Re-introduce #4817 and #4964 wiped out by #4987.
10263      Branch: cfgperl
10264            ! Configure config_h.SH
10265      Branch: metaconfig
10266            ! U/threads/usethreads.U
10267      Branch: metaconfig/U/perl
10268            ! patchlevel.U
10269 ____________________________________________________________________________
10270 [  4989] By: jhi                                   on 2000/02/04  18:54:00
10271         Log: typo fix
10272      Branch: cfgperl
10273            ! Configure config_h.SH
10274      Branch: metaconfig
10275            ! U/modified/libs.U
10276 ____________________________________________________________________________
10277 [  4988] By: jhi                                   on 2000/02/04  18:34:06
10278         Log: Integrate with Sarathy.
10279      Branch: cfgperl
10280           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
10281           +> ext/Sys/Syslog/Syslog.xs
10282            - lib/Sys/Syslog.pm
10283           !> (integrate 37 files)
10284 ____________________________________________________________________________
10285 [  4987] By: jhi                                   on 2000/02/04  18:31:05
10286         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
10287              default is to use long long if available; various nits
10288              here and there; fixed to hpux 64-bitnes and largefileness.
10289      Branch: cfgperl
10290            ! Configure config_h.SH hints/hpux.sh perl.h
10291      Branch: metaconfig
10292            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
10293            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
10294      Branch: metaconfig/U/perl
10295            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
10296            ! usemultiplicity.U xs_apiversion.U
10297 ____________________________________________________________________________
10298 [  4986] By: gsar                                  on 2000/02/04  17:26:37
10299         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
10300      Branch: perl
10301            ! sv.c
10302 ____________________________________________________________________________
10303 [  4985] By: gsar                                  on 2000/02/04  16:43:49
10304         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
10305      Branch: perl
10306            ! ext/Devel/DProf/DProf.xs
10307 ____________________________________________________________________________
10308 [  4984] By: gsar                                  on 2000/02/04  08:20:05
10309         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
10310      Branch: perl
10311            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10312 ____________________________________________________________________________
10313 [  4983] By: gsar                                  on 2000/02/04  08:00:38
10314         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
10315      Branch: perl
10316            ! hints/openbsd.sh
10317 ____________________________________________________________________________
10318 [  4982] By: gsar                                  on 2000/02/04  07:54:04
10319         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
10320      Branch: perl
10321            ! lib/Pod/Parser.pm
10322 ____________________________________________________________________________
10323 [  4981] By: gsar                                  on 2000/02/04  07:34:38
10324         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
10325      Branch: perl
10326            ! Makefile.SH
10327 ____________________________________________________________________________
10328 [  4980] By: gsar                                  on 2000/02/04  07:29:59
10329         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
10330      Branch: perl
10331            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
10332            + ext/Sys/Syslog/Syslog.xs
10333            - lib/Sys/Syslog.pm
10334            ! MANIFEST pod/perldelta.pod
10335 ____________________________________________________________________________
10336 [  4979] By: gsar                                  on 2000/02/04  07:13:19
10337         Log: pod updates (from David Adler, M J T Guy)
10338      Branch: perl
10339            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
10340 ____________________________________________________________________________
10341 [  4978] By: gsar                                  on 2000/02/04  07:08:14
10342         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
10343      Branch: perl
10344            ! config_h.SH
10345 ____________________________________________________________________________
10346 [  4977] By: gsar                                  on 2000/02/04  07:06:10
10347         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
10348              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
10349      Branch: perl
10350            ! Makefile.SH
10351 ____________________________________________________________________________
10352 [  4976] By: gsar                                  on 2000/02/04  06:33:43
10353         Log: VMS update (from Dan Sugalski and Peter Prymmer)
10354      Branch: perl
10355            ! configure.com vms/descrip_mms.template vms/subconfigure.com
10356 ____________________________________________________________________________
10357 [  4975] By: gsar                                  on 2000/02/04  05:51:14
10358         Log: patch to provide more informative names for evals and anonymous
10359              subroutines (from Ilya Zakharevich)
10360      Branch: perl
10361            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
10362            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
10363            ! pod/perlvar.pod pp_ctl.c
10364 ____________________________________________________________________________
10365 [  4974] By: gsar                                  on 2000/02/04  05:05:57
10366         Log: off-by-one in malloc.c (from Ilya Zakharevich)
10367      Branch: perl
10368            ! malloc.c
10369 ____________________________________________________________________________
10370 [  4973] By: gsar                                  on 2000/02/04  05:03:00
10371         Log: OS/2 build fixups from Ilya Zakharevich
10372      Branch: perl
10373            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
10374 ____________________________________________________________________________
10375 [  4972] By: gsar                                  on 2000/02/04  04:58:57
10376         Log: avoid /* within comment
10377      Branch: perl
10378            ! xsutils.c
10379 ____________________________________________________________________________
10380 [  4971] By: gsar                                  on 2000/02/04  04:56:09
10381         Log: another HINT_BYTE victim
10382      Branch: perl
10383            ! lib/charnames.pm
10384 ____________________________________________________________________________
10385 [  4970] By: gsar                                  on 2000/02/04  04:45:13
10386         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
10387      Branch: perl
10388            ! op.c scope.c scope.h t/op/closure.t toke.c
10389 ____________________________________________________________________________
10390 [  4969] By: gsar                                  on 2000/02/04  01:09:37
10391         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
10392      Branch: perl
10393            ! lib/byte.pm
10394 ____________________________________________________________________________
10395 [  4968] By: jhi                                   on 2000/02/02  13:17:25
10396         Log: Integrate with Sarathy.
10397      Branch: cfgperl
10398           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
10399            ! Configure
10400           !> (integrate 29 files)
10401
10402 ----------------
10403 Version v5.5.640
10404 ----------------
10405
10406 ____________________________________________________________________________
10407 [  4967] By: gsar                                  on 2000/02/02  12:22:29
10408         Log: update makerel for new version format
10409      Branch: perl
10410            ! Changes Porting/makerel
10411 ____________________________________________________________________________
10412 [  4966] By: gsar                                  on 2000/02/02  11:42:03
10413         Log: workaround for undefined symbol
10414      Branch: perl
10415            ! win32/win32.h
10416 ____________________________________________________________________________
10417 [  4965] By: gsar                                  on 2000/02/02  11:19:19
10418         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
10419              (from Eric Fifer <EFifer@sanwaint.com>)
10420      Branch: perl
10421            ! pp_sys.c
10422 ____________________________________________________________________________
10423 [  4964] By: gsar                                  on 2000/02/02  11:11:15
10424         Log: adjust notes on use5005threads
10425      Branch: perl
10426            ! Configure INSTALL README.threads
10427 ____________________________________________________________________________
10428 [  4963] By: gsar                                  on 2000/02/02  10:14:30
10429         Log: fix typo
10430      Branch: perl
10431            ! Configure
10432 ____________________________________________________________________________
10433 [  4962] By: gsar                                  on 2000/02/02  10:13:10
10434         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
10435      Branch: perl
10436           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10437           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
10438 ____________________________________________________________________________
10439 [  4961] By: gsar                                  on 2000/02/02  09:55:45
10440         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
10441      Branch: perl
10442            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
10443            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
10444 ____________________________________________________________________________
10445 [  4960] By: gsar                                  on 2000/02/02  08:22:31
10446         Log: replace misleading docs with a BUGS section
10447      Branch: perl
10448            ! lib/English.pm
10449 ____________________________________________________________________________
10450 [  4959] By: gsar                                  on 2000/02/02  08:16:17
10451         Log: remove FUD from perlfunc/use (from M J T Guy)
10452      Branch: perl
10453            ! pod/perlfunc.pod
10454 ____________________________________________________________________________
10455 [  4958] By: gsar                                  on 2000/02/02  08:13:04
10456         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
10457              <cedric.auzanne@nist.gov>)
10458      Branch: perl
10459            ! Changes lib/Benchmark.pm
10460 ____________________________________________________________________________
10461 [  4957] By: gsar                                  on 2000/02/02  08:04:52
10462         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
10463      Branch: perl
10464            ! pp_hot.c
10465 ____________________________________________________________________________
10466 [  4956] By: gsar                                  on 2000/02/02  08:02:57
10467         Log: flock() pod talks about "adding" in the sense of "or-ing"
10468      Branch: perl
10469            ! pod/perlfunc.pod
10470 ____________________________________________________________________________
10471 [  4955] By: gsar                                  on 2000/02/02  07:58:35
10472         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
10473      Branch: perl
10474            ! lib/perl5db.pl pod/perldebug.pod
10475 ____________________________________________________________________________
10476 [  4954] By: gsar                                  on 2000/02/02  07:53:51
10477         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
10478      Branch: perl
10479            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
10480            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
10481            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
10482            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
10483 ____________________________________________________________________________
10484 [  4953] By: gsar                                  on 2000/02/02  07:40:33
10485         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
10486      Branch: perl
10487            ! hints/dynixptx.sh
10488 ____________________________________________________________________________
10489 [  4952] By: gsar                                  on 2000/02/02  07:36:39
10490         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
10491              Brad Appleton)
10492      Branch: perl
10493            ! pod/perldelta.pod
10494 ____________________________________________________________________________
10495 [  4951] By: gsar                                  on 2000/02/02  06:54:22
10496         Log: avoid mismatched type warnings
10497      Branch: perl
10498            ! embed.pl perlapi.h
10499 ____________________________________________________________________________
10500 [  4950] By: jhi                                   on 2000/02/02  06:49:10
10501         Log: Integrate with Sarathy.
10502      Branch: cfgperl
10503           +> pod/perlunicode.pod
10504           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
10505           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
10506           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
10507           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
10508           !> vms/descrip_mms.template warnings.pl
10509 ____________________________________________________________________________
10510 [  4949] By: gsar                                  on 2000/02/02  06:41:17
10511         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
10512      Branch: perl
10513            ! lib/File/Spec/Win32.pm
10514 ____________________________________________________________________________
10515 [  4948] By: gsar                                  on 2000/02/02  06:30:41
10516         Log: makefile tweak
10517      Branch: perl
10518            ! Makefile.SH
10519 ____________________________________________________________________________
10520 [  4947] By: gsar                                  on 2000/02/02  06:27:43
10521         Log: future-proof unknown warning categories (from Greg Bacon
10522              <gbacon@cs.uah.edu>)
10523      Branch: perl
10524            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
10525 ____________________________________________________________________________
10526 [  4946] By: gsar                                  on 2000/02/02  06:21:34
10527         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
10528      Branch: perl
10529            ! lib/Text/Tabs.pm
10530 ____________________________________________________________________________
10531 [  4945] By: gsar                                  on 2000/02/02  06:03:04
10532         Log: more meaningful message on invalid pattern argument (from
10533              Kevin Meltzer <KMeltzer@USCO.com>)
10534      Branch: perl
10535            ! utils/perldoc.PL
10536 ____________________________________________________________________________
10537 [  4944] By: gsar                                  on 2000/02/02  05:43:49
10538         Log: XSLoader build patch for VMS (from Craig A. Berry
10539              <craig.berry@metamorgs.com>)
10540      Branch: perl
10541            ! vms/descrip_mms.template
10542 ____________________________________________________________________________
10543 [  4943] By: gsar                                  on 2000/02/02  03:40:49
10544         Log: reword some sections of perlunicode.pod
10545      Branch: perl
10546            ! pod/perlunicode.pod
10547 ____________________________________________________________________________
10548 [  4942] By: gsar                                  on 2000/02/01  21:02:01
10549         Log: AIX warning on undefined symbol
10550      Branch: perl
10551            ! makedef.pl
10552 ____________________________________________________________________________
10553 [  4941] By: gsar                                  on 2000/02/01  20:29:30
10554         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
10555              perlunicode.pod that reflects changes to unicode support so far
10556      Branch: perl
10557            + pod/perlunicode.pod
10558            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
10559            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
10560 ____________________________________________________________________________
10561 [  4940] By: jhi                                   on 2000/02/01  12:22:30
10562         Log: Integrate with Sarathy.
10563      Branch: cfgperl
10564           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
10565           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
10566           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
10567           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
10568 ____________________________________________________________________________
10569 [  4939] By: gsar                                  on 2000/02/01  08:52:16
10570         Log: export pregexec(), Tk uses it
10571      Branch: perl
10572            ! embed.pl global.sym objXSUB.h perlapi.c
10573 ____________________________________________________________________________
10574 [  4938] By: gsar                                  on 2000/02/01  04:00:09
10575         Log: mark literal utf8 in string literals properly
10576      Branch: perl
10577            ! toke.c
10578 ____________________________________________________________________________
10579 [  4937] By: gsar                                  on 2000/01/31  20:19:34
10580         Log: introduce $^U, a global bit to indicate whether system
10581              calls should using widechar APIs; chr and sprintf "%c" also
10582              follow this flag in the absense of "use byte"; "use utf8"
10583              sets $^U=1 (this appears kludgey)
10584      Branch: perl
10585            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
10586            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
10587            ! t/lib/charnames.t win32/win32.h
10588 ____________________________________________________________________________
10589 [  4936] By: jhi                                   on 2000/01/31  20:17:44
10590         Log: HP-UX (induced) fixes.
10591      Branch: cfgperl
10592            ! Configure config_h.SH hints/hpux.sh
10593      Branch: metaconfig
10594            ! U/modified/Oldconfig.U U/modified/libs.U
10595      Branch: metaconfig/U/perl
10596            ! quadfio.U
10597 ____________________________________________________________________________
10598 [  4935] By: jhi                                   on 2000/01/31  19:15:43
10599         Log: Cosmetics.
10600      Branch: metaconfig
10601            ! U/compline/d_gconvert.U
10602 ____________________________________________________________________________
10603 [  4934] By: jhi                                   on 2000/01/31  19:15:22
10604         Log: Cppsym saga continues.
10605      Branch: cfgperl
10606            ! Configure config_h.SH
10607      Branch: metaconfig
10608            ! U/modified/Cppsym.U
10609 ____________________________________________________________________________
10610 [  4933] By: gsar                                  on 2000/01/31  18:45:07
10611         Log: !USING_WIDE() branch is busted in win32_stat()
10612      Branch: perl
10613            ! win32/win32.c
10614 ____________________________________________________________________________
10615 [  4932] By: jhi                                   on 2000/01/31  06:41:47
10616         Log: Reveal even more symbols.
10617      Branch: cfgperl
10618            ! Configure config_h.SH
10619      Branch: metaconfig
10620            ! U/modified/Cppsym.U
10621 ____________________________________________________________________________
10622 [  4931] By: jhi                                   on 2000/01/31  06:21:41
10623         Log: Integrate with Sarathy.
10624      Branch: cfgperl
10625            - lib/caller.pm
10626           !> (integrate 29 files)
10627 ____________________________________________________________________________
10628 [  4930] By: gsar                                  on 2000/01/31  04:57:42
10629         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
10630              whether to use widechar semantics; lexer and RE engine continue
10631              to need "use utf8" to enable unicode awareness in literals
10632              and patterns (TODO: this needs to be fixed); $1 et al are marked
10633              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
10634              it from the data is probably better)
10635      Branch: perl
10636            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
10637            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
10638            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
10639 ____________________________________________________________________________
10640 [  4929] By: gsar                                  on 2000/01/31  04:17:09
10641         Log: remove caller.pm from change#3534 (flawed idea)
10642      Branch: perl
10643            - lib/caller.pm
10644            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
10645 ____________________________________________________________________________
10646 [  4928] By: gsar                                  on 2000/01/31  04:16:01
10647         Log: fix factual regression (-e doesn't create temporary files anymore)
10648      Branch: perl
10649            ! pod/perlfilter.pod
10650 ____________________________________________________________________________
10651 [  4927] By: gsar                                  on 2000/01/30  21:27:12
10652         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
10653              document version tuples
10654      Branch: perl
10655            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10656            ! pod/perlvar.pod
10657 ____________________________________________________________________________
10658 [  4926] By: gsar                                  on 2000/01/28  18:10:12
10659         Log: implement -follow option in find2perl (from Helmut Jarausch
10660              <jarausch@igpm.rwth-aachen.de>)
10661      Branch: perl
10662            ! lib/File/Find.pm x2p/find2perl.PL
10663 ____________________________________________________________________________
10664 [  4925] By: gsar                                  on 2000/01/28  18:03:28
10665         Log: document what chdir() without an argument does (from Mark-Jason
10666              Dominus <mjd@plover.com>)
10667      Branch: perl
10668            ! pod/perlfunc.pod
10669 ____________________________________________________________________________
10670 [  4924] By: gsar                                  on 2000/01/28  17:49:34
10671         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
10672      Branch: perl
10673            ! README.cygwin
10674 ____________________________________________________________________________
10675 [  4923] By: gsar                                  on 2000/01/28  17:10:08
10676         Log: avoid leaking lexicals into program being debugged (from Ilya
10677              Zakharevich)
10678      Branch: perl
10679            ! lib/perl5db.pl
10680 ____________________________________________________________________________
10681 [  4922] By: gsar                                  on 2000/01/28  16:36:13
10682         Log: perldelta note about export list changes
10683      Branch: perl
10684            ! Changes pod/perldelta.pod
10685 ____________________________________________________________________________
10686 [  4921] By: gsar                                  on 2000/01/28  15:49:04
10687         Log: alias realpath() to abs_path() (from Tom Christiansen)
10688      Branch: perl
10689            ! lib/Cwd.pm
10690 ____________________________________________________________________________
10691 [  4920] By: jhi                                   on 2000/01/28  09:52:47
10692         Log: Cppsym fixup from Andy.
10693      Branch: cfgperl
10694            ! Configure config_h.SH
10695      Branch: metaconfig
10696            ! U/modified/Cppsym.U
10697 ____________________________________________________________________________
10698 [  4919] By: jhi                                   on 2000/01/28  09:52:22
10699         Log: In HP-UX no largefiles if no 64 bits.
10700      Branch: cfgperl
10701            ! hints/hpux.sh
10702 ____________________________________________________________________________
10703 [  4918] By: jhi                                   on 2000/01/28  09:03:37
10704         Log: The #4880 was too eager, the $n test is useful too.
10705      Branch: cfgperl
10706            ! lib/Benchmark.pm
10707 ____________________________________________________________________________
10708 [  4917] By: jhi                                   on 2000/01/28  06:27:50
10709         Log: Integrate with Sarathy.
10710      Branch: cfgperl
10711           +> pod/perlapi.pod pod/perlintern.pod
10712           !> (integrate 39 files)
10713 ____________________________________________________________________________
10714 [  4916] By: gsar                                  on 2000/01/28  05:29:37
10715         Log: more exported symbols needed for build on windows
10716      Branch: perl
10717            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
10718            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
10719 ____________________________________________________________________________
10720 [  4915] By: gsar                                  on 2000/01/28  03:43:52
10721         Log: autogenerate API listing from comments in the source (from Benjamin
10722              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
10723              flexible for better readability; add missing docs in sv.c; regenerate
10724              perltoc
10725      Branch: perl
10726            + pod/perlapi.pod pod/perlintern.pod
10727            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
10728            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
10729            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
10730            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
10731            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
10732            ! universal.c util.c
10733 ____________________________________________________________________________
10734 [  4914] By: gsar                                  on 2000/01/27  19:43:35
10735         Log: document unimplemented status of forking pipe open() on windows
10736      Branch: perl
10737            ! pod/perlfork.pod t/op/fork.t
10738 ____________________________________________________________________________
10739 [  4913] By: jhi                                   on 2000/01/27  11:18:51
10740         Log: Integrate with Sarathy.
10741      Branch: cfgperl
10742           !> (integrate 51 files)
10743 ____________________________________________________________________________
10744 [  4912] By: jhi                                   on 2000/01/27  10:35:48
10745         Log: Cppsym update continues.
10746      Branch: cfgperl
10747            ! Configure config_h.SH
10748      Branch: metaconfig
10749            ! U/modified/Cppsym.U
10750 ____________________________________________________________________________
10751 [  4911] By: gsar                                  on 2000/01/27  08:04:17
10752         Log: add missing flag in change#4892
10753      Branch: perl
10754            ! win32/win32.c
10755 ____________________________________________________________________________
10756 [  4910] By: gsar                                  on 2000/01/27  03:56:48
10757         Log: various pod nits identified by installhtml (all fixed except
10758              unresolved links)
10759      Branch: perl
10760            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
10761            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
10762            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
10763            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
10764            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
10765            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
10766 ____________________________________________________________________________
10767 [  4909] By: gsar                                  on 2000/01/26  22:45:28
10768         Log: typo
10769      Branch: perl
10770            ! Porting/p4desc
10771 ____________________________________________________________________________
10772 [  4908] By: gsar                                  on 2000/01/26  22:41:18
10773         Log: update p4 tool
10774      Branch: perl
10775            ! Porting/p4desc
10776 ____________________________________________________________________________
10777 [  4907] By: gsar                                  on 2000/01/26  21:45:41
10778         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
10779              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
10780      Branch: perl
10781            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
10782            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
10783            ! t/op/attrs.t toke.c
10784 ____________________________________________________________________________
10785 [  4906] By: gsar                                  on 2000/01/26  20:16:39
10786         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
10787      Branch: perl
10788            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
10789 ____________________________________________________________________________
10790 [  4905] By: gsar                                  on 2000/01/26  19:10:26
10791         Log: s/STOP/CHECK/ blocks
10792      Branch: perl
10793            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
10794            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
10795            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
10796            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
10797            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
10798            ! vms/perly_c.vms
10799 ____________________________________________________________________________
10800 [  4904] By: jhi                                   on 2000/01/26  13:58:18
10801         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
10802              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
10803      Branch: cfgperl
10804            ! ext/IO/IO.xs
10805 ____________________________________________________________________________
10806 [  4903] By: jhi                                   on 2000/01/26  11:16:34
10807         Log: Continue cpp symbol update.
10808      Branch: cfgperl
10809            ! Configure config_h.SH
10810      Branch: metaconfig
10811            ! U/modified/Cppsym.U
10812 ____________________________________________________________________________
10813 [  4902] By: gsar                                  on 2000/01/26  09:28:37
10814         Log: tweak exports list on Windows
10815      Branch: perl
10816            ! makedef.pl t/op/fork.t win32/win32.h
10817 ____________________________________________________________________________
10818 [  4901] By: jhi                                   on 2000/01/26  08:05:57
10819         Log: Integrate with Sarathy.
10820      Branch: cfgperl
10821           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
10822           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
10823           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
10824           !> win32/win32.c win32/win32.h
10825 ____________________________________________________________________________
10826 [  4900] By: jhi                                   on 2000/01/26  07:59:05
10827         Log: s/d_nvpresuv/d_nv_preserves_uv/;
10828              plus cosmetic change for #4899.
10829      Branch: cfgperl
10830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10831            ! config_h.SH
10832      Branch: metaconfig
10833            ! U/modified/Cppsym.U
10834      Branch: metaconfig/U/perl
10835            ! perlxv.U
10836 ____________________________________________________________________________
10837 [  4899] By: jhi                                   on 2000/01/26  07:46:56
10838         Log: Update the scan of the cpp symbols.
10839      Branch: cfgperl
10840            ! Configure config_h.SH
10841      Branch: metaconfig
10842            ! U/modified/Cppsym.U
10843 ____________________________________________________________________________
10844 [  4898] By: gsar                                  on 2000/01/26  04:49:45
10845         Log: allow '--' to terminate argument processing (suggested by
10846              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
10847      Branch: perl
10848            ! lib/Getopt/Std.pm
10849 ____________________________________________________________________________
10850 [  4897] By: gsar                                  on 2000/01/26  02:42:38
10851         Log: change#3744 should have made grep more like map instead of the
10852              other way around
10853      Branch: perl
10854            ! t/op/grep.t toke.c
10855 ____________________________________________________________________________
10856 [  4896] By: gsar                                  on 2000/01/26  00:56:14
10857         Log: integrate cfgperl contents into mainline
10858      Branch: perl
10859           +> vos/config.def vos/config.pl
10860            ! Changes
10861           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
10862           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
10863           !> vos/config.h vos/config_h.SH_orig
10864 ____________________________________________________________________________
10865 [  4895] By: gsar                                  on 2000/01/26  00:45:45
10866         Log: fix parse failure of (my $foo : bar) and similar (from Spider
10867              Boardman)
10868      Branch: perl
10869            ! toke.c
10870 ____________________________________________________________________________
10871 [  4894] By: gsar                                  on 2000/01/26  00:33:53
10872         Log: avoid failure if directories already read by rmtree() are
10873              deleted by another process
10874      Branch: perl
10875            ! lib/File/Path.pm
10876 ____________________________________________________________________________
10877 [  4893] By: gsar                                  on 2000/01/25  23:19:18
10878         Log: typo in change#4892
10879      Branch: perl
10880            ! win32/win32.c
10881 ____________________________________________________________________________
10882 [  4892] By: gsar                                  on 2000/01/25  22:16:19
10883         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
10884              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
10885              to call the fixed version of open_osfhandle() only on Windows 9x;
10886              updated the makefiles and README.win32 to suit
10887      Branch: perl
10888            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
10889            ! win32/win32.h
10890 ____________________________________________________________________________
10891 [  4891] By: gsar                                  on 2000/01/25  20:22:01
10892         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
10893      Branch: perl
10894            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
10895 ____________________________________________________________________________
10896 [  4890] By: gsar                                  on 2000/01/25  19:21:17
10897         Log: update Makefile notes on the now deprecated USE_5005THREADS and
10898              USE_OBJECT
10899      Branch: perl
10900            ! win32/Makefile win32/makefile.mk
10901 ____________________________________________________________________________
10902 [  4889] By: jhi                                   on 2000/01/25  14:44:55
10903         Log: Misedit in #4888.
10904      Branch: cfgperl
10905            ! pp.c
10906 ____________________________________________________________________________
10907 [  4888] By: jhi                                   on 2000/01/25  14:38:59
10908         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
10909              rash but it's the best move I can think of right now.
10910              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
10911              but I think it did in the past.
10912              Removing the _CRAYMPP test fixes a legion of pack/unpack
10913              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
10914              One subtest, t/lib/io_sock.t #14, is still failing.
10915      Branch: cfgperl
10916            ! Configure config_h.SH hints/unicosmk.sh pp.c
10917      Branch: metaconfig
10918            ! U/modified/Oldconfig.U
10919 ____________________________________________________________________________
10920 [  4887] By: jhi                                   on 2000/01/25  06:13:14
10921         Log: Integrate with Sarathy.
10922      Branch: cfgperl
10923           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
10924           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
10925           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
10926           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
10927           !> win32/perllib.c win32/win32.c win32/win32.h
10928 ____________________________________________________________________________
10929 [  4886] By: gsar                                  on 2000/01/25  02:54:00
10930         Log: consistently use MAX_PATH+1 buffer sizes
10931      Branch: perl
10932            ! win32/win32.c
10933 ____________________________________________________________________________
10934 [  4885] By: gsar                                  on 2000/01/25  02:51:35
10935         Log: workaround for rename('x','X') bug in Windows NT
10936      Branch: perl
10937            ! t/io/fs.t win32/win32.c
10938 ____________________________________________________________________________
10939 [  4884] By: gsar                                  on 2000/01/25  01:32:57
10940         Log: windows build fixups from uniform DLL name change to perl56.dll
10941      Branch: perl
10942            ! installperl makedef.pl win32/perllib.c
10943 ____________________________________________________________________________
10944 [  4883] By: gsar                                  on 2000/01/25  01:31:27
10945         Log: more fixes for warnings from change#4840
10946      Branch: perl
10947            ! lib/Pod/Html.pm
10948 ____________________________________________________________________________
10949 [  4882] By: gsar                                  on 2000/01/24  15:35:12
10950         Log: assorted little nits
10951      Branch: perl
10952            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
10953            ! win32/win32.c
10954 ____________________________________________________________________________
10955 [  4881] By: gsar                                  on 2000/01/24  14:32:31
10956         Log: add new warnings to perldelta
10957      Branch: perl
10958            ! Changes pod/perldelta.pod pod/perldiag.pod
10959 ____________________________________________________________________________
10960 [  4880] By: jhi                                   on 2000/01/24  14:14:23
10961         Log: From: Stephane Payrard <properler@freesurf.fr>
10962              To: Gurusamy Sarathy <gsar@ActiveState.com>
10963              Cc: perl5-porters@perl.org
10964              Subject: <patch> avoid division by 0 in Benchmark.pm
10965              Date: Mon, 24 Jan 2000 16:15:38 +0100
10966              Message-ID: <20000124161538.A995@freesurf.fr>
10967      Branch: cfgperl
10968            ! lib/Benchmark.pm
10969 ____________________________________________________________________________
10970 [  4879] By: gsar                                  on 2000/01/24  14:14:20
10971         Log: force linkage of the function wrappers for globals in change#4878
10972      Branch: perl
10973            ! embed.pl globals.c perlapi.h win32/win32.h
10974 ____________________________________________________________________________
10975 [  4878] By: gsar                                  on 2000/01/24  13:04:45
10976         Log: enable function wrappers for access to globals under MULTIPLICITY
10977              (provides binary compatibility in the face of changes in interpreter
10978              structure)
10979      Branch: perl
10980            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
10981            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
10982 ____________________________________________________________________________
10983 [  4877] By: jhi                                   on 2000/01/24  11:41:57
10984         Log: perlhist update.
10985      Branch: cfgperl
10986            ! pod/perlhist.pod
10987 ____________________________________________________________________________
10988 [  4876] By: jhi                                   on 2000/01/24  11:32:07
10989         Log: Updates on the large file support status.
10990      Branch: cfgperl
10991            ! pod/perldelta.pod
10992 ____________________________________________________________________________
10993 [  4875] By: jhi                                   on 2000/01/24  11:23:16
10994         Log: Integrate with Sarathy.
10995      Branch: cfgperl
10996           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
10997           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
10998           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
10999 ____________________________________________________________________________
11000 [  4874] By: gsar                                  on 2000/01/24  10:43:03
11001         Log: fix typos; avoid use constant for lowercase constants (produces
11002              warnings now)
11003      Branch: perl
11004            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
11005            ! lib/Shell.pm
11006 ____________________________________________________________________________
11007 [  4873] By: gsar                                  on 2000/01/24  09:40:24
11008         Log: avoid warnings when there's no subs to autosplit
11009      Branch: perl
11010            ! lib/AutoSplit.pm
11011 ____________________________________________________________________________
11012 [  4872] By: jhi                                   on 2000/01/24  09:39:01
11013         Log: Create a tool for converting a config_h.SH into a VOS config.h.
11014      Branch: cfgperl
11015            + vos/config.def vos/config.pl
11016            ! MANIFEST vos/config.h vos/config_h.SH_orig
11017 ____________________________________________________________________________
11018 [  4871] By: gsar                                  on 2000/01/24  09:15:20
11019         Log: typos in change#4623
11020      Branch: perl
11021            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11022 ____________________________________________________________________________
11023 [  4870] By: jhi                                   on 2000/01/24  06:43:19
11024         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
11025      Branch: cfgperl
11026            ! Configure config_h.SH
11027      Branch: metaconfig
11028            + U/modified/cf_email.U U/modified/so.U
11029      Branch: metaconfig/U/perl
11030            ! dlsrc.U
11031 ____________________________________________________________________________
11032 [  4869] By: jhi                                   on 2000/01/24  06:04:31
11033         Log: Integrate with Sarathy.
11034      Branch: cfgperl
11035           +> t/pragma/diagnostics.t
11036           !> (integrate 120 files)
11037 ____________________________________________________________________________
11038 [  4868] By: gsar                                  on 2000/01/23  21:49:28
11039         Log: on windows, set seek position to end for files opened in append mode
11040              (improves compatibility with Unix, avoids buffering issues)
11041      Branch: perl
11042            ! win32/win32.c
11043 ____________________________________________________________________________
11044 [  4867] By: gsar                                  on 2000/01/23  21:19:31
11045         Log: change#4866 was flawed; revert and add better fix for warning
11046      Branch: perl
11047            ! op.c op.h
11048 ____________________________________________________________________________
11049 [  4866] By: gsar                                  on 2000/01/23  20:43:56
11050         Log: optimize away runtime code for our($foo) (also avoid warnings)
11051      Branch: perl
11052            ! op.c
11053 ____________________________________________________________________________
11054 [  4865] By: gsar                                  on 2000/01/23  13:17:18
11055         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
11056      Branch: perl
11057            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11058            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11059 ____________________________________________________________________________
11060 [  4864] By: gsar                                  on 2000/01/23  13:12:31
11061         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
11062              suggested by Dominic Dunlop <domo@computer.org>)
11063      Branch: perl
11064            ! doio.c
11065 ____________________________________________________________________________
11066 [  4863] By: gsar                                  on 2000/01/23  13:01:35
11067         Log: fix misclassified warnings
11068      Branch: perl
11069            ! pod/perldiag.pod
11070 ____________________________________________________________________________
11071 [  4862] By: gsar                                  on 2000/01/23  12:52:12
11072         Log: document bareword prototype incompatibility
11073      Branch: perl
11074            ! pod/perldelta.pod pod/perlsub.pod
11075 ____________________________________________________________________________
11076 [  4861] By: gsar                                  on 2000/01/23  12:32:25
11077         Log: faulty edit
11078      Branch: perl
11079            ! lib/File/stat.pm
11080 ____________________________________________________________________________
11081 [  4860] By: gsar                                  on 2000/01/23  12:23:48
11082         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
11083      Branch: perl
11084            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
11085            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
11086            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
11087            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
11088            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
11089            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
11090            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11091            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
11092            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
11093            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
11094            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
11095            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
11096            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
11097            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
11098            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
11099            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
11100            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
11101            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
11102            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
11103            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
11104            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11105            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
11106            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
11107            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
11108            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
11109            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
11110 ____________________________________________________________________________
11111 [  4859] By: gsar                                  on 2000/01/23  11:29:22
11112         Log: fix diagnostics to report "our" vs "my" correctly
11113      Branch: perl
11114            ! op.c pod/perldiag.pod
11115 ____________________________________________________________________________
11116 [  4858] By: gsar                                  on 2000/01/23  10:14:46
11117         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
11118              more widely)
11119      Branch: perl
11120            ! patchlevel.h
11121 ____________________________________________________________________________
11122 [  4857] By: gsar                                  on 2000/01/23  10:04:03
11123         Log: disallow our($foo::bar)
11124      Branch: perl
11125            ! pod/perldiag.pod toke.c
11126 ____________________________________________________________________________
11127 [  4856] By: gsar                                  on 2000/01/23  09:50:54
11128         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
11129      Branch: perl
11130            ! utils/dprofpp.PL
11131 ____________________________________________________________________________
11132 [  4855] By: gsar                                  on 2000/01/23  09:36:51
11133         Log: new test (from Michael G Schwern <schwern@pobox.com>)
11134      Branch: perl
11135            + t/pragma/diagnostics.t
11136            ! MANIFEST
11137 ____________________________________________________________________________
11138 [  4854] By: gsar                                  on 2000/01/23  09:24:40
11139         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
11140              <schwern@pobox.com>)
11141      Branch: perl
11142            ! utils/h2xs.PL
11143 ____________________________________________________________________________
11144 [  4853] By: gsar                                  on 2000/01/23  09:08:30
11145         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
11146      Branch: perl
11147            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
11148 ____________________________________________________________________________
11149 [  4852] By: gsar                                  on 2000/01/23  08:52:44
11150         Log: mark some extensions as "special versions" to avoid CPAN indexer
11151              confusion (from Ilya Zakharevich)
11152      Branch: perl
11153            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
11154 ____________________________________________________________________________
11155 [  4851] By: gsar                                  on 2000/01/23  08:48:46
11156         Log: prefer POSIX::uname() rather than syscalls, which require attempting
11157              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
11158      Branch: perl
11159            ! lib/Sys/Hostname.pm
11160 ____________________________________________________________________________
11161 [  4850] By: gsar                                  on 2000/01/23  08:36:43
11162         Log: integrate cfgperl contents into mainline
11163      Branch: perl
11164           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
11165           !> Porting/config_H config_h.SH perl.h
11166 ____________________________________________________________________________
11167 [  4849] By: gsar                                  on 2000/01/23  08:17:30
11168         Log: fix localization in while BLOCK when there is a continue BLOCK
11169              by introducing an explicit scope (c.f. change#4848)
11170      Branch: perl
11171            ! op.c pp_ctl.c t/cmd/while.t
11172 ____________________________________________________________________________
11173 [  4848] By: gsar                                  on 2000/01/23  06:43:51
11174         Log: fix scope cleanup when next jumps to a continue block; this is rather
11175              in the nature of a kludge; it doesn't fix the longstanding bug that
11176              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
11177              instead of "1")
11178      Branch: perl
11179            ! pp_ctl.c t/cmd/while.t
11180 ____________________________________________________________________________
11181 [  4847] By: gsar                                  on 2000/01/23  04:47:25
11182         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
11183              C<while (my $x = foo()) { my $x = bar(); }> etc.
11184      Branch: perl
11185            ! op.c
11186 ____________________________________________________________________________
11187 [  4846] By: gsar                                  on 2000/01/23  04:44:17
11188         Log: avoid warnings in change#4839
11189      Branch: perl
11190            ! lib/Carp/Heavy.pm
11191 ____________________________________________________________________________
11192 [  4845] By: gsar                                  on 2000/01/22  13:12:38
11193         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
11194      Branch: perl
11195            ! Changes Configure
11196 ____________________________________________________________________________
11197 [  4844] By: gsar                                  on 2000/01/22  12:46:26
11198         Log: wrong category for exec() warning
11199      Branch: perl
11200            ! op.c pod/perlop.pod
11201 ____________________________________________________________________________
11202 [  4843] By: gsar                                  on 2000/01/22  12:42:40
11203         Log: fix line continuations in argument lists (from Helmut Jarausch)
11204      Branch: perl
11205            ! lib/ExtUtils/xsubpp
11206 ____________________________________________________________________________
11207 [  4842] By: gsar                                  on 2000/01/22  12:34:39
11208         Log: CGI.pm upgraded to v2.56 from CPAN
11209      Branch: perl
11210            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
11211            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
11212            ! t/lib/cgi-html.t
11213 ____________________________________________________________________________
11214 [  4841] By: gsar                                  on 2000/01/22  12:07:23
11215         Log: avoid warnings due to lack of forward declarations
11216      Branch: perl
11217            ! lib/Pod/Html.pm
11218 ____________________________________________________________________________
11219 [  4840] By: gsar                                  on 2000/01/22  12:04:30
11220         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
11221              <wolfgang.laun@alcatel.at>)
11222      Branch: perl
11223            ! lib/Pod/Html.pm
11224 ____________________________________________________________________________
11225 [  4839] By: gsar                                  on 2000/01/22  11:57:24
11226         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
11227              <wolfgang.laun@alcatel.at>)
11228      Branch: perl
11229            ! lib/Carp/Heavy.pm pod/perldelta.pod
11230 ____________________________________________________________________________
11231 [  4838] By: gsar                                  on 2000/01/22  10:53:06
11232         Log: truncate(FH) flushes FH before truncating it
11233      Branch: perl
11234            ! pp_sys.c t/io/fs.t
11235 ____________________________________________________________________________
11236 [  4837] By: gsar                                  on 2000/01/22  10:37:16
11237         Log: #line directives without a filename leave the file name as it was
11238              instead of setting it to the script name (from Andrew Pimlott
11239              <andrew@pimlott.ne.mediaone.net>)
11240      Branch: perl
11241            ! toke.c
11242 ____________________________________________________________________________
11243 [  4836] By: gsar                                  on 2000/01/22  10:06:53
11244         Log: add patch for printf-style format typechecks (from Robin Barker
11245              <rmb1@cise.npl.co.uk>); fixes for problems so identified
11246      Branch: perl
11247            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
11248            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
11249 ____________________________________________________________________________
11250 [  4835] By: gsar                                  on 2000/01/22  08:42:52
11251         Log: From: John Tobey <jtobey@isay.com>
11252              Date: Thu, 16 Dec 1999 20:20:38 -0500
11253              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
11254              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
11255      Branch: perl
11256            ! lib/base.pm lib/fields.pm t/lib/fields.t
11257 ____________________________________________________________________________
11258 [  4834] By: gsar                                  on 2000/01/22  08:08:08
11259         Log: fix deeply nested closures that have no references to lexical in
11260              intervening subs
11261      Branch: perl
11262            ! embed.h embed.pl op.c proto.h t/op/closure.t
11263 ____________________________________________________________________________
11264 [  4833] By: gsar                                  on 2000/01/21  17:04:21
11265         Log: add $VERSION
11266      Branch: perl
11267            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
11268 ____________________________________________________________________________
11269 [  4832] By: gsar                                  on 2000/01/21  16:49:09
11270         Log: fix bug in dumping self-referential scalars
11271      Branch: perl
11272            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11273            ! t/lib/dumper.t
11274 ____________________________________________________________________________
11275 [  4831] By: jhi                                   on 2000/01/21  09:16:07
11276         Log: Integrate with Sarathy.
11277      Branch: cfgperl
11278           +> t/op/exists_sub.t
11279           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
11280           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
11281           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
11282           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
11283           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
11284 ____________________________________________________________________________
11285 [  4830] By: gsar                                  on 2000/01/21  04:28:08
11286         Log: patch to report warnings on bogus filehandles passed to flock(),
11287              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
11288              (slightly modified)
11289      Branch: perl
11290            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11291            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
11292            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
11293 ____________________________________________________________________________
11294 [  4829] By: gsar                                  on 2000/01/21  03:43:46
11295         Log: typo fix
11296      Branch: perl
11297            ! pod/perlop.pod
11298 ____________________________________________________________________________
11299 [  4828] By: gsar                                  on 2000/01/21  03:32:31
11300         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
11301              fixups of faulty facts and prose
11302      Branch: perl
11303            ! pod/perlvar.pod
11304 ____________________________________________________________________________
11305 [  4827] By: gsar                                  on 2000/01/21  01:45:51
11306         Log: support for C<exists &func> (from Spider Boardman)
11307      Branch: perl
11308            + t/op/exists_sub.t
11309            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
11310            ! pod/perlfunc.pod pp.c
11311 ____________________________________________________________________________
11312 [  4826] By: gsar                                  on 2000/01/21  01:35:46
11313         Log: mention the fact that open(my $foo, ...) covers all handle
11314              constructors
11315      Branch: perl
11316            ! pod/perldelta.pod
11317 ____________________________________________________________________________
11318 [  4825] By: gsar                                  on 2000/01/21  01:03:34
11319         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11320              Date: Wed, 19 Jan 2000 15:05:11 -0500
11321              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
11322              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
11323      Branch: perl
11324            ! utils/h2xs.PL
11325 ____________________________________________________________________________
11326 [  4824] By: gsar                                  on 2000/01/20  19:14:26
11327         Log: INSTALL updates from Andy Dougherty
11328      Branch: perl
11329            ! INSTALL
11330 ____________________________________________________________________________
11331 [  4823] By: gsar                                  on 2000/01/20  08:40:13
11332         Log: sv_true() has a superfluous test
11333      Branch: perl
11334            ! sv.c sv.h
11335 ____________________________________________________________________________
11336 [  4822] By: bailey                                on 2000/01/20  02:03:35
11337         Log: Minor cosmetic updates
11338      Branch: vmsperl
11339            ! configure.com
11340 ____________________________________________________________________________
11341 [  4821] By: bailey                                on 2000/01/20  00:25:30
11342         Log: Quick integration of mainline changes to date
11343      Branch: vmsperl
11344           +> (branch 74 files)
11345            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
11346            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
11347            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
11348            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
11349            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
11350            - lib/warning.pm os2/POSIX.mkfifo warning.h
11351           !> (integrate 462 files)
11352 ____________________________________________________________________________
11353 [  4820] By: jhi                                   on 2000/01/19  22:46:42
11354         Log: More robust inc_version_list from Andy.
11355      Branch: cfgperl
11356            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11357            ! config_h.SH
11358      Branch: metaconfig
11359            ! U/installdirs/inc_version_list.U
11360 ____________________________________________________________________________
11361 [  4819] By: jhi                                   on 2000/01/19  17:36:56
11362         Log: Add NV_PRESERVES_UV.
11363      Branch: cfgperl
11364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11365            ! config_h.SH perl.h
11366      Branch: metaconfig
11367            ! U/protos/selecttype.U
11368      Branch: metaconfig/U/perl
11369            - nvpresuv.U
11370            ! perlxv.U
11371 ____________________________________________________________________________
11372 [  4818] By: jhi                                   on 2000/01/19  08:13:05
11373         Log: Integrate with Sarathy.
11374      Branch: cfgperl
11375           !> Changes Configure win32/config.bc win32/config.gc
11376           !> win32/config.vc win32/config_H.bc win32/config_H.gc
11377           !> win32/config_H.vc
11378 ____________________________________________________________________________
11379 [  4817] By: gsar                                  on 2000/01/19  05:25:43
11380         Log: regen win32/config*
11381      Branch: perl
11382            ! Configure win32/config.bc win32/config.gc win32/config.vc
11383            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11384 ____________________________________________________________________________
11385 [  4816] By: jhi                                   on 2000/01/18  21:19:10
11386         Log: Policy patch from Andy for installation directories,
11387              removing the $apiversion.
11388      Branch: cfgperl
11389            ! Policy_sh.SH
11390 ____________________________________________________________________________
11391 [  4815] By: jhi                                   on 2000/01/18  21:11:03
11392         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
11393              as suggested by Andy.
11394      Branch: cfgperl
11395            ! Configure config_h.SH
11396      Branch: metaconfig
11397            ! U/compline/d_gnulibc.U U/modified/cc.U
11398 ____________________________________________________________________________
11399 [  4814] By: gsar                                  on 2000/01/18  20:48:10
11400         Log: integrate cfgperl changes into mainline
11401      Branch: perl
11402            ! Changes
11403           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11404           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
11405           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
11406 ____________________________________________________________________________
11407 [  4813] By: jhi                                   on 2000/01/18  19:41:33
11408         Log: metaconfig todo note from Andy.
11409      Branch: cfgperl
11410            ! Configure config_h.SH
11411      Branch: metaconfig
11412            ! U/installdirs/inc_version_list.U
11413 ____________________________________________________________________________
11414 [  4812] By: jhi                                   on 2000/01/18  15:02:55
11415         Log: More -V.
11416      Branch: cfgperl
11417            ! perl.c
11418 ____________________________________________________________________________
11419 [  4811] By: jhi                                   on 2000/01/18  10:35:30
11420         Log: More compile-time options shown with -V.
11421      Branch: cfgperl
11422            ! perl.c
11423 ____________________________________________________________________________
11424 [  4810] By: jhi                                   on 2000/01/17  08:35:49
11425         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
11426              the strtold() and qgcvt() prototypes for long doubles, but
11427              it should be okay in any case); fix bad assumptions in the
11428              test suite about string->float conversions; though the out
11429              parameter of strtold() (and strtoll()) is unused, it is nicer
11430              to have it in correct type.
11431      Branch: cfgperl
11432            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
11433      Branch: metaconfig
11434            ! U/modified/cc.U
11435 ____________________________________________________________________________
11436 [  4809] By: jhi                                   on 2000/01/16  19:21:18
11437         Log: strtoll works better ternary.
11438      Branch: cfgperl
11439            ! perl.h
11440 ____________________________________________________________________________
11441 [  4808] By: jhi                                   on 2000/01/16  19:12:58
11442         Log: Know strtoll.
11443      Branch: cfgperl
11444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11445            ! config_h.SH perl.h
11446 ____________________________________________________________________________
11447 [  4807] By: jhi                                   on 2000/01/16  17:57:03
11448         Log: Integrate with Sarathy.
11449      Branch: cfgperl
11450           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
11451           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
11452 ____________________________________________________________________________
11453 [  4806] By: jhi                                   on 2000/01/16  16:37:47
11454         Log: Continue qgcvt work; closer now but not yet there.
11455      Branch: cfgperl
11456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11457            ! config_h.SH doop.c utf8.c
11458      Branch: metaconfig
11459            ! U/compline/d_gconvert.U
11460      Branch: metaconfig/U/perl
11461            ! d_qgcvt.U
11462 ____________________________________________________________________________
11463 [  4805] By: jhi                                   on 2000/01/15  22:26:16
11464         Log: Metaconfig and Porting patches from Andy; start using the new
11465              long long and long double thingies from #4804; regen Configure.
11466      Branch: cfgperl
11467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11468            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
11469      Branch: metaconfig
11470            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
11471            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
11472            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
11473            + U/nullified/lib.U
11474            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
11475            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
11476            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
11477            ! U/modified/Oldconfig.U U/modified/Signal.U
11478            ! U/modified/sig_name.U U/threads/usethreads.U
11479      Branch: metaconfig/U/perl
11480            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
11481            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
11482            ! usemultiplicity.U
11483      Branch: perl
11484            ! perl.h util.c
11485 ____________________________________________________________________________
11486 [  4804] By: jhi                                   on 2000/01/14  14:22:24
11487         Log: Add more quad/long long/long double sciency.
11488      Branch: metaconfig/U/perl
11489            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
11490            + d_strtouq.U
11491 ____________________________________________________________________________
11492 [  4803] By: gsar                                  on 2000/01/14  04:40:49
11493         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
11494      Branch: perl
11495            ! op.c
11496 ____________________________________________________________________________
11497 [  4802] By: gsar                                  on 2000/01/14  04:35:55
11498         Log: add note about "our"
11499      Branch: perl
11500            ! lib/vars.pm
11501 ____________________________________________________________________________
11502 [  4801] By: gsar                                  on 2000/01/14  04:16:51
11503         Log: nailed "our" declarations, and better warnings on duplicate
11504              "our" declarations
11505      Branch: perl
11506            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
11507            ! t/pragma/strict-vars toke.c
11508 ____________________________________________________________________________
11509 [  4800] By: gsar                                  on 2000/01/14  01:27:13
11510         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
11511      Branch: perl
11512            ! dump.c op.c op.h
11513 ____________________________________________________________________________
11514 [  4799] By: gsar                                  on 2000/01/14  01:17:15
11515         Log: doc typo
11516      Branch: perl
11517            ! pod/perlfunc.pod
11518 ____________________________________________________________________________
11519 [  4798] By: jhi                                   on 2000/01/13  16:31:34
11520         Log: Integrate with Sarathy.
11521      Branch: cfgperl
11522           +> epoc/config.sh epoc/epocish.c epoc/link.pl
11523           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
11524           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
11525           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
11526           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
11527           +> win32/perlhost.h win32/vdir.h win32/vmem.h
11528            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
11529            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
11530            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
11531           !> (integrate 282 files)
11532 ____________________________________________________________________________
11533 [  4797] By: gsar                                  on 2000/01/13  08:12:56
11534         Log: clearer docs for change#4796; faster av_exists()
11535      Branch: perl
11536            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11537 ____________________________________________________________________________
11538 [  4796] By: gsar                                  on 2000/01/13  06:49:03
11539         Log: support delete() and exists() on array, tied array, and pseudo-hash
11540              elements or slices
11541      Branch: perl
11542            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
11543            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
11544            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
11545            ! t/op/avhv.t t/op/delete.t
11546 ____________________________________________________________________________
11547 [  4795] By: gsar                                  on 2000/01/11  20:52:30
11548         Log: extend site_perl changes change#4773 to vendor_perl as well
11549      Branch: perl
11550            ! Configure
11551 ____________________________________________________________________________
11552 [  4794] By: gsar                                  on 2000/01/11  19:18:50
11553         Log: rework INSTALL to reflect new logic for versioning sitelibs
11554      Branch: perl
11555            ! INSTALL
11556 ____________________________________________________________________________
11557 [  4793] By: gsar                                  on 2000/01/11  01:44:00
11558         Log: test for change#4792
11559      Branch: perl
11560            ! t/op/fork.t
11561 ____________________________________________________________________________
11562 [  4792] By: gsar                                  on 2000/01/11  01:22:36
11563         Log: pseudo forked children inherit environment correctly
11564      Branch: perl
11565            ! win32/perlhost.h
11566 ____________________________________________________________________________
11567 [  4791] By: gsar                                  on 2000/01/10  19:14:03
11568         Log: test tweak
11569      Branch: perl
11570            ! t/op/fork.t
11571 ____________________________________________________________________________
11572 [  4790] By: gsar                                  on 2000/01/10  18:56:16
11573         Log: check for USE_ITHREADS sanity was too restrictive
11574      Branch: perl
11575            ! perl.h
11576 ____________________________________________________________________________
11577 [  4789] By: gsar                                  on 2000/01/10  18:30:24
11578         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
11579              a real SetCurrentDirectory() in toplevel host
11580      Branch: perl
11581            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
11582            ! win32/vdir.h win32/win32.c
11583 ____________________________________________________________________________
11584 [  4782] By: gsar                                  on 2000/01/10  05:27:03
11585         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
11586      Branch: perl
11587            + epoc/config.sh epoc/epocish.c epoc/link.pl
11588            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
11589            - epoc/perl.pkg
11590            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
11591            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
11592            ! lib/Sys/Hostname.pm
11593 ____________________________________________________________________________
11594 [  4781] By: gsar                                  on 2000/01/10  05:11:03
11595         Log: pod typos (from Abigail <abigail@delanet.com>)
11596      Branch: perl
11597            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
11598 ____________________________________________________________________________
11599 [  4780] By: gsar                                  on 2000/01/10  05:07:35
11600         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
11601      Branch: perl
11602            ! t/lib/thread.t
11603 ____________________________________________________________________________
11604 [  4779] By: gsar                                  on 2000/01/10  05:06:16
11605         Log: terminate -s switch processing only on C<-->, not on C<--foo>
11606      Branch: perl
11607            ! perl.c
11608 ____________________________________________________________________________
11609 [  4778] By: gsar                                  on 2000/01/10  04:38:45
11610         Log: useithreads needs usemultiplicity
11611      Branch: perl
11612            ! Configure perl.h
11613 ____________________________________________________________________________
11614 [  4777] By: gsar                                  on 2000/01/10  01:18:04
11615         Log: use $Config{version} rather than $] where appropriate
11616      Branch: perl
11617            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
11618            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
11619            ! lib/lib.pm
11620 ____________________________________________________________________________
11621 [  4776] By: gsar                                  on 2000/01/10  00:11:34
11622         Log: enable fork.t on windows
11623      Branch: perl
11624            ! t/op/fork.t
11625 ____________________________________________________________________________
11626 [  4775] By: gsar                                  on 2000/01/10  00:07:29
11627         Log: broken test for use5005threads
11628      Branch: perl
11629            ! t/lib/safe2.t
11630 ____________________________________________________________________________
11631 [  4774] By: gsar                                  on 2000/01/09  23:56:37
11632         Log: more windows build tweaks
11633      Branch: perl
11634            ! installperl makedef.pl win32/Makefile win32/config_H.bc
11635            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
11636            ! win32/makefile.mk
11637 ____________________________________________________________________________
11638 [  4773] By: gsar                                  on 2000/01/09  22:27:19
11639         Log: more changes for new-style version numbers (versions numbers on
11640              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
11641              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
11642              split $Config{apiversion} into three, @Config{apirevision,apiversion,
11643              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
11644              to .../site_perl/$version, just like $Config{privlib}, making sitelib
11645              completely independent across versions and substantially eliminating
11646              chances of breaking older installations by overwriting newly built
11647              extensions; all this means compatibility inclusions for @INC will need
11648              to take into account older sitelib versions (this still TODO)
11649              
11650              windows, vms, dos tweaks for the above
11651      Branch: perl
11652            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
11653            ! config_h.SH configure.com dosish.h installman installperl
11654            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
11655            ! win32/config.bc win32/config.gc win32/config.vc
11656            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11657            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
11658            ! win32/win32.c
11659 ____________________________________________________________________________
11660 [  4772] By: gsar                                  on 2000/01/09  19:05:33
11661         Log: s/usethreads/use5005threads/g
11662      Branch: perl
11663            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
11664 ____________________________________________________________________________
11665 [  4771] By: gsar                                  on 2000/01/09  18:51:50
11666         Log: Configure changes for new-style version numbers (from Andy Dougherty,
11667              slightly altered)
11668      Branch: perl
11669            ! Configure INSTALL Porting/Glossary Porting/config.sh
11670            ! Porting/config_H config_h.SH perl.h win32/Makefile
11671            ! win32/config.bc win32/config.gc win32/config.vc
11672            ! win32/makefile.mk
11673 ____________________________________________________________________________
11674 [  4770] By: gsar                                  on 2000/01/07  22:18:54
11675         Log: fix for 'make utest' failures (from Ilya Zakharevich)
11676      Branch: perl
11677            ! regexec.c
11678 ____________________________________________________________________________
11679 [  4769] By: gsar                                  on 2000/01/07  18:23:16
11680         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
11681      Branch: perl
11682            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
11683            + ext/ODBM_File/hints/cygwin.pl
11684            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
11685            ! hints/cygwin.sh installman installperl lib/Cwd.pm
11686            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
11687            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
11688 ____________________________________________________________________________
11689 [  4768] By: gsar                                  on 2000/01/07  18:12:15
11690         Log: typo on h2xs.PL (from Helmut Jarausch)
11691      Branch: perl
11692            ! utils/h2xs.PL
11693 ____________________________________________________________________________
11694 [  4767] By: gsar                                  on 2000/01/07  17:58:45
11695         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
11696      Branch: perl
11697            ! README.vms configure.com vms/subconfigure.com
11698 ____________________________________________________________________________
11699 [  4766] By: gsar                                  on 2000/01/07  17:54:05
11700         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
11701              <sthoenna@efn.org>)
11702      Branch: perl
11703            - os2/POSIX.mkfifo
11704            ! MANIFEST README.os2
11705 ____________________________________________________________________________
11706 [  4765] By: gsar                                  on 2000/01/06  20:11:46
11707         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
11708              match /^lib/ won't load properly)
11709      Branch: perl
11710            + ext/DynaLoader/hints/openbsd.pl
11711            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
11712 ____________________________________________________________________________
11713 [  4764] By: gsar                                  on 2000/01/06  19:51:08
11714         Log: add undocumented globals for compatibility--find.pl, and find2perl
11715              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
11716      Branch: perl
11717            ! lib/File/Find.pm
11718 ____________________________________________________________________________
11719 [  4763] By: gsar                                  on 2000/01/06  10:51:07
11720         Log: fix various C-backend shenanigans
11721      Branch: perl
11722            ! ext/B/B/C.pm
11723 ____________________________________________________________________________
11724 [  4762] By: gsar                                  on 2000/01/06  04:09:00
11725         Log: tweak test in change#4757 for Windows
11726      Branch: perl
11727            ! t/io/open.t
11728 ____________________________________________________________________________
11729 [  4761] By: gsar                                  on 2000/01/06  02:55:30
11730         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
11731              they belonged to freed OP_CONSTs)
11732      Branch: perl
11733            ! op.c
11734 ____________________________________________________________________________
11735 [  4760] By: gsar                                  on 2000/01/06  00:22:40
11736         Log: constant ranges could escape bareword check in list context
11737      Branch: perl
11738            ! op.c t/pragma/strict-subs
11739 ____________________________________________________________________________
11740 [  4759] By: gsar                                  on 2000/01/05  20:52:50
11741         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11742              Date: Wed, 05 Jan 2000 15:23:18 EST
11743              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
11744              Subject: Re: minimal m//g matches appear busted
11745      Branch: perl
11746            ! regexec.c t/op/pat.t
11747 ____________________________________________________________________________
11748 [  4758] By: gsar                                  on 2000/01/05  12:49:40
11749         Log: various nits identified by warnings unmasked by recent changes
11750      Branch: perl
11751            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
11752 ____________________________________________________________________________
11753 [  4757] By: gsar                                  on 2000/01/05  12:48:10
11754         Log: severe bugs in change#3786 fixed
11755      Branch: perl
11756            ! doio.c t/io/open.t
11757 ____________________________________________________________________________
11758 [  4756] By: gsar                                  on 2000/01/05  11:25:10
11759         Log: tweak change#4745 to make ebcdic output match for chars <= 037
11760      Branch: perl
11761            ! ext/Data/Dumper/Dumper.pm
11762 ____________________________________________________________________________
11763 [  4755] By: gsar                                  on 2000/01/05  06:56:05
11764         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
11765      Branch: perl
11766            ! Configure util.c utils/perlcc.PL
11767 ____________________________________________________________________________
11768 [  4754] By: gsar                                  on 2000/01/05  06:52:25
11769         Log: avoid expensive Version_check (from Andreas Koenig)
11770      Branch: perl
11771            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11772            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11773 ____________________________________________________________________________
11774 [  4753] By: gsar                                  on 2000/01/05  06:48:22
11775         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
11776              Date: 03 Jan 2000 21:56:02 +0100
11777              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
11778              Subject: Reloading File::Copy
11779      Branch: perl
11780            ! Changes lib/File/Copy.pm t/lib/filecopy.t
11781 ____________________________________________________________________________
11782 [  4752] By: gsar                                  on 2000/01/04  01:19:20
11783         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
11784      Branch: perl
11785            ! win32/Makefile win32/makefile.mk win32/win32.h
11786 ____________________________________________________________________________
11787 [  4751] By: gsar                                  on 2000/01/03  18:26:08
11788         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
11789      Branch: perl
11790            ! lib/ExtUtils/MakeMaker.pm
11791 ____________________________________________________________________________
11792 [  4750] By: gsar                                  on 2000/01/02  21:58:02
11793         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
11794              to write to a file other than tmon.out (suggested by Haakon Alstadheim
11795              <Haakon.Alstadheim@sds.no>)
11796      Branch: perl
11797            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
11798 ____________________________________________________________________________
11799 [  4749] By: gsar                                  on 2000/01/02  21:37:29
11800         Log: disable optimization in change#3612 for join() and quotemeta()--this
11801              removes all the gross hacks for the special cases in that change; fix
11802              pp_concat() for when TARG == arg (modified version of patch suggested
11803              by Ilya Zakharevich)
11804      Branch: perl
11805            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
11806 ____________________________________________________________________________
11807 [  4748] By: gsar                                  on 2000/01/02  20:26:06
11808         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
11809              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
11810      Branch: perl
11811            ! lib/ExtUtils/MakeMaker.pm
11812 ____________________________________________________________________________
11813 [  4747] By: gsar                                  on 2000/01/02  20:17:36
11814         Log: fix 4-arg substr() when used as argument to subroutine
11815      Branch: perl
11816            ! pp.c t/op/substr.t
11817 ____________________________________________________________________________
11818 [  4746] By: gsar                                  on 2000/01/02  18:45:58
11819         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
11820      Branch: perl
11821            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
11822            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
11823            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11824            ! perlapi.c proto.h thread.h util.c
11825 ____________________________________________________________________________
11826 [  4745] By: gsar                                  on 2000/01/02  18:15:44
11827         Log: ebcdic fix for Data::Dumper from Peter Prymmer
11828      Branch: perl
11829            ! ext/Data/Dumper/Dumper.pm regcomp.c
11830 ____________________________________________________________________________
11831 [  4744] By: gsar                                  on 1999/12/31  22:42:23
11832         Log: missing files in previous submit
11833      Branch: perl
11834            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
11835            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
11836 ____________________________________________________________________________
11837 [  4743] By: gsar                                  on 1999/12/31  06:47:18
11838         Log: various Windows build tweaks
11839      Branch: perl
11840            ! win32/win32.h
11841 ____________________________________________________________________________
11842 [  4742] By: gsar                                  on 1999/12/30  21:32:36
11843         Log: change#4705 breaks code that interpolates $], so leave string value
11844              of $] as it was for compatibility (and perhaps introduce $^V or similar
11845              for the utf8 representation, maybe?)
11846      Branch: perl
11847            ! configpm gv.c
11848 ____________________________________________________________________________
11849 [  4741] By: gsar                                  on 1999/12/30  19:36:21
11850         Log: avoid CRLF in byteloadable files created by perlcc
11851      Branch: perl
11852            ! utils/perlcc.PL
11853 ____________________________________________________________________________
11854 [  4740] By: gsar                                  on 1999/12/30  19:35:07
11855         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
11856      Branch: perl
11857            ! pod/perldelta.pod toke.c
11858 ____________________________________________________________________________
11859 [  4739] By: gsar                                  on 1999/12/30  05:44:21
11860         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
11861              to allow ByteLoader to work; the DATA filehandles continue to
11862              be left open in text mode for compatibility
11863      Branch: perl
11864            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
11865            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
11866            ! win32/win32.h
11867 ____________________________________________________________________________
11868 [  4738] By: gsar                                  on 1999/12/30  04:36:12
11869         Log: CR-LF support broken for formats
11870      Branch: perl
11871            ! toke.c
11872 ____________________________________________________________________________
11873 [  4737] By: gsar                                  on 1999/12/29  22:30:52
11874         Log: make DProf functional under pseudo-fork()
11875      Branch: perl
11876            ! ext/Devel/DProf/DProf.xs
11877 ____________________________________________________________________________
11878 [  4736] By: gsar                                  on 1999/12/29  21:04:59
11879         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
11880              Mulder)
11881      Branch: perl
11882            ! doio.c pp_hot.c t/io/argv.t
11883 ____________________________________________________________________________
11884 [  4735] By: gsar                                  on 1999/12/29  18:12:40
11885         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
11886              Koenig)
11887      Branch: perl
11888            ! Makefile.SH
11889 ____________________________________________________________________________
11890 [  4734] By: gsar                                  on 1999/12/28  21:10:37
11891         Log: Windows build tweaks
11892      Branch: perl
11893            ! INTERN.h sv.c
11894 ____________________________________________________________________________
11895 [  4733] By: gsar                                  on 1999/12/28  20:45:15
11896         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
11897              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
11898      Branch: perl
11899            ! pp_sys.c
11900 ____________________________________________________________________________
11901 [  4732] By: gsar                                  on 1999/12/28  20:42:13
11902         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
11903              <ralph@inputplus.demon.co.uk>
11904      Branch: perl
11905            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
11906 ____________________________________________________________________________
11907 [  4731] By: gsar                                  on 1999/12/28  20:23:17
11908         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
11909              not supplied (variant of patch suggested by Ilya Zakharevich)
11910      Branch: perl
11911            ! XSUB.h lib/ExtUtils/xsubpp
11912 ____________________________________________________________________________
11913 [  4730] By: gsar                                  on 1999/12/28  19:55:56
11914         Log: range operator does magical string increment iff both operands
11915              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
11916              the "foreach (RANGE)" case as well
11917      Branch: perl
11918            ! pp_ctl.c t/op/range.t
11919 ____________________________________________________________________________
11920 [  4729] By: gsar                                  on 1999/12/28  18:40:19
11921         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
11922      Branch: perl
11923            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
11924            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
11925            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
11926            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
11927            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
11928            ! win32/win32.h
11929 ____________________________________________________________________________
11930 [  4728] By: gsar                                  on 1999/12/28  07:44:19
11931         Log: typecasts needed
11932      Branch: perl
11933            ! toke.c
11934 ____________________________________________________________________________
11935 [  4727] By: gsar                                  on 1999/12/28  06:23:08
11936         Log: change#4721 needed line number adjustments
11937      Branch: perl
11938            ! MANIFEST global.sym proto.h t/pragma/warn/doop
11939            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
11940            ! t/pragma/warn/toke t/pragma/warn/utf8
11941 ____________________________________________________________________________
11942 [  4726] By: gsar                                  on 1999/12/28  04:18:15
11943         Log: integrate utfperl contents into mainline
11944      Branch: perl
11945           +> lib/byte.pm lib/byte_heavy.pl
11946           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
11947           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
11948           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
11949 ____________________________________________________________________________
11950 [  4725] By: gsar                                  on 1999/12/28  04:08:09
11951         Log: integrate mainline contents
11952      Branch: utfperl
11953            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
11954            - lib/unicode/Eq/Unicode
11955           !> (integrate 60 files)
11956 ____________________________________________________________________________
11957 [  4724] By: gsar                                  on 1999/12/28  03:44:10
11958         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
11959      Branch: perl
11960            ! regcomp.c t/op/re_tests
11961 ____________________________________________________________________________
11962 [  4723] By: gsar                                  on 1999/12/28  03:28:39
11963         Log: more ebcdic testsuite fixups (from Peter Prymmer)
11964      Branch: perl
11965            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
11966            ! t/pragma/overload.t t/pragma/utf8.t
11967 ____________________________________________________________________________
11968 [  4722] By: gsar                                  on 1999/12/28  03:14:48
11969         Log: avoid "used once" warning
11970      Branch: perl
11971            ! lib/diagnostics.pm
11972 ____________________________________________________________________________
11973 [  4721] By: gsar                                  on 1999/12/28  03:10:32
11974         Log: ebcdic tweaks for tests from Peter Prymmer
11975      Branch: perl
11976            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
11977            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
11978 ____________________________________________________________________________
11979 [  4720] By: gsar                                  on 1999/12/28  03:08:39
11980         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
11981      Branch: perl
11982            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
11983            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
11984            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
11985 ____________________________________________________________________________
11986 [  4719] By: gsar                                  on 1999/12/28  03:01:04
11987         Log: perlport v1.45 from Chris Nandor
11988      Branch: perl
11989            ! pod/perlport.pod
11990 ____________________________________________________________________________
11991 [  4718] By: gsar                                  on 1999/12/28  02:59:16
11992         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
11993              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
11994      Branch: perl
11995            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
11996            ! t/pragma/constant.t
11997 ____________________________________________________________________________
11998 [  4717] By: gsar                                  on 1999/12/28  02:47:04
11999         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
12000      Branch: perl
12001            - ext/DynaLoader/dl_cygwin.xs
12002            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
12003            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
12004            ! util.c
12005 ____________________________________________________________________________
12006 [  4716] By: gsar                                  on 1999/12/28  02:40:51
12007         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
12008              (from Andy Dougherty)
12009      Branch: perl
12010            ! Configure
12011 ____________________________________________________________________________
12012 [  4715] By: gsar                                  on 1999/12/28  02:38:44
12013         Log: better variant of change#4644 (from Andy Dougherty)
12014      Branch: perl
12015            ! Configure
12016 ____________________________________________________________________________
12017 [  4714] By: gsar                                  on 1999/12/28  02:36:40
12018         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
12019      Branch: perl
12020            ! Configure
12021 ____________________________________________________________________________
12022 [  4713] By: gsar                                  on 1999/12/28  02:35:15
12023         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
12024              INSTALL (from Andy Dougherty)
12025      Branch: perl
12026            ! Configure
12027 ____________________________________________________________________________
12028 [  4712] By: gsar                                  on 1999/12/28  02:30:55
12029         Log: avoid creating new files during make install
12030      Branch: perl
12031            ! Makefile.SH
12032 ____________________________________________________________________________
12033 [  4711] By: gsar                                  on 1999/12/28  02:24:44
12034         Log: pod edits from Paul Marquess and Mark-Jason Dominus
12035      Branch: perl
12036            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
12037            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
12038            ! pod/perldelta.pod
12039 ____________________________________________________________________________
12040 [  4710] By: gsar                                  on 1999/12/28  02:05:23
12041         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
12042              <sthoenna@efn.org>); add explicit target for opmini.o
12043      Branch: perl
12044            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
12045 ____________________________________________________________________________
12046 [  4709] By: gsar                                  on 1999/12/28  01:20:39
12047         Log: partly fix perldiag regressions identified by Tom Christiansen
12048      Branch: perl
12049            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
12050            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
12051            ! t/pragma/warn/pp_sys
12052 ____________________________________________________________________________
12053 [  4708] By: gsar                                  on 1999/12/27  23:33:24
12054         Log: update perldiag for change#4707
12055      Branch: perl
12056            ! perl.c pod/perldiag.pod
12057 ____________________________________________________________________________
12058 [  4707] By: gsar                                  on 1999/12/27  23:23:39
12059         Log: allow spaces in -I switch argument
12060      Branch: perl
12061            ! perl.c
12062 ____________________________________________________________________________
12063 [  4706] By: gsar                                  on 1999/12/26  23:44:53
12064         Log: fix typos
12065      Branch: utfperl
12066            ! sv.h toke.c
12067 ____________________________________________________________________________
12068 [  4705] By: gsar                                  on 1999/12/24  04:02:35
12069         Log: support for v5.5.640 style version numbers
12070      Branch: utfperl
12071            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
12072            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
12073 ____________________________________________________________________________
12074 [  4704] By: gsar                                  on 1999/12/23  08:54:27
12075         Log: bring in basic threads stuff under USE_ITHREADS
12076      Branch: perl
12077            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
12078            ! util.c
12079 ____________________________________________________________________________
12080 [  4703] By: gsar                                  on 1999/12/23  00:10:06
12081         Log: integrate mainline contents into utfperl
12082      Branch: utfperl
12083           !> (integrate 33 files)
12084 ____________________________________________________________________________
12085 [  4702] By: gsar                                  on 1999/12/20  17:18:23
12086         Log: virtual directory handling broken on paths with trailing slash
12087      Branch: perl
12088            ! win32/Makefile win32/makefile.mk win32/vdir.h
12089 ____________________________________________________________________________
12090 [  4701] By: gsar                                  on 1999/12/20  17:09:55
12091         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
12092              isn't set for all m/$foo/o)
12093      Branch: perl
12094            ! pp_ctl.c
12095 ____________________________________________________________________________
12096 [  4700] By: gsar                                  on 1999/12/20  16:28:51
12097         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
12098              we have a race on our hands)
12099      Branch: perl
12100            ! pp_ctl.c
12101 ____________________________________________________________________________
12102 [  4699] By: gsar                                  on 1999/12/20  16:19:00
12103         Log: pod tweaks
12104      Branch: perl
12105            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
12106 ____________________________________________________________________________
12107 [  4698] By: gsar                                  on 1999/12/20  07:55:07
12108         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
12109      Branch: perl
12110            ! utf8.c
12111 ____________________________________________________________________________
12112 [  4697] By: gsar                                  on 1999/12/18  01:35:50
12113         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
12114              anon hash rather than a block; test case for the same
12115      Branch: perl
12116            ! t/comp/term.t toke.c
12117 ____________________________________________________________________________
12118 [  4696] By: gsar                                  on 1999/12/17  19:55:03
12119         Log: leak in change#4694 spotted by Larry
12120      Branch: perl
12121            ! hv.c
12122 ____________________________________________________________________________
12123 [  4695] By: gsar                                  on 1999/12/17  18:14:11
12124         Log: test case for change#4694
12125      Branch: perl
12126            ! t/op/delete.t
12127 ____________________________________________________________________________
12128 [  4694] By: gsar                                  on 1999/12/17  18:09:08
12129         Log: delete() should return the value as is, not a copy thereof
12130      Branch: perl
12131            ! hv.c pod/perldelta.pod
12132 ____________________________________________________________________________
12133 [  4693] By: gsar                                  on 1999/12/17  17:45:58
12134         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
12135      Branch: perl
12136            ! regexec.c t/op/re_tests
12137 ____________________________________________________________________________
12138 [  4692] By: gsar                                  on 1999/12/17  17:41:10
12139         Log: credits tweak
12140      Branch: perl
12141            ! lib/File/Spec.pm
12142 ____________________________________________________________________________
12143 [  4691] By: gsar                                  on 1999/12/17  07:12:53
12144         Log: DynaLoader doesn't build properly when $(DLSRC) changes
12145              (fix suggested by Hans Mulder)
12146      Branch: perl
12147            ! ext/DynaLoader/Makefile.PL
12148 ____________________________________________________________________________
12149 [  4690] By: gsar                                  on 1999/12/17  06:26:34
12150         Log: add missing new ops
12151      Branch: perl
12152            ! ext/B/ramblings/runtime.porting
12153 ____________________________________________________________________________
12154 [  4689] By: gsar                                  on 1999/12/17  06:16:49
12155         Log: test harness tweak from Hans Mulder
12156      Branch: perl
12157            ! t/TEST
12158 ____________________________________________________________________________
12159 [  4688] By: gsar                                  on 1999/12/17  06:14:23
12160         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
12161              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
12162      Branch: perl
12163            ! Makefile.SH cygwin/Makefile.SHs
12164 ____________________________________________________________________________
12165 [  4687] By: gsar                                  on 1999/12/17  06:06:46
12166         Log: applied suggested patch with whitespace adjustments
12167              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
12168              Date: Thu, 16 Dec 1999 08:57:55 +0100
12169              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
12170              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
12171      Branch: perl
12172            ! lib/File/Find.pm
12173 ____________________________________________________________________________
12174 [  4686] By: gsar                                  on 1999/12/17  05:48:53
12175         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
12176              by Hans Mulder)
12177      Branch: perl
12178            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
12179            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12180            ! ext/DynaLoader/dl_rhapsody.xs
12181 ____________________________________________________________________________
12182 [  4685] By: gsar                                  on 1999/12/17  05:37:51
12183         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
12184              <rjk@linguist.dartmouth.edu>)
12185      Branch: perl
12186            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12187 ____________________________________________________________________________
12188 [  4684] By: gsar                                  on 1999/12/16  09:32:48
12189         Log: spell out how to get 4-digit year (from Micheal G Schwern
12190              <schwern@pobox.com>)
12191      Branch: perl
12192            ! pod/perlfunc.pod
12193 ____________________________________________________________________________
12194 [  4683] By: gsar                                  on 1999/12/16  09:26:53
12195         Log: type mismatch for %c format argument (spotted by Robin Barker
12196              <rmb1@cise.npl.co.uk>)
12197      Branch: perl
12198            ! regcomp.c
12199 ____________________________________________________________________________
12200 [  4682] By: gsar                                  on 1999/12/16  08:33:28
12201         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
12202              <sho_pi@hotmail.com>)
12203      Branch: perl
12204            ! win32/win32.c
12205 ____________________________________________________________________________
12206 [  4681] By: gsar                                  on 1999/12/16  08:31:15
12207         Log: missing backslash (spotted by Johan Vromans)
12208      Branch: perl
12209            ! perl.c
12210 ____________________________________________________________________________
12211 [  4680] By: gsar                                  on 1999/12/16  08:26:00
12212         Log: avoid coredump on diagnostics when STDERR is closed
12213      Branch: perl
12214            ! perl.h
12215 ____________________________________________________________________________
12216 [  4679] By: gsar                                  on 1999/12/12  18:09:41
12217         Log: integrate mainline changes
12218      Branch: utfperl
12219           +> (branch 39 files)
12220            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
12221            - lib/unicode/UnicodeData-Latest.txt
12222           !> (integrate 447 files)
12223 ____________________________________________________________________________
12224 [  4678] By: gsar                                  on 1999/12/10  01:39:13
12225         Log: interpreter structure should be nulled under -DMULTIPLICITY
12226      Branch: perl
12227            ! perl.c
12228 ____________________________________________________________________________
12229 [  4677] By: gsar                                  on 1999/12/09  11:10:27
12230         Log: update Changes
12231      Branch: perl
12232            ! Changes
12233
12234 ----------------
12235 Version 5.005_63
12236 ----------------
12237
12238 ____________________________________________________________________________
12239 [  4676] By: gsar                                  on 1999/12/09  10:51:43
12240         Log: fix File::Find testsuite bugs in symlink-less places
12241      Branch: perl
12242            ! t/lib/filefind.t
12243 ____________________________________________________________________________
12244 [  4675] By: gsar                                  on 1999/12/09  10:22:31
12245         Log: USE_ITHREADS tweaks and notes
12246      Branch: perl
12247            ! op.c pod/perldelta.pod sv.c
12248 ____________________________________________________________________________
12249 [  4674] By: gsar                                  on 1999/12/09  10:21:53
12250         Log: allow new style sort subs to work under usethreads
12251      Branch: perl
12252            ! pp_ctl.c
12253 ____________________________________________________________________________
12254 [  4673] By: gsar                                  on 1999/12/09  04:00:23
12255         Log: document compatibility issue with literal list slices and NOTOP
12256              (C<not (1,2,3)[0]> is now a syntax error)
12257      Branch: perl
12258            ! pod/perldelta.pod
12259 ____________________________________________________________________________
12260 [  4672] By: gsar                                  on 1999/12/09  01:14:46
12261         Log: avoid mismatched expectation <-> int types for C++ builds
12262      Branch: perl
12263            ! embed.pl intrpvar.h proto.h toke.c
12264 ____________________________________________________________________________
12265 [  4671] By: gsar                                  on 1999/12/09  00:36:24
12266         Log: newer version of File::Find with support for following symlinks and
12267              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
12268      Branch: perl
12269            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
12270 ____________________________________________________________________________
12271 [  4670] By: gsar                                  on 1999/12/09  00:13:06
12272         Log: avoid initializing GvCV slot for autovivified filehandles
12273      Branch: perl
12274            ! pp.c
12275 ____________________________________________________________________________
12276 [  4669] By: gsar                                  on 1999/12/08  19:09:27
12277         Log: apply change#4618 again along with Ilya's patch to fix bugs
12278              in it (see change#4622)
12279      Branch: perl
12280            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
12281            ! t/op/re_tests t/op/subst.t
12282 ____________________________________________________________________________
12283 [  4668] By: gsar                                  on 1999/12/08  18:56:53
12284         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
12285              From: Larry Wall <larry@wall.org>
12286              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
12287              Message-Id: <199912072039.MAA13257@kiev.wall.org>
12288              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
12289      Branch: perl
12290            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
12291 ____________________________________________________________________________
12292 [  4667] By: gsar                                  on 1999/12/08  18:47:37
12293         Log: patch to fix aix hints from ortmann@vnet.ibm.com
12294      Branch: perl
12295            ! hints/aix.sh
12296 ____________________________________________________________________________
12297 [  4666] By: gsar                                  on 1999/12/08  18:29:02
12298         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
12299              Tim Meadowcroft
12300      Branch: perl
12301            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
12302 ____________________________________________________________________________
12303 [  4665] By: gsar                                  on 1999/12/08  02:22:31
12304         Log: introduce save_I8() for saving byte values
12305      Branch: perl
12306            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
12307            ! regcomp.c regexec.c scope.c scope.h sv.c
12308 ____________________________________________________________________________
12309 [  4664] By: gsar                                  on 1999/12/08  02:02:33
12310         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
12311      Branch: perl
12312            ! toke.c
12313 ____________________________________________________________________________
12314 [  4663] By: gsar                                  on 1999/12/08  01:11:44
12315         Log: longstanding typo in lexer: PL_lex_expect was not properly
12316              saved on reentry
12317      Branch: perl
12318            ! toke.c
12319 ____________________________________________________________________________
12320 [  4662] By: gsar                                  on 1999/12/07  23:16:21
12321         Log: typos in change#4546
12322      Branch: perl
12323            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
12324 ____________________________________________________________________________
12325 [  4661] By: gsar                                  on 1999/12/07  09:33:50
12326         Log: typos in change#4660
12327      Branch: perl
12328            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
12329 ____________________________________________________________________________
12330 [  4660] By: gsar                                  on 1999/12/06  23:42:55
12331         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
12332              fix bug where lc($readonly) could result in bogus errors
12333      Branch: perl
12334            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
12335            ! pp.c pp_sys.c proto.h sv.c
12336 ____________________________________________________________________________
12337 [  4659] By: gsar                                  on 1999/12/06  15:24:31
12338         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
12339              <jarausch@igpm.rwth-aachen.de>)
12340      Branch: perl
12341            ! perl.h
12342 ____________________________________________________________________________
12343 [  4658] By: gsar                                  on 1999/12/06  15:18:30
12344         Log: fix for -Dp via $^D (suggested by Stephane Payrard
12345              <stef@adnaccess.com>)
12346      Branch: perl
12347            ! mg.c
12348 ____________________________________________________________________________
12349 [  4657] By: gsar                                  on 1999/12/06  06:50:01
12350         Log: change#4641 needs perldiag.pod edit
12351      Branch: perl
12352            - lib/unicode/UnicodeData-Latest.txt
12353            ! pod/perldiag.pod
12354 ____________________________________________________________________________
12355 [  4656] By: gsar                                  on 1999/12/06  01:36:56
12356         Log: Makefile tweak for change#4649
12357      Branch: perl
12358            ! Makefile.SH
12359 ____________________________________________________________________________
12360 [  4655] By: gsar                                  on 1999/12/05  17:23:57
12361         Log: change#4653 was missing a patch reject
12362      Branch: perl
12363            ! win32/makefile.mk
12364 ____________________________________________________________________________
12365 [  4654] By: gsar                                  on 1999/12/05  11:41:04
12366         Log: windows build tweaks for Borland compiler
12367      Branch: perl
12368            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
12369 ____________________________________________________________________________
12370 [  4653] By: gsar                                  on 1999/12/05  11:07:37
12371         Log: applied somewhat modified version of suggested patch
12372              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
12373              Date: Thu, 18 Nov 1999 18:45:27 PST
12374              Message-ID: <19991119024527.72749.qmail@hotmail.com>
12375              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
12376      Branch: perl
12377            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
12378            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12379            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
12380            ! win32/makefile.mk win32/win32.h
12381 ____________________________________________________________________________
12382 [  4652] By: gsar                                  on 1999/12/05  09:24:45
12383         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
12384              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
12385              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
12386              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
12387      Branch: perl
12388            ! Changes hints/svr5.sh
12389 ____________________________________________________________________________
12390 [  4651] By: gsar                                  on 1999/12/05  09:01:19
12391         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
12392              when given non-existent drive names
12393      Branch: perl
12394            ! lib/File/Path.pm
12395 ____________________________________________________________________________
12396 [  4650] By: gsar                                  on 1999/12/05  08:47:11
12397         Log: windows build tweaks for change#4649
12398      Branch: perl
12399            ! win32/Makefile win32/makefile.mk
12400 ____________________________________________________________________________
12401 [  4649] By: gsar                                  on 1999/12/05  07:49:28
12402         Log: make File::Glob::glob() the default for CORE::glob()
12403              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
12404      Branch: perl
12405            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
12406            ! win32/makefile.mk
12407 ____________________________________________________________________________
12408 [  4648] By: gsar                                  on 1999/12/05  00:33:34
12409         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
12410      Branch: perl
12411            ! lib/Pod/Html.pm
12412 ____________________________________________________________________________
12413 [  4647] By: gsar                                  on 1999/12/05  00:14:01
12414         Log: remove outdated entry
12415      Branch: perl
12416            ! pod/perltrap.pod
12417 ____________________________________________________________________________
12418 [  4646] By: gsar                                  on 1999/12/04  22:48:51
12419         Log: s/block/loop block/ in diagnostics about next, last, redo
12420      Branch: perl
12421            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
12422 ____________________________________________________________________________
12423 [  4645] By: gsar                                  on 1999/12/04  22:25:32
12424         Log: readability tweak suggested by GRommel@sears.com
12425      Branch: perl
12426            ! pp.c
12427 ____________________________________________________________________________
12428 [  4644] By: gsar                                  on 1999/12/04  22:05:00
12429         Log: Configure tweak from Peter Prymmer
12430      Branch: perl
12431            ! Configure
12432 ____________________________________________________________________________
12433 [  4643] By: gsar                                  on 1999/12/04  21:55:27
12434         Log: make weak keyword check look for defined(&lock), not
12435              merely defined(*lock)
12436      Branch: perl
12437            ! toke.c
12438 ____________________________________________________________________________
12439 [  4642] By: gsar                                  on 1999/12/04  21:11:51
12440         Log: make eof() open ARGV if it isn't open already; also fixes bug
12441              where eof() would operate on any last-read filehandle, not
12442              just ARGV
12443      Branch: perl
12444            ! pp_sys.c
12445 ____________________________________________________________________________
12446 [  4641] By: gsar                                  on 1999/12/04  04:42:25
12447         Log: make uninitialized value warnings report opcode
12448      Branch: perl
12449            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
12450            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
12451            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
12452            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
12453            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
12454            ! t/pragma/warn/sv
12455 ____________________________________________________________________________
12456 [  4640] By: gsar                                  on 1999/12/04  02:40:44
12457         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
12458              that don't do range checking
12459      Branch: perl
12460            ! lib/Time/Local.pm
12461 ____________________________________________________________________________
12462 [  4639] By: gsar                                  on 1999/12/04  01:00:49
12463         Log: better implementation of change#3326; open(local $foo,...) now
12464              allowed in addition to any uninitialized variable, for consistency
12465              with how autovivification works elsewhere; add code to use the
12466              variable name as the name of the handle for simple variables, so
12467              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
12468      Branch: perl
12469            ! op.c pod/perldelta.pod pp.c t/io/open.t
12470 ____________________________________________________________________________
12471 [  4638] By: gsar                                  on 1999/12/03  21:20:00
12472         Log: pod nits
12473      Branch: perl
12474            ! pod/perlfunc.pod pod/perlrun.pod
12475 ____________________________________________________________________________
12476 [  4637] By: gsar                                  on 1999/12/03  08:59:04
12477         Log: change#4431 was flawed
12478      Branch: perl
12479            ! Makefile.SH
12480 ____________________________________________________________________________
12481 [  4636] By: gsar                                  on 1999/12/03  07:59:52
12482         Log: pod embellishments from Nathan Torkington
12483      Branch: perl
12484            ! pod/perlfaq2.pod pod/perlhack.pod
12485 ____________________________________________________________________________
12486 [  4635] By: gsar                                  on 1999/12/03  07:56:04
12487         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
12488      Branch: perl
12489            ! pod/perlfaq4.pod
12490 ____________________________________________________________________________
12491 [  4634] By: gsar                                  on 1999/12/03  07:47:47
12492         Log: test tweak for VMS (from Craig A. Berry)
12493      Branch: perl
12494            ! t/io/nargv.t
12495 ____________________________________________________________________________
12496 [  4633] By: gsar                                  on 1999/12/03  07:44:52
12497         Log: patchls tweak from Andreas Koenig
12498      Branch: perl
12499            ! Porting/patchls
12500 ____________________________________________________________________________
12501 [  4632] By: gsar                                  on 1999/12/03  07:42:23
12502         Log: don't mess with the umask()
12503      Branch: perl
12504            ! installhtml installman installperl lib/ExtUtils/Install.pm
12505            ! lib/ExtUtils/Manifest.pm
12506 ____________________________________________________________________________
12507 [  4631] By: gsar                                  on 1999/12/03  06:52:50
12508         Log: support -a switch to append bytecode to an existing file and make
12509              perlcc use it (from Tom Hughes <tom@compton.nu>)
12510      Branch: perl
12511            ! ext/B/B/Bytecode.pm utils/perlcc.PL
12512 ____________________________________________________________________________
12513 [  4630] By: gsar                                  on 1999/12/03  06:46:16
12514         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
12515              (from Tom Phoenix)
12516      Branch: perl
12517            ! pod/perltrap.pod
12518 ____________________________________________________________________________
12519 [  4629] By: gsar                                  on 1999/12/03  06:40:15
12520         Log: use PerlIO abstraction rather than straight stdio (from
12521              Chip Salzenberg)
12522      Branch: perl
12523            ! ext/ByteLoader/ByteLoader.xs
12524 ____________________________________________________________________________
12525 [  4628] By: gsar                                  on 1999/12/03  06:15:54
12526         Log: avoid warning in IO::Select::exists() if socket doesn't exist
12527      Branch: perl
12528            ! ext/IO/lib/IO/Select.pm
12529 ____________________________________________________________________________
12530 [  4627] By: gsar                                  on 1999/12/03  06:05:19
12531         Log: two small patches from Peter Prymmer <pvhp@forte.com>
12532      Branch: perl
12533            ! makedepend.SH win32/Makefile win32/makefile.mk
12534 ____________________________________________________________________________
12535 [  4626] By: gsar                                  on 1999/12/03  05:36:38
12536         Log: From: Peter Prymmer <pvhp@forte.com>
12537              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
12538              Message-Id: <199911260506.VAA17230@brio.forte.com>
12539              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
12540      Branch: perl
12541            ! regcomp.c
12542 ____________________________________________________________________________
12543 [  4625] By: gsar                                  on 1999/12/03  05:20:21
12544         Log: Windows build tweaks due to change#4623
12545      Branch: perl
12546            ! win32/Makefile win32/makefile.mk win32/perlhost.h
12547 ____________________________________________________________________________
12548 [  4624] By: gsar                                  on 1999/12/03  04:58:30
12549         Log: add missing file
12550      Branch: perl
12551            + ext/DynaLoader/XSLoader_pm.PL
12552 ____________________________________________________________________________
12553 [  4623] By: gsar                                  on 1999/12/03  04:47:03
12554         Log: applied suggested patch; removed $VERSION = $VERSION hack
12555              (change#4043 fixed the need for that)
12556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12557              Date: Tue, 16 Nov 1999 01:50:31 EST
12558              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
12559              Subject: [PATCH 5.005_62] XSLoader.pm
12560      Branch: perl
12561            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
12562            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
12563            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
12564            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
12565            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
12566            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
12567            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12568            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
12569            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
12570            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
12571            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
12572 ____________________________________________________________________________
12573 [  4622] By: gsar                                  on 1999/12/03  04:02:39
12574         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
12575      Branch: perl
12576            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
12577 ____________________________________________________________________________
12578 [  4621] By: gsar                                  on 1999/12/02  22:24:53
12579         Log: caveat about thread-safety of extensions
12580      Branch: perl
12581            ! pod/perlfork.pod
12582 ____________________________________________________________________________
12583 [  4620] By: gsar                                  on 1999/12/02  20:31:02
12584         Log: XS documentation patches suggested by Ilya, severally adjusted
12585      Branch: perl
12586            ! pod/perlxs.pod pod/perlxstut.pod
12587 ____________________________________________________________________________
12588 [  4619] By: gsar                                  on 1999/12/02  17:52:50
12589         Log: re-add missing Unicode database master
12590      Branch: perl
12591            + lib/unicode/Unicode.300
12592 ____________________________________________________________________________
12593 [  4618] By: gsar                                  on 1999/12/02  06:56:18
12594         Log: applied suggested patch with prototype changes
12595              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
12596              Date:    Tue, 23 Nov 1999 22:55:55 EST
12597              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
12598              Subject: [PATCH 5.005_62] First char cognizance
12599      Branch: perl
12600            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
12601 ____________________________________________________________________________
12602 [  4617] By: gsar                                  on 1999/12/02  06:04:57
12603         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
12604      Branch: perl
12605            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
12606 ____________________________________________________________________________
12607 [  4616] By: gsar                                  on 1999/12/02  04:30:22
12608         Log: various documentation tweaks suggested by M. J. T. Guy
12609      Branch: perl
12610            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
12611 ____________________________________________________________________________
12612 [  4615] By: gsar                                  on 1999/12/02  04:17:43
12613         Log: various File::Glob fixes for DOSISH platforms
12614              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12615              Date: Tue, 02 Nov 1999 11:11:25 GMT
12616              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
12617              Subject: File::Glob again. Final patch, honest!
12618      Branch: perl
12619            + t/lib/glob-case.t
12620            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
12621            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
12622            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
12623 ____________________________________________________________________________
12624 [  4614] By: gsar                                  on 1999/12/02  03:42:55
12625         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
12626              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
12627      Branch: perl
12628            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
12629 ____________________________________________________________________________
12630 [  4613] By: gsar                                  on 1999/12/02  01:59:19
12631         Log: ignore yet another known scalar leak
12632      Branch: perl
12633            ! t/pragma/warn/regcomp
12634 ____________________________________________________________________________
12635 [  4612] By: gsar                                  on 1999/12/02  01:15:02
12636         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
12637      Branch: perl
12638            ! pp.c
12639 ____________________________________________________________________________
12640 [  4611] By: gsar                                  on 1999/12/02  00:31:43
12641         Log: a somewhat tweaked version of suggested patch
12642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12643              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
12644              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
12645              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
12646      Branch: perl
12647            ! pod/perlfunc.pod
12648 ____________________________________________________________________________
12649 [  4610] By: gsar                                  on 1999/12/01  19:09:31
12650         Log: more accurate require() pseudocode (from James P. Williams
12651              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
12652      Branch: perl
12653            ! pod/perlfunc.pod
12654 ____________________________________________________________________________
12655 [  4609] By: gsar                                  on 1999/12/01  18:43:49
12656         Log: avoid "Callback called exit" error on intentional exit()
12657      Branch: perl
12658            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
12659 ____________________________________________________________________________
12660 [  4608] By: gsar                                  on 1999/12/01  18:42:38
12661         Log: find_byclass() prototype was incoherent
12662      Branch: perl
12663            ! regexec.c
12664 ____________________________________________________________________________
12665 [  4607] By: gsar                                  on 1999/12/01  05:45:10
12666         Log: better documentation for goto &NAME (from M. J. T. Guy)
12667      Branch: perl
12668            ! pod/perlfunc.pod
12669 ____________________________________________________________________________
12670 [  4606] By: gsar                                  on 1999/12/01  05:33:14
12671         Log: integrate cfgperl contents into mainline
12672      Branch: perl
12673           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
12674           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
12675            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
12676            ! Changes
12677           !> (integrate 210 files)
12678 ____________________________________________________________________________
12679 [  4605] By: gsar                                  on 1999/12/01  05:15:27
12680         Log: avoid PTR->IV cast warnings
12681      Branch: perl
12682            ! mg.c op.c scope.h
12683 ____________________________________________________________________________
12684 [  4604] By: gsar                                  on 1999/12/01  03:59:56
12685         Log: email address changes
12686      Branch: perl
12687            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
12688            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
12689            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
12690            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
12691            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
12692 ____________________________________________________________________________
12693 [  4603] By: gsar                                  on 1999/12/01  03:45:13
12694         Log: minor USE_ITHREADS tweaks
12695      Branch: perl
12696            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
12697            ! win32/perllib.c win32/win32.h
12698 ____________________________________________________________________________
12699 [  4602] By: gsar                                  on 1999/12/01  01:00:09
12700         Log: more complete pseudo-fork() support for Windows
12701      Branch: perl
12702            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
12703            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
12704            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
12705            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
12706            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
12707            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
12708            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
12709            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
12710            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
12711            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
12712            ! win32/win32iop.h win32/win32thread.h
12713 ____________________________________________________________________________
12714 [  4601] By: gsar                                  on 1999/12/01  00:45:38
12715         Log: rudimentary support for remote debugging, from aeons ago (somewhat
12716              modified)
12717              From: Graham TerMarsch <grahamt@ActiveState.com>
12718              Date: Sat, 12 Sep 1998 10:46:55 -0700
12719              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
12720              Subject: Re: Patches to perl5db.pl to allow for remote debugging
12721      Branch: perl
12722            ! lib/perl5db.pl
12723 ____________________________________________________________________________
12724 [  4600] By: chip                                  on 1999/11/19  21:16:00
12725         Log: Document known limitations of fdopen() on some systems,
12726              as they apply to open() and sysopen().
12727      Branch: perl
12728            ! pod/perlfunc.pod
12729 ____________________________________________________________________________
12730 [  4599] By: chip                                  on 1999/11/19  17:20:19
12731         Log: Undef printf before redirecting it to PerlIO_stdoutf.
12732              (Avoids an irritating warning when compiling with PerlIO.)
12733      Branch: perl
12734            ! perl.h
12735 ____________________________________________________________________________
12736 [  4598] By: jhi                                   on 1999/11/22  21:30:17
12737         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
12738      Branch: cfgperl
12739            ! README.vms t/io/open.t
12740 ____________________________________________________________________________
12741 [  4597] By: jhi                                   on 1999/11/21  16:21:21
12742         Log: Replace #4596 with the change done in 5.005_03.
12743      Branch: cfgperl
12744            ! ext/Errno/Errno_pm.PL
12745 ____________________________________________________________________________
12746 [  4596] By: jhi                                   on 1999/11/21  16:07:20
12747         Log: Skip processing a file if the file to be opened is '-'
12748              (can happen in UNICOS)
12749      Branch: cfgperl
12750            ! ext/Errno/Errno_pm.PL
12751 ____________________________________________________________________________
12752 [  4595] By: jhi                                   on 1999/11/21  14:05:10
12753         Log: VMS patches from Peter Prymmer.
12754      Branch: cfgperl
12755            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
12756 ____________________________________________________________________________
12757 [  4594] By: jhi                                   on 1999/11/18  17:07:14
12758         Log: The find_byclass prototype is already in proto.h. 
12759      Branch: cfgperl
12760            ! regexec.c
12761 ____________________________________________________________________________
12762 [  4593] By: gsar                                  on 1999/11/16  21:25:21
12763         Log: typo in flag checks
12764      Branch: utfperl
12765            ! sv.h
12766 ____________________________________________________________________________
12767 [  4592] By: jhi                                   on 1999/11/16  21:17:25
12768         Log: Regen Configure.
12769      Branch: cfgperl
12770            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
12771      Branch: metaconfig
12772            ! U/a_dvisory/quadtype.U
12773 ____________________________________________________________________________
12774 [  4591] By: jhi                                   on 1999/11/16  14:53:19
12775         Log: Integrate with Sarathy.
12776      Branch: cfgperl
12777           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
12778           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
12779           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
12780           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
12781           !> t/pod/poderrs.xr
12782 ____________________________________________________________________________
12783 [  4590] By: gsar                                  on 1999/11/16  05:57:56
12784         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
12785      Branch: perl
12786            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12787            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
12788            ! t/pod/poderrs.t t/pod/poderrs.xr
12789 ____________________________________________________________________________
12790 [  4589] By: gsar                                  on 1999/11/15  18:47:34
12791         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
12792              C<if (fork()) { print "parent" } else { print "child" }> works on
12793              Windows (incidentally running a cloned^2 interpreter :)
12794      Branch: perl
12795            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
12796            ! pp_sys.c proto.h sv.c
12797 ____________________________________________________________________________
12798 [  4588] By: gsar                                  on 1999/11/15  14:34:36
12799         Log: cloning the stack (part 1)
12800      Branch: perl
12801            ! cop.h deb.c perl.c sv.c
12802 ____________________________________________________________________________
12803 [  4587] By: jhi                                   on 1999/11/15  00:22:20
12804         Log: Integrate with Sarathy.
12805      Branch: cfgperl
12806           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
12807           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
12808           !> win32/perllib.c
12809 ____________________________________________________________________________
12810 [  4586] By: jhi                                   on 1999/11/14  21:17:26
12811         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
12812      Branch: cfgperl
12813            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
12814 ____________________________________________________________________________
12815 [  4585] By: gsar                                  on 1999/11/14  20:01:45
12816         Log: tweak for win32 build
12817      Branch: perl
12818            ! embed.h embed.pl op.c proto.h
12819 ____________________________________________________________________________
12820 [  4584] By: gsar                                  on 1999/11/14  19:46:25
12821         Log: cosmetic tweaks
12822      Branch: perl
12823            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
12824            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
12825 ____________________________________________________________________________
12826 [  4583] By: gsar                                  on 1999/11/14  17:38:32
12827         Log: fix problem pointer casts
12828      Branch: perl
12829            ! Changes run.c sv.c
12830 ____________________________________________________________________________
12831 [  4582] By: jhi                                   on 1999/11/14  17:10:01
12832         Log: Integrate with Sarathy.
12833      Branch: cfgperl
12834           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
12835           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
12836           !> vms/perly_c.vms win32/perllib.c
12837 ____________________________________________________________________________
12838 [  4581] By: jhi                                   on 1999/11/14  17:08:23
12839         Log: The separation of 64-bitness and largefileness continues
12840              (with a setback, see hpux.sh).
12841      Branch: cfgperl
12842            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
12843            ! hints/solaris_2.sh
12844      Branch: metaconfig
12845            ! U/threads/archname.U U/typedefs/lseektype.U
12846      Branch: metaconfig/U/perl
12847            ! fpossize.U use64bits.U uselfs.U
12848 ____________________________________________________________________________
12849 [  4580] By: jhi                                   on 1999/11/14  13:26:41
12850         Log: Another Unicode update.
12851      Branch: cfgperl
12852            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
12853            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
12854            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
12855            ! (edit 189 files)
12856 ____________________________________________________________________________
12857 [  4579] By: gsar                                  on 1999/11/14  10:21:49
12858         Log: sundry cleanups for cloned interpreters (only known failure mode
12859              is due to regexps keeping non-constant data in their compiled
12860              structures)
12861      Branch: perl
12862            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
12863            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
12864 ____________________________________________________________________________
12865 [  4578] By: gsar                                  on 1999/11/14  03:37:37
12866         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
12867      Branch: perl
12868            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
12869 ____________________________________________________________________________
12870 [  4577] By: jhi                                   on 1999/11/13  19:50:24
12871         Log: Change #4576 accidentally leaked also parts of
12872              Ilya's patch that won't apply cleanly anymore.
12873      Branch: cfgperl
12874            ! regexec.c t/op/re_tests
12875 ____________________________________________________________________________
12876 [  4576] By: jhi                                   on 1999/11/13  19:43:37
12877         Log: Integrate with Sarathy.
12878      Branch: cfgperl
12879            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
12880           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
12881           !> t/op/regexp.t t/pragma/overload.t
12882 ____________________________________________________________________________
12883 [  4575] By: gsar                                  on 1999/11/13  19:41:46
12884         Log: typos in change#4561 and change#4565
12885      Branch: perl
12886            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
12887 ____________________________________________________________________________
12888 [  4574] By: gsar                                  on 1999/11/13  19:31:19
12889         Log: revert non-kosher parts of change#4562 (sort order problems
12890              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
12891              result and expected lines; /[:ascii:]/ not working should be
12892              fixed, not ignored in regexp.t; result from sort should be
12893              fixed to be ascii portable on ebcdic, not ebcdic-specific)
12894      Branch: perl
12895            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
12896 ____________________________________________________________________________
12897 [  4573] By: gsar                                  on 1999/11/13  19:13:04
12898         Log: integrate cfgperl changes into mainline
12899      Branch: perl
12900           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
12901           +> lib/unicode/In/BopomofoExtended.pl
12902           +> lib/unicode/In/BraillePatterns.pl
12903           +> lib/unicode/In/CJKRadicalsSupplement.pl
12904           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
12905           +> lib/unicode/In/Cherokee.pl
12906           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
12907           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
12908           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
12909           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
12910           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
12911           +> lib/unicode/In/Thaana.pl
12912           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
12913           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
12914            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12915           !> (integrate 213 files)
12916 ____________________________________________________________________________
12917 [  4572] By: jhi                                   on 1999/11/13  18:44:50
12918         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
12919              To: perl5-porters@perl.org, VMSPERL@perl.org
12920              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
12921              Date: Wed, 27 Oct 1999 11:02:54 -0500
12922              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
12923      Branch: cfgperl
12924            ! README.vms
12925 ____________________________________________________________________________
12926 [  4571] By: jhi                                   on 1999/11/13  18:33:39
12927         Log: From: jand@activestate.com (Jan Dubois)
12928              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
12929              Cc: Douglas Lankshear <dougl@activestate.com>,
12930              Gurusamy Sarathy <gsar@activestate.com>
12931              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
12932              Date: Tue, 09 Nov 1999 00:38:33 +0100
12933              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
12934      Branch: cfgperl
12935            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
12936            ! win32/config.gc win32/config.vc win32/config_H.bc
12937            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
12938            ! win32/win32.c win32/win32iop.h
12939 ____________________________________________________________________________
12940 [  4570] By: jhi                                   on 1999/11/13  18:30:37
12941         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12942              To: perl5-porters@perl.org (Mailing list Perl5)
12943              Subject: [PATCH 5.005_62] makedef.pl goof
12944              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
12945              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
12946      Branch: cfgperl
12947            ! makedef.pl
12948 ____________________________________________________________________________
12949 [  4569] By: jhi                                   on 1999/11/13  18:06:54
12950         Log: From: Michael G Schwern <schwern@pobox.com>
12951              To: perl5-porters@perl.org, pod-people@perl.org
12952              Cc: tchrist@mox.perl.com, gnat@frii.com
12953              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
12954              Date: Wed, 10 Nov 1999 17:21:46 -0500
12955              Message-ID: <19991110172146.A23527@athens.aocn.com>
12956      Branch: cfgperl
12957            ! pod/perlfaq9.pod
12958 ____________________________________________________________________________
12959 [  4568] By: jhi                                   on 1999/11/13  18:05:33
12960         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
12961              To: <perl5-porters@perl.org>
12962              Subject: DynaLoader_pm.PL patch (backslashes in strings)
12963              Date: Wed, 10 Nov 1999 22:52:02 -0000
12964              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
12965      Branch: cfgperl
12966            ! ext/DynaLoader/DynaLoader_pm.PL
12967 ____________________________________________________________________________
12968 [  4567] By: jhi                                   on 1999/11/13  18:03:52
12969         Log: From: JD Laub <jdl@access-health.com>
12970              To: perl5-porters@perl.org
12971              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
12972              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
12973              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
12974      Branch: cfgperl
12975            ! lib/Exporter/Heavy.pm
12976 ____________________________________________________________________________
12977 [  4566] By: jhi                                   on 1999/11/13  18:01:24
12978         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
12979              To: perl5-porters@perl.org
12980              Subject: small patch for perldoc
12981              Date: Fri, 12 Nov 1999 23:11:43 GMT
12982              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
12983      Branch: cfgperl
12984            ! utils/perldoc.PL
12985 ____________________________________________________________________________
12986 [  4565] By: jhi                                   on 1999/11/13  17:58:54
12987         Log: From: Scott Gifford <sgifford@tir.com>
12988              To: perl5-porters@perl.org
12989              Cc: gbarr@pobox.com
12990              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
12991              Date: 12 Nov 1999 18:55:30 -0500
12992              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
12993      Branch: cfgperl
12994            ! ext/IO/lib/IO/Socket.pm
12995 ____________________________________________________________________________
12996 [  4564] By: jhi                                   on 1999/11/13  17:45:39
12997         Log: Applied manually:
12998              From: "Craig A. Berry" <craig.berry@metamor.com>
12999              To: perl5-porters@perl.org, VMSPERL@perl.org
13000              Subject: [PATCH 5.005_62] patches required to build on VMS
13001              Date: Tue, 09 Nov 1999 18:16:14 -0600
13002              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
13003      Branch: cfgperl
13004            ! configure.com vms/descrip_mms.template vms/subconfigure.com
13005            ! vms/vms.c vms/vmsish.h
13006 ____________________________________________________________________________
13007 [  4563] By: jhi                                   on 1999/11/13  17:18:41
13008         Log: Regen Unicode tables to include a warning:
13009              Thou Shalt Not Edit Them By Hand; add missing
13010              (Unicode 2.0 -introduced) tables to MANIFEST;
13011              convert the equivalence tables to be valid Perl code.
13012      Branch: cfgperl
13013            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
13014            + lib/unicode/In/BopomofoExtended.pl
13015            + lib/unicode/In/BraillePatterns.pl
13016            + lib/unicode/In/CJKRadicalsSupplement.pl
13017            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
13018            + lib/unicode/In/Cherokee.pl
13019            + lib/unicode/In/IdeographicDescriptionCharacters.pl
13020            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
13021            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
13022            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
13023            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
13024            + lib/unicode/In/Thaana.pl
13025            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
13026            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
13027            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
13028            ! (edit 169 files)
13029 ____________________________________________________________________________
13030 [  4562] By: jhi                                   on 1999/11/13  16:53:00
13031         Log: From: Peter Prymmer <pvhp@forte.com>
13032              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
13033              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
13034              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
13035              Message-Id: <199911102234.OAA01018@brio.forte.com>
13036      Branch: cfgperl
13037            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
13038            ! t/pragma/overload.t
13039 ____________________________________________________________________________
13040 [  4561] By: jhi                                   on 1999/11/13  16:29:37
13041         Log: $Config{myarchname} is not a good architecture identifier
13042              because it may contain host/node identification like
13043              CPU serial numbers.
13044      Branch: cfgperl
13045            ! ext/Errno/Errno_pm.PL
13046 ____________________________________________________________________________
13047 [  4560] By: jhi                                   on 1999/11/13  16:26:13
13048         Log: Continue largefileness separation from quadness;
13049              move nv-preserving test out of perl.h into Configure;
13050              use HAS_SETVBUF in IO.
13051      Branch: cfgperl
13052            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13053            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
13054      Branch: metaconfig
13055            ! U/a_dvisory/quadtype.U
13056      Branch: metaconfig/U/perl
13057            + nvpresuv.U
13058            ! d_fseeko.U d_ftello.U io64.U perlxv.U
13059 ____________________________________________________________________________
13060 [  4559] By: jhi                                   on 1999/11/13  13:46:38
13061         Log: Try to fix largefileness so that it "works" without a quad IV.
13062      Branch: cfgperl
13063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13064            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
13065      Branch: metaconfig
13066            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
13067      Branch: metaconfig/U/perl
13068            ! io64.U
13069 ____________________________________________________________________________
13070 [  4558] By: jhi                                   on 1999/11/13  11:36:19
13071         Log: Undo drift from mainline.
13072      Branch: cfgperl
13073            ! regcomp.c util.c utils/h2xs.PL
13074 ____________________________________________________________________________
13075 [  4557] By: gsar                                  on 1999/11/13  10:54:46
13076         Log: typo
13077      Branch: perl
13078            ! util.c
13079 ____________________________________________________________________________
13080 [  4556] By: gsar                                  on 1999/11/13  10:53:41
13081         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
13082      Branch: perl
13083           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
13084           +> epoc/epoc_stubs.c
13085           !> (integrate 48 files)
13086 ____________________________________________________________________________
13087 [  4555] By: jhi                                   on 1999/11/13  10:05:54
13088         Log: Integrate with Sarathy.
13089      Branch: cfgperl
13090           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
13091           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
13092 ____________________________________________________________________________
13093 [  4554] By: jhi                                   on 1999/11/13  10:03:07
13094         Log: s/_SIGN$/_sign/g;
13095      Branch: metaconfig
13096            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
13097 ____________________________________________________________________________
13098 [  4553] By: gsar                                  on 1999/11/13  02:17:53
13099         Log: cloned interpreters now actually run and pass all but 55/10386
13100              subtests; various subtle bugs, new and old, observed when running
13101              cloned interpreters have been fixed
13102              
13103              still to do:
13104              |  * dup psig_ptr table
13105              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
13106              |    simple-minded and grab one pad entry each, heavily bloating
13107              |    the pad by not avoiding dups)
13108              |  * overloaded constants are not really immutable--they need to
13109              |    be PADOPs
13110              |  * allocator for constants and OPs need to be spelled differently
13111              |    (shared vs interpreter-local allocations)
13112              |  * optree refcounting is still missing locking (macros are in place)
13113              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
13114              |    perl_clone() can be called from within runops*()
13115      Branch: perl
13116            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
13117            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
13118 ____________________________________________________________________________
13119 [  4552] By: jhi                                   on 1999/11/11  23:17:43
13120         Log: Turn on largefileness always if available and
13121              continue 64-bit fixes.
13122      Branch: cfgperl
13123            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
13124            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
13125            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
13126 ____________________________________________________________________________
13127 [  4551] By: jhi                                   on 1999/11/11  23:16:15
13128         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
13129      Branch: metaconfig
13130            ! U/a_dvisory/quadtype.U
13131      Branch: metaconfig/U/perl
13132            + d_int64t.U
13133            ! i_inttypes.U io64.U
13134 ____________________________________________________________________________
13135 [  4550] By: jhi                                   on 1999/11/11  20:24:55
13136         Log: Fix a thinko in 4548.
13137      Branch: cfgperl
13138            ! pp_sys.c
13139 ____________________________________________________________________________
13140 [  4549] By: jhi                                   on 1999/11/11  19:48:21
13141         Log: Integrate with Sarathy.
13142      Branch: cfgperl
13143           !> (integrate 56 files)
13144 ____________________________________________________________________________
13145 [  4548] By: jhi                                   on 1999/11/11  19:41:56
13146         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
13147              regen Configure.
13148      Branch: cfgperl
13149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13150            ! config_h.SH pp_sys.c
13151 ____________________________________________________________________________
13152 [  4547] By: jhi                                   on 1999/11/11  19:40:38
13153         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
13154      Branch: metaconfig
13155            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
13156            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
13157 ____________________________________________________________________________
13158 [  4546] By: gsar                                  on 1999/11/11  10:32:54
13159         Log: avoid stash pointers in optree under USE_ITHREADS
13160      Branch: perl
13161            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
13162            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
13163            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
13164            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13165            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
13166            ! scope.h sv.c
13167 ____________________________________________________________________________
13168 [  4545] By: gsar                                  on 1999/11/11  06:04:20
13169         Log: another change towards a shareable optree: avoid pointer to filegv
13170              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
13171              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
13172              to suit
13173      Branch: perl
13174            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
13175            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
13176            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
13177            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
13178            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13179            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
13180            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
13181            ! win32/perllib.c
13182 ____________________________________________________________________________
13183 [  4544] By: gsar                                  on 1999/11/10  18:19:12
13184         Log: more cleanups for change#4539
13185      Branch: perl
13186            ! gv.h op.c op.h pp_ctl.c pp_hot.c
13187 ____________________________________________________________________________
13188 [  4543] By: gsar                                  on 1999/11/10  01:52:22
13189         Log: remove dead branch/infinite looper in change#3612
13190      Branch: perl
13191            ! op.c
13192 ____________________________________________________________________________
13193 [  4542] By: gsar                                  on 1999/11/09  20:05:47
13194         Log: IoDIRP may be fake when used in source filters, mark as such
13195      Branch: perl
13196            ! sv.c sv.h toke.c
13197 ____________________________________________________________________________
13198 [  4541] By: gsar                                  on 1999/11/09  05:47:53
13199         Log: small nits in changes#4538,4539
13200      Branch: perl
13201            ! op.c sv.c
13202 ____________________________________________________________________________
13203 [  4540] By: gsar                                  on 1999/11/08  20:30:58
13204         Log: win32 symbol export tweak
13205      Branch: perl
13206            ! makedef.pl win32/win32.c win32/win32iop.h
13207 ____________________________________________________________________________
13208 [  4539] By: gsar                                  on 1999/11/08  18:50:40
13209         Log: preliminary support for GVOP indirection via pad
13210      Branch: perl
13211            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
13212            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
13213 ____________________________________________________________________________
13214 [  4538] By: gsar                                  on 1999/11/08  11:25:49
13215         Log: preliminary support for perl_clone() (still needs work in
13216              the following areas: SVOPs must indirect via pad; context
13217              stack, scope stack, and runlevels must be cloned; must
13218              hook up the virtualized pseudo-process support provided by
13219              "host"; ...)
13220      Branch: perl
13221            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
13222            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
13223            ! win32/perllib.c win32/win32.c
13224 ____________________________________________________________________________
13225 [  4537] By: gsar                                  on 1999/11/08  11:19:18
13226         Log: more thorough cleanup in perl_destroy()
13227      Branch: perl
13228            ! perl.c util.c
13229 ____________________________________________________________________________
13230 [  4536] By: gsar                                  on 1999/11/08  07:16:10
13231         Log: win32 internal data must be interpreter-local
13232      Branch: perl
13233            ! win32/win32.c win32/win32.h win32/win32sck.c
13234 ____________________________________________________________________________
13235 [  4535] By: gsar                                  on 1999/11/08  04:17:28
13236         Log: tweak change#4502
13237      Branch: perl
13238            ! doio.c perl.c
13239 ____________________________________________________________________________
13240 [  4534] By: jhi                                   on 1999/11/07  13:17:03
13241         Log: Four special class subs, not three.
13242      Branch: cfgperl
13243            ! pod/perlmod.pod
13244 ____________________________________________________________________________
13245 [  4533] By: jhi                                   on 1999/11/07  13:13:15
13246         Log: Integrate with Sarathy.
13247      Branch: cfgperl
13248           !> mg.c t/io/print.t
13249 ____________________________________________________________________________
13250 [  4532] By: jhi                                   on 1999/11/07  12:36:10
13251         Log: More test program maintenance.
13252      Branch: cfgperl
13253            ! Configure config_h.SH
13254      Branch: metaconfig
13255            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
13256            ! U/compline/charsize.U U/compline/d_sigaction.U
13257            ! U/compline/doublesize.U U/compline/floatsize.U
13258            ! U/compline/nblock_io.U U/compline/ptrsize.U
13259            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
13260            ! U/typedefs/uidsize.U
13261      Branch: metaconfig/U/perl
13262            ! fpossize.U
13263 ____________________________________________________________________________
13264 [  4531] By: jhi                                   on 1999/11/07  00:34:09
13265         Log: Tidy up the metaconfig test programs.
13266      Branch: cfgperl
13267            ! Configure config_h.SH
13268      Branch: metaconfig
13269            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
13270            ! U/compline/charsize.U U/compline/doublesize.U
13271            ! U/compline/nblock_io.U U/compline/ptrsize.U
13272            ! U/modified/d_longlong.U U/typedefs/gidsize.U
13273            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
13274            ! U/typedefs/uidsize.U
13275      Branch: metaconfig/U/perl
13276            ! fpossize.U
13277 ____________________________________________________________________________
13278 [  4530] By: jhi                                   on 1999/11/06  23:51:34
13279         Log: So many printfs, so little time.
13280      Branch: cfgperl
13281            ! op.c perl.c regcomp.c scope.c util.c
13282 ____________________________________________________________________________
13283 [  4529] By: jhi                                   on 1999/11/06  23:27:35
13284         Log: Replace the explicit zeros with NOOPs.
13285      Branch: cfgperl
13286            ! perl.h
13287 ____________________________________________________________________________
13288 [  4528] By: jhi                                   on 1999/11/06  23:10:54
13289         Log: From: jand@activestate.com (Jan Dubois)
13290              To: perl5-porters@perl.org
13291              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
13292              Mark Borgerding <mborgerding@acm.org>
13293              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
13294              Date: Sat, 06 Nov 1999 22:16:43 +0100
13295              Message-ID: <38279207.46448719@smtprelay.t-online.de>
13296      Branch: cfgperl
13297            ! op.c op.h
13298 ____________________________________________________________________________
13299 [  4527] By: jhi                                   on 1999/11/06  20:22:14
13300         Log: ...and fewer.
13301      Branch: cfgperl
13302            ! dump.c
13303 ____________________________________________________________________________
13304 [  4526] By: jhi                                   on 1999/11/06  20:19:04
13305         Log: ...and they are getting fewer.
13306      Branch: cfgperl
13307            ! dump.c op.c util.c
13308 ____________________________________________________________________________
13309 [  4525] By: jhi                                   on 1999/11/06  19:59:59
13310         Log: More printf miscasts flushed out.
13311      Branch: cfgperl
13312            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
13313            ! regexec.c
13314 ____________________________________________________________________________
13315 [  4524] By: jhi                                   on 1999/11/06  15:39:05
13316         Log: Crushing the remaining %ld guerillas.
13317      Branch: cfgperl
13318            ! ext/Devel/DProf/DProf.xs
13319 ____________________________________________________________________________
13320 [  4523] By: jhi                                   on 1999/11/06  15:11:38
13321         Log: Update CPAN sites list.
13322      Branch: cfgperl
13323            ! pod/perlmodlib.pod
13324 ____________________________________________________________________________
13325 [  4522] By: jhi                                   on 1999/11/05  19:50:46
13326         Log: The -n32 is normally part of $cc, not $ccflags.
13327      Branch: cfgperl
13328            ! hints/irix_6.sh
13329 ____________________________________________________________________________
13330 [  4521] By: gsar                                  on 1999/11/05  04:35:30
13331         Log: allow $\ to work right when set to a string with embedded nulls
13332      Branch: perl
13333            ! mg.c t/io/print.t
13334 ____________________________________________________________________________
13335 [  4520] By: jhi                                   on 1999/11/04  23:30:09
13336         Log: Integrate with Sarathy.
13337      Branch: cfgperl
13338           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
13339           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
13340           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
13341           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
13342           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
13343           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
13344 ____________________________________________________________________________
13345 [  4519] By: jhi                                   on 1999/11/04  23:09:25
13346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13347              To: perl5-porters@perl.org (Mailing list Perl5)
13348              Subject: [PATCH 5.005_62] ref to non-lvalue method
13349              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
13350              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
13351      Branch: cfgperl
13352            ! op.c
13353 ____________________________________________________________________________
13354 [  4518] By: jhi                                   on 1999/11/04  23:07:27
13355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13356              To: perl5-porters@perl.org (Mailing list Perl5)
13357              Subject: [PATCH 5.005_62] xsubpp dependency
13358              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
13359              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
13360      Branch: cfgperl
13361            ! lib/ExtUtils/MM_Unix.pm
13362 ____________________________________________________________________________
13363 [  4517] By: jhi                                   on 1999/11/04  23:05:59
13364         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13365              To: perl5-porters@perl.org (Mailing list Perl5)
13366              Subject: [PATCH 5.005_62] regexp.h
13367              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
13368              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
13369      Branch: cfgperl
13370            ! regexp.h
13371 ____________________________________________________________________________
13372 [  4516] By: gsar                                  on 1999/11/04  18:25:45
13373         Log: change#4485 didn't do the right thing for B::Bytecode
13374      Branch: perl
13375            ! ext/B/B/Bytecode.pm
13376 ____________________________________________________________________________
13377 [  4515] By: gsar                                  on 1999/11/04  17:28:29
13378         Log: implement STOP blocks and fix compiler to use them (minimally
13379              tested)
13380      Branch: perl
13381            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
13382            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
13383            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13384            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
13385            ! pod/perltodo.pod toke.c
13386 ____________________________________________________________________________
13387 [  4514] By: gsar                                  on 1999/11/04  15:59:46
13388         Log: display BSD license in Glob.pm (for clause #2 conformity)
13389      Branch: perl
13390            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
13391            ! ext/File/Glob/bsd_glob.h
13392 ____________________________________________________________________________
13393 [  4513] By: jhi                                   on 1999/11/04  08:26:19
13394         Log: Integrate with Sarathy.
13395      Branch: cfgperl
13396           +> t/io/nargv.t
13397           !> (integrate 34 files)
13398 ____________________________________________________________________________
13399 [  4512] By: jhi                                   on 1999/11/04  08:01:25
13400         Log: Incremental Mac integration from Matthias.
13401      Branch: cfgperl
13402            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
13403            ! toke.c util.c
13404 ____________________________________________________________________________
13405 [  4511] By: gsar                                  on 1999/11/04  02:53:37
13406         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
13407      Branch: perl
13408            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
13409            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
13410            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
13411            ! xsutils.c
13412 ____________________________________________________________________________
13413 [  4510] By: jhi                                   on 1999/11/02  22:12:29
13414         Log: S_init_interp is a better place to diddle with PL_opargs
13415              than perl_construct.
13416      Branch: cfgperl
13417            ! perl.c
13418 ____________________________________________________________________________
13419 [  4509] By: jhi                                   on 1999/11/02  21:30:02
13420         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13421              To: ben@mucus.advanced.org, perl5-porters@perl.org
13422              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
13423              Date: Tue, 02 Nov 1999 21:36:00 +0000
13424              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
13425      Branch: cfgperl
13426            ! pod/perlfunc.pod
13427 ____________________________________________________________________________
13428 [  4508] By: jhi                                   on 1999/11/02  20:46:27
13429         Log: Initial integration of the MacPerl changes form Matthias.
13430      Branch: cfgperl
13431            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
13432            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
13433            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
13434 ____________________________________________________________________________
13435 [  4507] By: jhi                                   on 1999/11/01  23:05:07
13436         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13437              To: lvirden@cas.org (Larry W. Virden)
13438              Cc: perl5-porters@perl.org, lvirden@cas.org
13439              Subject: Re: [ID 19991026.001] perl segmentation fault report
13440              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
13441              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
13442      Branch: cfgperl
13443            ! regexec.c t/op/pat.t
13444 ____________________________________________________________________________
13445 [  4506] By: jhi                                   on 1999/11/01  19:56:28
13446         Log: From: Olaf Flebbe <olaf@science-computing.de>
13447              To: perl5-porters@perl.org
13448              Subject: [PATCH: 5.005_62] Patch for EPOC Support
13449              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
13450              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
13451      Branch: cfgperl
13452            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
13453            + epoc/epoc_stubs.c
13454            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
13455            ! epoc/perl.pkg
13456 ____________________________________________________________________________
13457 [  4505] By: gsar                                  on 1999/11/01  17:09:44
13458         Log: macros for COP.cop_filegv access
13459      Branch: perl
13460            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
13461            ! util.c
13462 ____________________________________________________________________________
13463 [  4504] By: gsar                                  on 1999/11/01  17:08:28
13464         Log: enable better Win32::DomainName() by demand loading netapi32.dll
13465              (from Jan Dubois)
13466      Branch: perl
13467            ! pod/Win32.pod win32/win32.c
13468 ____________________________________________________________________________
13469 [  4503] By: gsar                                  on 1999/10/31  20:56:06
13470         Log: change#4502 was missing a file
13471      Branch: perl
13472            + t/io/nargv.t
13473 ____________________________________________________________________________
13474 [  4502] By: gsar                                  on 1999/10/31  20:46:02
13475         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
13476              in the way ARGV state was handled in readline(); writing a
13477              subroutine to do inplace edits is now possible, provided *ARGV,
13478              *ARGVOUT, $^I and $_ are localized where needed
13479      Branch: perl
13480            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
13481            ! pp_hot.c scope.c
13482 ____________________________________________________________________________
13483 [  4501] By: jhi                                   on 1999/10/31  12:43:54
13484         Log: Integrate with Sarathy.
13485      Branch: cfgperl
13486           !> perl.h win32/config.bc win32/config.gc win32/config.vc
13487           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13488 ____________________________________________________________________________
13489 [  4500] By: gsar                                  on 1999/10/31  10:01:17
13490         Log: updated windows config* files
13491      Branch: perl
13492            ! win32/config.bc win32/config.gc win32/config.vc
13493            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13494 ____________________________________________________________________________
13495 [  4499] By: gsar                                  on 1999/10/31  09:15:17
13496         Log: integrate cfgperl contents into mainline
13497      Branch: perl
13498           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13499           !> config_h.SH perl.h
13500 ____________________________________________________________________________
13501 [  4498] By: gsar                                  on 1999/10/31  09:13:41
13502         Log: remove unused struct Outrec
13503      Branch: perl
13504            ! perl.h
13505 ____________________________________________________________________________
13506 [  4497] By: jhi                                   on 1999/10/30  12:41:50
13507         Log: Add HAS_QUAD ($Config{d_quad}); use it.
13508      Branch: cfgperl
13509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13510            ! config_h.SH perl.h
13511      Branch: metaconfig
13512            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
13513            ! U/typedefs/uidf.U
13514      Branch: metaconfig/U/perl
13515            ! perlxv.U
13516 ____________________________________________________________________________
13517 [  4496] By: gsar                                  on 1999/10/30  00:28:32
13518         Log: integrate cfgperl contents into mainline
13519      Branch: perl
13520           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
13521           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
13522           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
13523           !> perl.h pp.c pp.h regexec.c sv.c taint.c
13524 ____________________________________________________________________________
13525 [  4495] By: jhi                                   on 1999/10/29  23:36:19
13526         Log: Continue what #4494 started; introduce uid and gid formats.
13527      Branch: cfgperl
13528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13529            ! config_h.SH handy.h perl.h
13530      Branch: metaconfig
13531            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
13532            - U/typedefs/quadtype.U
13533      Branch: metaconfig/U/perl
13534            ! perlxv.U
13535 ____________________________________________________________________________
13536 [  4494] By: jhi                                   on 1999/10/29  22:09:01
13537         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
13538              from perl.h and handy.h.
13539      Branch: cfgperl
13540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13541            ! config_h.SH handy.h perl.h
13542      Branch: metaconfig/U/perl
13543            + perlxv.U perlxvf.U
13544 ____________________________________________________________________________
13545 [  4493] By: jhi                                   on 1999/10/29  22:08:06
13546         Log: Finetuning the output continues along the lines of #4490 and #4491.
13547      Branch: metaconfig
13548            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
13549            ! U/typedefs/fpostype.U
13550      Branch: metaconfig/U/perl
13551            + fpossize.U
13552            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
13553            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
13554 ____________________________________________________________________________
13555 [  4492] By: jhi                                   on 1999/10/29  21:14:53
13556         Log: Hurd update from Mark Kettenis.
13557      Branch: cfgperl
13558            ! README.hurd
13559 ____________________________________________________________________________
13560 [  4491] By: jhi                                   on 1999/10/29  20:37:02
13561         Log: A new try at what #4490 tried to accomplish.
13562      Branch: metaconfig
13563            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
13564      Branch: metaconfig/U/perl
13565            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
13566            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
13567 ____________________________________________________________________________
13568 [  4490] By: jhi                                   on 1999/10/29  20:19:41
13569         Log: metaconfig nits.
13570      Branch: metaconfig
13571            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
13572      Branch: metaconfig/U/perl
13573            + d_iovec_s.U
13574            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
13575            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
13576 ____________________________________________________________________________
13577 [  4489] By: jhi                                   on 1999/10/29  16:08:43
13578         Log: Integrate with Sarathy.
13579      Branch: cfgperl
13580           !> (integrate 31 files)
13581 ____________________________________________________________________________
13582 [  4488] By: jhi                                   on 1999/10/29  15:30:30
13583         Log: Regen Configure and Glossary.
13584      Branch: cfgperl
13585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13586            ! config_h.SH
13587 ____________________________________________________________________________
13588 [  4487] By: jhi                                   on 1999/10/29  15:24:13
13589         Log: Remove quad logic from perl.h; regen Configure;
13590              add -DUSE_LONG_LONG to ccflags if not already there.
13591      Branch: cfgperl
13592            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
13593            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
13594 ____________________________________________________________________________
13595 [  4486] By: jhi                                   on 1999/10/29  15:22:38
13596         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
13597              fixed the use*.U to define their stuff only iff not already defined
13598              (so that ccflags can have any -DUSE_* it wants);
13599              uselonglong.U added; various small nits fixed.
13600      Branch: metaconfig
13601            + U/typedefs/quadtype.U
13602            ! U/modified/d_longdbl.U U/modified/d_longlong.U
13603            ! U/modified/d_statblks.U U/modified/usenm.U
13604            ! U/threads/usethreads.U
13605      Branch: metaconfig/U/perl
13606            + uselonglong.U
13607            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
13608            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
13609            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
13610            ! usemultiplicity.U useperlio.U usesocks.U
13611 ____________________________________________________________________________
13612 [  4485] By: gsar                                  on 1999/10/29  06:08:50
13613         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
13614      Branch: perl
13615            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
13616            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
13617            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
13618            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
13619            ! sv.h
13620 ____________________________________________________________________________
13621 [  4484] By: gsar                                  on 1999/10/29  03:00:21
13622         Log: usurp GVOP slot for new PADOP (one small step to making optree
13623              shareable across interpreters)
13624      Branch: perl
13625            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
13626            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
13627            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
13628            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
13629            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
13630            ! pp_hot.c pp_sys.c regexec.c run.c
13631 ____________________________________________________________________________
13632 [  4483] By: jhi                                   on 1999/10/28  22:01:12
13633         Log: Regen Configure.
13634      Branch: cfgperl
13635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13636            ! config_h.SH
13637 ____________________________________________________________________________
13638 [  4482] By: jhi                                   on 1999/10/28  21:45:26
13639         Log: Installdirs patches from Andy.
13640      Branch: metaconfig
13641            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
13642            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
13643            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
13644            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
13645            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
13646            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
13647            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
13648            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
13649            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
13650 ____________________________________________________________________________
13651 [  4481] By: gsar                                  on 1999/10/28  17:33:49
13652         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
13653              can still be directly set)
13654      Branch: perl
13655            ! lib/Time/Local.pm
13656 ____________________________________________________________________________
13657 [  4480] By: jhi                                   on 1999/10/28  13:49:26
13658         Log: Fix printing of uids and gids; regen Configure.
13659      Branch: cfgperl
13660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13661            ! config_h.SH mg.c perl.c perl.h taint.c
13662 ____________________________________________________________________________
13663 [  4479] By: jhi                                   on 1999/10/28  11:53:57
13664         Log: Fix typo.
13665      Branch: metaconfig
13666            ! U/typedefs/gidsize.U
13667 ____________________________________________________________________________
13668 [  4478] By: jhi                                   on 1999/10/28  06:50:02
13669         Log: Integrate with Sarathy.
13670      Branch: cfgperl
13671           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
13672           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
13673           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13674           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
13675 ____________________________________________________________________________
13676 [  4477] By: jhi                                   on 1999/10/28  06:40:54
13677         Log: (Slightly) better comments for Policy_sh.SH from Andy.
13678      Branch: cfgperl
13679            ! Policy_sh.SH
13680 ____________________________________________________________________________
13681 [  4476] By: gsar                                  on 1999/10/27  23:54:36
13682         Log: regen config* stuff for windows
13683      Branch: perl
13684            ! Changes patchlevel.h win32/Makefile win32/config.bc
13685            ! win32/config.gc win32/config.vc win32/config_H.bc
13686            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
13687            ! win32/makefile.mk
13688 ____________________________________________________________________________
13689 [  4475] By: gsar                                  on 1999/10/27  21:32:30
13690         Log: integrate cfgperl contents into mainline; merge conflicts
13691      Branch: perl
13692           !> (integrate 46 files)
13693 ____________________________________________________________________________
13694 [  4474] By: gsar                                  on 1999/10/27  21:15:07
13695         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
13696              perl; stdout/stderr redirects seem broken as well)
13697      Branch: perl
13698            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
13699 ____________________________________________________________________________
13700 [  4473] By: jhi                                   on 1999/10/27  21:11:11
13701         Log: Do not block if no message queues available.
13702      Branch: cfgperl
13703            ! t/lib/ipc_sysv.t
13704 ____________________________________________________________________________
13705 [  4472] By: jhi                                   on 1999/10/27  18:27:40
13706         Log: Remove unused "squatter" symbols; regen Configure.
13707      Branch: cfgperl
13708            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13709            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
13710            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13711 ____________________________________________________________________________
13712 [  4471] By: jhi                                   on 1999/10/27  18:26:55
13713         Log: metaconfig; split socket; fix output.
13714      Branch: metaconfig
13715            ! U/modified/d_socket.U U/modified/d_statblks.U
13716      Branch: metaconfig/U/perl
13717            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
13718            ! i_sysstatfs.U i_sysvfs.U
13719 ____________________________________________________________________________
13720 [  4470] By: jhi                                   on 1999/10/27  17:19:06
13721         Log: Regen Configure.
13722      Branch: cfgperl
13723            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13724            ! config_h.SH perl.c perl.h
13725 ____________________________________________________________________________
13726 [  4469] By: jhi                                   on 1999/10/27  17:18:41
13727         Log: metaconfig; split statfs.
13728      Branch: metaconfig/U/perl
13729            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
13730            ! d_statfs.U
13731 ____________________________________________________________________________
13732 [  4468] By: jhi                                   on 1999/10/27  14:06:44
13733         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
13734              (Ilya's changes won).
13735      Branch: cfgperl
13736           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
13737           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
13738           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
13739           !> (integrate 65 files)
13740 ____________________________________________________________________________
13741 [  4467] By: jhi                                   on 1999/10/27  13:38:41
13742         Log: Regen Configure.
13743      Branch: cfgperl
13744            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13745            ! config_h.SH
13746 ____________________________________________________________________________
13747 [  4466] By: jhi                                   on 1999/10/27  13:18:06
13748         Log: metaconfig fixes from Andy.
13749      Branch: metaconfig
13750            + U/modified/libnlist.U U/modified/usrinc.U
13751            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
13752 ____________________________________________________________________________
13753 [  4465] By: jhi                                   on 1999/10/27  13:06:27
13754         Log: Nosuid checking for statfs() people.
13755      Branch: cfgperl
13756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13757            ! config_h.SH perl.c perl.h pod/perldiag.pod
13758 ____________________________________________________________________________
13759 [  4464] By: jhi                                   on 1999/10/27  13:04:20
13760         Log: metaconfig maintenance; fix Hasfield, statfs;
13761              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
13762              split fstatfs away from statfs.
13763      Branch: metaconfig
13764            + U/protos/Hasstruct.U
13765            ! U/protos/Hasfield.U
13766      Branch: metaconfig/U/perl
13767            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
13768            + i_ustat.U
13769            ! d_statfs.U
13770 ____________________________________________________________________________
13771 [  4463] By: jhi                                   on 1999/10/27  07:55:53
13772         Log: We need cc to be able to test for cc -v.
13773      Branch: cfgperl
13774            ! hints/dec_osf.sh
13775 ____________________________________________________________________________
13776 [  4462] By: gsar                                  on 1999/10/27  01:31:41
13777         Log: more GCC v2.95 induced adjustments
13778      Branch: perl
13779            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
13780            ! win32/makefile.mk win32/win32.c x2p/walk.c
13781 ____________________________________________________________________________
13782 [  4461] By: gsar                                  on 1999/10/26  21:42:59
13783         Log: warnings and const violations identified by compiling in C++ mode
13784              with GCC v2.95
13785      Branch: perl
13786            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
13787            ! sv.c taint.c toke.c win32/win32.c
13788 ____________________________________________________________________________
13789 [  4459] By: jhi                                   on 1999/10/26  10:15:58
13790         Log: Regen Configure.
13791      Branch: cfgperl
13792            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13793            ! config_h.SH
13794 ____________________________________________________________________________
13795 [  4458] By: jhi                                   on 1999/10/26  09:48:37
13796         Log: Minor rewordings.
13797      Branch: metaconfig/U/perl
13798            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
13799 ____________________________________________________________________________
13800 [  4456] By: jhi                                   on 1999/10/26  09:11:49
13801         Log: Fix d_statfsflags; add d_getmnt.
13802      Branch: metaconfig/U/perl
13803            + d_getmnt.U
13804            ! d_statfs.U
13805 ____________________________________________________________________________
13806 [  4455] By: jhi                                   on 1999/10/26  08:12:27
13807         Log: Massive multitypo in #4446.
13808      Branch: cfgperl
13809            ! hints/dec_osf.sh
13810 ____________________________________________________________________________
13811 [  4454] By: jhi                                   on 1999/10/25  08:28:45
13812         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13813              To: Perl 5 Porters <perl5-porters@perl.org>
13814              Subject: [PATCH 5.005_62] dos-djgpp update
13815              Date: Mon, 25 Oct 1999 10:11:30 +0200
13816              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
13817      Branch: cfgperl
13818            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
13819            ! pod/perldelta.pod t/lib/io_unix.t
13820 ____________________________________________________________________________
13821 [  4453] By: jhi                                   on 1999/10/25  08:25:50
13822         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13823              To: perl5-porters@perl.org (Mailing list Perl5)
13824              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
13825              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
13826              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
13827      Branch: cfgperl
13828            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
13829 ____________________________________________________________________________
13830 [  4452] By: jhi                                   on 1999/10/25  08:16:55
13831         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13832              To: perl5-porters@perl.org (Mailing list Perl5)
13833              Subject: [PATCH 5.005_62] Missing REx engine patch
13834              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
13835              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
13836      Branch: cfgperl
13837            ! pod/perldiag.pod regcomp.c regexec.c
13838 ____________________________________________________________________________
13839 [  4451] By: jhi                                   on 1999/10/25  08:13:06
13840         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13841              To: perl5-porters@perl.org (Mailing list Perl5)
13842              Subject: [PATCH 5.005_62] charnames and UTEST
13843              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
13844              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
13845      Branch: cfgperl
13846            ! t/lib/charnames.t
13847 ____________________________________________________________________________
13848 [  4450] By: gsar                                  on 1999/10/25  07:38:15
13849         Log: win32 tweak
13850      Branch: perl
13851            ! win32/perllib.c
13852 ____________________________________________________________________________
13853 [  4449] By: gsar                                  on 1999/10/24  23:20:10
13854         Log: remove inconsistent tainting behavior of sprintf("%e",...)
13855              (all bets are off is "C" locale is compromised)
13856      Branch: perl
13857            ! pod/perlfunc.pod pod/perllocale.pod sv.c
13858 ____________________________________________________________________________
13859 [  4448] By: gsar                                  on 1999/10/24  22:20:42
13860         Log: remove unused interpreter globals
13861      Branch: perl
13862            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
13863            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
13864            ! proto.h toke.c
13865 ____________________________________________________________________________
13866 [  4447] By: jhi                                   on 1999/10/24  21:49:52
13867         Log: Another hints tweak.
13868      Branch: cfgperl
13869            ! hints/aix.sh
13870 ____________________________________________________________________________
13871 [  4446] By: jhi                                   on 1999/10/24  21:48:02
13872         Log: Hints tweak.
13873      Branch: cfgperl
13874            ! hints/dec_osf.sh
13875 ____________________________________________________________________________
13876 [  4445] By: nick                                  on 1999/10/24  21:03:28
13877         Log: Integrate own changes to mainline.
13878      Branch: utfperl
13879           !> installperl pp.c
13880 ____________________________________________________________________________
13881 [  4444] By: nick                                  on 1999/10/24  20:54:06
13882         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
13883              (Fix/workround for [ID19991024.001])
13884      Branch: perl
13885            ! pp.c
13886 ____________________________________________________________________________
13887 [  4443] By: nick                                  on 1999/10/24  15:09:51
13888         Log: Follow that camel ... another sync.
13889      Branch: utfperl
13890           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
13891           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
13892           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
13893           !> (integrate 36 files)
13894 ____________________________________________________________________________
13895 [  4442] By: gsar                                  on 1999/10/24  14:40:01
13896         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
13897      Branch: perl
13898            ! installperl
13899 ____________________________________________________________________________
13900 [  4441] By: gsar                                  on 1999/10/24  14:33:11
13901         Log: test in change#4428 needs strict interpretation of C modulus
13902      Branch: perl
13903            ! t/op/int.t
13904 ____________________________________________________________________________
13905 [  4440] By: gsar                                  on 1999/10/24  13:47:17
13906         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
13907              $? break
13908      Branch: perl
13909            ! perl.c pod/perldelta.pod pod/perldiag.pod
13910 ____________________________________________________________________________
13911 [  4439] By: jhi                                   on 1999/10/24  13:19:17
13912         Log: test for #2835 (yeah, better later than never)
13913      Branch: cfgperl
13914            ! t/op/array.t
13915 ____________________________________________________________________________
13916 [  4438] By: gsar                                  on 1999/10/24  12:59:12
13917         Log: typo, doc tweak
13918      Branch: perl
13919            ! lib/attributes.pm pod/perlop.pod
13920 ____________________________________________________________________________
13921 [  4437] By: gsar                                  on 1999/10/24  11:59:55
13922         Log: allow get() and reftype() functions to be imported (from
13923              Spider Boardman)
13924      Branch: perl
13925            ! lib/attributes.pm
13926 ____________________________________________________________________________
13927 [  4436] By: gsar                                  on 1999/10/24  11:52:53
13928         Log: suppress scalar leak messages for known leaks (from
13929              Robin Barker <rmb1@cise.npl.co.uk>)
13930      Branch: perl
13931            ! Changes t/op/lex_assign.t t/pragma/warn/op
13932 ____________________________________________________________________________
13933 [  4435] By: gsar                                  on 1999/10/24  11:39:42
13934         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
13935      Branch: perl
13936            ! ext/B/defsubs_h.PL
13937 ____________________________________________________________________________
13938 [  4434] By: gsar                                  on 1999/10/24  11:36:08
13939         Log: relax range checking if they ask for it (from John L. Allen
13940              <allen@grumman.com>)
13941      Branch: perl
13942            ! lib/Time/Local.pm
13943 ____________________________________________________________________________
13944 [  4433] By: gsar                                  on 1999/10/24  11:25:51
13945         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
13946      Branch: perl
13947            ! README lib/File/Path.pm
13948 ____________________________________________________________________________
13949 [  4432] By: gsar                                  on 1999/10/24  11:11:02
13950         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13951              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
13952              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
13953              Subject: Re: [PATCH 5.005_62] OS/2 improvements
13954      Branch: perl
13955            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
13956            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
13957            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
13958            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
13959            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
13960            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
13961            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
13962            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
13963            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
13964            ! perl.c perl.h t/io/fs.t t/op/magic.t
13965 ____________________________________________________________________________
13966 [  4431] By: gsar                                  on 1999/10/24  10:50:14
13967         Log: install all README.foo with pod content as podfoo.pod
13968      Branch: perl
13969            ! Makefile.SH installman
13970 ____________________________________________________________________________
13971 [  4430] By: gsar                                  on 1999/10/24  09:28:24
13972         Log: @INC needs ../lib
13973      Branch: perl
13974            ! t/op/int.t
13975 ____________________________________________________________________________
13976 [  4429] By: jhi                                   on 1999/10/23  21:47:49
13977         Log: More printf-fixes (see also #4426).
13978      Branch: cfgperl
13979            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
13980            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
13981            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
13982 ____________________________________________________________________________
13983 [  4428] By: gsar                                  on 1999/10/23  20:28:56
13984         Log: fix accidental C modulo semantics on integer-valued operations
13985              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
13986      Branch: perl
13987            ! op.c t/op/int.t
13988 ____________________________________________________________________________
13989 [  4427] By: jhi                                   on 1999/10/23  16:10:10
13990         Log: Integrate with Sarathy.
13991      Branch: cfgperl
13992           !> sv.c win32/win32.c
13993 ____________________________________________________________________________
13994 [  4426] By: jhi                                   on 1999/10/23  16:04:02
13995         Log: Fix the printfing nits pointed out by using gcc -Wall and
13996              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
13997              plus few other warnings in Dumper.xs.
13998      Branch: cfgperl
13999            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
14000            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
14001 ____________________________________________________________________________
14002 [  4425] By: jhi                                   on 1999/10/23  15:16:41
14003         Log: Configure regen to pick up the new installation directories
14004              from Policy_sh.SH.  The explanations of "public add-ons" and
14005              "vendor-supplied" could do with more work.
14006      Branch: cfgperl
14007            ! Configure config_h.SH
14008 ____________________________________________________________________________
14009 [  4424] By: nick                                  on 1999/10/23  00:46:22
14010         Log: Resolve mainline before possible hacking operertunity this weekend
14011      Branch: utfperl
14012           +> pod/perlfilter.pod
14013           !> (integrate 32 files)
14014 ____________________________________________________________________________
14015 [  4423] By: jhi                                   on 1999/10/22  22:53:17
14016         Log: Update Policy_sh.SH to handle the newer installation directives.
14017              From: Andy Dougherty <doughera@lafayette.edu>
14018              To: Perl Porters <perl5-porters@perl.org>
14019              Subject: [PATCH 5.005_62] Policy_sh.SH update
14020              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
14021              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
14022      Branch: cfgperl
14023            ! Policy_sh.SH
14024 ____________________________________________________________________________
14025 [  4422] By: jhi                                   on 1999/10/22  22:44:44
14026         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
14027      Branch: cfgperl
14028            ! hints/aix.sh
14029 ____________________________________________________________________________
14030 [  4421] By: gsar                                  on 1999/10/22  21:16:44
14031         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
14032              C<"%ld", long_val>
14033      Branch: perl
14034            ! sv.c
14035 ____________________________________________________________________________
14036 [  4420] By: gsar                                  on 1999/10/22  16:36:46
14037         Log: win32_utime() on directories should use localtime() rather
14038              than gmtime() (from Jan Dubois)
14039      Branch: perl
14040            ! win32/win32.c
14041 ____________________________________________________________________________
14042 [  4419] By: jhi                                   on 1999/10/21  10:31:41
14043         Log: Integrate with Sarathy.
14044      Branch: cfgperl
14045           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
14046           !> t/lib/glob-basic.t t/op/sort.t
14047 ____________________________________________________________________________
14048 [  4418] By: gsar                                  on 1999/10/20  23:49:47
14049         Log: add test for change#4417
14050      Branch: perl
14051            ! t/op/sort.t
14052 ____________________________________________________________________________
14053 [  4417] By: gsar                                  on 1999/10/20  23:45:03
14054         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
14055      Branch: perl
14056            ! op.c
14057 ____________________________________________________________________________
14058 [  4416] By: gsar                                  on 1999/10/20  01:00:50
14059         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
14060      Branch: perl
14061            ! lib/CPAN/FirstTime.pm
14062 ____________________________________________________________________________
14063 [  4415] By: gsar                                  on 1999/10/20  00:52:34
14064         Log: disable optimizing troublesome ops in change#3612
14065              (from Ilya Zakharevich)
14066      Branch: perl
14067            ! Makefile.SH opcode.h opcode.pl
14068 ____________________________________________________________________________
14069 [  4414] By: gsar                                  on 1999/10/20  00:37:46
14070         Log: skip unreadable directory test when running as root
14071      Branch: perl
14072            ! t/lib/glob-basic.t
14073 ____________________________________________________________________________
14074 [  4413] By: jhi                                   on 1999/10/19  09:26:52
14075         Log: Avoid GNU ar if HP cc is being used.
14076      Branch: cfgperl
14077            ! hints/hpux.sh
14078 ____________________________________________________________________________
14079 [  4412] By: jhi                                   on 1999/10/19  07:24:29
14080         Log: Integrate with Sarathy.
14081      Branch: cfgperl
14082           !> perlvars.h
14083 ____________________________________________________________________________
14084 [  4411] By: jhi                                   on 1999/10/19  07:22:34
14085         Log: Long double support: sqrtl et al are not available everywhere,
14086              e.g. not in Solaris, even when long doubles are.
14087      Branch: cfgperl
14088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14089            ! config_h.SH perl.h
14090 ____________________________________________________________________________
14091 [  4410] By: jhi                                   on 1999/10/19  07:21:42
14092         Log: Add sqrtl probe, add echo dependencies.
14093      Branch: metaconfig
14094            ! U/threads/d_pthreadj.U
14095      Branch: metaconfig/U/perl
14096            + d_sqrtl.U
14097            ! i_inttypes.U io64.U
14098 ____________________________________________________________________________
14099 [  4409] By: gsar                                  on 1999/10/19  02:18:54
14100         Log: perl_mutex n/a if !USE_THREADS
14101      Branch: perl
14102            ! perlvars.h
14103 ____________________________________________________________________________
14104 [  4408] By: jhi                                   on 1999/10/18  20:13:02
14105         Log: Forgotten s/warning/warnings/.
14106      Branch: cfgperl
14107            ! Makefile.SH
14108 ____________________________________________________________________________
14109 [  4407] By: jhi                                   on 1999/10/18  20:02:12
14110         Log: Integrate with Sarathy.
14111      Branch: cfgperl
14112           +> pod/perlfilter.pod
14113           !> (integrate 30 files)
14114 ____________________________________________________________________________
14115 [  4406] By: gsar                                  on 1999/10/18  16:32:10
14116         Log: added intro to source filters from Paul Marquess
14117      Branch: perl
14118            + pod/perlfilter.pod
14119            ! MANIFEST pod/perldelta.pod
14120 ____________________________________________________________________________
14121 [  4405] By: gsar                                  on 1999/10/18  05:53:06
14122         Log: missing manpages
14123      Branch: perl
14124            ! installman
14125 ____________________________________________________________________________
14126 [  4404] By: gsar                                  on 1999/10/18  05:09:22
14127         Log: pod updates from Tom Christiansen
14128      Branch: perl
14129            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
14130 ____________________________________________________________________________
14131 [  4403] By: gsar                                  on 1999/10/17  23:43:59
14132         Log: PL_malloc_mutex needs to be global, not per-interpreter
14133              (malloc.c has static data)
14134      Branch: perl
14135            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
14136 ____________________________________________________________________________
14137 [  4402] By: gsar                                  on 1999/10/17  22:30:30
14138         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
14139              windows
14140      Branch: perl
14141            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
14142            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
14143            ! win32/win32.h
14144 ____________________________________________________________________________
14145 [  4401] By: gsar                                  on 1999/10/17  20:33:42
14146         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
14147              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
14148              is one symptom of the problem
14149      Branch: perl
14150            ! pp_ctl.c t/op/eval.t
14151 ____________________________________________________________________________
14152 [  4400] By: gsar                                  on 1999/10/17  18:36:46
14153         Log: remove FileHandle from list of PodParser dependencies (the
14154              difference is 20 files vs 6 files loaded!)
14155      Branch: perl
14156            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
14157            ! t/pod/testcmp.pl
14158 ____________________________________________________________________________
14159 [  4399] By: nick                                  on 1999/10/17  14:51:35
14160         Log: Pre-trip resolve
14161      Branch: utfperl
14162           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
14163 ____________________________________________________________________________
14164 [  4398] By: gsar                                  on 1999/10/17  09:19:24
14165         Log: make installperl ignore RCS files (from Michael G Schwern
14166              <schwern@pobox.com>)
14167      Branch: perl
14168            ! installperl lib/Text/Tabs.pm
14169 ____________________________________________________________________________
14170 [  4397] By: gsar                                  on 1999/10/16  18:30:14
14171         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
14172      Branch: perl
14173            ! perl.c
14174 ____________________________________________________________________________
14175 [  4396] By: jhi                                   on 1999/10/16  17:44:39
14176         Log: Missing comma.
14177      Branch: cfgperl
14178            ! lib/diagnostics.pm
14179 ____________________________________________________________________________
14180 [  4395] By: gsar                                  on 1999/10/16  17:18:36
14181         Log: assumption about @_ always being non-REAL doesn't hold when
14182              debugger is running; DB::sub() can call arbitrary stuff
14183              that modifies @_ at will
14184      Branch: perl
14185            ! pp_hot.c
14186 ____________________________________________________________________________
14187 [  4394] By: nick                                  on 1999/10/16  09:35:20
14188         Log: Resolve utfperl branch against mainline as of _62
14189      Branch: utfperl
14190           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
14191           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
14192           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
14193           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
14194           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
14195           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
14196           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
14197           +> t/lib/glob-taint.t win32/genmk95.pl
14198            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
14199           !> (integrate 144 files)
14200 ____________________________________________________________________________
14201 [  4393] By: gsar                                  on 1999/10/16  04:07:02
14202         Log: OS/2 support bits (from Ilya Zakharevich)
14203      Branch: perl
14204            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
14205 ____________________________________________________________________________
14206 [  4392] By: jhi                                   on 1999/10/15  10:28:09
14207         Log: Integrate with Sarathy.
14208      Branch: cfgperl
14209           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
14210           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
14211           !> win32/Makefile win32/makefile.mk
14212
14213 ----------------
14214 Version 5.005_62
14215 ----------------
14216
14217 ____________________________________________________________________________
14218 [  4391] By: gsar                                  on 1999/10/15  10:12:42
14219         Log: here be 5.005_62
14220      Branch: perl
14221            ! Changes MANIFEST Porting/makerel
14222 ____________________________________________________________________________
14223 [  4390] By: gsar                                  on 1999/10/15  09:45:51
14224         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
14225              avoid tickling it in Pod::Man for now; other nits in
14226              Pod::*
14227      Branch: perl
14228            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
14229            ! pod/perlopentut.pod
14230 ____________________________________________________________________________
14231 [  4389] By: gsar                                  on 1999/10/15  08:55:01
14232         Log: disable internal globbing for miniperl (or build breaks out
14233              in a rash of failed dependencies)
14234      Branch: perl
14235            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
14236 ____________________________________________________________________________
14237 [  4388] By: jhi                                   on 1999/10/15  08:07:49
14238         Log: Integrate with Sarathy.
14239      Branch: cfgperl
14240           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
14241           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
14242 ____________________________________________________________________________
14243 [  4387] By: gsar                                  on 1999/10/15  07:46:24
14244         Log: integrate cfgperl contents into mainline
14245      Branch: perl
14246            ! Changes
14247           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
14248           !> t/pragma/warn/regcomp
14249 ____________________________________________________________________________
14250 [  4386] By: gsar                                  on 1999/10/15  05:45:36
14251         Log: various little goofs in change#4385
14252      Branch: perl
14253            ! win32/include/dirent.h win32/win32.c
14254 ____________________________________________________________________________
14255 [  4385] By: gsar                                  on 1999/10/15  04:49:09
14256         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
14257              rather than win32_opendir() reading all files up front (untested)
14258      Branch: perl
14259            ! win32/include/dirent.h win32/win32.c
14260 ____________________________________________________________________________
14261 [  4384] By: gsar                                  on 1999/10/15  01:34:09
14262         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
14263      Branch: perl
14264            ! lib/Benchmark.pm pod/perldelta.pod
14265 ____________________________________________________________________________
14266 [  4383] By: gsar                                  on 1999/10/15  01:22:32
14267         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
14268              <dha@panix.com>)
14269      Branch: perl
14270            ! pod/perlfaq2.pod
14271 ____________________________________________________________________________
14272 [  4382] By: gsar                                  on 1999/10/15  01:14:22
14273         Log: From: jand@ActiveState.com (Jan Dubois)
14274              Date: Fri, 15 Oct 1999 01:14:23 +0200
14275              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
14276              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
14277      Branch: perl
14278            ! ext/POSIX/POSIX.xs
14279 ____________________________________________________________________________
14280 [  4381] By: jhi                                   on 1999/10/14  22:11:36
14281         Log: Integrate with Sarathy.
14282      Branch: cfgperl
14283           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
14284           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
14285           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
14286           !> win32/makefile.mk
14287 ____________________________________________________________________________
14288 [  4380] By: jhi                                   on 1999/10/14  22:08:22
14289         Log: Warn inside character classes about unknown backslash escapes
14290              (that are not caught earlier because of being completely unknown,
14291              such as \m), such as \z (because they make do sense inside regexen,
14292              but not inside character classes).
14293      Branch: cfgperl
14294            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
14295            ! t/pragma/warn/regcomp
14296 ____________________________________________________________________________
14297 [  4379] By: gsar                                  on 1999/10/14  18:26:56
14298         Log: clarify significance of parens for "x" (from M.J.T. Guy
14299              <mjtg@cus.cam.ac.uk>)
14300      Branch: perl
14301            ! pod/perlop.pod
14302 ____________________________________________________________________________
14303 [  4378] By: gsar                                  on 1999/10/14  18:25:20
14304         Log: make timelocal work better when time is close to the epoch
14305              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
14306      Branch: perl
14307            ! lib/Time/Local.pm
14308 ____________________________________________________________________________
14309 [  4377] By: gsar                                  on 1999/10/14  18:15:11
14310         Log: integrate cfgperl contents into mainline
14311      Branch: perl
14312           +> ext/DB_File/hints/sco.pl
14313           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
14314           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
14315           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
14316 ____________________________________________________________________________
14317 [  4376] By: gsar                                  on 1999/10/14  17:47:35
14318         Log: fix POPSTACK panics that ensued from bad interaction between
14319              runlevels and stack of stacks (change#3988 done right);
14320              basically, we pop the runlevel if the stacklevel is not the
14321              same one we started the runlevel with
14322      Branch: perl
14323            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
14324 ____________________________________________________________________________
14325 [  4375] By: gsar                                  on 1999/10/14  15:54:48
14326         Log: avoid warnings
14327      Branch: perl
14328            ! ext/File/Glob/bsd_glob.c
14329 ____________________________________________________________________________
14330 [  4374] By: jhi                                   on 1999/10/14  10:08:44
14331         Log: Warn about false ranges like \d-\w (see the change #4355).
14332              The invalid ranges (b-a) warning message also enhanced.
14333      Branch: cfgperl
14334            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
14335            ! t/pragma/warn/regcomp
14336 ____________________________________________________________________________
14337 [  4373] By: gsar                                  on 1999/10/14  03:49:54
14338         Log: File::Glob fixes for Windows
14339      Branch: perl
14340            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
14341            ! win32/makefile.mk
14342 ____________________________________________________________________________
14343 [  4372] By: gsar                                  on 1999/10/14  02:21:31
14344         Log: avoid inefficiency in change#3386 (every longjmp() was followed
14345              by an avoidable call to setjmp())
14346      Branch: perl
14347            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
14348            ! proto.h scope.c scope.h
14349 ____________________________________________________________________________
14350 [  4371] By: jhi                                   on 1999/10/13  21:17:17
14351         Log: Integrate with Sarathy.
14352      Branch: cfgperl
14353           !> op.c pod/perldelta.pod
14354 ____________________________________________________________________________
14355 [  4370] By: gsar                                  on 1999/10/13  18:08:45
14356         Log: misc tweaks
14357      Branch: perl
14358            ! op.c pod/perldelta.pod
14359 ____________________________________________________________________________
14360 [  4369] By: jhi                                   on 1999/10/13  16:18:58
14361         Log: Integrate with Sarathy.
14362      Branch: cfgperl
14363           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14364 ____________________________________________________________________________
14365 [  4368] By: gsar                                  on 1999/10/13  16:14:16
14366         Log: pod nits from various perl porters
14367      Branch: perl
14368            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14369 ____________________________________________________________________________
14370 [  4367] By: jhi                                   on 1999/10/13  12:10:30
14371         Log: From: Vlad Harchev <hvv@hippo.ru>
14372              To: perl5-porters@perl.org
14373              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
14374              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
14375              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
14376      Branch: cfgperl
14377            ! pod/perlop.pod
14378 ____________________________________________________________________________
14379 [  4366] By: gsar                                  on 1999/10/13  08:11:11
14380         Log: typos and language goofs pointed out by Hugo van der Sanden
14381              <hv@crypt.compulink.co.uk>
14382      Branch: perl
14383            ! pod/perldelta.pod pod/perldiag.pod
14384 ____________________________________________________________________________
14385 [  4365] By: jhi                                   on 1999/10/13  07:27:44
14386         Log: Integrate with Sarathy.
14387      Branch: cfgperl
14388           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
14389           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
14390           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
14391           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
14392           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
14393           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
14394           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
14395           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
14396           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
14397 ____________________________________________________________________________
14398 [  4364] By: gsar                                  on 1999/10/13  07:06:04
14399         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
14400      Branch: perl
14401            ! lib/perl5db.pl
14402 ____________________________________________________________________________
14403 [  4363] By: jhi                                   on 1999/10/13  07:03:43
14404         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
14405              To: perl5-porters@perl.org
14406              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
14407              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
14408              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
14409      Branch: cfgperl
14410            ! hints/svr5.sh
14411 ____________________________________________________________________________
14412 [  4362] By: jhi                                   on 1999/10/13  06:57:16
14413         Log: Add DB_File hint for SCO ODT.
14414              From: hops@sco.com
14415              To: perl5-porters@perl.org
14416              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
14417              Date: Tue, 12 Oct 1999 20:16:04 PDT
14418              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
14419      Branch: cfgperl
14420            + ext/DB_File/hints/sco.pl
14421            ! MANIFEST
14422 ____________________________________________________________________________
14423 [  4361] By: gsar                                  on 1999/10/13  06:56:08
14424         Log: PL_numeric_radix used without being defined (from Ilya
14425              Zakharevich)
14426      Branch: perl
14427            ! util.c
14428 ____________________________________________________________________________
14429 [  4360] By: gsar                                  on 1999/10/13  06:43:03
14430         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
14431              From: hops@sco.com
14432              Date: Tue, 12 Oct 1999 20:16:04 PDT
14433              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
14434              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
14435      Branch: perl
14436            + ext/NDBM_File/hints/sco.pl
14437            ! MANIFEST ext/ODBM_File/hints/sco.pl
14438 ____________________________________________________________________________
14439 [  4359] By: gsar                                  on 1999/10/13  06:34:53
14440         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
14441      Branch: perl
14442            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
14443            ! pod/perlport.pod
14444 ____________________________________________________________________________
14445 [  4358] By: gsar                                  on 1999/10/12  19:10:27
14446         Log: perldelta updates
14447      Branch: perl
14448            ! pod/perldelta.pod
14449 ____________________________________________________________________________
14450 [  4357] By: gsar                                  on 1999/10/12  17:11:18
14451         Log: update perldelta for change#4356
14452      Branch: perl
14453            ! Changes pod/perldelta.pod
14454 ____________________________________________________________________________
14455 [  4356] By: gsar                                  on 1999/10/12  16:53:31
14456         Log: add File::BSDGlob as File::Glob and load it at compile-time
14457              if perl was built with -DPERL_INTERNAL_GLOB
14458              
14459              TODO: we currently get a compile-time failure if File/Glob.pm
14460              can't be found; such failure needs to be made to emit a warning
14461              and use the csh implementation instead
14462      Branch: perl
14463            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
14464            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
14465            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
14466            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
14467            + t/lib/glob-global.t t/lib/glob-taint.t
14468            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
14469            ! t/pragma/overload.t
14470 ____________________________________________________________________________
14471 [  4355] By: jhi                                   on 1999/10/12  15:30:05
14472         Log: Revert the parts of #3926 that outlawed character ranges
14473              that have character classes such as \w as either endpoint.
14474              This change re-establishes the old behavior which meant that
14475              such ranges weren't really ranges, the "-" was literal.
14476              Moreover, this change also fixes the old behavior to be
14477              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
14478              Now they all do work as described above.  The #3926 outlawed
14479              all of those.
14480      Branch: cfgperl
14481            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
14482 ____________________________________________________________________________
14483 [  4354] By: jhi                                   on 1999/10/12  09:58:59
14484         Log: Integrate with Sarathy.
14485      Branch: cfgperl
14486           !> (integrate 33 files)
14487 ____________________________________________________________________________
14488 [  4353] By: gsar                                  on 1999/10/12  05:53:40
14489         Log: apply parts of LynxOS patches from Alan Johnson
14490              <johnson@alonn.gemse.fr>
14491      Branch: perl
14492            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
14493            ! t/op/groups.t
14494 ____________________________________________________________________________
14495 [  4352] By: gsar                                  on 1999/10/12  05:24:39
14496         Log: allow any unpack specifier to take a count via '/'
14497              (from Ilya Zakharevich)
14498      Branch: perl
14499            ! pp.c t/op/pack.t
14500 ____________________________________________________________________________
14501 [  4351] By: gsar                                  on 1999/10/12  05:02:35
14502         Log: avoid warnings
14503      Branch: perl
14504            ! malloc.c
14505 ____________________________________________________________________________
14506 [  4350] By: gsar                                  on 1999/10/12  04:50:52
14507         Log: various cleanups
14508      Branch: perl
14509            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
14510            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
14511            ! win32/config.gc win32/config.vc win32/config_H.bc
14512            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
14513 ____________________________________________________________________________
14514 [  4349] By: gsar                                  on 1999/10/12  00:23:11
14515         Log: update Changes, patchlevel etc.
14516      Branch: perl
14517            ! Changes Porting/findvars patchlevel.h win32/Makefile
14518            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14519            ! win32/makefile.mk
14520 ____________________________________________________________________________
14521 [  4348] By: gsar                                  on 1999/10/11  23:11:57
14522         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
14523      Branch: perl
14524            ! pod/perlfunc.pod
14525 ____________________________________________________________________________
14526 [  4347] By: jhi                                   on 1999/10/11  21:25:03
14527         Log: Sparc Linux -Duseshrplib fix.
14528              
14529              From: Brian Jepson <bjepson@home.com>
14530              To: Nick Ing-Simmons <nick@ing-simmons.net>
14531              cc: perl5-porters@perl.org
14532              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
14533              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
14534              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
14535      Branch: cfgperl
14536            ! hints/linux.sh
14537 ____________________________________________________________________________
14538 [  4346] By: gsar                                  on 1999/10/11  20:28:32
14539         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
14540              the behavior of 'Z*' and 'Z3' to always pack a trailing
14541              null byte; changed documentation to suit; added test
14542      Branch: perl
14543            ! pod/perlfunc.pod pp.c t/op/pack.t
14544 ____________________________________________________________________________
14545 [  4345] By: gsar                                  on 1999/10/11  19:15:46
14546         Log: writing to perllocal.pod fails if it was never created;
14547              tweak pseudo-hash example (both suggested by Michael G Schwern
14548              <schwern@pobox.com>)
14549      Branch: perl
14550            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
14551 ____________________________________________________________________________
14552 [  4344] By: gsar                                  on 1999/10/11  17:57:31
14553         Log: slightly edited variant of suggested patch
14554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14555              Date: Thu, 9 Sep 1999 18:35:37 -0400
14556              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
14557              Subject: [PATCH 5.005_58] How RExen match?
14558      Branch: perl
14559            ! pod/perlre.pod
14560 ____________________________________________________________________________
14561 [  4343] By: gsar                                  on 1999/10/11  16:55:48
14562         Log: change#4327 was inefficient
14563      Branch: perl
14564            ! lib/lib.pm
14565 ____________________________________________________________________________
14566 [  4342] By: jhi                                   on 1999/10/11  07:01:46
14567         Log: Integrate with Sarathy.
14568      Branch: cfgperl
14569           +> pod/perlhack.pod
14570           !> (integrate 28 files)
14571 ____________________________________________________________________________
14572 [  4341] By: jhi                                   on 1999/10/11  06:37:47
14573         Log: The 2.5th cut at the AIX C++ extension problems.
14574      Branch: cfgperl
14575            ! hints/aix.sh
14576 ____________________________________________________________________________
14577 [  4340] By: gsar                                  on 1999/10/10  23:48:07
14578         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
14579      Branch: perl
14580            + pod/perlhack.pod
14581            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
14582 ____________________________________________________________________________
14583 [  4339] By: gsar                                  on 1999/10/10  20:42:40
14584         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
14585              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
14586              void(*)(pTHX_ void*)
14587      Branch: perl
14588            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
14589            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
14590            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
14591            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
14592 ____________________________________________________________________________
14593 [  4338] By: gsar                                  on 1999/10/10  20:38:59
14594         Log: add missing new diagnostics to perldelta
14595      Branch: perl
14596            ! pod/perldelta.pod
14597 ____________________________________________________________________________
14598 [  4337] By: gsar                                  on 1999/10/10  17:40:13
14599         Log: update perldelta for change#3406
14600      Branch: perl
14601            ! embed.pl pod/perldata.pod pod/perldelta.pod
14602 ____________________________________________________________________________
14603 [  4336] By: gsar                                  on 1999/10/10  16:33:14
14604         Log: integrate cfgperl contents into mainline
14605      Branch: perl
14606           +> ext/DynaLoader/hints/aix.pl
14607           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
14608           !> makedef.pl perl.h pod/perldelta.pod
14609 ____________________________________________________________________________
14610 [  4335] By: jhi                                   on 1999/10/10  11:09:48
14611         Log: Update perldelta.
14612      Branch: cfgperl
14613            ! pod/perldelta.pod
14614 ____________________________________________________________________________
14615 [  4334] By: jhi                                   on 1999/10/10  10:31:46
14616         Log: Integrate with Sarathy.
14617      Branch: cfgperl
14618           +> win32/genmk95.pl
14619           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
14620           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
14621           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
14622           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
14623           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
14624           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
14625           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
14626           !> utils/perldoc.PL win32/makefile.mk
14627 ____________________________________________________________________________
14628 [  4333] By: gsar                                  on 1999/10/10  06:33:15
14629         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
14630              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
14631      Branch: perl
14632            ! installperl lib/diagnostics.pm utils/perldoc.PL
14633 ____________________________________________________________________________
14634 [  4332] By: gsar                                  on 1999/10/10  05:15:26
14635         Log: add $VERSION
14636      Branch: perl
14637            ! lib/Exporter.pm
14638 ____________________________________________________________________________
14639 [  4331] By: gsar                                  on 1999/10/10  05:10:22
14640         Log: describe what can go in an export list (from Anno Siegel
14641              <anno4000@lublin.zrz.tu-berlin.de>)
14642      Branch: perl
14643            ! lib/Exporter.pm
14644 ____________________________________________________________________________
14645 [  4330] By: gsar                                  on 1999/10/10  04:50:43
14646         Log: more basic support for building modules under Windows 95/98
14647              (applied relevant parts from a patch suggested by
14648              Jochen Wiedmann <joe@ispsoft.de>)
14649      Branch: perl
14650            ! lib/ExtUtils/MM_Unix.pm
14651 ____________________________________________________________________________
14652 [  4329] By: gsar                                  on 1999/10/10  04:28:38
14653         Log: rudimentary support for building under Windows 95/98 (from
14654              Benjamin Stuhl <sho_pi@hotmail.com>)
14655      Branch: perl
14656            + win32/genmk95.pl
14657            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
14658            ! win32/makefile.mk
14659 ____________________________________________________________________________
14660 [  4328] By: gsar                                  on 1999/10/10  03:37:21
14661         Log: fix two leaks in Thread.xs (from Eugene Alterman
14662              <Eugene.Alterman@bremer-inc.com>); convert places with
14663              'use attrs' to new attributes syntax
14664      Branch: perl
14665            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
14666            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
14667            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
14668            ! ext/Thread/sync2.t
14669 ____________________________________________________________________________
14670 [  4327] By: gsar                                  on 1999/10/10  02:23:52
14671         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
14672              (suggested by Tod Irwin <irwin@stockmaster.com>)
14673      Branch: perl
14674            ! lib/lib.pm
14675 ____________________________________________________________________________
14676 [  4326] By: gsar                                  on 1999/10/10  00:51:48
14677         Log: better documentation for recv() (from Anton Berezin
14678              <tobez@plab.ku.dk>)
14679      Branch: perl
14680            ! pod/perlfunc.pod
14681 ____________________________________________________________________________
14682 [  4325] By: gsar                                  on 1999/10/09  22:46:23
14683         Log: perldelta updates (see TODO markers)
14684      Branch: perl
14685            ! Changes pod/perldelta.pod pp_sys.c
14686 ____________________________________________________________________________
14687 [  4324] By: gsar                                  on 1999/10/09  19:43:10
14688         Log: fix Exporter::export_to_level() documentation
14689      Branch: perl
14690            ! lib/Exporter.pm
14691 ____________________________________________________________________________
14692 [  4323] By: gsar                                  on 1999/10/09  18:48:31
14693         Log: don't run END blocks when running under -c switch (older,
14694              rarely useful behavior may still be obtained by putting
14695              BEGIN { $^C = 0; exit; } at the end of the script)
14696      Branch: perl
14697            ! perl.c
14698 ____________________________________________________________________________
14699 [  4322] By: jhi                                   on 1999/10/09  05:31:26
14700         Log: While awaiting a good test program to detect the broken gcc.
14701              From: Thomas Conté <tom@fr.uu.net>
14702              To: <jhi@iki.fi>
14703              Cc: <perl5-porters@perl.org>
14704              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
14705              Date: Wed, 6 Oct 1999 19:56:29 +0200
14706              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
14707      Branch: cfgperl
14708            ! hints/irix_6.sh perl.h
14709 ____________________________________________________________________________
14710 [  4321] By: gsar                                  on 1999/10/09  00:41:02
14711         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
14712              clear entries in the CV's pad, leading to coredumps when CV had no
14713              other references to it; this is a slightly edited version of the
14714              patch suggested by Russel O'Connor <roconnor@world.std.com>
14715      Branch: perl
14716            ! cop.h pp_ctl.c pp_hot.c
14717 ____________________________________________________________________________
14718 [  4320] By: gsar                                  on 1999/10/08  22:50:51
14719         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
14720              situation (assumptions about cx invalidation are not valid
14721              anymore)
14722      Branch: perl
14723            ! cop.h pp_ctl.c pp_hot.c
14724 ____________________________________________________________________________
14725 [  4319] By: jhi                                   on 1999/10/08  14:33:31
14726         Log: Integrate with Sarathy.
14727      Branch: cfgperl
14728           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
14729           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
14730           !> t/comp/bproto.t thrdvar.h toke.c util.c
14731 ____________________________________________________________________________
14732 [  4318] By: jhi                                   on 1999/10/08  13:51:34
14733         Log: The second cut at AIX C++ extension troubles.
14734      Branch: cfgperl
14735            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14736            ! hints/aix.sh
14737 ____________________________________________________________________________
14738 [  4317] By: jhi                                   on 1999/10/08  10:44:13
14739         Log: The first cut at fixing Perl extensions written in C++ in AIX,
14740              statics don't get initialized right.  This patch at least
14741              doesn't seem to break the build in my AIX, but unfortunately
14742              I don't have the IBM C++ to do further testing.
14743              
14744              Problem reported by Stephanie Beals in
14745              From: bealzy@us.ibm.com
14746              To: perl5-porters@perl.org
14747              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
14748              Date: Thu, 7 Oct 1999 15:05:54 -0400
14749              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
14750      Branch: cfgperl
14751            + ext/DynaLoader/hints/aix.pl
14752            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
14753 ____________________________________________________________________________
14754 [  4316] By: gsar                                  on 1999/10/08  10:26:15
14755         Log: remove kludgey duplicate background error avoidance (caused
14756              "leaks"; %@ wasn't even user-visible under -Dusethreads);
14757              only repeats of most recent error are now avoided
14758      Branch: perl
14759            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
14760 ____________________________________________________________________________
14761 [  4315] By: jhi                                   on 1999/10/08  09:48:59
14762         Log: Fix omission.
14763      Branch: cfgperl
14764            ! makedef.pl
14765 ____________________________________________________________________________
14766 [  4314] By: gsar                                  on 1999/10/08  07:17:01
14767         Log: extend change#2299 to C<use> (fixes scoping problems in
14768              C<if (...) { use foo; ... }>)
14769      Branch: perl
14770            ! op.c
14771 ____________________________________________________________________________
14772 [  4313] By: gsar                                  on 1999/10/08  04:52:19
14773         Log: small tweak for change#4309
14774      Branch: perl
14775            ! op.c
14776 ____________________________________________________________________________
14777 [  4312] By: gsar                                  on 1999/10/08  02:31:13
14778         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
14779              From: Larry Wall <larry@wall.org>
14780              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
14781              Message-Id: <199910061655.JAA11333@kiev.wall.org>
14782              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
14783      Branch: perl
14784            ! opcode.h t/comp/bproto.t toke.c
14785 ____________________________________________________________________________
14786 [  4311] By: gsar                                  on 1999/10/08  00:58:19
14787         Log: typo
14788      Branch: perl
14789            ! pp_sys.c
14790 ____________________________________________________________________________
14791 [  4310] By: gsar                                  on 1999/10/07  23:51:38
14792         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
14793              Brian Mitchell <brian@chele.cais.net>)
14794      Branch: perl
14795            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
14796 ____________________________________________________________________________
14797 [  4309] By: gsar                                  on 1999/10/07  22:57:52
14798         Log: change#3728 was flawed (loop contexts saw the wrong statement
14799              info, causing loop control constructs to not find the label);
14800              disable OP_SETSTATE entirely and add a fix that is specifically
14801              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
14802              which was what the original patch was supposed to fix
14803              
14804              TODO: remove the remainder of the setstate logic if it can't
14805              be used anywhere else (it isn't used anywhere now)
14806      Branch: perl
14807            ! cop.h op.c perly.c perly.y
14808 ____________________________________________________________________________
14809 [  4308] By: jhi                                   on 1999/10/07  19:21:27
14810         Log: Integrate with Sarathy.
14811      Branch: cfgperl
14812           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
14813 ____________________________________________________________________________
14814 [  4307] By: gsar                                  on 1999/10/07  15:12:24
14815         Log: update to podlators-0.08 from Russ Allbery
14816      Branch: perl
14817            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
14818 ____________________________________________________________________________
14819 [  4306] By: jhi                                   on 1999/10/06  17:20:34
14820         Log: Integrate with Sarathy.
14821      Branch: cfgperl
14822           !> (integrate 45 files)
14823 ____________________________________________________________________________
14824 [  4305] By: gsar                                  on 1999/10/06  16:55:45
14825         Log: some versions of mingw32 have __int64, define iff it isn't
14826      Branch: perl
14827            ! win32/win32.h
14828 ____________________________________________________________________________
14829 [  4304] By: gsar                                  on 1999/10/06  03:45:44
14830         Log: fix typos in change#4288
14831      Branch: perl
14832            ! Changes dump.c sv.c
14833 ____________________________________________________________________________
14834 [  4303] By: gsar                                  on 1999/10/06  03:22:46
14835         Log: integrate cfgperl contents into mainline
14836      Branch: perl
14837           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
14838            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
14839           !> (integrate 31 files)
14840 ____________________________________________________________________________
14841 [  4302] By: gsar                                  on 1999/10/06  02:36:53
14842         Log: make die/warn and other diagnostics go to wherever STDERR happens
14843              to point at; change places that meant Perl_debug_log rather than
14844              PerlIO_stderr()
14845      Branch: perl
14846            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
14847            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
14848            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
14849            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14850            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
14851            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
14852            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
14853            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
14854            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
14855            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
14856            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
14857 ____________________________________________________________________________
14858 [  4301] By: jhi                                   on 1999/10/05  23:03:46
14859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14860              To: François Désarménien <desar@club-internet.fr>
14861              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
14862              Subject: Re: Strange RE engine breakage in 5_61
14863              Date: Mon, 4 Oct 1999 19:58:03 -0400
14864              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
14865              
14866              (had to apply pat.t part manually because there
14867              already were more tests than there was in _61)
14868      Branch: cfgperl
14869            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
14870 ____________________________________________________________________________
14871 [  4300] By: jhi                                   on 1999/10/04  17:03:18
14872         Log: From: Andy Dougherty <doughera@lafayette.edu>
14873              To: Jarkko Hietaniemi <jhi@iki.fi>
14874              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
14875              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
14876              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
14877              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
14878      Branch: cfgperl
14879            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
14880            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
14881            ! MANIFEST ext/B/defsubs_h.PL
14882 ____________________________________________________________________________
14883 [  4299] By: jhi                                   on 1999/10/04  07:15:16
14884         Log: From: Michael G Schwern <schwern@pobox.com>
14885              To: perl5-porters@perl.org
14886              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
14887              Date: Sun, 3 Oct 1999 17:34:17 -0400
14888              Message-ID: <19991003173417.A4351@blackrider>
14889      Branch: cfgperl
14890            ! t/lib/fields.t t/pragma/constant.t
14891 ____________________________________________________________________________
14892 [  4298] By: gsar                                  on 1999/10/04  04:57:53
14893         Log: some compatibility macros were busted
14894      Branch: perl
14895            ! embed.h embed.pl toke.c
14896 ____________________________________________________________________________
14897 [  4297] By: jhi                                   on 1999/10/03  17:50:59
14898         Log: A better version of #4296.
14899              
14900              From: Michael G Schwern <schwern@pobox.com>
14901              To: perl5-porters@perl.org
14902              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
14903              Date: Sun, 3 Oct 1999 13:54:23 -0400
14904              Message-ID: <19991003135423.A3050@blackrider>
14905      Branch: cfgperl
14906            ! av.c op.c pod/perldiag.pod
14907 ____________________________________________________________________________
14908 [  4296] By: jhi                                   on 1999/10/03  17:21:01
14909         Log: (Replaced by #4297.)
14910              
14911              From: Michael G Schwern <schwern@pobox.com>
14912              To: perl5-porters@perl.org
14913              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
14914              Date: Sun, 3 Oct 1999 13:16:47 -0400
14915              Message-ID: <19991003131647.A2816@blackrider>
14916              
14917              plus changed the error message to say "No such pseudo-hash field"
14918              as discussed in the above mail message.
14919      Branch: cfgperl
14920            ! av.c pod/perldiag.pod
14921 ____________________________________________________________________________
14922 [  4295] By: gsar                                  on 1999/10/03  16:09:36
14923         Log: avoid doing irrelevant things on 'make perl'
14924      Branch: perl
14925            ! Makefile.SH
14926 ____________________________________________________________________________
14927 [  4294] By: jhi                                   on 1999/10/03  14:16:24
14928         Log: Fix a typo in #4293 spotted by Graham Barr.
14929      Branch: cfgperl
14930            ! pod/perlref.pod
14931 ____________________________________________________________________________
14932 [  4293] By: jhi                                   on 1999/10/03  11:31:22
14933         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
14934              To: perl5-porters@perl.org
14935              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
14936              Date: Sun, 3 Oct 1999 02:34:01 -0400
14937              Message-ID: <19991003023401.A1520@blackrider>
14938      Branch: cfgperl
14939            ! pod/perlfunc.pod pod/perlref.pod
14940 ____________________________________________________________________________
14941 [  4292] By: jhi                                   on 1999/10/03  09:23:16
14942         Log: From: Barrie Slaymaker <barries@slaysys.com>
14943              To: perl5-porters@perl.org
14944              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
14945              Date: Sun, 3 Oct 1999 00:09:51 -0400
14946              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
14947      Branch: cfgperl
14948            ! lib/Benchmark.pm
14949 ____________________________________________________________________________
14950 [  4291] By: jhi                                   on 1999/10/02  23:43:53
14951         Log: Be understanding about large file systems.
14952      Branch: cfgperl
14953            ! t/lib/syslfs.t t/op/lfs.t
14954 ____________________________________________________________________________
14955 [  4290] By: jhi                                   on 1999/10/02  23:39:16
14956         Log: Configure fixfest continues.
14957      Branch: cfgperl
14958            ! Configure config_h.SH
14959      Branch: metaconfig
14960            ! U/modified/d_longdbl.U U/modified/d_longlong.U
14961            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
14962            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
14963            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
14964      Branch: metaconfig/U/perl
14965            ! i_inttypes.U io64.U
14966 ____________________________________________________________________________
14967 [  4289] By: jhi                                   on 1999/10/02  23:12:54
14968         Log: Regen Porting stuff.
14969      Branch: cfgperl
14970            ! Porting/Glossary Porting/config.sh Porting/config_H
14971 ____________________________________________________________________________
14972 [  4288] By: jhi                                   on 1999/10/02  23:05:50
14973         Log: Untangle the IV_IS_QUAD jungle by introduding
14974              macros to be used when doing formatted printing:
14975              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
14976      Branch: cfgperl
14977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14978            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
14979            ! regcomp.c sv.c taint.c toke.c util.c
14980 ____________________________________________________________________________
14981 [  4287] By: jhi                                   on 1999/10/02  22:54:18
14982         Log: metaconfig maintenance.
14983      Branch: metaconfig
14984            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
14985            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
14986            ! U/typedefs/uidsize.U
14987 ____________________________________________________________________________
14988 [  4286] By: nick                                  on 1999/10/02  11:11:44
14989         Log: Incremental merge of mainline
14990      Branch: utfperl
14991           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
14992           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
14993           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
14994           +> t/pod/podselect.t t/pod/podselect.xr
14995            - lib/Pod/PlainText.pm
14996           !> (integrate 148 files)
14997 ____________________________________________________________________________
14998 [  4285] By: jhi                                   on 1999/10/02  10:16:15
14999         Log: Battle namespace pollution.
15000      Branch: cfgperl
15001            ! lib/Benchmark.pm
15002 ____________________________________________________________________________
15003 [  4284] By: jhi                                   on 1999/10/02  10:11:20
15004         Log: Regen Configure, all of xs_apiversion didn't take.
15005      Branch: cfgperl
15006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15007            ! config_h.SH patchlevel.h
15008 ____________________________________________________________________________
15009 [  4283] By: jhi                                   on 1999/10/02  09:48:17
15010         Log: Integrate with Sarathy.
15011      Branch: cfgperl
15012           +> lib/Pod/Man.pm t/pod/multiline_items.t
15013           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
15014           +> t/pod/podselect.t t/pod/podselect.xr
15015            - lib/Pod/PlainText.pm
15016           !> (integrate 50 files)
15017 ____________________________________________________________________________
15018 [  4282] By: gsar                                  on 1999/10/02  06:39:14
15019         Log: update pod2man, pod2text and related Pod:: modules with the
15020              ones in podlators-0.07 from Russ Allbery
15021      Branch: perl
15022            + lib/Pod/Man.pm
15023            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
15024            ! pod/pod2man.PL pod/pod2text.PL
15025 ____________________________________________________________________________
15026 [  4281] By: gsar                                  on 1999/10/02  06:14:44
15027         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
15028      Branch: perl
15029            - lib/Pod/PlainText.pm
15030            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
15031            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
15032            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
15033            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
15034            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
15035            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
15036            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
15037 ____________________________________________________________________________
15038 [  4280] By: gsar                                  on 1999/10/02  04:39:38
15039         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
15040      Branch: perl
15041            + t/pod/multiline_items.t t/pod/multiline_items.xr
15042            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
15043            + t/pod/podselect.xr
15044            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
15045            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
15046            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
15047            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
15048            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
15049            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
15050            ! t/pod/testp2pt.pl
15051 ____________________________________________________________________________
15052 [  4279] By: gsar                                  on 1999/10/02  03:36:41
15053         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
15054              by Michael G Schwern <schwern@pobox.com>)
15055      Branch: perl
15056            ! av.c t/op/avhv.t
15057 ____________________________________________________________________________
15058 [  4278] By: gsar                                  on 1999/10/02  02:36:55
15059         Log: deprecate C<use attrs>
15060      Branch: perl
15061            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
15062            ! t/lib/thread.t t/pragma/sub_lval.t
15063 ____________________________________________________________________________
15064 [  4277] By: gsar                                  on 1999/10/02  01:43:25
15065         Log: add notes about effect of loop control statements inside
15066              LABEL BLOCK continue BLOCK
15067      Branch: perl
15068            ! pod/perlfunc.pod
15069 ____________________________________________________________________________
15070 [  4276] By: gsar                                  on 1999/10/02  01:23:02
15071         Log: indent nested =items properly (suggested by Bill Fenner
15072              <fenner@research.att.com>)
15073      Branch: perl
15074            ! pod/pod2man.PL
15075 ____________________________________________________________________________
15076 [  4275] By: gsar                                  on 1999/10/02  01:09:16
15077         Log: updated ptags generator from Ilya Zakharevich
15078      Branch: perl
15079            ! emacs/ptags
15080 ____________________________________________________________________________
15081 [  4274] By: gsar                                  on 1999/10/01  23:08:52
15082         Log: update Changes
15083      Branch: perl
15084            ! Changes
15085 ____________________________________________________________________________
15086 [  4273] By: gsar                                  on 1999/10/01  22:58:55
15087         Log: typo, whitespace adjustments
15088      Branch: perl
15089            ! utils/h2xs.PL
15090 ____________________________________________________________________________
15091 [  4272] By: gsar                                  on 1999/10/01  22:46:06
15092         Log: remove dup hunks
15093      Branch: perl
15094            ! configure.com vms/vms.c
15095 ____________________________________________________________________________
15096 [  4271] By: gsar                                  on 1999/10/01  22:33:02
15097         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
15098              by declaring new globals "our" (XXX this means h2xs generated code
15099              won't run on earlier versions; a switch to generate compatible
15100              source is needed)
15101      Branch: perl
15102           !> (integrate 35 files)
15103 ____________________________________________________________________________
15104 [  4270] By: jhi                                   on 1999/10/01  12:05:56
15105         Log: Integrate with Sarathy.
15106      Branch: cfgperl
15107           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
15108           !> pod/perldiag.pod util.c
15109 ____________________________________________________________________________
15110 [  4269] By: jhi                                   on 1999/10/01  10:26:19
15111         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
15112              To: perl5-porters@perl.org
15113              Subject: [ID 19991001.001] perlguts man page error
15114              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
15115              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
15116      Branch: cfgperl
15117            ! pod/perlguts.pod
15118 ____________________________________________________________________________
15119 [  4268] By: jhi                                   on 1999/10/01  07:32:33
15120         Log: There *is* a month called October.
15121      Branch: cfgperl
15122            ! t/op/time.t
15123 ____________________________________________________________________________
15124 [  4267] By: jhi                                   on 1999/10/01  06:58:10
15125         Log: Temp file cleanliness.
15126      Branch: cfgperl
15127            ! t/lib/filecopy.t
15128 ____________________________________________________________________________
15129 [  4266] By: jhi                                   on 1999/10/01  06:46:56
15130         Log: From: Barrie Slaymaker <barries@slaysys.com>
15131              To: perl5-porters@perl.org
15132              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
15133              Date: Thu, 30 Sep 1999 22:16:26 -0400
15134              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
15135      Branch: cfgperl
15136            ! lib/Benchmark.pm
15137 ____________________________________________________________________________
15138 [  4265] By: jhi                                   on 1999/09/30  20:25:35
15139         Log: From: Barrie Slaymaker <barries@slaysys.com>
15140              To: perl5-porters@perl.org
15141              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
15142              Date: Thu, 30 Sep 1999 15:44:00 -0400
15143              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
15144              (Replaces #4175.)
15145      Branch: cfgperl
15146            ! lib/Benchmark.pm
15147 ____________________________________________________________________________
15148 [  4264] By: gsar                                  on 1999/09/30  17:59:26
15149         Log: re-add missing "Out of memory!" entry
15150      Branch: perl
15151            ! pod/perldiag.pod
15152 ____________________________________________________________________________
15153 [  4263] By: jhi                                   on 1999/09/30  17:05:43
15154         Log: Regenerate Configure.
15155      Branch: cfgperl
15156            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15157            ! config_h.SH
15158 ____________________________________________________________________________
15159 [  4261] By: jhi                                   on 1999/09/30  16:15:05
15160         Log: From: Andy Dougherty <doughera@lafayette.edu>
15161              To: Perl Porters <perl5-porters@perl.org>
15162              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
15163              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
15164              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
15165      Branch: cfgperl
15166            ! pod/perldelta.pod
15167 ____________________________________________________________________________
15168 [  4260] By: jhi                                   on 1999/09/30  15:48:56
15169         Log: From: Andy Dougherty <doughera@lafayette.edu>
15170              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
15171              Subject: Re: Possible skeletal structure for searching multiple versions
15172              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
15173              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
15174      Branch: metaconfig
15175            ! U/mkglossary
15176      Branch: metaconfig/U/perl
15177            + xs_apiversion.U
15178            ! patchlevel.U
15179 ____________________________________________________________________________
15180 [  4259] By: jhi                                   on 1999/09/30  15:07:16
15181         Log: Further ?idsize.U fixing.
15182      Branch: metaconfig
15183            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
15184 ____________________________________________________________________________
15185 [  4258] By: jhi                                   on 1999/09/30  15:00:14
15186         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
15187      Branch: metaconfig
15188            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
15189            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
15190 ____________________________________________________________________________
15191 [  4257] By: jhi                                   on 1999/09/30  09:48:33
15192         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
15193              To: Gurusamy Sarathy <gsar@ActiveState.com>
15194              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
15195              The Perl Porters Mailing List <perl5-porters@perl.org>
15196              Subject: [PATCH] (Was: deprecating SIGDIE)
15197              Date: Wed, 29 Sep 1999 15:16:50 -0400
15198              Message-ID: <19990929151650.E26675@O2.chapin.edu>
15199      Branch: cfgperl
15200            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
15201 ____________________________________________________________________________
15202 [  4256] By: jhi                                   on 1999/09/30  09:45:22
15203         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15204              To: Gurusamy Sarathy <gsar@activestate.com>
15205              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
15206              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
15207              Date: Wed, 29 Sep 1999 18:58:23 -0400
15208              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
15209      Branch: cfgperl
15210            ! Makefile.SH opcode.pl
15211 ____________________________________________________________________________
15212 [  4255] By: gsar                                  on 1999/09/30  09:03:48
15213         Log: remove prehistoric XFree() gunk
15214      Branch: perl
15215            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
15216 ____________________________________________________________________________
15217 [  4254] By: gsar                                  on 1999/09/30  08:40:14
15218         Log: From: Vishal Bhatia <vishal@gol.com>
15219              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
15220              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
15221              Subject: [patch _61] Minor corrections in C.pm
15222      Branch: perl
15223            ! ext/B/B/C.pm
15224 ____________________________________________________________________________
15225 [  4253] By: gsar                                  on 1999/09/30  08:36:27
15226         Log: off-by-one in fbm_compile() (spotted by John Bley
15227              <jbley@cs.cmu.edu>); whitespace adjustments
15228      Branch: perl
15229            ! util.c
15230 ____________________________________________________________________________
15231 [  4251] By: jhi                                   on 1999/09/30  08:09:13
15232         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15233              To: perl5-porters@perl.org (Mailing list Perl5)
15234              Subject: [PATCH 5.00561+]  Followup h2xs patch
15235              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
15236              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
15237      Branch: cfgperl
15238            ! utils/h2xs.PL
15239 ____________________________________________________________________________
15240 [  4250] By: jhi                                   on 1999/09/29  19:11:32
15241         Log: Integrate with Sarathy.
15242      Branch: cfgperl
15243           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
15244           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
15245           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
15246 ____________________________________________________________________________
15247 [  4249] By: bailey                                on 1999/09/29  02:21:31
15248         Log: resync with mainline
15249      Branch: vmsperl
15250           +> (branch 32 files)
15251            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
15252            - lib/unicode/blocks.txt lib/unicode/index2.txt
15253            - lib/unicode/jamo2.txt lib/unicode/names2.txt
15254            - lib/unicode/props2.txt lib/unicode/readme.txt
15255            - t/lib/bigfloatpm.t
15256           !> (integrate 240 files)
15257 ____________________________________________________________________________
15258 [  4248] By: jhi                                   on 1999/09/28  18:14:39
15259         Log: From: Andy Dougherty <doughera@lafayette.edu>
15260              To: Perl Porters <perl5-porters@perl.org>
15261              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
15262              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
15263              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
15264              
15265              From: Andy Dougherty <doughera@lafayette.edu>
15266              To: Perl Porters <perl5-porters@perl.org>
15267              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
15268              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
15269              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
15270      Branch: cfgperl
15271            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
15272            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
15273            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
15274            ! hints/next_4.sh
15275 ____________________________________________________________________________
15276 [  4247] By: gsar                                  on 1999/09/28  17:36:59
15277         Log: revert change#4115 (breaks libwww's base/date.t); could be 
15278              reworked to enable it conditional on $Time::Local::nocroak
15279              or some such
15280      Branch: perl
15281            ! lib/Time/Local.pm
15282 ____________________________________________________________________________
15283 [  4246] By: gsar                                  on 1999/09/28  17:33:14
15284         Log: tweak for win32 build
15285      Branch: perl
15286            ! win32/Makefile win32/makefile.mk
15287 ____________________________________________________________________________
15288 [  4245] By: gsar                                  on 1999/09/28  17:31:34
15289         Log: change#4236 fallout
15290      Branch: perl
15291            ! lib/ExtUtils/MM_Unix.pm
15292 ____________________________________________________________________________
15293 [  4244] By: gsar                                  on 1999/09/28  17:29:31
15294         Log: remove doubled new_xpv
15295      Branch: perl
15296            ! embed.h embed.pl proto.h
15297 ____________________________________________________________________________
15298 [  4243] By: jhi                                   on 1999/09/27  19:13:20
15299         Log: Artistic fine-tuning.
15300      Branch: cfgperl
15301            ! ext/B/defsubs_h.PL
15302 ____________________________________________________________________________
15303 [  4242] By: gsar                                  on 1999/09/27  17:05:22
15304         Log: avoid implicit split to @_ in change#4181; binary -> text file
15305              types in p4
15306      Branch: perl
15307            ! djgpp/configure.bat lib/Exporter/Heavy.pm
15308            ! t/pragma/locale/latin1
15309 ____________________________________________________________________________
15310 [  4241] By: jhi                                   on 1999/09/27  07:48:19
15311         Log: Integrate with Sarathy.
15312      Branch: cfgperl
15313           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
15314           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
15315 ____________________________________________________________________________
15316 [  4240] By: jhi                                   on 1999/09/27  07:47:11
15317         Log: Finalize change #4232.
15318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15319              To: Jarkko Hietaniemi <jhi@iki.fi>
15320              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
15321              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
15322              Date: Sun, 26 Sep 1999 16:52:31 -0400
15323              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
15324      Branch: cfgperl
15325            ! lib/ExtUtils/xsubpp
15326 ____________________________________________________________________________
15327 [  4239] By: gsar                                  on 1999/09/27  02:48:42
15328         Log: add notes in INSTALL about Configure -Accflags=-DFOO
15329      Branch: perl
15330            ! INSTALL
15331 ____________________________________________________________________________
15332 [  4238] By: gsar                                  on 1999/09/27  02:03:48
15333         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
15334              it automatically
15335      Branch: perl
15336            ! embed.h embed.pl
15337 ____________________________________________________________________________
15338 [  4237] By: gsar                                  on 1999/09/27  01:52:47
15339         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15340              Date: Fri, 24 Sep 1999 23:25:36 -0400
15341              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
15342              Subject: [PATCH 5.005_61] Malloc fixes and docs
15343      Branch: perl
15344            ! malloc.c pod/perldiag.pod
15345 ____________________________________________________________________________
15346 [  4236] By: gsar                                  on 1999/09/27  01:31:32
15347         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
15348              <vkonovalov@lucent.com>)
15349      Branch: perl
15350            ! win32/Makefile win32/makefile.mk
15351 ____________________________________________________________________________
15352 [  4235] By: gsar                                  on 1999/09/26  17:02:03
15353         Log: fix buggy popping of subroutine contexts in the lvalue
15354              subroutines implementation (change#4081); correct the
15355              plethora of cases where DIE() was more appropriate than
15356              croak()
15357      Branch: perl
15358            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
15359 ____________________________________________________________________________
15360 [  4234] By: jhi                                   on 1999/09/26  12:06:28
15361         Log: Fix #endif.
15362      Branch: cfgperl
15363            ! XSUB.h
15364 ____________________________________________________________________________
15365 [  4233] By: jhi                                   on 1999/09/26  11:59:18
15366         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
15367              I kept my (Ilya's) version.
15368      Branch: cfgperl
15369           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
15370           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15371           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
15372           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
15373           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
15374           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
15375 ____________________________________________________________________________
15376 [  4232] By: jhi                                   on 1999/09/26  09:53:43
15377         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15378              To: Mailing list Perl5 <perl5-porters@perl.org>
15379              Subject: [PATCH 5.005_61] teach xsubpp function pointers
15380              Date: Sun, 26 Sep 1999 01:36:09 -0400
15381              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
15382              
15383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15384              To: Mailing list Perl5 <perl5-porters@perl.org>
15385              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
15386              Date: Sun, 26 Sep 1999 03:00:50 -0400
15387              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
15388      Branch: cfgperl
15389            ! lib/ExtUtils/xsubpp utils/h2xs.PL
15390 ____________________________________________________________________________
15391 [  4231] By: jhi                                   on 1999/09/26  09:48:49
15392         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15393              To: perl5-porters@perl.org
15394              Subject: misprint in perlguts
15395              Date: Sun, 26 Sep 1999 12:48:36 +0400
15396              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
15397      Branch: cfgperl
15398            ! pod/perlguts.pod
15399 ____________________________________________________________________________
15400 [  4230] By: gsar                                  on 1999/09/26  00:50:08
15401         Log: add $installarchlib/CORE to default linker search path on windows
15402      Branch: perl
15403            ! win32/Makefile win32/makefile.mk
15404 ____________________________________________________________________________
15405 [  4229] By: gsar                                  on 1999/09/25  20:05:03
15406         Log: support C<use Shell> on Windows (reworked a patch suggested
15407              by Jenda Krynicky <Jenda@McCann.cz>)
15408      Branch: perl
15409            ! lib/Shell.pm
15410 ____________________________________________________________________________
15411 [  4228] By: gsar                                  on 1999/09/25  07:03:34
15412         Log: integrate cfgperl contents into mainline
15413      Branch: perl
15414           +> hints/svr5.sh
15415           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
15416           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
15417           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
15418           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
15419 ____________________________________________________________________________
15420 [  4227] By: gsar                                  on 1999/09/25  06:44:47
15421         Log: From: Larry Wall <larry@wall.org>
15422              Date: Fri, 24 Sep 1999 21:59:37 PDT
15423              Message-Id: <199909250459.VAA27506@kiev.wall.org>
15424              Subject: Re: [PATCH 5.005_61] "our" declarations
15425      Branch: perl
15426            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
15427            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15428            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
15429            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
15430            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
15431            ! utils/h2xs.PL
15432 ____________________________________________________________________________
15433 [  4226] By: jhi                                   on 1999/09/24  23:10:52
15434         Log: Integrate with Sarathy.
15435      Branch: cfgperl
15436           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15437           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
15438           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
15439 ____________________________________________________________________________
15440 [  4225] By: gsar                                  on 1999/09/24  18:19:54
15441         Log: avoid infinite recursive exec()s of perl.exe when shebang
15442              contains "Perl" rather than "perl" on DOSISH platforms
15443      Branch: perl
15444            ! toke.c
15445 ____________________________________________________________________________
15446 [  4224] By: gsar                                  on 1999/09/24  16:09:23
15447         Log: support cygwin and other platforms that link to import libraries
15448              rather than directly with shared libraries (from a suggestion
15449              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
15450      Branch: perl
15451            ! utils/perlcc.PL
15452 ____________________________________________________________________________
15453 [  4223] By: gsar                                  on 1999/09/24  05:05:06
15454         Log: normalize time for strftime() (without the isdst effects of
15455              mktime()) using a custom mini_mktime()
15456              From: spider-perl@Orb.Nashua.NH.US
15457              Date: Thu, 23 Sep 1999 17:54:53 -0400
15458              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
15459              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
15460      Branch: perl
15461            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15462            ! ext/POSIX/hints/linux.pl t/lib/posix.t
15463 ____________________________________________________________________________
15464 [  4222] By: gsar                                  on 1999/09/23  06:44:42
15465         Log: change "#" to a comment starter in pack templates; "/" now
15466              used for specifying counted types
15467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15468              Date: Wed, 22 Sep 1999 19:41:30 -0400
15469              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
15470              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
15471      Branch: perl
15472            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
15473 ____________________________________________________________________________
15474 [  4221] By: gsar                                  on 1999/09/23  06:26:54
15475         Log: From: Vishal Bhatia <vishal@gol.com>
15476              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
15477              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
15478              Subject: [patch _61] perlcc changes
15479      Branch: perl
15480            ! utils/perlcc.PL
15481 ____________________________________________________________________________
15482 [  4220] By: gsar                                  on 1999/09/23  01:12:24
15483         Log: add include guard
15484      Branch: perl
15485            ! XSUB.h
15486 ____________________________________________________________________________
15487 [  4219] By: jhi                                   on 1999/09/22  20:38:15
15488         Log: Cleanup cleanup.
15489      Branch: cfgperl
15490            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
15491 ____________________________________________________________________________
15492 [  4218] By: jhi                                   on 1999/09/22  19:26:58
15493         Log: Tweak the equivalence tables once again.
15494      Branch: cfgperl
15495            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
15496            ! lib/unicode/mktables.PL
15497 ____________________________________________________________________________
15498 [  4215] By: jhi                                   on 1999/09/22  06:47:03
15499         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15500              To: Mailing list Perl5 <perl5-porters@perl.org>
15501              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
15502              Date: Tue, 21 Sep 1999 19:50:00 -0400
15503              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
15504              
15505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15506              To: Mailing list Perl5 <perl5-porters@perl.org>
15507              Subject: [PATCH 5.005_61] More verbose -Mre=debug
15508              Date: Tue, 21 Sep 1999 22:29:55 -0400
15509              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
15510      Branch: cfgperl
15511            ! regcomp.c regexec.c
15512 ____________________________________________________________________________
15513 [  4214] By: jhi                                   on 1999/09/21  21:08:43
15514         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
15515              Reply-To: gerberb@zenez.com
15516              To: perl5-porters@perl.org
15517              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
15518              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
15519              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
15520              
15521              (Snipped away the last lines of svr5.sh a la change #3725)
15522      Branch: cfgperl
15523            + hints/svr5.sh
15524            ! Configure MANIFEST config_h.SH hints/sco.sh
15525      Branch: metaconfig
15526            ! U/modified/Cppsym.U U/modified/Oldconfig.U
15527 ____________________________________________________________________________
15528 [  4213] By: jhi                                   on 1999/09/21  20:48:01
15529         Log: From: Kragen Sitaker <kragen@dnaco.net>
15530              To: perl5-porters@perl.org
15531              Subject: [ID 19990921.013] accidental list context in perlfaq9
15532              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
15533              Reply-To: kragen@pobox.com
15534              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
15535      Branch: cfgperl
15536            ! pod/perlfaq9.pod
15537 ____________________________________________________________________________
15538 [  4212] By: jhi                                   on 1999/09/20  19:55:42
15539         Log: Integrate with Sarathy.
15540      Branch: cfgperl
15541           +> README.Y2K
15542           !> Changes MANIFEST
15543 ____________________________________________________________________________
15544 [  4211] By: jhi                                   on 1999/09/20  19:44:44
15545         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
15546      Branch: cfgperl
15547            ! Configure config_h.SH pod/perldelta.pod
15548      Branch: metaconfig/U/perl
15549            ! use64bits.U uselfs.U uselongdbl.U
15550 ____________________________________________________________________________
15551 [  4210] By: jhi                                   on 1999/09/20  19:38:26
15552         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
15553      Branch: cfgperl
15554            ! Configure config_h.SH
15555      Branch: metaconfig
15556            ! U/modified/Options.U
15557 ____________________________________________________________________________
15558 [  4209] By: gsar                                  on 1999/09/20  19:35:39
15559         Log: integrate cfgperl changes into mainline
15560      Branch: perl
15561           +> lib/unicode/Unicode.html
15562            ! Changes
15563           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15564           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
15565 ____________________________________________________________________________
15566 [  4208] By: gsar                                  on 1999/09/20  18:28:44
15567         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
15568      Branch: perl
15569            + README.Y2K
15570            ! MANIFEST
15571 ____________________________________________________________________________
15572 [  4207] By: jhi                                   on 1999/09/20  11:06:13
15573         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
15574      Branch: cfgperl
15575            ! pod/perldelta.pod
15576 ____________________________________________________________________________
15577 [  4206] By: jhi                                   on 1999/09/20  09:53:15
15578         Log: Do not test for gccish things in non-gccish platforms.
15579      Branch: cfgperl
15580            ! Configure config_h.SH
15581      Branch: metaconfig
15582            ! U/compline/ccflags.U
15583 ____________________________________________________________________________
15584 [  4205] By: jhi                                   on 1999/09/20  09:41:22
15585         Log: Prompt for uselfs.
15586      Branch: cfgperl
15587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15588            ! config_h.SH
15589      Branch: metaconfig
15590            ! U/mksample
15591      Branch: metaconfig/U/perl
15592            ! use64bits.U uselfs.U
15593 ____________________________________________________________________________
15594 [  4204] By: jhi                                   on 1999/09/20  09:09:29
15595         Log: Add usemorebits and uselfs.
15596      Branch: cfgperl
15597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15598            ! config_h.SH doio.c perl.h
15599      Branch: metaconfig/U/perl
15600            + uselfs.U usemorebits.U
15601            ! use64bits.U uselongdbl.U
15602 ____________________________________________________________________________
15603 [  4203] By: jhi                                   on 1999/09/20  07:48:48
15604         Log: Dethinko.
15605      Branch: cfgperl
15606            ! pod/perlfunc.pod
15607 ____________________________________________________________________________
15608 [  4202] By: jhi                                   on 1999/09/20  07:33:32
15609         Log: Fix a bug in the description of endianness.  Reported in
15610              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15611              To: perl5-porters@perl.org
15612              Subject: BUG: perldoc -f pack
15613              Date: Mon, 20 Sep 1999 09:43:49 +0400
15614              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
15615      Branch: cfgperl
15616            ! pod/perlfunc.pod
15617 ____________________________________________________________________________
15618 [  4201] By: jhi                                   on 1999/09/20  07:01:26
15619         Log: Integrate with Sarathy.
15620      Branch: cfgperl
15621           +> t/op/args.t
15622           !> (integrate 31 files)
15623 ____________________________________________________________________________
15624 [  4200] By: gsar                                  on 1999/09/20  03:45:06
15625         Log: From: Russ Allbery <rra@stanford.edu>
15626              Date: 19 Aug 1999 04:35:44 -0700
15627              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
15628              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
15629      Branch: perl
15630            ! lib/File/Find.pm
15631 ____________________________________________________________________________
15632 [  4199] By: gsar                                  on 1999/09/20  03:27:49
15633         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
15634      Branch: perl
15635            ! ext/B/B/Terse.pm
15636 ____________________________________________________________________________
15637 [  4198] By: gsar                                  on 1999/09/20  03:25:25
15638         Log: add arenas for managing allocations of remaining xpv*v structures
15639              From: Vishal Bhatia <vishal@gol.com>
15640              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
15641              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
15642              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
15643      Branch: perl
15644            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
15645            ! proto.h sv.c
15646 ____________________________________________________________________________
15647 [  4197] By: gsar                                  on 1999/09/20  03:06:10
15648         Log: queue errors due to strictures rather than printing them as
15649              warnings; symbols that violate strictures do *not* end up in
15650              the symbol table anyway, making multiple evals of the same piece
15651              of code produce the same errors; errors indicate all locations
15652              of a global symbol rather than just the first one; these
15653              changes make compile-time failures within evals reliably
15654              visible via the return value or contents of $@, and trappable
15655              using __DIE__ hooks
15656      Branch: perl
15657            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
15658            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
15659            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
15660            ! t/pragma/strict-vars thrdvar.h toke.c util.c
15661 ____________________________________________________________________________
15662 [  4196] By: gsar                                  on 1999/09/19  22:14:29
15663         Log: control change#1914 via hints (causes problems on some platforms)
15664      Branch: perl
15665            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15666            ! ext/POSIX/hints/linux.pl
15667 ____________________________________________________________________________
15668 [  4195] By: gsar                                  on 1999/09/19  21:30:18
15669         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
15670              in passing around references to @_, eg C<sub foo { \@_ }>; add
15671              tests for the same
15672      Branch: perl
15673            + t/op/args.t
15674            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
15675 ____________________________________________________________________________
15676 [  4194] By: jhi                                   on 1999/09/18  18:57:45
15677         Log: Integrate with Sarathy.
15678      Branch: cfgperl
15679           !> opcode.h opcode.pl
15680 ____________________________________________________________________________
15681 [  4193] By: nick                                  on 1999/09/18  15:24:56
15682         Log: Re-integrate mainline
15683              Basic SvUTF8 stuff in headers, no functional changes yet.
15684      Branch: utfperl
15685            + lib/byte.pm lib/byte_heavy.pl
15686           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
15687           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
15688           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
15689           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
15690           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
15691           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
15692           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
15693           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
15694           +> lib/unicode/Names.txt lib/unicode/Props.txt
15695           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
15696           +> t/lib/bigfltpm.t
15697            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
15698            - lib/unicode/blocks.txt lib/unicode/index2.txt
15699            - lib/unicode/jamo2.txt lib/unicode/names2.txt
15700            - lib/unicode/props2.txt lib/unicode/readme.txt
15701            - t/lib/bigfloatpm.t
15702            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
15703            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
15704            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
15705            ! warnings.h
15706           !> (integrate 142 files)
15707 ____________________________________________________________________________
15708 [  4192] By: gsar                                  on 1999/09/18  15:11:47
15709         Log: more op description tweaks
15710      Branch: perl
15711            ! opcode.h opcode.pl
15712 ____________________________________________________________________________
15713 [  4191] By: jhi                                   on 1999/09/18  07:47:16
15714         Log: Integrate with Sarathy.
15715      Branch: cfgperl
15716           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
15717           !> t/pragma/warn/op
15718 ____________________________________________________________________________
15719 [  4190] By: jhi                                   on 1999/09/18  07:35:45
15720         Log: Add description of the Unicode database files.
15721      Branch: cfgperl
15722            + lib/unicode/Unicode.html
15723 ____________________________________________________________________________
15724 [  4189] By: gsar                                  on 1999/09/18  03:14:58
15725         Log: tweak some op names in change#4177 (will any of this break code that
15726              gropes $@ ?)
15727      Branch: perl
15728            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
15729            ! t/pragma/warn/op
15730 ____________________________________________________________________________
15731 [  4188] By: jhi                                   on 1999/09/17  21:30:08
15732         Log: Pick up the typo fix.
15733      Branch: cfgperl
15734           !> t/io/open.t
15735 ____________________________________________________________________________
15736 [  4187] By: gsar                                  on 1999/09/17  21:13:55
15737         Log: fix typo
15738      Branch: perl
15739            ! t/io/open.t
15740 ____________________________________________________________________________
15741 [  4186] By: gsar                                  on 1999/09/17  20:57:29
15742         Log: integrate cfgperl change
15743      Branch: perl
15744           !> vms/subconfigure.com
15745 ____________________________________________________________________________
15746 [  4185] By: jhi                                   on 1999/09/17  20:46:41
15747         Log: Re-apply applicable parts of #3993, #3994, and #3995.
15748      Branch: cfgperl
15749            ! vms/subconfigure.com
15750 ____________________________________________________________________________
15751 [  4184] By: gsar                                  on 1999/09/17  20:26:02
15752         Log: integrate cfgperl contents into mainline
15753      Branch: perl
15754           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
15755           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
15756           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
15757           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
15758           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
15759           +> lib/unicode/SpecCase.txt
15760            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
15761            - lib/unicode/index2.txt lib/unicode/jamo2.txt
15762            - lib/unicode/names2.txt lib/unicode/props2.txt
15763            - lib/unicode/readme.txt
15764           !> (integrate 73 files)
15765 ____________________________________________________________________________
15766 [  4183] By: jhi                                   on 1999/09/17  20:25:51
15767         Log: Integrate with Sarathy.
15768      Branch: cfgperl
15769           !> configure.com ext/ByteLoader/byterun.h
15770           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
15771           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
15772           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
15773           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
15774 ____________________________________________________________________________
15775 [  4182] By: gsar                                  on 1999/09/17  20:16:28
15776         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
15777              vmsperl contents have prevailed)
15778      Branch: perl
15779           !> configure.com ext/ByteLoader/byterun.h
15780           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
15781           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
15782           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
15783           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
15784 ____________________________________________________________________________
15785 [  4181] By: jhi                                   on 1999/09/17  20:12:37
15786         Log: From: Michael G Schwern <schwern@pobox.com>
15787              To: perl5-porters@perl.org
15788              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
15789              Date: Thu, 19 Aug 1999 21:30:01 -0400
15790              Message-ID: <19990819213001.A22512@athens.aocn.com>
15791      Branch: cfgperl
15792            ! lib/Exporter/Heavy.pm
15793 ____________________________________________________________________________
15794 [  4180] By: gsar                                  on 1999/09/17  20:11:00
15795         Log: perlhist additions
15796      Branch: perl
15797            ! pod/perlhist.pod
15798 ____________________________________________________________________________
15799 [  4179] By: jhi                                   on 1999/09/17  20:08:00
15800         Log: The change #4176 should've undone only the test, not the code patch.
15801      Branch: cfgperl
15802            ! doio.c
15803 ____________________________________________________________________________
15804 [  4178] By: jhi                                   on 1999/09/17  20:06:08
15805         Log: From: Ian Phillipps <ian@dial.pipex.com>
15806              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
15807              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
15808              Date: Sat, 21 Aug 1999 12:36:12 +0100
15809              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
15810      Branch: cfgperl
15811            ! pod/perlsyn.pod
15812 ____________________________________________________________________________
15813 [  4177] By: jhi                                   on 1999/09/17  20:00:19
15814         Log: More descriptive names for operators.
15815              
15816              From: Michael G Schwern <schwern@pobox.com>
15817              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
15818              Cc: perl5-porters@perl.org
15819              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
15820              Date: Tue, 17 Aug 1999 18:35:45 -0400
15821              Message-ID: <19990817183545.A23073@toldyouso.com>
15822              
15823              From: Michael G Schwern <schwern@pobox.com>
15824              To: perl5-porters@perl.org
15825              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
15826              Date: Wed, 18 Aug 1999 03:53:38 -0400
15827              Message-ID: <19990818035337.A31505@athens.aocn.com>
15828      Branch: cfgperl
15829            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
15830            ! t/pragma/warn/op t/pragma/warn/sv
15831 ____________________________________________________________________________
15832 [  4176] By: jhi                                   on 1999/09/17  18:19:18
15833         Log: Take away the infamous io/dup.t #7.
15834              It seems there simply is no way to portably
15835              "flush" an input file handle.
15836      Branch: cfgperl
15837            ! doio.c t/io/dup.t
15838 ____________________________________________________________________________
15839 [  4175] By: jhi                                   on 1999/09/17  14:45:08
15840         Log: From: Barrie Slaymaker <barries@slaysys.com>
15841              To: perl5-porters@perl.org
15842              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
15843              Date: Fri, 17 Sep 1999 11:16:48 -0400
15844              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
15845      Branch: cfgperl
15846            ! lib/Benchmark.pm
15847 ____________________________________________________________________________
15848 [  4174] By: jhi                                   on 1999/09/17  14:07:16
15849         Log: UNICOS does support large files but doesn't support sparse files
15850              so we cannot easily test for large file support.
15851      Branch: cfgperl
15852            ! t/lib/syslfs.t t/op/lfs.t
15853 ____________________________________________________________________________
15854 [  4173] By: jhi                                   on 1999/09/17  14:03:44
15855         Log: UNICOS has sloppy division/modulo for floating point numbers.
15856      Branch: cfgperl
15857            ! t/op/arith.t
15858 ____________________________________________________________________________
15859 [  4172] By: jhi                                   on 1999/09/17  13:47:49
15860         Log: Portable blocksize (replaces #4171).
15861      Branch: cfgperl
15862            ! t/lib/syslfs.t t/op/lfs.t
15863 ____________________________________________________________________________
15864 [  4171] By: jhi                                   on 1999/09/17  13:08:54
15865         Log: (replaced by #4172)
15866      Branch: cfgperl
15867            ! t/lib/syslfs.t t/op/lfs.t
15868 ____________________________________________________________________________
15869 [  4170] By: jhi                                   on 1999/09/17  12:59:11
15870         Log: Detypo #4169.
15871      Branch: cfgperl
15872            ! t/lib/syslfs.t t/op/lfs.t
15873 ____________________________________________________________________________
15874 [  4169] By: jhi                                   on 1999/09/17  12:16:34
15875         Log: Diagnose possible quota limits.
15876      Branch: cfgperl
15877            ! t/lib/syslfs.t t/op/lfs.t
15878 ____________________________________________________________________________
15879 [  4168] By: jhi                                   on 1999/09/17  12:10:43
15880         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
15881              doesn't have one that wouldn't cause SIGSYS.  UNICOS
15882              does have getpgrp(void) so Perl getpgrp() is happy.
15883      Branch: cfgperl
15884            ! hints/unicos.sh
15885 ____________________________________________________________________________
15886 [  4167] By: jhi                                   on 1999/09/17  11:49:30
15887         Log: Filesystem quotas may stop you from using large files.
15888      Branch: cfgperl
15889            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
15890 ____________________________________________________________________________
15891 [  4166] By: jhi                                   on 1999/09/17  11:36:01
15892         Log: Too strict pattern for parsing group lists.
15893      Branch: cfgperl
15894            ! t/op/groups.t
15895 ____________________________________________________________________________
15896 [  4165] By: jhi                                   on 1999/09/17  09:06:18
15897         Log: Configure maintenance. It's sigaction.sa_flags
15898              and the Glossary regen'ed.
15899      Branch: cfgperl
15900            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15901            ! config_h.SH
15902      Branch: metaconfig
15903            ! U/compline/d_sigaction.U
15904 ____________________________________________________________________________
15905 [  4164] By: jhi                                   on 1999/09/15  06:57:51
15906         Log: Integrate with Sarathy.
15907      Branch: cfgperl
15908           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
15909           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
15910           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
15911           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
15912           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
15913           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
15914           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
15915           !> jpl/PerlInterpreter/Makefile.PL
15916           !> jpl/PerlInterpreter/PerlInterpreter.c
15917           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15918           !> jpl/Sample/Makefile.PL jpl/install-jpl
15919           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
15920           !> t/op/pat.t
15921 ____________________________________________________________________________
15922 [  4163] By: gsar                                  on 1999/09/15  05:17:27
15923         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
15924      Branch: perl
15925            ! lib/File/Spec/Functions.pm
15926 ____________________________________________________________________________
15927 [  4162] By: gsar                                  on 1999/09/15  05:09:14
15928         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
15929      Branch: perl
15930            ! Changes embed.h embed.pl
15931 ____________________________________________________________________________
15932 [  4161] By: gsar                                  on 1999/09/15  04:08:25
15933         Log: missing perlhist dates from Jeff Okamoto
15934      Branch: perl
15935            ! pod/perlhist.pod
15936 ____________________________________________________________________________
15937 [  4160] By: gsar                                  on 1999/09/15  03:13:08
15938         Log: jpl tweak
15939      Branch: perl
15940            ! MANIFEST jpl/JNI/Makefile.PL
15941 ____________________________________________________________________________
15942 [  4159] By: gsar                                  on 1999/09/15  02:57:08
15943         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
15944              Jepson <bjepson@home.com>)
15945      Branch: perl
15946            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
15947            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
15948            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
15949            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
15950            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15951            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
15952            ! jpl/PerlInterpreter/Makefile.PL
15953            ! jpl/PerlInterpreter/PerlInterpreter.c
15954            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
15955            ! jpl/Sample/Makefile.PL jpl/install-jpl
15956 ____________________________________________________________________________
15957 [  4158] By: gsar                                  on 1999/09/15  01:27:14
15958         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
15959              Date:    Tue, 14 Sep 1999 21:26:15 EDT
15960              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
15961              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
15962      Branch: perl
15963            ! regexec.c t/op/pat.t
15964 ____________________________________________________________________________
15965 [  4157] By: jhi                                   on 1999/09/14  21:18:09
15966         Log: config.h will define USE_64_BITS if need be.
15967      Branch: cfgperl
15968            ! hints/irix_6.sh
15969 ____________________________________________________________________________
15970 [  4156] By: jhi                                   on 1999/09/14  20:30:00
15971         Log: Change #4149 necessitates also a small code change.
15972      Branch: cfgperl
15973            ! ext/B/defsubs_h.PL
15974 ____________________________________________________________________________
15975 [  4155] By: jhi                                   on 1999/09/14  20:15:53
15976         Log: Update EPOC libdir names.
15977      Branch: cfgperl
15978            ! epoc/config.h
15979 ____________________________________________________________________________
15980 [  4154] By: jhi                                   on 1999/09/14  20:13:41
15981         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
15982              deceased HAS.*DBM.*64 mumblings.
15983      Branch: cfgperl
15984            ! Configure config_h.SH epoc/config.h
15985 ____________________________________________________________________________
15986 [  4153] By: jhi                                   on 1999/09/14  20:04:53
15987         Log: Configure nits.
15988      Branch: cfgperl
15989            ! Configure config_h.SH
15990      Branch: metaconfig
15991            ! U/compline/d_sigaction.U U/threads/i_pthread.U
15992 ____________________________________________________________________________
15993 [  4152] By: jhi                                   on 1999/09/14  19:30:22
15994         Log: Integrate with Sarathy.
15995      Branch: cfgperl
15996           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
15997            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
15998           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
15999           !> win32/config_sh.PL
16000 ____________________________________________________________________________
16001 [  4151] By: jhi                                   on 1999/09/14  10:25:01
16002         Log: Update Unicode database and recompute the tables.
16003              Rename the .txt files to be more Unicode 3.0-like.
16004              Unihan-3.0.txt not included because it is 16 MB.
16005              syllables.txt is manually maintained.
16006              See ReadMe.txt for description of the .txt files.
16007              (not all of them are used yet)
16008      Branch: cfgperl
16009            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
16010            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
16011            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
16012            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
16013            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
16014            + lib/unicode/SpecCase.txt
16015            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
16016            - lib/unicode/index2.txt lib/unicode/jamo2.txt
16017            - lib/unicode/names2.txt lib/unicode/props2.txt
16018            - lib/unicode/readme.txt
16019            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
16020            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
16021            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
16022            ! lib/unicode/Decomposition.pl
16023            ! lib/unicode/In/ArabicPresentationForms-B.pl
16024            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
16025            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16026            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
16027            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
16028            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
16029            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
16030            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
16031            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
16032            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
16033            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
16034            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
16035            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
16036            ! lib/unicode/mktables.PL
16037 ____________________________________________________________________________
16038 [  4150] By: gsar                                  on 1999/09/14  09:31:57
16039         Log: INSTALL tweak
16040      Branch: perl
16041            ! INSTALL
16042 ____________________________________________________________________________
16043 [  4149] By: gsar                                  on 1999/09/14  09:00:45
16044         Log: change some filenames to be 8.3-friendly
16045      Branch: perl
16046           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
16047            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
16048            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
16049 ____________________________________________________________________________
16050 [  4148] By: gsar                                  on 1999/09/14  08:35:00
16051         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
16052      Branch: perl
16053            ! win32/config_sh.PL
16054 ____________________________________________________________________________
16055 [  4147] By: jhi                                   on 1999/09/14  08:07:49
16056         Log: Not that UVSIZE normally differs that much from IVSIZE...
16057      Branch: cfgperl
16058            ! perl.h
16059 ____________________________________________________________________________
16060 [  4146] By: jhi                                   on 1999/09/14  08:04:40
16061         Log: Integrate with Sarathy.
16062      Branch: cfgperl
16063           !> Changes ext/DB_File/DB_File.xs
16064 ____________________________________________________________________________
16065 [  4145] By: jhi                                   on 1999/09/14  07:10:02
16066         Log: I_PTHREAD was PTHREADEAD.
16067      Branch: cfgperl
16068            ! Configure config_h.SH
16069      Branch: metaconfig
16070            ! U/threads/i_pthread.U
16071 ____________________________________________________________________________
16072 [  4144] By: gsar                                  on 1999/09/14  06:46:47
16073         Log: change#4113 was missing DB_File.xs changes
16074      Branch: perl
16075            ! ext/DB_File/DB_File.xs
16076 ____________________________________________________________________________
16077 [  4143] By: jhi                                   on 1999/09/13  20:16:20
16078         Log: Small doc and whitespace edits.
16079      Branch: cfgperl
16080            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16081            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
16082            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
16083            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
16084            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16085            ! pod/perldelta.pod
16086 ____________________________________________________________________________
16087 [  4142] By: gsar                                  on 1999/09/13  19:32:31
16088         Log: integrate cfgperl contents into mainline, update Changes
16089      Branch: perl
16090           +> ext/DB_File/version.c
16091            ! Changes
16092           !> (integrate 44 files)
16093 ____________________________________________________________________________
16094 [  4141] By: jhi                                   on 1999/09/13  16:16:56
16095         Log: Scan for <pthread.h> always.
16096      Branch: cfgperl
16097            ! Configure config_h.SH perl.h
16098      Branch: metaconfig
16099            ! U/threads/i_pthread.U
16100 ____________________________________________________________________________
16101 [  4140] By: jhi                                   on 1999/09/13  16:00:08
16102         Log: Integrate with Sarathy.
16103      Branch: cfgperl
16104           !> (integrate 27 files)
16105 ____________________________________________________________________________
16106 [  4139] By: jhi                                   on 1999/09/13  15:35:18
16107         Log: Add -A option to Configure to diddle with variables
16108              after the hints file has been applied.
16109      Branch: cfgperl
16110            ! Configure config_h.SH
16111      Branch: metaconfig
16112            ! U/modified/Oldconfig.U U/modified/Options.U
16113 ____________________________________________________________________________
16114 [  4138] By: jhi                                   on 1999/09/13  13:42:56
16115         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
16116      Branch: cfgperl
16117            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16118            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
16119            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
16120            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
16121            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16122 ____________________________________________________________________________
16123 [  4137] By: jhi                                   on 1999/09/13  13:25:31
16124         Log: Applying change #4136 manually introduced patch residue.
16125      Branch: cfgperl
16126            ! perl.h
16127 ____________________________________________________________________________
16128 [  4136] By: jhi                                   on 1999/09/13  13:23:04
16129         Log: Replace change #4100 with
16130              From: Robin Barker <rmb1@cise.npl.co.uk>
16131              To: gsar@activestate.com
16132              Cc: perl5-porters@perl.org
16133              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
16134              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
16135              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
16136      Branch: cfgperl
16137            ! doio.c dump.c ext/B/B.xs ext/B/typemap
16138            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
16139            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
16140            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
16141            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
16142 ____________________________________________________________________________
16143 [  4135] By: jhi                                   on 1999/09/13  10:22:31
16144         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16145              To: perl5-porters@perl.org (Mailing list Perl5)
16146              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
16147              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
16148              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
16149              
16150              From: andreas.koenig@anima.de (Andreas J. Koenig)
16151              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
16152              Cc: perl5-porters@perl.org (Mailing list Perl5)
16153              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
16154              Date: 11 Sep 1999 15:36:26 +0200
16155              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
16156      Branch: cfgperl
16157            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16158 ____________________________________________________________________________
16159 [  4134] By: jhi                                   on 1999/09/13  10:20:14
16160         Log: From: Tom Phoenix <rootbeer@redcat.com>
16161              To: Perl Porters Mailing List <perl5-porters@perl.org>
16162              Subject: [DOCPATCH] Server errors and perldiag
16163              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
16164              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
16165      Branch: cfgperl
16166            ! pod/perldiag.pod
16167 ____________________________________________________________________________
16168 [  4133] By: gsar                                  on 1999/09/13  03:25:43
16169         Log: avoid assertion failure on C<@a'>
16170      Branch: perl
16171            ! toke.c
16172 ____________________________________________________________________________
16173 [  4132] By: gsar                                  on 1999/09/13  03:03:57
16174         Log: add -DPERL_Y2KWARN build option that will generate additional
16175              warnings on "19$yy" etc (reworked a patch suggested by
16176              Ulrich Pfeifer <upf@de.uu.net>)
16177      Branch: perl
16178            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
16179            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
16180 ____________________________________________________________________________
16181 [  4131] By: gsar                                  on 1999/09/12  22:06:25
16182         Log: fix DATA leaks; reword documentation about the DATA filehandle
16183      Branch: perl
16184            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
16185 ____________________________________________________________________________
16186 [  4130] By: gsar                                  on 1999/09/12  20:08:56
16187         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
16188              formatted result looks nonstandard
16189      Branch: perl
16190            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
16191            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
16192            ! t/pragma/locale.t thrdvar.h
16193 ____________________________________________________________________________
16194 [  4129] By: gsar                                  on 1999/09/12  17:04:11
16195         Log: From: Doug MacEachern <dougm@cp.net>
16196              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
16197              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
16198              Subject: [PATCH 5.005_57] B::clearsym
16199      Branch: perl
16200            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
16201 ____________________________________________________________________________
16202 [  4128] By: gsar                                  on 1999/09/12  16:59:12
16203         Log: better debugger help output (from Ilya Zakharevich)
16204      Branch: perl
16205            ! lib/perl5db.pl
16206 ____________________________________________________________________________
16207 [  4127] By: jhi                                   on 1999/09/11  20:50:37
16208         Log: Integrate with Sarathy.
16209      Branch: cfgperl
16210           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
16211           +> t/lib/gol-linkage.t
16212           !> (integrate 43 files)
16213 ____________________________________________________________________________
16214 [  4126] By: nick                                  on 1999/09/10  20:44:22
16215         Log: Get resolve -at mainline
16216      Branch: utfperl
16217           +> (branch 297 files)
16218            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
16219            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16220            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
16221            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
16222            - t/pragma/warn-1global t/pragma/warning.t thread.sym
16223            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
16224            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
16225            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
16226            - win32/makeperldef.pl win32/perlhost.h
16227           !> (integrate 847 files)
16228 ____________________________________________________________________________
16229 [  4125] By: gsar                                  on 1999/09/10  19:22:14
16230         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
16231              etc.)
16232      Branch: perl
16233            ! XSUB.h pp.h
16234 ____________________________________________________________________________
16235 [  4124] By: gsar                                  on 1999/09/10  19:14:35
16236         Log: rewrote substantive parts of patch
16237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16238              Date: Fri, 27 Aug 1999 19:02:18 -0400
16239              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
16240              Subject: [PATCH 5.005_58] REx documentation
16241      Branch: perl
16242            ! pod/perlre.pod
16243 ____________________________________________________________________________
16244 [  4123] By: gsar                                  on 1999/09/10  18:21:53
16245         Log: note about AVf_*
16246      Branch: perl
16247            ! av.h
16248 ____________________________________________________________________________
16249 [  4122] By: gsar                                  on 1999/09/10  17:55:42
16250         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
16251              <lichtin@bivio.com>)
16252      Branch: perl
16253            ! lib/Pod/Html.pm
16254 ____________________________________________________________________________
16255 [  4121] By: gsar                                  on 1999/09/10  17:49:35
16256         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
16257      Branch: perl
16258            ! AUTHORS Changes README.dos djgpp/config.over
16259            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
16260            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
16261            ! pod/podselect.PL sv.h t/io/openpid.t util.c
16262 ____________________________________________________________________________
16263 [  4120] By: gsar                                  on 1999/09/10  12:25:01
16264         Log: add perlcompile.pod (edited content from Nathan Torkington
16265              <gnat@frii.com> and others)
16266      Branch: perl
16267            + pod/perlcompile.pod
16268            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
16269 ____________________________________________________________________________
16270 [  4119] By: gsar                                  on 1999/09/10  11:05:13
16271         Log: avoid leaking static local_patches unless patchlevel.h is
16272              explicitly included
16273      Branch: perl
16274            ! patchlevel.h perl.c
16275 ____________________________________________________________________________
16276 [  4118] By: gsar                                  on 1999/09/10  10:44:54
16277         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
16278              <jvromans@squirrel.nl>)
16279      Branch: perl
16280            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
16281            ! Changes MANIFEST lib/Getopt/Long.pm
16282 ____________________________________________________________________________
16283 [  4116] By: jhi                                   on 1999/09/09  15:56:52
16284         Log: perldeltify change #4115.
16285      Branch: cfgperl
16286            ! pod/perldelta.pod
16287 ____________________________________________________________________________
16288 [  4115] By: jhi                                   on 1999/09/09  15:48:56
16289         Log: From: "John L. Allen" <allen@grumman.com> 
16290              To: perl5-porters@perl.org 
16291              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
16292              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
16293              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
16294      Branch: cfgperl
16295            ! lib/Time/Local.pm
16296 ____________________________________________________________________________
16297 [  4114] By: jhi                                   on 1999/09/09  15:42:30
16298         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
16299              To: perl5-porters@perl.org
16300              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
16301              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
16302              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
16303      Branch: cfgperl
16304            ! pp_sys.c
16305 ____________________________________________________________________________
16306 [  4113] By: jhi                                   on 1999/09/09  10:17:45
16307         Log: From: paul.marquess@bt.com
16308              To: gsar@ActiveState.com
16309              Cc: perl5-porters@perl.org
16310              Subject: [PATCH 5.005_61] DB_File 1.71
16311              Date: Thu, 9 Sep 1999 11:20:13 +0100
16312              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
16313      Branch: cfgperl
16314            + ext/DB_File/version.c
16315            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
16316            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
16317            ! t/lib/db-btree.t
16318 ____________________________________________________________________________
16319 [  4112] By: jhi                                   on 1999/09/09  09:05:32
16320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16321              To: perl5-porters@perl.org (Mailing list Perl5)
16322              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
16323              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
16324              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
16325      Branch: cfgperl
16326            ! regexec.c t/op/pat.t
16327 ____________________________________________________________________________
16328 [  4110] By: jhi                                   on 1999/09/09  07:29:17
16329         Log: Tidy up 64-bit situation in perldelta.
16330      Branch: cfgperl
16331            ! pod/perldelta.pod
16332 ____________________________________________________________________________
16333 [  4109] By: jhi                                   on 1999/09/09  07:26:53
16334         Log: Clear up PL_regcc issues.
16335              
16336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16337              To: perl5-porters@perl.org (Mailing list Perl5)
16338              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
16339              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
16340              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
16341      Branch: cfgperl
16342            ! regexec.c
16343 ____________________________________________________________________________
16344 [  4108] By: gsar                                  on 1999/09/08  20:52:51
16345         Log: avoid ass_u_ming uppercase types are not user objects (spotted
16346              by Kurt Starsinic)
16347      Branch: perl
16348            ! ext/Data/Dumper/Dumper.pm
16349 ____________________________________________________________________________
16350 [  4107] By: gsar                                  on 1999/09/08  20:35:18
16351         Log: From: akim@epita.fr (DEMAILLE Akim)
16352              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
16353              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
16354              Subject: [ID 19990908.014] s2p does not quote @
16355      Branch: perl
16356            ! x2p/s2p.PL
16357 ____________________________________________________________________________
16358 [  4106] By: gsar                                  on 1999/09/08  20:25:12
16359         Log: integrate cfgperl contents into mainline
16360      Branch: perl
16361           !> (integrate 30 files)
16362 ____________________________________________________________________________
16363 [  4105] By: jhi                                   on 1999/09/08  09:02:37
16364         Log: Minor touches at the [:class:] description.
16365      Branch: cfgperl
16366            ! pod/perlre.pod
16367 ____________________________________________________________________________
16368 [  4104] By: jhi                                   on 1999/09/08  08:57:58
16369         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16370              To: Mailing list Perl5 <perl5-porters@perl.org>
16371              Subject: [PATCH 5.005_58] Fix debugging output for REx
16372              Date: Wed, 8 Sep 1999 05:02:02 -0400
16373              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
16374      Branch: cfgperl
16375            ! regcomp.c
16376 ____________________________________________________________________________
16377 [  4103] By: gsar                                  on 1999/09/08  00:53:50
16378         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
16379      Branch: perl
16380            ! pp.c
16381 ____________________________________________________________________________
16382 [  4102] By: gsar                                  on 1999/09/08  00:52:50
16383         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
16384      Branch: perl
16385            ! cop.h pp_hot.c
16386 ____________________________________________________________________________
16387 [  4101] By: gsar                                  on 1999/09/07  17:25:07
16388         Log: various fixups for windows
16389      Branch: perl
16390            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
16391            ! win32/Makefile win32/makefile.mk xsutils.c
16392 ____________________________________________________________________________
16393 [  4100] By: jhi                                   on 1999/09/07  12:49:15
16394         Log: Fix pointer casts.
16395              
16396              From: Robin Barker <rmb1@cise.npl.co.uk>
16397              To: perl5-porters@perl.org
16398              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
16399              -Duse64bits
16400              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
16401              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
16402      Branch: cfgperl
16403            ! doio.c dump.c ext/B/B.xs ext/B/typemap
16404            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
16405            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
16406            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
16407            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
16408 ____________________________________________________________________________
16409 [  4099] By: jhi                                   on 1999/09/07  10:29:04
16410         Log: Add sig/pid/uid size and sign probes.
16411      Branch: metaconfig
16412            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
16413            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
16414 ____________________________________________________________________________
16415 [  4098] By: jhi                                   on 1999/09/07  10:27:06
16416         Log: Band-aid until we've got %{Uid_t} or something similar
16417              for sv_catpvfn().
16418      Branch: cfgperl
16419            ! taint.c
16420 ____________________________________________________________________________
16421 [  4097] By: jhi                                   on 1999/09/07  09:41:23
16422         Log: Fix a printf thinko: now quads must have the ll L q prefix.
16423              (in other words, a bare %d is an int/unsigned)
16424      Branch: cfgperl
16425            ! pp_sys.c sv.c t/op/64bit.t
16426 ____________________________________________________________________________
16427 [  4096] By: jhi                                   on 1999/09/07  07:36:17
16428         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
16429              
16430              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
16431              To: perl5-porters@perl.org
16432              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
16433              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
16434              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
16435      Branch: cfgperl
16436            ! hints/hpux.sh perl.h
16437 ____________________________________________________________________________
16438 [  4095] By: gsar                                  on 1999/09/06  20:47:02
16439         Log: applied suggested patch with suitable test to detect MSVC
16440              From: "Vishal Bhatia" <vishalb@my-deja.com>
16441              Date: Wed, 11 Aug 1999 01:43:28 -0700
16442              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
16443              Subject: compiler on  win32
16444      Branch: perl
16445            ! ext/B/B/C.pm
16446 ____________________________________________________________________________
16447 [  4094] By: jhi                                   on 1999/09/06  20:34:44
16448         Log: Integrate with Sarathy.
16449      Branch: cfgperl
16450           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
16451           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
16452 ____________________________________________________________________________
16453 [  4093] By: jhi                                   on 1999/09/06  20:33:43
16454         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
16455              so that they overflow also on 64-bit platforms.
16456      Branch: cfgperl
16457            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
16458 ____________________________________________________________________________
16459 [  4092] By: gsar                                  on 1999/09/06  20:16:58
16460         Log: support bytecode and C backends in perlcc (patch suggested
16461              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
16462              C backend the default; describe new switches in pod; introduce
16463              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
16464              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
16465              entries
16466      Branch: perl
16467            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
16468            ! t/harness utils/Makefile utils/perlcc.PL
16469 ____________________________________________________________________________
16470 [  4091] By: jhi                                   on 1999/09/06  19:10:41
16471         Log: Integrate with Sarathy.
16472      Branch: cfgperl
16473           +> t/pragma/sub_lval.t
16474           !> (integrate 52 files)
16475 ____________________________________________________________________________
16476 [  4090] By: gsar                                  on 1999/09/06  19:09:06
16477         Log: propagate changed error text
16478      Branch: perl
16479            ! t/pragma/sub_lval.t
16480 ____________________________________________________________________________
16481 [  4089] By: gsar                                  on 1999/09/06  18:54:43
16482         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
16483      Branch: perl
16484            ! pod/perlfunc.pod
16485 ____________________________________________________________________________
16486 [  4088] By: gsar                                  on 1999/09/06  18:52:10
16487         Log: From: paul.marquess@bt.com
16488              Date: Sun, 5 Sep 1999 15:11:08 +0100 
16489              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
16490              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
16491      Branch: perl
16492            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
16493            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
16494            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
16495            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
16496            ! toke.c
16497 ____________________________________________________________________________
16498 [  4087] By: gsar                                  on 1999/09/06  18:06:06
16499         Log: change#3612 is buggy when quotemeta argument matches target
16500              (hope this is the last of the optimized-OP_SASSIGN bugs)
16501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16502              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
16503              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
16504              Subject: Re: [BUG: quotemeta]
16505      Branch: perl
16506            ! Changes op.c t/op/lex_assign.t
16507 ____________________________________________________________________________
16508 [  4086] By: gsar                                  on 1999/09/06  17:57:52
16509         Log: misc tweaks
16510      Branch: perl
16511            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
16512 ____________________________________________________________________________
16513 [  4085] By: gsar                                  on 1999/09/06  03:54:23
16514         Log: applied patch suggested by Hans Mulder to fix problems on
16515              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
16516              when they ask for bincompat (platforms that used to default
16517              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
16518              (appears unsalvageable on some platforms)
16519      Branch: perl
16520            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
16521 ____________________________________________________________________________
16522 [  4084] By: bailey                                on 1999/09/06  02:39:11
16523         Log: Integrate mainline 5.05_61
16524      Branch: vmsperl
16525           +> (branch 32 files)
16526            - lib/unicode/EthiopicSyllables.txt
16527            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
16528            - warning.pl
16529            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
16530            ! vms/perly_h.vms vms/vms.c
16531           !> (integrate 346 files)
16532 ____________________________________________________________________________
16533 [  4083] By: gsar                                  on 1999/09/06  00:10:40
16534         Log: optional warning on join(/foo/...) (reworked suggested patch
16535              by Mark-Jason Dominus <mjd@plover.com>)
16536      Branch: perl
16537            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
16538            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
16539            ! pp_proto.h t/pragma/warn/op
16540 ____________________________________________________________________________
16541 [  4082] By: gsar                                  on 1999/09/05  22:28:57
16542         Log: fix data loss when more than one block is read from SDBM
16543              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
16544      Branch: perl
16545            ! ext/SDBM_File/sdbm/sdbm.c
16546 ____________________________________________________________________________
16547 [  4081] By: gsar                                  on 1999/09/05  22:07:18
16548         Log: initial implementation of lvalue subroutines (slightly fixed
16549              version of patch suggested by Ilya Zakharevich, which in turn
16550              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
16551      Branch: perl
16552            + t/pragma/sub_lval.t
16553            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
16554            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
16555            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
16556            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
16557            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
16558 ____________________________________________________________________________
16559 [  4080] By: jhi                                   on 1999/09/05  22:02:18
16560         Log: Undo #4055 (related to #4079).
16561      Branch: cfgperl
16562            ! pod/perlop.pod
16563 ____________________________________________________________________________
16564 [  4079] By: jhi                                   on 1999/09/05  21:30:54
16565         Log: Time is not yet ripe.
16566      Branch: cfgperl
16567            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
16568 ____________________________________________________________________________
16569 [  4078] By: gsar                                  on 1999/09/05  18:17:32
16570         Log: modified suggested patch to handle cross-refs and qr// objects
16571              correctly; unfollowed refs are represented as simple string
16572              value, not just the bare type; $VERSION stays the same until
16573              it is ready for prime time (avoids CPAN confustication)
16574              From:    John Nolan <jpnolan@Op.Net>
16575              Date:    Wed, 04 Aug 1999 20:21:10 EDT
16576              Message-Id: <199908050021.UAA09693@monet.op.net>
16577              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
16578      Branch: perl
16579            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
16580            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
16581 ____________________________________________________________________________
16582 [  4077] By: jhi                                   on 1999/09/04  21:54:42
16583         Log: timesum() wasn't @EXPORTed as promised by the documentation.
16584              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
16585      Branch: cfgperl
16586            ! lib/Benchmark.pm
16587 ____________________________________________________________________________
16588 [  4076] By: gsar                                  on 1999/09/04  20:21:59
16589         Log: integrate cfgperl contents into mainline
16590      Branch: perl
16591           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
16592           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
16593           +> warnings.h warnings.pl xsutils.c
16594            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
16595           !> (integrate 109 files)
16596 ____________________________________________________________________________
16597 [  4075] By: jhi                                   on 1999/09/04  18:04:47
16598         Log: use integer on the problematic subtest.
16599      Branch: cfgperl
16600            ! t/op/misc.t
16601 ____________________________________________________________________________
16602 [  4074] By: jhi                                   on 1999/09/04  17:57:40
16603         Log: Warn about numconvert.t in case somebody
16604              wants to make sv_2pv more 64-bit aware.
16605      Branch: cfgperl
16606            ! sv.c
16607 ____________________________________________________________________________
16608 [  4073] By: jhi                                   on 1999/09/04  17:54:51
16609         Log: Comment upgrading: the quad situation isn't quite as
16610              bad as it used to be.
16611      Branch: cfgperl
16612            ! perl.h
16613 ____________________________________________________________________________
16614 [  4072] By: jhi                                   on 1999/09/04  15:35:37
16615         Log: Integrate with Sarathy.
16616      Branch: cfgperl
16617           !> win32/win32.c
16618 ____________________________________________________________________________
16619 [  4071] By: jhi                                   on 1999/09/04  15:28:11
16620         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
16621              
16622              From: Robin Barker <rmb1@cise.npl.co.uk>
16623              To: perl5-porters@perl.org
16624              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
16625              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
16626              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
16627              
16628              and later (in private email) found to be dependent
16629              on useperlio.
16630              
16631              Mental note: the cpp magic done in perlsdio.h (and assumedly
16632              also in perlsfio.h) may cause trouble later with lfs because
16633              both the perlio scheme by Perl and the lfs support by vendors
16634              like to play cpp games to map the stdio namespace back and forth.
16635              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
16636              just the beginning.
16637      Branch: cfgperl
16638            ! perlio.c
16639 ____________________________________________________________________________
16640 [  4070] By: jhi                                   on 1999/09/04  13:12:14
16641         Log: Enable 64-bit clean bit ops.
16642              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
16643      Branch: cfgperl
16644            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
16645            ! t/op/misc.t
16646 ____________________________________________________________________________
16647 [  4069] By: jhi                                   on 1999/09/03  21:17:30
16648         Log: Turn on USE_64_BIT_OFFSETS implicitly.
16649      Branch: cfgperl
16650            ! perl.h
16651 ____________________________________________________________________________
16652 [  4068] By: jhi                                   on 1999/09/03  08:19:59
16653         Log: Fix from Spider for the sub attributes (there was an undocumented
16654              dependency between force_word() and skipspace()).
16655      Branch: cfgperl
16656            ! toke.c
16657 ____________________________________________________________________________
16658 [  4067] By: jhi                                   on 1999/09/01  23:17:06
16659         Log: From: John Tobey <spam@john-edwin-tobey.org>
16660              To: ilya@math.ohio-state.edu
16661              CC: perl5-porters@perl.org
16662              Subject: Re: [PATCH 5.005_60] distclean forgot two
16663              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
16664              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
16665      Branch: cfgperl
16666            ! t/lib/dprof.t
16667 ____________________________________________________________________________
16668 [  4066] By: jhi                                   on 1999/09/01  23:14:50
16669         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
16670              To: perl5-porters@perl.org
16671              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
16672              Date: Fri, 20 Aug 1999 15:37:27 +0100
16673              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
16674      Branch: cfgperl
16675            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
16676            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
16677            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
16678 ____________________________________________________________________________
16679 [  4065] By: jhi                                   on 1999/09/01  22:06:43
16680         Log: From: Dominic Dunlop <domo@vo.lu>
16681              To: perl5-porters@perl.org
16682              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
16683              (UNINSTALLED) [PATCH]
16684              Date: Thu, 19 Aug 1999 09:48:03 +0200
16685              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
16686              
16687              The PERL_POLLUTE_MALLOC part had to be manually applied.
16688      Branch: cfgperl
16689            ! hints/machten.sh perl.h
16690 ____________________________________________________________________________
16691 [  4064] By: jhi                                   on 1999/09/01  13:56:14
16692         Log: From: Martin Lichtin <lichtin@bivio.com>
16693              To: jhi@iki.fi
16694              CC: perl5-porters@perl.org
16695              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
16696              Date: Wed, 01 Sep 1999 15:50:04 +0200
16697              Message-ID: <37CD2F0C.944BFACE@bivio.com>
16698      Branch: cfgperl
16699            ! lib/ExtUtils/Install.pm
16700 ____________________________________________________________________________
16701 [  4063] By: jhi                                   on 1999/09/01  13:16:11
16702         Log: Enhance lfs tests: check every seek and sysseek
16703              and test also that -e and -f detect largefiles.
16704      Branch: cfgperl
16705            ! t/lib/syslfs.t t/op/lfs.t
16706 ____________________________________________________________________________
16707 [  4062] By: jhi                                   on 1999/09/01  12:08:04
16708         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
16709              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
16710              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
16711              The Perl Porters Mailing List <perl5-porters@perl.org>
16712              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
16713              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
16714              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
16715      Branch: cfgperl
16716            ! pod/perldiag.pod
16717 ____________________________________________________________________________
16718 [  4061] By: jhi                                   on 1999/09/01  12:03:03
16719         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16720              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
16721              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
16722              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
16723              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
16724              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
16725      Branch: cfgperl
16726            ! op.c t/op/join.t
16727 ____________________________________________________________________________
16728 [  4060] By: jhi                                   on 1999/09/01  07:59:42
16729         Log: IV_DIG and NV_DIG fixes.
16730      Branch: cfgperl
16731            ! perl.h
16732 ____________________________________________________________________________
16733 [  4059] By: jhi                                   on 1999/08/31  14:47:18
16734         Log: \C{} -> \N{} residue.
16735      Branch: cfgperl
16736            ! toke.c
16737 ____________________________________________________________________________
16738 [  4057] By: gsar                                  on 1999/08/30  22:08:19
16739         Log: avoid hiding child process window
16740      Branch: perl
16741            ! win32/win32.c
16742 ____________________________________________________________________________
16743 [  4055] By: jhi                                   on 1999/08/30  21:20:50
16744         Log: Document the undefinedness of overshifting.
16745      Branch: cfgperl
16746            ! pod/perlop.pod
16747 ____________________________________________________________________________
16748 [  4054] By: jhi                                   on 1999/08/30  20:18:18
16749         Log: History fixes and updates.
16750      Branch: cfgperl
16751            ! pod/perlhist.pod
16752 ____________________________________________________________________________
16753 [  4053] By: jhi                                   on 1999/08/30  19:34:02
16754         Log: Shell quoting thinko broke installdirs.
16755              From: JVromans@Squirrel.nl (Johan Vromans)
16756              To: perl5-porters@perl.org
16757              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
16758              installprefix
16759              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
16760              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
16761      Branch: cfgperl
16762            ! Configure config_h.SH
16763      Branch: metaconfig
16764            ! U/installdirs/archlib.U U/installdirs/bin.U
16765            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
16766            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
16767            ! U/installdirs/man3dir.U U/installdirs/privlib.U
16768            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
16769            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
16770            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
16771            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
16772            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
16773            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
16774            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
16775            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
16776            ! U/installdirs/vendorscriptdir.U
16777 ____________________________________________________________________________
16778 [  4052] By: jhi                                   on 1999/08/30  02:57:05
16779         Log: Use \N{named characters} instead of \C.
16780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16781              To: jhi@iki.fi
16782              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
16783              perl5-porters@perl.org (Mailing list Perl5)
16784              Subject: Re: [PATCH 5.005_58] Named characters in Perl
16785              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
16786              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
16787      Branch: cfgperl
16788            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
16789            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
16790 ____________________________________________________________________________
16791 [  4051] By: jhi                                   on 1999/08/30  02:54:20
16792         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
16793              To: perl5-porters@perl.org
16794              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
16795              don't mix
16796              Date: Sun, 29 Aug 1999 19:04:53 -0400
16797              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
16798      Branch: cfgperl
16799            ! universal.c
16800 ____________________________________________________________________________
16801 [  4050] By: jhi                                   on 1999/08/29  16:38:58
16802         Log: Conditionally socksify the LIBS of Socket.
16803      Branch: cfgperl
16804            ! ext/Socket/Makefile.PL
16805 ____________________________________________________________________________
16806 [  4049] By: jhi                                   on 1999/08/29  15:33:30
16807         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16808              To: Mailing list Perl5 <perl5-porters@perl.org>
16809              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
16810              Date: Wed, 25 Aug 1999 16:19:58 -0400
16811              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
16812      Branch: cfgperl
16813            ! lib/perl5db.pl
16814 ____________________________________________________________________________
16815 [  4048] By: jhi                                   on 1999/08/29  15:31:36
16816         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16817              To: perl5-porters@perl.org
16818              Subject: [PATCH _61] Lost arguments to simplified sort
16819              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
16820              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
16821      Branch: cfgperl
16822            ! op.c t/op/sort.t
16823 ____________________________________________________________________________
16824 [  4047] By: jhi                                   on 1999/08/29  15:29:29
16825         Log: From: Olaf Flebbe <olaf@science-computing.de>
16826              Sender: owner-perl5-porters@perl.org
16827              To: perl5-porters@perl.org
16828              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
16829              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
16830      Branch: cfgperl
16831            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
16832            ! epoc/perl.mmp epoc/perl.pkg
16833 ____________________________________________________________________________
16834 [  4046] By: jhi                                   on 1999/08/29  15:21:18
16835         Log: From: pvhp@forte.com (Peter Prymmer)
16836              To: perl5-porters@perl.org
16837              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
16838              Date: Fri, 27 Aug 99 18:51:04 PDT
16839              Message-Id: <9908280151.AA05010@forte.com>
16840      Branch: cfgperl
16841            ! t/lib/cgi-html.t
16842 ____________________________________________________________________________
16843 [  4045] By: jhi                                   on 1999/08/29  15:18:38
16844         Log: Fix scalar gmtime (and localtime) in quad environments,
16845              bug reported by Robin Barker.
16846              
16847              From: Robin Barker <rmb1@cise.npl.co.uk>
16848              To: jhi@iki.fi
16849              Cc: perl5-porters@perl.org
16850              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
16851              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
16852              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
16853      Branch: cfgperl
16854            ! pp_sys.c t/op/time.t
16855 ____________________________________________________________________________
16856 [  4044] By: jhi                                   on 1999/08/29  11:24:03
16857         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16858              To: perl5-porters@perl.org (Mailing list Perl5)
16859              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
16860              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
16861              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
16862              
16863              Addendum: it's "only" 33% speedup.
16864      Branch: cfgperl
16865            ! dump.c op.c op.h pp.h
16866 ____________________________________________________________________________
16867 [  4043] By: jhi                                   on 1999/08/29  11:10:33
16868         Log: From: spider-perl@Orb.Nashua.NH.US
16869              To: Mailing list Perl5 <perl5-porters@perl.org>
16870              Subject: [PATCH 5.005_61 CORE] sub : attrlist
16871              Date: Sun, 29 Aug 1999 03:02:11 -0400
16872              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
16873      Branch: cfgperl
16874            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
16875            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
16876            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
16877            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
16878            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
16879            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
16880            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
16881 ____________________________________________________________________________
16882 [  4042] By: jhi                                   on 1999/08/29  11:08:50
16883         Log: Turn off gcc-2.95's strict-alias optimization.
16884              This, of course, should be only temporary.
16885              From Andy Dougherty.
16886      Branch: cfgperl
16887            ! Configure config_h.SH
16888      Branch: metaconfig
16889            ! U/compline/ccflags.U U/modified/cc.U
16890 ____________________________________________________________________________
16891 [  4041] By: jhi                                   on 1999/08/29  10:47:30
16892         Log: Fix a typo in #4036.
16893      Branch: cfgperl
16894            ! mg.c
16895 ____________________________________________________________________________
16896 [  4040] By: jhi                                   on 1999/08/29  10:34:58
16897         Log: Add a missing #endif forgotten by #4035.
16898      Branch: cfgperl
16899            ! doop.c
16900 ____________________________________________________________________________
16901 [  4039] By: jhi                                   on 1999/08/29  10:31:19
16902         Log: Remove an extra #endif introduced by #4036.
16903      Branch: cfgperl
16904            ! perl.h
16905 ____________________________________________________________________________
16906 [  4038] By: jhi                                   on 1999/08/29  10:18:59
16907         Log: Rename warning to warnings, from Paul Marquess.
16908      Branch: cfgperl
16909            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
16910            + t/pragma/warnings.t warnings.h warnings.pl
16911            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
16912            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
16913            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
16914            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
16915            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
16916            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
16917            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
16918            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
16919            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
16920            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
16921            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
16922            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
16923            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
16924 ____________________________________________________________________________
16925 [  4037] By: jhi                                   on 1999/08/29  10:08:47
16926         Log: Create the equivalence tables based on
16927              the real Unicode decomposition, not on
16928              the character name.
16929      Branch: cfgperl
16930            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
16931            ! lib/unicode/mktables.PL
16932 ____________________________________________________________________________
16933 [  4036] By: jhi                                   on 1999/08/29  09:29:08
16934         Log: Integrate with Sarathy.
16935      Branch: cfgperl
16936           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
16937           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
16938           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
16939           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
16940           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
16941           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
16942           !> (integrate 190 files)
16943 ____________________________________________________________________________
16944 [  4035] By: jhi                                   on 1999/08/29  08:56:15
16945         Log: Implement 64-bit vec().
16946      Branch: cfgperl
16947            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16948            ! pp.h t/op/64bit.t
16949 ____________________________________________________________________________
16950 [  4034] By: gsar                                  on 1999/08/29  03:35:18
16951         Log: deadcode removal
16952      Branch: perl
16953            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
16954            ! pp_ctl.c proto.h run.c sv.c
16955 ____________________________________________________________________________
16956 [  4033] By: jhi                                   on 1999/08/28  17:31:07
16957         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
16958              To: perl5-porters@perl.org
16959              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
16960              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
16961              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
16962      Branch: cfgperl
16963            ! perl.h
16964 ____________________________________________________________________________
16965 [  4032] By: gsar                                  on 1999/08/26  23:53:33
16966         Log: new thread should set current interp in TLS
16967      Branch: perl
16968            ! ext/Thread/Thread.xs
16969 ____________________________________________________________________________
16970 [  4031] By: bailey                                on 1999/08/23  03:40:07
16971         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
16972      Branch: vmsperl
16973            ! lib/ExtUtils/MM_VMS.pm
16974 ____________________________________________________________________________
16975 [  4030] By: bailey                                on 1999/08/23  03:37:43
16976         Log: Patch up holes in realclean target
16977      Branch: vmsperl
16978            ! vms/descrip_mms.template
16979 ____________________________________________________________________________
16980 [  4029] By: bailey                                on 1999/08/23  03:36:24
16981         Log: Fix handling of PERL_POLLUTE
16982      Branch: vmsperl
16983            ! lib/ExtUtils/MM_VMS.pm
16984 ____________________________________________________________________________
16985 [  4028] By: bailey                                on 1999/08/23  03:34:08
16986         Log: Update VMS version of perly.h
16987      Branch: vmsperl
16988            ! vms/perly_h.vms
16989 ____________________________________________________________________________
16990 [  4027] By: bailey                                on 1999/08/23  03:32:45
16991         Log: Update dependencies in Descrip.MMS
16992      Branch: vmsperl
16993            ! vms/descrip_mms.template
16994 ____________________________________________________________________________
16995 [  4026] By: bailey                                on 1999/08/23  03:30:01
16996         Log: Fix prototypes in perlapi.c (64-bit?)
16997              Clear prior definition of getenv_len before defining VMS-specific macro
16998      Branch: vmsperl
16999            ! perlapi.c vms/vmsish.h
17000 ____________________________________________________________________________
17001 [  4025] By: bailey                                on 1999/08/23  03:25:51
17002         Log: Add '-m' option to Configure.com which skips the MANIFEST check
17003      Branch: vmsperl
17004            ! configure.com
17005 ____________________________________________________________________________
17006 [  4024] By: bailey                                on 1999/08/23  03:23:34
17007         Log: Skip open() tests that rely on Unix fork semantics
17008      Branch: vmsperl
17009            ! t/io/open.t
17010 ____________________________________________________________________________
17011 [  4023] By: bailey                                on 1999/08/23  03:21:46
17012         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
17013      Branch: vmsperl
17014            ! vms/gen_shrfls.pl
17015 ____________________________________________________________________________
17016 [  4022] By: bailey                                on 1999/08/23  03:17:33
17017         Log: update MM_VMS to use new File::Spec routines
17018      Branch: vmsperl
17019            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
17020 ____________________________________________________________________________
17021 [  4021] By: bailey                                on 1999/08/23  03:13:40
17022         Log: byteperl is now part of the ByteLoader ext
17023      Branch: vmsperl
17024            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
17025 ____________________________________________________________________________
17026 [  4020] By: bailey                                on 1999/08/23  03:10:41
17027         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
17028      Branch: vmsperl
17029            ! vms/vms.c
17030 ____________________________________________________________________________
17031 [  4019] By: bailey                                on 1999/08/23  03:07:28
17032         Log: Update calls for new thread context handling
17033      Branch: vmsperl
17034            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
17035            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
17036 ____________________________________________________________________________
17037 [  4018] By: bailey                                on 1999/08/23  03:01:31
17038         Log: Allow for file versions in library when looking for .bs files
17039      Branch: vmsperl
17040            ! ext/DynaLoader/DynaLoader_pm.PL
17041 ____________________________________________________________________________
17042 [  4017] By: bailey                                on 1999/08/23  02:58:55
17043         Log: Update VMS configuration procedures for 5.005_60
17044      Branch: vmsperl
17045            ! configure.com vms/subconfigure.com
17046 ____________________________________________________________________________
17047 [  4016] By: gsar                                  on 1999/08/20  22:19:56
17048         Log: update Changes
17049      Branch: perl
17050            ! Changes
17051
17052 ----------------
17053 Version 5.005_61
17054 ----------------
17055
17056 ____________________________________________________________________________
17057 [  4015] By: gsar                                  on 1999/08/20  22:17:41
17058         Log: perl_free() should use PerlMem_free()
17059      Branch: perl
17060            ! perl.c
17061 ____________________________________________________________________________
17062 [  4014] By: gsar                                  on 1999/08/20  22:10:46
17063         Log: win32 tweaks
17064      Branch: perl
17065            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
17066            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17067            ! win32/config_H.vc
17068 ____________________________________________________________________________
17069 [  4013] By: gsar                                  on 1999/08/20  22:09:56
17070         Log: DEBUG_m() adjusted to internalize dTHX
17071      Branch: perl
17072            ! malloc.c perl.h util.c
17073 ____________________________________________________________________________
17074 [  4012] By: gsar                                  on 1999/08/20  17:51:06
17075         Log: make autogenerated files writable
17076      Branch: perl
17077            ! (edit 171 files)
17078 ____________________________________________________________________________
17079 [  4011] By: gsar                                  on 1999/08/20  17:43:47
17080         Log: update Changes
17081      Branch: perl
17082            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
17083 ____________________________________________________________________________
17084 [  4010] By: gsar                                  on 1999/08/20  17:21:53
17085         Log: up patchlevel &c
17086      Branch: perl
17087            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
17088            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17089 ____________________________________________________________________________
17090 [  4009] By: gsar                                  on 1999/08/20  16:46:26
17091         Log: add missing Is/Syl*.pl files
17092      Branch: perl
17093            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
17094            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
17095            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
17096            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
17097            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
17098            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
17099 ____________________________________________________________________________
17100 [  4008] By: gsar                                  on 1999/08/20  16:31:02
17101         Log: integrate cfgperl contents into mainline
17102      Branch: perl
17103           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
17104           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
17105           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
17106           +> t/op/lfs.t
17107            - lib/unicode/EthiopicSyllables.txt
17108            - lib/unicode/MakeEthiopicSyllables.PL
17109           !> (integrate 261 files)
17110 ____________________________________________________________________________
17111 [  4007] By: gsar                                  on 1999/08/20  15:24:08
17112         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
17113              USE_THREADS and MULTIPLICITY; minor pod adjustments
17114      Branch: perl
17115            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
17116            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
17117 ____________________________________________________________________________
17118 [  4006] By: jhi                                   on 1999/08/19  19:01:41
17119         Log: Tighten the vec() code so that naughty BITS cause an error.
17120      Branch: cfgperl
17121            ! doop.c
17122 ____________________________________________________________________________
17123 [  4005] By: jhi                                   on 1999/08/19  15:55:09
17124         Log: Don't document ill-defined vec() bits cases
17125              (for which the code doesn't work right in any case)
17126      Branch: cfgperl
17127            ! pod/perldiag.pod pod/perlfunc.pod
17128 ____________________________________________________________________________
17129 [  4004] By: jhi                                   on 1999/08/19  12:49:41
17130         Log: Removed duplicated code (in pp.c and mg.c) by introducing
17131              do_vecget().  NOTE: the calling convention of do_vecset()
17132              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
17133              in pp_vec() is no more multiplied by `size' in pp_vec(),
17134              the multiplication is now done in do_vecset().
17135              
17136              Also fix a cpp thinko in change #4002.
17137      Branch: cfgperl
17138            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
17139            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
17140            ! proto.h
17141 ____________________________________________________________________________
17142 [  4003] By: jhi                                   on 1999/08/18  08:27:22
17143         Log: Warn about small spherical distances.
17144      Branch: cfgperl
17145            ! lib/Math/Trig.pm
17146 ____________________________________________________________________________
17147 [  4002] By: jhi                                   on 1999/08/17  09:11:51
17148         Log: Enhance IV_FITS_IN_IV (though it's still unused).
17149      Branch: cfgperl
17150            ! perl.h
17151 ____________________________________________________________________________
17152 [  4001] By: jhi                                   on 1999/08/17  08:13:34
17153         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
17154              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
17155              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
17156              Subject: [PATCH] overload.pm str/num confu
17157              Date: 17 Aug 1999 08:21:12 +0200
17158      Branch: cfgperl
17159            ! lib/overload.pm
17160 ____________________________________________________________________________
17161 [  4000] By: jhi                                   on 1999/08/17  07:20:23
17162         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
17163              To: perl5-porters@perl.org
17164              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
17165              Date: 16 Aug 1999 14:24:28 -0700
17166              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
17167      Branch: cfgperl
17168            ! pod/perlobj.pod
17169 ____________________________________________________________________________
17170 [  3999] By: jhi                                   on 1999/08/16  19:49:09
17171         Log: Integrate with Nick.
17172      Branch: cfgperl
17173           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
17174 ____________________________________________________________________________
17175 [  3998] By: jhi                                   on 1999/08/16  19:44:29
17176         Log: Fix most of the pod2man moanings reported in
17177              
17178              From: "Larry W. Virden" <lvirden@cas.org>
17179              To: perl5-porters@perl.org
17180              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
17181              (UNINSTALLED)
17182              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
17183              Message-Id: <199908031935.PAA27692@cas.org>
17184              
17185              Configure regen'ed.
17186      Branch: cfgperl
17187            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17188            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
17189            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
17190            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
17191            ! utils/h2xs.PL utils/perlcc.PL
17192 ____________________________________________________________________________
17193 [  3997] By: jhi                                   on 1999/08/16  19:20:37
17194         Log: A fix of sorts for the flush-before-dup scenario.
17195      Branch: cfgperl
17196            ! doio.c
17197 ____________________________________________________________________________
17198 [  3996] By: jhi                                   on 1999/08/16  19:14:37
17199         Log: More paranoia.
17200      Branch: cfgperl
17201            ! sv.c
17202 ____________________________________________________________________________
17203 [  3995] By: jhi                                   on 1999/08/16  18:55:35
17204         Log: Batch of small 64-bit/long double/large file support tweaks:
17205              - scan for LDBL_DIG
17206              - from DBL_DIG and LDBL_DIG select NV_DIG
17207              - introduce IVSIZE, UVSIZE, NVSIZE
17208              - introduce IV_DIG
17209              - remove stdio64
17210              - AIX uses `oslevel` when others use `uname -r`
17211              - already AIX 4.2 goes 64-bit
17212              - in HP-UX require the 64-bit libc, just the directory isn't enough
17213              - group ids are not NVs
17214              - #undef USE_LONG_DOUBLE if long double is no better than double
17215              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
17216              - mention large file support in perldelta
17217              - introduce quad TOPpin' and POPpin'
17218              - the svcat... buffer was tiny for printing quads in %b
17219              - fix the multiplication test in 64bit.t
17220              - try to make VMS to comply with all this removal and "introducal"
17221              of symbols
17222      Branch: cfgperl
17223            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
17224            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
17225            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
17226      Branch: metaconfig
17227            ! U/modified/d_longdbl.U
17228      Branch: metaconfig/U/perl
17229            + d_ldbl_dig.U
17230 ____________________________________________________________________________
17231 [  3994] By: jhi                                   on 1999/08/16  07:53:44
17232         Log: More Configure/subconfigure.com syncing.
17233      Branch: cfgperl
17234            ! vms/subconfigure.com
17235 ____________________________________________________________________________
17236 [  3993] By: jhi                                   on 1999/08/14  22:09:26
17237         Log: Remove from VMS what the change #3982 took away from Configure lands.
17238      Branch: cfgperl
17239            ! vms/subconfigure.com
17240 ____________________________________________________________________________
17241 [  3992] By: jhi                                   on 1999/08/14  13:29:13
17242         Log: Small test tweaks.
17243      Branch: cfgperl
17244            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
17245 ____________________________________________________________________________
17246 [  3991] By: jhi                                   on 1999/08/14  13:08:41
17247         Log: Augment filesize limit note.
17248      Branch: cfgperl
17249            ! doio.c
17250 ____________________________________________________________________________
17251 [  3990] By: jhi                                   on 1999/08/14  13:06:12
17252         Log: Note about filesize limits.
17253      Branch: cfgperl
17254            ! doio.c pp_sys.c
17255 ____________________________________________________________________________
17256 [  3989] By: jhi                                   on 1999/08/14  11:31:58
17257         Log: Catch the case of filesize limits.
17258      Branch: cfgperl
17259            ! t/lib/syslfs.t t/op/lfs.t
17260 ____________________________________________________________________________
17261 [  3988] By: nick                                  on 1999/08/14  09:20:58
17262         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
17263              this causes a POPSTACK panic. The problem seems to be that although
17264              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
17265              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
17266              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
17267              messing with CATCH_SET() in call_sv, use it in perl_vdie().
17268              Add test to op/eval.t which will fail (panic) if bug comes back.
17269              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
17270      Branch: perl
17271            ! cop.h perl.c t/op/eval.t util.c
17272 ____________________________________________________________________________
17273 [  3987] By: jhi                                   on 1999/08/13  23:57:52
17274         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
17275              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
17276              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
17277              Date: Fri, 13 Aug 1999 17:42:47 -0500
17278              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
17279      Branch: cfgperl
17280            ! lib/ExtUtils/MM_VMS.pm
17281 ____________________________________________________________________________
17282 [  3986] By: jhi                                   on 1999/08/13  23:56:44
17283         Log: Don't quit before printing out the message.
17284      Branch: cfgperl
17285            ! t/lib/syslfs.t t/op/lfs.t
17286 ____________________________________________________________________________
17287 [  3985] By: jhi                                   on 1999/08/13  23:35:49
17288         Log: Remove more t/ trash on target "clean".
17289      Branch: cfgperl
17290            ! Makefile.SH
17291 ____________________________________________________________________________
17292 [  3984] By: jhi                                   on 1999/08/13  23:02:53
17293         Log: Avoid double long double. 
17294      Branch: cfgperl
17295            ! Configure config_h.SH
17296      Branch: metaconfig/U/perl
17297            ! uselongdbl.U
17298 ____________________________________________________________________________
17299 [  3983] By: jhi                                   on 1999/08/13  22:59:56
17300         Log: BYTEORDER fix.
17301      Branch: cfgperl
17302            ! Configure config_h.SH
17303      Branch: metaconfig
17304            ! U/compline/byteorder.U
17305 ____________________________________________________________________________
17306 [  3982] By: jhi                                   on 1999/08/13  22:48:40
17307         Log: Jumbo Configure and large file support update.
17308              Remove a lot of unneeded 64-bitness cruft;
17309              re-introduce BYTEORDER; update 64-bitness hints;
17310              lfs should now work in Solaris; long doubles in AIX.
17311      Branch: cfgperl
17312            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
17313            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
17314            ! perlsdio.h pp.h pp_sys.c
17315      Branch: metaconfig
17316            ! U/compline/byteorder.U U/compline/ccflags.U
17317      Branch: metaconfig/U/perl
17318            ! d_dlsymun.U io64.U uselongdbl.U
17319 ____________________________________________________________________________
17320 [  3980] By: jhi                                   on 1999/08/13  15:09:11
17321         Log: Introduce HAS_LLSEEK.
17322      Branch: cfgperl
17323            ! Configure config_h.SH perl.h
17324 ____________________________________________________________________________
17325 [  3979] By: jhi                                   on 1999/08/13  14:29:47
17326         Log: From: <dan@sidhe.org>
17327              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
17328              sarathy@activestate.com
17329              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
17330              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
17331              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
17332      Branch: cfgperl
17333            ! vms/vms.c
17334 ____________________________________________________________________________
17335 [  3978] By: jhi                                   on 1999/08/13  09:56:46
17336         Log: Make the 64-bit tests more paranoid.
17337      Branch: cfgperl
17338            ! t/op/64bit.t
17339 ____________________________________________________________________________
17340 [  3976] By: jhi                                   on 1999/08/12  21:49:16
17341         Log: IRIX64 needs more -mabi=64 with gcc.
17342      Branch: cfgperl
17343            ! hints/irix_6.sh
17344 ____________________________________________________________________________
17345 [  3975] By: jhi                                   on 1999/08/12  21:02:03
17346         Log: Reincarnate change #3967, now in more modest form.
17347      Branch: cfgperl
17348            ! hints/irix_6.sh
17349 ____________________________________________________________________________
17350 [  3974] By: jhi                                   on 1999/08/12  20:49:36
17351         Log: Remove rt from libswanted (I added it many moons ago
17352              when I thought it would be useful in Digital UNIX,
17353              I was wrong); undo the recent IRIX hints changes,
17354              getting rid of one warning brought new ones.
17355      Branch: cfgperl
17356            ! Configure config_h.SH hints/irix_6.sh
17357      Branch: metaconfig
17358            ! U/modified/Myinit.U
17359 ____________________________________________________________________________
17360 [  3973] By: jhi                                   on 1999/08/12  19:42:53
17361         Log: st_blocks is in 512 byte blocks.
17362      Branch: cfgperl
17363            ! t/lib/syslfs.t t/op/lfs.t
17364 ____________________________________________________________________________
17365 [  3972] By: jhi                                   on 1999/08/12  19:27:31
17366         Log: Don't claim defeat too early.
17367      Branch: cfgperl
17368            ! Configure config_h.SH
17369      Branch: metaconfig/U/perl
17370            ! longdblfio.U
17371 ____________________________________________________________________________
17372 [  3971] By: jhi                                   on 1999/08/12  19:24:14
17373         Log: IRIX 64-bit hint tweak. 
17374      Branch: cfgperl
17375            ! hints/irix_6.sh
17376 ____________________________________________________________________________
17377 [  3970] By: nick                                  on 1999/08/12  19:17:20
17378         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
17379              tests i.e. RV2AV and RV2HV
17380      Branch: perl
17381            ! op.c t/pragma/warn/op
17382 ____________________________________________________________________________
17383 [  3969] By: jhi                                   on 1999/08/12  19:06:17
17384         Log: Add Configure -Duselongdouble and add a missing semicolon.
17385      Branch: cfgperl
17386            ! Configure config_h.SH sv.c
17387      Branch: metaconfig/U/perl
17388            + uselongdbl.U
17389 ____________________________________________________________________________
17390 [  3968] By: jhi                                   on 1999/08/12  18:46:00
17391         Log: Simply exit() early if lfs support seems unlikely.
17392      Branch: cfgperl
17393            ! t/lib/syslfs.t t/op/lfs.t
17394 ____________________________________________________________________________
17395 [  3967] By: jhi                                   on 1999/08/12  18:44:05
17396         Log: Suffer silently for unused libraries.
17397      Branch: cfgperl
17398            ! hints/irix_6.sh
17399 ____________________________________________________________________________
17400 [  3966] By: jhi                                   on 1999/08/12  13:18:44
17401         Log: Update MANIFEST to follow change #3965.
17402      Branch: cfgperl
17403            ! MANIFEST
17404 ____________________________________________________________________________
17405 [  3965] By: jhi                                   on 1999/08/12  13:15:38
17406         Log: Regenerate Unicode tables based on new syllable lists
17407              from Daniel Yacob.
17408      Branch: cfgperl
17409            ! (edit 159 files)
17410 ____________________________________________________________________________
17411 [  3964] By: jhi                                   on 1999/08/12  10:06:24
17412         Log: Remove more spurious casting.
17413      Branch: cfgperl
17414            ! pp_sys.c
17415 ____________________________________________________________________________
17416 [  3963] By: jhi                                   on 1999/08/12  08:18:53
17417         Log: Minor niggles on the lfs tests.
17418      Branch: cfgperl
17419            ! t/lib/syslfs.t t/op/lfs.t
17420 ____________________________________________________________________________
17421 [  3962] By: jhi                                   on 1999/08/11  22:48:25
17422         Log: Don't bother with lfs testing if off_t is too small.
17423      Branch: cfgperl
17424            ! t/lib/syslfs.t t/op/lfs.t
17425 ____________________________________________________________________________
17426 [  3961] By: jhi                                   on 1999/08/11  22:22:54
17427         Log: Long double patches from Dan Sugalski.
17428      Branch: cfgperl
17429            ! sv.c
17430 ____________________________________________________________________________
17431 [  3960] By: jhi                                   on 1999/08/11  22:17:55
17432         Log: Flush buffer before duplicating file descriptor.
17433              
17434              From: Mark-Jason Dominus <mjd@plover.com>
17435              To: Graham Barr <gbarr@pobox.com>
17436              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
17437              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
17438              Date: Wed, 11 Aug 1999 15:56:09 -0400
17439              Message-ID: <19990811195610.5933.qmail@plover.com>
17440              
17441              From: Mark-Jason Dominus <mjd@plover.com>
17442              To: perl5-porters@perl.org
17443              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
17444              Date: Wed, 11 Aug 1999 16:05:46 -0400
17445              Message-ID: <19990811200546.6165.qmail@plover.com>
17446      Branch: cfgperl
17447            ! doio.c pod/perldelta.pod
17448 ____________________________________________________________________________
17449 [  3959] By: jhi                                   on 1999/08/11  22:11:35
17450         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
17451              
17452              From: "Craig A. Berry" <craig.berry@metamor.com>
17453              Sender: owner-perl5-porters@perl.org
17454              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
17455              bailey@newman.upenn.edu
17456              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
17457              problem
17458              Date: Wed, 11 Aug 1999 14:31:11 -0500
17459              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
17460      Branch: cfgperl
17461            ! vms/vms.c
17462 ____________________________________________________________________________
17463 [  3958] By: jhi                                   on 1999/08/11  15:35:45
17464         Log: Add a hopefully comforting message if there seems to be no LFS. 
17465              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
17466              The tests will fail on lfs tests only if quad is available,
17467              if ENOQUAD, the lfs tests will be skipped.
17468      Branch: cfgperl
17469            ! t/lib/syslfs.t t/op/lfs.t
17470 ____________________________________________________________________________
17471 [  3957] By: jhi                                   on 1999/08/11  12:25:59
17472         Log: Unapply an experimental patch that accidentally escaped
17473              from the lab by piggybacking with the change #3955.
17474      Branch: cfgperl
17475            ! pp.c pp.h pp_hot.c
17476 ____________________________________________________________________________
17477 [  3956] By: jhi                                   on 1999/08/11  08:19:23
17478         Log: Add sysio large file support testing.
17479      Branch: cfgperl
17480            + t/lib/syslfs.t
17481            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
17482 ____________________________________________________________________________
17483 [  3955] By: jhi                                   on 1999/08/10  22:39:11
17484         Log: From: <dan@sidhe.org>
17485              To: vmsperl@perl.org, perl5-porters@perl.org,
17486              sarathy@activestate.com, bailey@newman.upenn.edu
17487              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
17488              threads on VMS
17489              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
17490              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
17491      Branch: cfgperl
17492            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
17493            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
17494            ! vms/writemain.pl
17495 ____________________________________________________________________________
17496 [  3954] By: jhi                                   on 1999/08/10  20:37:55
17497         Log: LFS testing robustness.
17498      Branch: cfgperl
17499            ! t/op/lfs.t
17500 ____________________________________________________________________________
17501 [  3953] By: jhi                                   on 1999/08/10  19:54:50
17502         Log: From: <dan@sidhe.org>
17503              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
17504              sarathy@activestate.com
17505              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
17506              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
17507              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
17508      Branch: cfgperl
17509            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
17510            ! vms/subconfigure.com vms/vmsish.h
17511 ____________________________________________________________________________
17512 [  3952] By: jhi                                   on 1999/08/10  17:18:57
17513         Log: AIX is different, again.  Now in cc -E output.
17514      Branch: cfgperl
17515            ! Configure config_h.SH
17516      Branch: metaconfig
17517            ! U/modified/cppstdin.U
17518 ____________________________________________________________________________
17519 [  3951] By: jhi                                   on 1999/08/10  14:37:08
17520         Log: Use Pid_t on pgrp matters.
17521      Branch: cfgperl
17522            ! pp_sys.c
17523 ____________________________________________________________________________
17524 [  3950] By: jhi                                   on 1999/08/10  14:35:30
17525         Log: Use Pid_t.
17526      Branch: cfgperl
17527            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
17528            ! pp_sys.c proto.h util.c
17529 ____________________________________________________________________________
17530 [  3949] By: jhi                                   on 1999/08/10  14:11:15
17531         Log: Use Mode_t.
17532      Branch: cfgperl
17533            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
17534            ! perlapi.h pp_sys.c proto.h
17535 ____________________________________________________________________________
17536 [  3948] By: jhi                                   on 1999/08/10  13:53:19
17537         Log: Small perlbug doc tweaks from Jon Orwant.
17538      Branch: cfgperl
17539            ! utils/perlbug.PL
17540 ____________________________________________________________________________
17541 [  3947] By: jhi                                   on 1999/08/10  09:55:11
17542         Log: Large file support testing.
17543      Branch: cfgperl
17544            + t/op/lfs.t
17545            ! MANIFEST t/op/64bit.t
17546 ____________________________________________________________________________
17547 [  3946] By: jhi                                   on 1999/08/10  09:13:54
17548         Log: Remove I32 casting from time-related functions.
17549      Branch: cfgperl
17550            ! pp_sys.c
17551 ____________________________________________________________________________
17552 [  3945] By: jhi                                   on 1999/08/10  09:06:42
17553         Log: Gratuitous uid and gid casts to I32s and ints removed.
17554              There are still problem spots in printfing such ids:
17555              width (%d vs %ld) and signedness %d vs %u.
17556      Branch: cfgperl
17557            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
17558            ! perl.c perlapi.c pp_hot.c proto.h
17559 ____________________________________________________________________________
17560 [  3944] By: jhi                                   on 1999/08/10  07:43:03
17561         Log: Remove I32 casts from pp_stat, these make stat()
17562              very broken e.g. on files larger than 2 gigabytes.
17563              Reported by
17564              From: Phil Lobbes <phil@finchcomputer.com>
17565              To: perl5-porters@perl.org
17566              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
17567              UNIX Perl 5.005_03
17568              Date: Mon, 09 Aug 1999 21:38:54 -0700
17569              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
17570              
17571              There are more of these I32 casts all over pp_sys.c,
17572              all of them should be checked.
17573      Branch: cfgperl
17574            ! pp_sys.c
17575 ____________________________________________________________________________
17576 [  3943] By: jhi                                   on 1999/08/10  07:38:30
17577         Log: Remove blathering.
17578      Branch: cfgperl
17579            ! lib/unicode/mktables.PL
17580 ____________________________________________________________________________
17581 [  3942] By: jhi                                   on 1999/08/09  20:35:13
17582         Log: lexwarn maintenance: new warning class unsafe
17583              subclasses 'overflow' and 'portable' created,
17584              used by the recent integer overflow warnings.
17585              Class syntax subclass 'octal' renamed to 'digit',
17586              binary and hexadecimal parsing errors also 'digit' warnings.
17587      Branch: cfgperl
17588            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
17589            ! util.c warning.h warning.pl
17590 ____________________________________________________________________________
17591 [  3941] By: jhi                                   on 1999/08/09  10:40:47
17592         Log: Integrate with Nick.
17593      Branch: cfgperl
17594           +> opnames.h
17595           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
17596           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
17597 ____________________________________________________________________________
17598 [  3940] By: jhi                                   on 1999/08/09  10:32:43
17599         Log: Regenerate the Unicode tables after having updated the Unicode
17600              database (change #3939).
17601      Branch: cfgperl
17602            ! (edit 157 files)
17603 ____________________________________________________________________________
17604 [  3939] By: jhi                                   on 1999/08/09  10:27:22
17605         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
17606      Branch: cfgperl
17607            ! lib/unicode/UnicodeData-Latest.txt
17608 ____________________________________________________________________________
17609 [  3938] By: jhi                                   on 1999/08/09  10:25:54
17610         Log: Ethiopic changes via private email from Daniel Yacob,
17611              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
17612              Canadian Syllabics and Yi under construction.
17613      Branch: cfgperl
17614            + lib/unicode/syllables.txt
17615            - lib/unicode/EthiopicSyllables.txt
17616            - lib/unicode/MakeEthiopicSyllables.PL
17617            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
17618            ! lib/unicode/mktables.PL
17619 ____________________________________________________________________________
17620 [  3937] By: jhi                                   on 1999/08/09  10:21:51
17621         Log: Move the equivalence class creation last.
17622      Branch: cfgperl
17623            ! lib/unicode/mktables.PL
17624 ____________________________________________________________________________
17625 [  3936] By: jhi                                   on 1999/08/09  10:20:40
17626         Log: Compute equivalence classes (diacritics stripping) only
17627              for letters, not for ligatures.
17628      Branch: cfgperl
17629            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
17630            ! lib/unicode/mktables.PL
17631 ____________________________________________________________________________
17632 [  3935] By: nick                                  on 1999/08/08  13:53:57
17633         Log: Will now correctly re-call 
17634              bootstrap "Foo";
17635              if requested. This should allow build on Win32 and other
17636              platforms where you cannot link to loadables directly.
17637      Branch: perl
17638            ! ext/B/B/C.pm
17639 ____________________________________________________________________________
17640 [  3934] By: nick                                  on 1999/08/07  12:23:55
17641         Log: Vishal Bhatia <vishalb@my-deja.com>
17642              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
17643              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
17644      Branch: perl
17645            ! ext/B/B/CC.pm
17646 ____________________________________________________________________________
17647 [  3933] By: nick                                  on 1999/08/07  12:19:46
17648         Log: B::C changes to get simple Tk app. compiling again
17649      Branch: perl
17650            ! ext/B/B/C.pm
17651 ____________________________________________________________________________
17652 [  3932] By: jhi                                   on 1999/08/06  21:17:16
17653         Log: Regen Configure to include change #3915.
17654      Branch: cfgperl
17655            ! Configure config_h.SH
17656 ____________________________________________________________________________
17657 [  3931] By: jhi                                   on 1999/08/06  18:52:57
17658         Log: Todo update.
17659      Branch: cfgperl
17660            ! Todo Todo-5.005 lib/unicode/mktables.PL
17661 ____________________________________________________________________________
17662 [  3930] By: jhi                                   on 1999/08/06  13:13:05
17663         Log: Character class equivalence tables.
17664      Branch: cfgperl
17665            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
17666            ! MANIFEST lib/unicode/mktables.PL
17667 ____________________________________________________________________________
17668 [  3929] By: jhi                                   on 1999/08/06  11:59:11
17669         Log: More Fcntl constants.  (This process really needs
17670              to be automated, at least partly, see the Errno extension.)
17671              Now also the SEEK_ constants are available via the Fcntl.
17672              Yes, this is redundant (IO::Seekable and POSIX supply them already),
17673              but now Fcntl is a one-stop shopping mall for all your
17674              file-related constants.    
17675      Branch: cfgperl
17676            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
17677 ____________________________________________________________________________
17678 [  3928] By: jhi                                   on 1999/08/06  08:08:03
17679         Log: Protect against pack/unpack repeat count overflows,
17680              based on:
17681              
17682              From: Nathan Torkington <gnat@frii.com>
17683              To: Brian Keefer <mgomes@cwix.com>
17684              Cc: perl5-porters@perl.org
17685              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
17686              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
17687              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
17688      Branch: cfgperl
17689            ! pod/perldiag.pod pp.c
17690 ____________________________________________________________________________
17691 [  3927] By: jhi                                   on 1999/08/06  07:32:20
17692         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
17693              
17694              From: Nathan Torkington <gnat@frii.com>
17695              To: perl5-porters@perl.org
17696              Subject: Bugfix for my bugfix
17697              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
17698              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
17699      Branch: cfgperl
17700            ! ext/B/B/Assembler.pm
17701 ____________________________________________________________________________
17702 [  3926] By: jhi                                   on 1999/08/05  17:25:19
17703         Log: Fix regex charclass parsing so that bogus ranges
17704              like [0-\d] and [[:word:]-z] are no more allowed.
17705              The anomaly was noticed by Guy Decoux.
17706      Branch: cfgperl
17707            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
17708 ____________________________________________________________________________
17709 [  3925] By: jhi                                   on 1999/08/05  10:31:47
17710         Log: split /^/ deprecation warning should not be on by default.
17711      Branch: cfgperl
17712            ! pp.c
17713 ____________________________________________________________________________
17714 [  3923] By: jhi                                   on 1999/08/05  09:16:57
17715         Log: From: paul.marquess@bt.com
17716              To: jhi@iki.fi, paul.marquess@bt.com
17717              Cc: gsar@ActiveState.com, perl5-porters@perl.org
17718              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
17719              Date: Thu, 5 Aug 1999 09:33:14 +0100
17720              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
17721      Branch: cfgperl
17722            ! t/lib/anydbm.t
17723 ____________________________________________________________________________
17724 [  3921] By: jhi                                   on 1999/08/05  08:05:13
17725         Log: From: paul.marquess@bt.com
17726              To: perl5-porters@perl.org
17727              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
17728              randy@theoryx5.uwinnipeg.ca
17729              Subject:  [PATCH 5.005_60] DB_File 1.70
17730              Date: Wed, 4 Aug 1999 23:22:22 +0100
17731              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
17732              
17733              (Replaces change #3917)
17734      Branch: cfgperl
17735            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17736            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
17737 ____________________________________________________________________________
17738 [  3920] By: jhi                                   on 1999/08/04  19:02:58
17739         Log: From: Nathan Torkington <gnat@frii.com>
17740              To: perl5-porters@perl.org
17741              Subject: [5.005_60 PATCH] Make B::Bytecode work
17742              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
17743              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
17744      Branch: cfgperl
17745            ! ext/B/B/Assembler.pm
17746 ____________________________________________________________________________
17747 [  3919] By: jhi                                   on 1999/08/04  10:56:26
17748         Log: Update history records.
17749      Branch: cfgperl
17750            ! pod/perlhist.pod
17751 ____________________________________________________________________________
17752 [  3918] By: jhi                                   on 1999/08/04  09:36:13
17753         Log: Minor fixes to linux -Dusethreads -Duseperlio.
17754      Branch: cfgperl
17755            ! perlio.c
17756 ____________________________________________________________________________
17757 [  3917] By: jhi                                   on 1999/08/04  08:13:20
17758         Log: (Replaced by change #3921)
17759              From: paul.marquess@bt.com
17760              To: gsar@activestate.com
17761              Cc: perl5-porters@perl.org
17762              Subject: [PATCH 5.005_60] DB_File 1.69
17763              Date: Tue, 3 Aug 1999 22:55:00 +0100
17764              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
17765      Branch: cfgperl
17766            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17767            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
17768 ____________________________________________________________________________
17769 [  3916] By: jhi                                   on 1999/08/04  07:59:05
17770         Log: Introduce the charnames pragma.
17771              
17772              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
17773              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
17774              To: Chip Salzenberg <[11]chip@perlsupport.com>
17775              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
17776              Date: Sat, 31 Jul 1999 05:44:05 -0400
17777              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
17778              
17779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17780              To: Mailing list Perl5 <perl5-porters@perl.org>
17781              Subject: [PATCH 5.005_58] Named characters in Perl
17782              Date: Mon, 2 Aug 1999 19:25:40 -0400
17783              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
17784      Branch: cfgperl
17785            + lib/charnames.pm t/lib/charnames.t
17786            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
17787            ! pod/perlre.pod regcomp.c toke.c
17788 ____________________________________________________________________________
17789 [  3915] By: jhi                                   on 1999/08/03  21:18:49
17790         Log: Support Configure -Dmake=pmake.
17791              Via private email from Andy.
17792              NOTE: assumes "basename" command.
17793      Branch: metaconfig
17794            ! U/modified/Config_sh.U
17795 ____________________________________________________________________________
17796 [  3914] By: jhi                                   on 1999/08/03  21:11:11
17797         Log: The op/filetest.t failed subtest 7 if testing as root.
17798              
17799              From: François Désarménien <desar@club-internet.fr>
17800              To: perl5-porters@perl.org
17801              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
17802              Date: Tue, 27 Jul 1999 22:54:05 +0200
17803              Message-Id: <379E1C6D.626DC765@club-internet.fr>
17804      Branch: cfgperl
17805            ! t/op/filetest.t
17806 ____________________________________________________________________________
17807 [  3911] By: jhi                                   on 1999/08/03  19:52:38
17808         Log: The "-Dusethreads -Duseperlio" combination failed.
17809              
17810              From: Spider Boardman <spider@leggy.zk3.dec.com>
17811              To: perl5-porters@perl.org
17812              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
17813              4.0 (UNINSTALLED)
17814              Date: Tue, 3 Aug 1999 14:25:00 -0400
17815              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
17816              
17817              See also change #3912.
17818      Branch: cfgperl
17819            ! perlio.c
17820 ____________________________________________________________________________
17821 [  3910] By: jhi                                   on 1999/08/03  10:44:24
17822         Log: From: Chris Nandor <pudge@pobox.com>
17823              To: perl5-porters@perl.org
17824              Subject: [PATCH 5.005_58] perlbug.PL 1.27
17825              Date: Wed, 28 Jul 1999 23:42:49 -0400
17826              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
17827      Branch: cfgperl
17828            ! utils/perlbug.PL
17829 ____________________________________________________________________________
17830 [  3909] By: jhi                                   on 1999/08/03  10:41:04
17831         Log: Hints for building ByteLoader in SunoS.  Based on
17832              From: Andy Dougherty <doughera@lafayette.edu>
17833              To: Gurusamy Sarathy <gsar@activestate.com>
17834              Cc: Perl Porters <perl5-porters@perl.org>
17835              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
17836              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
17837              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
17838      Branch: cfgperl
17839            + ext/ByteLoader/hints/sunos.pl
17840            ! MANIFEST ext/ByteLoader/ByteLoader.xs
17841 ____________________________________________________________________________
17842 [  3908] By: jhi                                   on 1999/08/03  09:29:22
17843         Log: Clarify RE engine code; inline a static function to a macro;
17844              make exact string nodes smaller.
17845              
17846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17847              To: perl5-porters@perl.org (Mailing list Perl5)
17848              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
17849              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
17850              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
17851      Branch: cfgperl
17852            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
17853            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
17854            ! regnodes.h warning.h
17855 ____________________________________________________________________________
17856 [  3907] By: jhi                                   on 1999/08/03  08:11:49
17857         Log: 5_59 configured with -Dd_bincompat5005 can't be made
17858              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
17859              
17860              From: Spider Boardman <spider@leggy.zk3.dec.com>
17861              To: perl5-porters@perl.org
17862              Subject: [ID 19990802.016] Not OK: perl 5.00559
17863              Date: Mon, 2 Aug 1999 16:11:13 -0400
17864              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
17865      Branch: cfgperl
17866            ! embed.pl
17867 ____________________________________________________________________________
17868 [  3906] By: jhi                                   on 1999/08/03  07:48:59
17869         Log: Change #3790 redemption: with a little additional
17870              patch from Ilya it works okay.
17871      Branch: cfgperl
17872            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
17873            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
17874 ____________________________________________________________________________
17875 [  3905] By: gsar                                  on 1999/08/02  21:03:23
17876         Log: this will be 5.005_60
17877      Branch: perl
17878            ! Changes
17879
17880 ----------------
17881 Version 5.005_60
17882 ----------------
17883
17884 ____________________________________________________________________________
17885 [  3904] By: gsar                                  on 1999/08/02  20:30:23
17886         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
17887              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
17888              regen headers
17889      Branch: perl
17890            ! embed.h embed.pl global.sym opcode.h perlapi.c
17891 ____________________________________________________________________________
17892 [  3903] By: gsar                                  on 1999/08/02  20:26:07
17893         Log: native int pack/unpack fixes (from Spider Boardman
17894              <spider@leggy.zk3.dec.com>)
17895      Branch: perl
17896            ! pp.c
17897 ____________________________________________________________________________
17898 [  3902] By: gsar                                  on 1999/08/02  20:24:41
17899         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
17900              <spider@leggy.zk3.dec.com>)
17901      Branch: perl
17902            + opnames.h
17903            ! Changes MANIFEST opcode.pl perl.h
17904 ____________________________________________________________________________
17905 [  3901] By: gsar                                  on 1999/08/02  18:51:18
17906         Log: integrate cfgperl contents
17907      Branch: perl
17908           !> INSTALL README pod/perldelta.pod
17909 ____________________________________________________________________________
17910 [  3900] By: jhi                                   on 1999/08/02  18:46:21
17911         Log: Update README and INSTALL; partly based on the message
17912              
17913              From: "John L. Allen" <allen@grumman.com>
17914              To: Jarkko Hietaniemi <jhi@iki.fi>
17915              cc: perl5-porters@perl.org
17916              Subject: Re: Perl Installation Problem
17917              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
17918              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
17919              
17920              and private email from Andy Dougherty.
17921      Branch: cfgperl
17922            ! INSTALL README
17923 ____________________________________________________________________________
17924 [  3899] By: jhi                                   on 1999/08/02  18:36:35
17925         Log: Integrate with Sarathy.
17926      Branch: cfgperl
17927           !> op.c
17928 ____________________________________________________________________________
17929 [  3898] By: jhi                                   on 1999/08/02  18:34:49
17930         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
17931      Branch: cfgperl
17932            ! pod/perldelta.pod
17933 ____________________________________________________________________________
17934 [  3897] By: gsar                                  on 1999/08/02  18:18:37
17935         Log: optimizations could sometimes bypass bareword check
17936      Branch: perl
17937            ! op.c
17938 ____________________________________________________________________________
17939 [  3896] By: jhi                                   on 1999/08/02  18:18:34
17940         Log: Integrate with Sarathy.
17941      Branch: cfgperl
17942           !> Changes makedef.pl patchlevel.h win32/Makefile
17943           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17944           !> win32/makefile.mk
17945 ____________________________________________________________________________
17946 [  3895] By: gsar                                  on 1999/08/02  17:22:40
17947         Log: up patchlevel etc.
17948      Branch: perl
17949            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
17950            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17951 ____________________________________________________________________________
17952 [  3894] By: gsar                                  on 1999/08/02  17:12:31
17953         Log: integrate change#3893, make it conditional on bincompat5005
17954      Branch: perl
17955            ! makedef.pl
17956 ____________________________________________________________________________
17957 [  3893] By: jhi                                   on 1999/08/02  16:49:08
17958         Log: PERL_BINCOMPAT_5005 symbol translation.
17959              (AIX wouldn't link neither perl nor extensions.)
17960      Branch: cfgperl
17961            ! makedef.pl
17962 ____________________________________________________________________________
17963 [  3892] By: gsar                                  on 1999/08/02  16:09:13
17964         Log: integrate cfgperl contents into mainline
17965      Branch: perl
17966           +> t/op/64bit.t
17967            ! Changes
17968           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
17969           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
17970           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
17971 ____________________________________________________________________________
17972 [  3891] By: jhi                                   on 1999/08/02  14:52:40
17973         Log: AIX long long probing requires LL suffix for
17974              the ll constant.  The suffix doesn't seem
17975              to bother other ll platforms.
17976      Branch: cfgperl
17977            ! Configure config_h.SH hints/aix.sh
17978      Branch: metaconfig/U/perl
17979            ! quadfio.U
17980 ____________________________________________________________________________
17981 [  3890] By: jhi                                   on 1999/08/02  14:21:55
17982         Log: Exact path to perl for open -|.
17983      Branch: cfgperl
17984            ! t/io/open.t
17985 ____________________________________________________________________________
17986 [  3889] By: jhi                                   on 1999/08/02  14:18:03
17987         Log: Integrate with Sarathy.
17988      Branch: cfgperl
17989           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
17990           !> win32/Makefile win32/config_H.bc win32/config_H.gc
17991           !> win32/config_H.vc win32/makefile.mk win32/win32.c
17992 ____________________________________________________________________________
17993 [  3888] By: jhi                                   on 1999/08/02  14:14:29
17994         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
17995      Branch: cfgperl
17996            ! hints/aix.sh
17997 ____________________________________________________________________________
17998 [  3887] By: jhi                                   on 1999/08/02  12:53:10
17999         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
18000              emacs code indentation doesn't get wrong ideas--
18001              in other words, introduce a couple of "redundant" if:s.
18002      Branch: cfgperl
18003            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
18004            ! util.c
18005 ____________________________________________________________________________
18006 [  3886] By: jhi                                   on 1999/08/02  12:43:16
18007         Log: Mention that also *BSD systems with glibc are known to stumble.
18008      Branch: cfgperl
18009            ! t/pragma/warn/pp_hot
18010 ____________________________________________________________________________
18011 [  3885] By: jhi                                   on 1999/08/02  12:34:15
18012         Log: Allow also non-long long but still quad platforms print quads.
18013      Branch: cfgperl
18014            ! Configure config_h.SH
18015      Branch: metaconfig/U/perl
18016            ! longdblfio.U quadfio.U
18017 ____________________________________________________________________________
18018 [  3884] By: jhi                                   on 1999/08/02  11:56:14
18019         Log: Fix regclass utf8 hex ranges for quads.
18020      Branch: cfgperl
18021            ! regcomp.c
18022 ____________________________________________________________________________
18023 [  3883] By: jhi                                   on 1999/08/02  11:42:14
18024         Log: Enhance the description of how to detect quad support.
18025      Branch: cfgperl
18026            ! pod/perlfunc.pod
18027 ____________________________________________________________________________
18028 [  3882] By: jhi                                   on 1999/08/02  11:22:19
18029         Log: Fix printf %D %U %O for quads.
18030      Branch: cfgperl
18031            ! sv.c t/op/64bit.t
18032 ____________________________________________________________________________
18033 [  3881] By: jhi                                   on 1999/08/02  11:16:12
18034         Log: Document quad printing.
18035      Branch: cfgperl
18036            ! pod/perlfunc.pod
18037 ____________________________________________________________________________
18038 [  3880] By: jhi                                   on 1999/08/02  10:32:01
18039         Log: More 64-bit fixing.  One known bug of that kind
18040              remains, 32-bit platforms using long long in
18041              the test t/pragma/utf8 subtests 1-3 fail.
18042              (Update: change    #3884 fixed that one.)
18043      Branch: cfgperl
18044            + t/op/64bit.t
18045            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
18046
18047 ----------------
18048 Version 5.005_59
18049 ----------------
18050
18051 ____________________________________________________________________________
18052 [  3879] By: gsar                                  on 1999/08/02  08:18:58
18053         Log: integrate cfgperl changes into mainline
18054      Branch: perl
18055           !> Configure config_h.SH sv.c
18056 ____________________________________________________________________________
18057 [  3878] By: gsar                                  on 1999/08/02  08:13:16
18058         Log: change#3692 had an unintentional patch leak through!
18059              (this would explain the mysterious C<next LABEL> failures
18060              people have seen)
18061      Branch: perl
18062            ! pp_ctl.c
18063 ____________________________________________________________________________
18064 [  3877] By: gsar                                  on 1999/08/02  08:00:29
18065         Log: up patchlevel to 59
18066      Branch: perl
18067            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
18068            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18069            ! win32/makefile.mk
18070 ____________________________________________________________________________
18071 [  3876] By: gsar                                  on 1999/08/02  07:51:18
18072         Log: fix coredump under usethreads+debug
18073      Branch: perl
18074            ! util.c
18075 ____________________________________________________________________________
18076 [  3875] By: jhi                                   on 1999/08/02  07:50:51
18077         Log: d_bincompat5005 could be left empty.
18078      Branch: cfgperl
18079            ! Configure config_h.SH
18080      Branch: metaconfig/U/perl
18081            ! bincompat5005.U
18082 ____________________________________________________________________________
18083 [  3874] By: jhi                                   on 1999/08/02  07:42:45
18084         Log: Fix printf %d when IV is quad.
18085      Branch: cfgperl
18086            ! sv.c
18087 ____________________________________________________________________________
18088 [  3873] By: gsar                                  on 1999/08/02  07:41:03
18089         Log: fix d_bincompat5005='' junking config.h
18090      Branch: perl
18091            ! Configure
18092 ____________________________________________________________________________
18093 [  3872] By: gsar                                  on 1999/08/02  07:38:48
18094         Log: C needs parameter list, not merely type
18095      Branch: perl
18096            ! win32/win32.c
18097 ____________________________________________________________________________
18098 [  3871] By: jhi                                   on 1999/08/02  07:20:51
18099         Log: Integrate with Sarathy.
18100      Branch: cfgperl
18101           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
18102 ____________________________________________________________________________
18103 [  3870] By: gsar                                  on 1999/08/02  07:12:18
18104         Log: integrate cfgperl changes into mainline
18105      Branch: perl
18106            ! Changes
18107           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
18108           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
18109           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
18110           !> toke.c util.c
18111 ____________________________________________________________________________
18112 [  3869] By: gsar                                  on 1999/08/02  06:59:09
18113         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
18114              Date: Sat, 31 Jul 1999 19:08:33 -0700
18115              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
18116              Subject: [PATCH 5.005_58] "use constant" in the compiler
18117      Branch: perl
18118            ! ext/B/B/C.pm ext/B/B/CC.pm
18119 ____________________________________________________________________________
18120 [  3868] By: gsar                                  on 1999/08/02  06:55:51
18121         Log: debug build tweak
18122      Branch: perl
18123            ! regexec.c
18124 ____________________________________________________________________________
18125 [  3867] By: gsar                                  on 1999/08/02  06:35:18
18126         Log: create vmsperl branch (to be owned and operated by: cbailey)
18127      Branch: vmsperl
18128           +> (branch 1476 files)
18129 ____________________________________________________________________________
18130 [  3866] By: jhi                                   on 1999/08/01  23:34:40
18131         Log: so_locations once is enough.
18132      Branch: cfgperl
18133            ! Makefile.SH
18134 ____________________________________________________________________________
18135 [  3865] By: jhi                                   on 1999/08/01  23:13:05
18136         Log: Simplicate duplicated code.
18137      Branch: cfgperl
18138            ! util.c
18139 ____________________________________________________________________________
18140 [  3864] By: jhi                                   on 1999/08/01  22:41:41
18141         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
18142      Branch: cfgperl
18143           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
18144           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
18145            - README.cygwin32 cygwin32/Makefile.SHs
18146            - cygwin32/build-instructions.READFIRST
18147            - cygwin32/build-instructions.charles-wilson
18148            - cygwin32/build-instructions.sebastien-barre
18149            - cygwin32/build-instructions.steven-morlock
18150            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
18151            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
18152            - hints/cygwin32.sh
18153           !> (integrate 61 files)
18154 ____________________________________________________________________________
18155 [  3863] By: jhi                                   on 1999/08/01  22:36:02
18156         Log: Regen Configure and Glossary once again.
18157      Branch: cfgperl
18158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18159            ! config_h.SH
18160 ____________________________________________________________________________
18161 [  3862] By: jhi                                   on 1999/08/01  22:26:09
18162         Log: Glossary update for #3861.
18163      Branch: cfgperl
18164            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18165            ! config_h.SH
18166 ____________________________________________________________________________
18167 [  3861] By: jhi                                   on 1999/08/01  22:22:51
18168         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
18169              with -Duse64bits (using long long).
18170              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
18171              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
18172              'print unpack "q", pack "q", 12345678901'
18173              should work on such 32-bit platforms.
18174              Still a lot of printf()s behind -D which wrongly assume
18175              that %ld/%lx and (long) are a good combination.
18176              Introducing a slew of new macros intended to be used in printf()
18177              format strings: e. g. PERL_PRId64 is the string to be used
18178              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
18179              The PRI... naming follows the C9X naming of <inttypes.h> macros.
18180      Branch: cfgperl
18181            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18182            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
18183            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
18184      Branch: metaconfig/U/perl
18185            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
18186 ____________________________________________________________________________
18187 [  3860] By: gsar                                  on 1999/08/01  21:23:18
18188         Log: integrate cfgperl contents into mainline
18189      Branch: perl
18190            ! toke.c
18191           !> (integrate 29 files)
18192 ____________________________________________________________________________
18193 [  3859] By: gsar                                  on 1999/08/01  21:13:09
18194         Log: From: Nathan Torkington <gnat@frii.com>
18195              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
18196              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
18197              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
18198      Branch: perl
18199            ! ext/B/B/Disassembler.pm
18200 ____________________________________________________________________________
18201 [  3858] By: gsar                                  on 1999/08/01  21:09:15
18202         Log: DB_File 1.68 update from Paul Marquess
18203      Branch: perl
18204            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18205            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
18206            ! t/lib/db-recno.t
18207 ____________________________________________________________________________
18208 [  3857] By: gsar                                  on 1999/08/01  21:05:54
18209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18210              Date: Sat, 31 Jul 1999 05:13:38 -0400
18211              Message-Id: <199907311407.IAA25038@localhost.frii.com>
18212              Subject: [PATCH 5.005_58] More optimizations to REx engine
18213      Branch: perl
18214            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
18215            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
18216 ____________________________________________________________________________
18217 [  3856] By: gsar                                  on 1999/08/01  20:59:59
18218         Log: slightly modified version of suggested patch
18219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18220              Date: Sat, 31 Jul 1999 04:45:12 -0400
18221              Message-Id: <199907311406.IAA25034@localhost.frii.com>
18222              Subject: [PATCH 5.005_58] Fix OS/2 build
18223      Branch: perl
18224            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
18225            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
18226 ____________________________________________________________________________
18227 [  3855] By: gsar                                  on 1999/08/01  20:49:06
18228         Log: cygwin update
18229              From: "Fifer, Eric" <EFifer@sanwaint.com>
18230              Date: Fri, 30 Jul 1999 18:31:48 +0100
18231              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
18232              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
18233      Branch: perl
18234            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
18235            ! pp_sys.c unixish.h util.c
18236 ____________________________________________________________________________
18237 [  3854] By: gsar                                  on 1999/08/01  20:41:53
18238         Log: fixes from Stephen McCamant that address bugs in change#3612
18239              (the optimization shouldn't be enabled in expressions where
18240              the variable is introduced), and fix Deparse to grok the
18241              optimization
18242              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
18243              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
18244              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
18245              --
18246              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
18247              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
18248              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
18249              --
18250              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
18251              Message-Id: <199907310326.VAA24376@localhost.frii.com>
18252              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
18253      Branch: perl
18254            ! ext/B/B/Deparse.pm op.c
18255 ____________________________________________________________________________
18256 [  3853] By: gsar                                  on 1999/08/01  20:31:32
18257         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18258              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
18259              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
18260              Subject: [PATCH _58] Two one-liner LOGOP tweaks
18261      Branch: perl
18262            ! op.c opcode.h opcode.pl
18263 ____________________________________________________________________________
18264 [  3852] By: gsar                                  on 1999/08/01  20:29:17
18265         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
18266      Branch: perl
18267            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
18268            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
18269            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
18270            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
18271            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
18272            ! pod/perlport.pod pp_sys.c util.c
18273 ____________________________________________________________________________
18274 [  3851] By: gsar                                  on 1999/08/01  20:20:05
18275         Log: move files around for s/cygwin32/cygwin/ renaming
18276      Branch: perl
18277           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
18278           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
18279            - README.cygwin32 cygwin32/Makefile.SHs
18280            - cygwin32/build-instructions.READFIRST
18281            - cygwin32/build-instructions.charles-wilson
18282            - cygwin32/build-instructions.sebastien-barre
18283            - cygwin32/build-instructions.steven-morlock
18284            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
18285            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
18286            - hints/cygwin32.sh
18287            ! MANIFEST
18288 ____________________________________________________________________________
18289 [  3850] By: gsar                                  on 1999/08/01  20:05:14
18290         Log: posix-bc hints tweak (via private mail from Thomas Dorner
18291              <Thomas.Dorner@start.de>)
18292      Branch: perl
18293            ! Changes hints/posix-bc.sh
18294 ____________________________________________________________________________
18295 [  3849] By: gsar                                  on 1999/08/01  19:50:20
18296         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
18297              <gnat@frii.com>)
18298      Branch: perl
18299            ! perl.h pod/perldelta.pod pod/perlguts.pod
18300 ____________________________________________________________________________
18301 [  3848] By: gsar                                  on 1999/08/01  18:34:41
18302         Log: fix defined(@foo) encarpments
18303      Branch: perl
18304            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
18305            ! pod/perltrap.pod
18306 ____________________________________________________________________________
18307 [  3847] By: jhi                                   on 1999/08/01  17:17:07
18308         Log: Undo #3790 and the patches that attempted to fix it
18309              (#3837, #3838, #3845).  The #3790 caused linkage failures
18310              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
18311              IRIX 6.5.
18312      Branch: cfgperl
18313            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
18314            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
18315            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
18316 ____________________________________________________________________________
18317 [  3846] By: jhi                                   on 1999/08/01  11:41:52
18318         Log: Reading 64-bit decimal numbers was broken because
18319              the NV was cast to an I32, not an IV.
18320      Branch: cfgperl
18321            ! toke.c
18322 ____________________________________________________________________________
18323 [  3845] By: jhi                                   on 1999/08/01  11:00:24
18324         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
18325      Branch: cfgperl
18326            + ext/SDBM_File/hints/solaris.pl
18327 ____________________________________________________________________________
18328 [  3844] By: jhi                                   on 1999/08/01  10:55:44
18329         Log: Enable Solaris largefiles support only if -Duse64bits is used.
18330              (Effectively removes #3311).
18331      Branch: cfgperl
18332            ! hints/solaris_2.sh
18333 ____________________________________________________________________________
18334 [  3843] By: jhi                                   on 1999/07/31  22:44:56
18335         Log: Integer overflow iteration.
18336      Branch: cfgperl
18337            ! t/op/oct.t toke.c util.c
18338 ____________________________________________________________________________
18339 [  3842] By: jhi                                   on 1999/07/31  22:11:03
18340         Log: Remove a lot of unused regnode codes.
18341              Noticed by Ilya.
18342      Branch: cfgperl
18343            ! regcomp.c regcomp.sym regexec.c regnodes.h
18344 ____________________________________________________________________________
18345 [  3841] By: jhi                                   on 1999/07/31  21:53:54
18346         Log: Make the use64bits and usethreads friendlier/braver;
18347              they no more wimp out if the platform is unknown.
18348              On use64bits if gcc used -DUSE_LONG_LONG is added
18349              to the ccflags (this dependency on gcc caused a slightly weird
18350              reordering of Configure, but things still seem to work.)
18351      Branch: cfgperl
18352            ! Configure README.threads config_h.SH
18353      Branch: metaconfig
18354            ! U/threads/usethreads.U
18355      Branch: metaconfig/U/perl
18356            ! use64bits.U
18357 ____________________________________________________________________________
18358 [  3840] By: jhi                                   on 1999/07/31  20:26:22
18359         Log: Hack the "integer overflow" code some more.
18360      Branch: cfgperl
18361            ! perl.h toke.c util.c
18362 ____________________________________________________________________________
18363 [  3839] By: jhi                                   on 1999/07/31  20:22:00
18364         Log: Test oct() at the 2^32-1 limit.
18365      Branch: cfgperl
18366            ! t/op/oct.t
18367 ____________________________________________________________________________
18368 [  3838] By: jhi                                   on 1999/07/31  20:08:43
18369         Log: Update MANIFEST for #3837.
18370      Branch: cfgperl
18371            ! MANIFEST
18372 ____________________________________________________________________________
18373 [  3837] By: jhi                                   on 1999/07/31  20:02:40
18374         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
18375              (a core dump with a corrput stack ensues).
18376      Branch: cfgperl
18377            + ext/SDBM_File/hints/dec_osf.pl
18378 ____________________________________________________________________________
18379 [  3836] By: jhi                                   on 1999/07/29  21:09:01
18380         Log: Allow for Configure -Ubincompat5005 override.
18381      Branch: cfgperl
18382            ! Configure config_h.SH
18383      Branch: metaconfig/U/perl
18384            ! bincompat5005.U
18385 ____________________________________________________________________________
18386 [  3835] By: jhi                                   on 1999/07/29  21:04:02
18387         Log: Make Configure support PERL_BINCOMPAT_5005.
18388      Branch: cfgperl
18389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18390            ! config_h.SH
18391      Branch: metaconfig/U/perl
18392            + bincompat5005.U
18393 ____________________________________________________________________________
18394 [  3834] By: jhi                                   on 1999/07/29  19:25:35
18395         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
18396      Branch: cfgperl
18397            ! Makefile.SH
18398 ____________________________________________________________________________
18399 [  3833] By: jhi                                   on 1999/07/29  14:07:09
18400         Log: Integrate with Sarathy.  I overruled on perldelta
18401              and perldiag.
18402      Branch: cfgperl
18403           !> README.win32 emacs/cperl-mode.el globals.c installperl
18404           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
18405           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
18406           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
18407           !> win32/perllib.c win32/win32.c
18408 ____________________________________________________________________________
18409 [  3832] By: jhi                                   on 1999/07/29  14:02:50
18410         Log: Repent and make overly large integerish
18411              constants non-fatal.  They are now promoted
18412              to NVs, accompanied by an overflow warning that
18413              is by default on.
18414      Branch: cfgperl
18415            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
18416            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
18417            ! toke.c util.c
18418 ____________________________________________________________________________
18419 [  3831] By: jhi                                   on 1999/07/29  11:40:04
18420         Log: AIX exhibits different error on failed system().
18421              Slightly modified patch via private email from
18422              David R. Favor <dfavor@austin.ibm.com>
18423      Branch: cfgperl
18424            ! t/op/exec.t
18425 ____________________________________________________________________________
18426 [  3830] By: gsar                                  on 1999/07/29  07:46:11
18427         Log: cperl-mode.el v4.19
18428      Branch: perl
18429            ! emacs/cperl-mode.el
18430 ____________________________________________________________________________
18431 [  3829] By: gsar                                  on 1999/07/29  07:30:35
18432         Log: From: jan.dubois@ibm.net (Jan Dubois)
18433              Date: Wed, 28 Jul 1999 22:01:42 +0200
18434              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
18435              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
18436      Branch: perl
18437            ! win32/bin/pl2bat.pl
18438 ____________________________________________________________________________
18439 [  3828] By: gsar                                  on 1999/07/29  07:19:27
18440         Log: tweak previous change for multiple hits
18441      Branch: perl
18442            ! utils/perldoc.PL
18443 ____________________________________________________________________________
18444 [  3827] By: gsar                                  on 1999/07/29  07:10:00
18445         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
18446              really needs a pod2text() compatibility function)
18447      Branch: perl
18448            ! utils/perldoc.PL
18449 ____________________________________________________________________________
18450 [  3826] By: gsar                                  on 1999/07/29  01:33:46
18451         Log: minor tweaks to pods and toke.c comments
18452      Branch: perl
18453            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
18454 ____________________________________________________________________________
18455 [  3825] By: gsar                                  on 1999/07/29  00:12:52
18456         Log: integrate cfgperl changes into mainline
18457      Branch: perl
18458           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18459           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
18460           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
18461           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
18462           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18463           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
18464           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
18465           !> t/pragma/warn/util toke.c util.c
18466 ____________________________________________________________________________
18467 [  3824] By: jhi                                   on 1999/07/28  21:15:04
18468         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
18469      Branch: cfgperl
18470            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
18471            ! ext/IO/lib/IO/Socket/INET.pm
18472 ____________________________________________________________________________
18473 [  3823] By: jhi                                   on 1999/07/28  20:29:17
18474         Log: Continue pack() doc honing.
18475      Branch: cfgperl
18476            ! pod/perlfunc.pod
18477 ____________________________________________________________________________
18478 [  3822] By: jhi                                   on 1999/07/28  20:17:37
18479         Log: Enhance pack() doc.
18480      Branch: cfgperl
18481            ! pod/perlfunc.pod
18482 ____________________________________________________________________________
18483 [  3821] By: jhi                                   on 1999/07/28  18:34:50
18484         Log: UNIX Domain Sockets are not implemented under QNX.
18485              
18486              From: Norton Allen <allen@huarp.harvard.edu>
18487              To: perl5-porters@perl.org
18488              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
18489              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
18490              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
18491      Branch: cfgperl
18492            ! t/lib/io_unix.t
18493 ____________________________________________________________________________
18494 [  3820] By: jhi                                   on 1999/07/28  18:13:37
18495         Log: IO::* enhancements.
18496              
18497              1) write() and syswrite() will now accept a single-argument
18498              form of the call, for consistency with Perl's syswrite().
18499              2) You can create a TCP-based IO::Socket::INET without forcing
18500              a connect attempt.  This allows you to configure its options
18501              (like making it non-blocking) and then call connect() manually.
18502              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
18503              from ever returning the correct value.
18504              
18505              From: Lincoln Stein <lstein@formaggio.cshl.org>
18506              To: Graham Barr <gbarr@pobox.com>
18507              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
18508              Subject: Re: patch for IO::*
18509              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
18510              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
18511      Branch: cfgperl
18512            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
18513            ! ext/IO/lib/IO/Socket/INET.pm
18514 ____________________________________________________________________________
18515 [  3819] By: gsar                                  on 1999/07/28  18:08:06
18516         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
18517      Branch: perl
18518            ! README.win32 globals.c installperl iperlsys.h makedef.pl
18519            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
18520            ! win32/win32.c
18521 ____________________________________________________________________________
18522 [  3818] By: jhi                                   on 1999/07/28  17:48:16
18523         Log: Need to add QNX to the list for DONT_DECLARE_STD.
18524              (The elimination of use of the _() macro apparently triggered
18525              an incompatability with a #define of atof)
18526              
18527              From: Norton Allen <allen@huarp.harvard.edu>
18528              To: perl5-porters@perl.org
18529              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
18530              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
18531              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
18532      Branch: cfgperl
18533            ! perl.h
18534 ____________________________________________________________________________
18535 [  3817] By: jhi                                   on 1999/07/28  17:46:30
18536         Log: Need to add some more conditions to deal with the case
18537              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
18538              which is true for QNX4.
18539              From: Norton Allen <allen@huarp.harvard.edu>
18540              To: perl5-porters@perl.org
18541              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
18542              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
18543              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
18544      Branch: cfgperl
18545            ! pp_sys.c
18546 ____________________________________________________________________________
18547 [  3816] By: jhi                                   on 1999/07/28  17:43:40
18548         Log: The QNX shell needs a couple more semicolons.
18549              
18550              From: Norton Allen <allen@huarp.harvard.edu>
18551              To: perl5-porters@perl.org
18552              Subject: [ID 19990728.007] Patch:Configure _58 QNX
18553              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
18554              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
18555              
18556              plus silence metalint moanings on vendorprefix.
18557      Branch: cfgperl
18558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18559            ! config_h.SH
18560 ____________________________________________________________________________
18561 [  3815] By: jhi                                   on 1999/07/28  17:31:11
18562         Log: Silence metalint on vendorprefix.U.
18563      Branch: metaconfig
18564            ! U/installdirs/vendorprefix.U
18565 ____________________________________________________________________________
18566 [  3814] By: jhi                                   on 1999/07/28  17:13:29
18567         Log: QNX shell needs more semicolons.
18568      Branch: metaconfig/U/perl
18569            ! Extensions.U
18570 ____________________________________________________________________________
18571 [  3813] By: jhi                                   on 1999/07/28  17:05:08
18572         Log: Integrate with Sarathy.
18573      Branch: cfgperl
18574           !> lib/ExtUtils/MM_Unix.pm
18575 ____________________________________________________________________________
18576 [  3812] By: jhi                                   on 1999/07/28  16:20:17
18577         Log: Fix a typo, un-shout, and reformat the installation output.
18578      Branch: cfgperl
18579            ! lib/ExtUtils/Install.pm
18580 ____________________________________________________________________________
18581 [  3811] By: gsar                                  on 1999/07/28  15:41:11
18582         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
18583      Branch: perl
18584            ! lib/ExtUtils/MM_Unix.pm
18585 ____________________________________________________________________________
18586 [  3810] By: jhi                                   on 1999/07/28  13:55:57
18587         Log: Talk more about subsecond things in perlfunc.
18588              (Yes, redundant with perlfaq8.)
18589      Branch: cfgperl
18590            ! pod/perlfunc.pod
18591 ____________________________________________________________________________
18592 [  3809] By: jhi                                   on 1999/07/28  07:23:48
18593         Log: Integrate with Sarathy.
18594      Branch: cfgperl
18595           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
18596           !> t/op/pwent.t
18597 ____________________________________________________________________________
18598 [  3808] By: jhi                                   on 1999/07/28  07:23:03
18599         Log: Document toke.c.
18600              From: Nathan Torkington <gnat@frii.com>
18601              To: perl5-porters@perl.org
18602              Subject: Re: toke.c patch, work in progress
18603              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
18604              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
18605      Branch: cfgperl
18606            ! toke.c
18607 ____________________________________________________________________________
18608 [  3807] By: jhi                                   on 1999/07/28  07:10:56
18609         Log: perlre clarification.
18610              
18611              From: Ian Phillipps <ian@dial.pipex.com>
18612              To: Perl 5 Porters <perl5-porters@perl.org>
18613              Subject: [PATCH 5.00557] Add definite article to perlre.pod
18614              Date: Tue, 27 Jul 1999 10:46:29 +0100
18615              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
18616      Branch: cfgperl
18617            ! pod/perlre.pod
18618 ____________________________________________________________________________
18619 [  3806] By: gsar                                  on 1999/07/28  07:07:46
18620         Log: fix the perl -V breakage
18621              
18622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18623              To: Jarkko Hietaniemi <jhi@iki.fi>
18624              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
18625              gsar@activestate.com
18626              Subject: Re: Follow up to: _58 on AIX 431
18627              Date: Tue, 27 Jul 1999 17:42:00 -0400
18628              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
18629      Branch: perl
18630            ! configpm
18631 ____________________________________________________________________________
18632 [  3805] By: gsar                                  on 1999/07/28  07:03:34
18633         Log: avoid warning (from Doug MacEachern)
18634      Branch: perl
18635            ! perl.h
18636 ____________________________________________________________________________
18637 [  3804] By: gsar                                  on 1999/07/28  06:59:30
18638         Log: Pod::Html tweak
18639              
18640              From: jan.dubois@ibm.net (Jan Dubois)
18641              To: perl5-porters@perl.org
18642              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
18643              Date: Tue, 27 Jul 1999 22:14:12 +0200
18644              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
18645      Branch: perl
18646            ! lib/Pod/Html.pm
18647 ____________________________________________________________________________
18648 [  3803] By: gsar                                  on 1999/07/28  06:56:38
18649         Log: freebsd hints update
18650              
18651              From: Anton Berezin <tobez@plab.ku.dk>
18652              To: perl5-porters@perl.org
18653              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
18654              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
18655              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
18656      Branch: perl
18657            ! hints/freebsd.sh
18658 ____________________________________________________________________________
18659 [  3802] By: gsar                                  on 1999/07/28  06:51:32
18660         Log: cosmetic testsuite patch
18661              
18662              From: Graham Barr <gbarr@ti.com>
18663              To: Perl5 Porters <perl5-porters@perl.org>
18664              Subject: 5.005_58 build
18665              Date: Tue, 27 Jul 1999 08:09:25 -0500
18666              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
18667      Branch: perl
18668            ! t/op/grent.t t/op/pwent.t
18669 ____________________________________________________________________________
18670 [  3801] By: jhi                                   on 1999/07/27  13:49:39
18671         Log: Minuscule cleanup of the integer overflow patch.
18672      Branch: cfgperl
18673            ! util.c
18674 ____________________________________________________________________________
18675 [  3800] By: jhi                                   on 1999/07/27  13:37:23
18676         Log: Test hex('x...').
18677      Branch: cfgperl
18678            ! t/op/oct.t
18679 ____________________________________________________________________________
18680 [  3799] By: jhi                                   on 1999/07/27  12:45:45
18681         Log: Integrate with Sarathy (5.005_58).
18682      Branch: cfgperl
18683            - ext/B/byteperl.c
18684           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
18685           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
18686           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
18687           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18688           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
18689           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
18690           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
18691           !> win32/config_H.vc
18692 ____________________________________________________________________________
18693 [  3798] By: jhi                                   on 1999/07/27  12:42:43
18694         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
18695              they used to be just optional lexical warnings.
18696              Also, with warnings turned on, constants > 2**32-1
18697              trigger a non-portability warning.
18698      Branch: cfgperl
18699            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
18700            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
18701            ! util.c
18702 ____________________________________________________________________________
18703 [  3797] By: gsar                                  on 1999/07/27  10:48:27
18704         Log: here lies 5.005_58
18705      Branch: perl
18706            - ext/B/byteperl.c
18707            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
18708            ! pod/perlfaq9.pod pod/perlhist.pod
18709
18710 ----------------
18711 Version 5.005_58
18712 ----------------
18713
18714 ____________________________________________________________________________
18715 [  3796] By: gsar                                  on 1999/07/27  09:23:42
18716         Log: regenerate win32/config_H.?c
18717      Branch: perl
18718            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18719 ____________________________________________________________________________
18720 [  3795] By: gsar                                  on 1999/07/27  09:02:31
18721         Log: From: Tye McQueen <tye@metronet.com>
18722              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
18723              Message-Id: <199907270019.AA08223@metronet.com>
18724              Subject: Patch pl2bat.pl so batch file can fail
18725      Branch: perl
18726            ! win32/bin/pl2bat.pl
18727 ____________________________________________________________________________
18728 [  3794] By: gsar                                  on 1999/07/27  08:59:58
18729         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18730              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
18731              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
18732              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
18733      Branch: perl
18734            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
18735            ! lib/SelfLoader.pm
18736 ____________________________________________________________________________
18737 [  3793] By: gsar                                  on 1999/07/27  08:19:16
18738         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
18739              (from Andy Dougherty)
18740      Branch: perl
18741            ! embed.h embed.pl
18742 ____________________________________________________________________________
18743 [  3792] By: gsar                                  on 1999/07/27  08:04:19
18744         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
18745              and Brad Appleton)
18746      Branch: perl
18747            ! lib/Pod/Parser.pm
18748 ____________________________________________________________________________
18749 [  3791] By: gsar                                  on 1999/07/27  07:50:54
18750         Log: cover case where CLK_TCK is a float, not integer (from
18751              alexander smishlajev <als@turnhere.com>)
18752      Branch: perl
18753            ! ext/Devel/DProf/DProf.xs
18754 ____________________________________________________________________________
18755 [  3790] By: gsar                                  on 1999/07/27  07:45:08
18756         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
18757              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
18758      Branch: perl
18759            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
18760            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
18761 ____________________________________________________________________________
18762 [  3789] By: jhi                                   on 1999/07/27  07:44:55
18763         Log: Integrate with Sarathy.
18764      Branch: cfgperl
18765           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
18766           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
18767           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
18768           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
18769           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
18770           !> proto.h t/comp/proto.t t/io/open.t
18771 ____________________________________________________________________________
18772 [  3788] By: gsar                                  on 1999/07/27  07:29:59
18773         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
18774              to Russ Allbery <rra@stanford.edu>); s/Simple// and
18775              s/pod2txt/pod2text/ etc.
18776      Branch: perl
18777            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
18778            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
18779 ____________________________________________________________________________
18780 [  3787] By: gsar                                  on 1999/07/27  06:48:40
18781         Log: From: Andy Dougherty <doughera@lafayette.edu>
18782              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
18783              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
18784              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
18785      Branch: perl
18786            ! ext/SDBM_File/sdbm/sdbm.h
18787 ____________________________________________________________________________
18788 [  3786] By: gsar                                  on 1999/07/27  06:30:09
18789         Log: applied suggested patch; added missing prototype changes to
18790              opcode.pl along with documentation typos (feature still needs
18791              to be described in perlopentut.pod and summarized in
18792              perldelta.pod)
18793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18794              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
18795              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
18796              Subject: [PATCH 5.00557] 3-arg open
18797      Branch: perl
18798            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
18799            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
18800            ! proto.h t/comp/proto.t t/io/open.t
18801 ____________________________________________________________________________
18802 [  3785] By: gsar                                  on 1999/07/27  04:36:39
18803         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
18804              <roland.bauer@fff.at>)
18805      Branch: perl
18806            ! lib/Pod/Html.pm
18807 ____________________________________________________________________________
18808 [  3784] By: gsar                                  on 1999/07/27  03:56:17
18809         Log: change#3762 wasn't needed
18810      Branch: perl
18811            ! ext/B/B/CC.pm
18812 ____________________________________________________________________________
18813 [  3783] By: jhi                                   on 1999/07/26  19:08:21
18814         Log: Integrate with Sarathy.
18815      Branch: cfgperl
18816           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
18817           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
18818           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
18819 ____________________________________________________________________________
18820 [  3782] By: gsar                                  on 1999/07/26  18:16:50
18821         Log: update Changes, patchlevel &c.
18822      Branch: perl
18823            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
18824            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18825 ____________________________________________________________________________
18826 [  3781] By: gsar                                  on 1999/07/26  17:54:47
18827         Log: a more correct fix for change#2744
18828              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18829              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
18830              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
18831              Subject: [PATCH _57] Re: toke.c questions 
18832      Branch: perl
18833            ! toke.c
18834 ____________________________________________________________________________
18835 [  3780] By: gsar                                  on 1999/07/26  17:37:04
18836         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
18837      Branch: perl
18838            ! pod/perlfunc.pod
18839 ____________________________________________________________________________
18840 [  3779] By: jhi                                   on 1999/07/26  16:37:23
18841         Log: Dusting off.
18842      Branch: cfgperl
18843            ! README.threads
18844 ____________________________________________________________________________
18845 [  3778] By: gsar                                  on 1999/07/26  13:28:46
18846         Log: avoid DIVZERO
18847      Branch: perl
18848            ! utils/dprofpp.PL
18849 ____________________________________________________________________________
18850 [  3777] By: gsar                                  on 1999/07/26  13:18:53
18851         Log: warnings identified by Borland compiler
18852      Branch: perl
18853            ! makedef.pl pp_ctl.c
18854 ____________________________________________________________________________
18855 [  3776] By: jhi                                   on 1999/07/26  13:07:36
18856         Log: Integrate with Sarathy.
18857      Branch: cfgperl
18858           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
18859 ____________________________________________________________________________
18860 [  3775] By: gsar                                  on 1999/07/26  12:55:43
18861         Log: avoid infinite recursion when Thread.pm croaks during
18862              bootstrap
18863      Branch: perl
18864            ! lib/Carp/Heavy.pm
18865 ____________________________________________________________________________
18866 [  3774] By: gsar                                  on 1999/07/26  12:43:02
18867         Log: integrate cfgperl contents into mainline
18868      Branch: perl
18869           +> lib/Carp/Heavy.pm
18870           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
18871           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
18872           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
18873           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
18874           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
18875 ____________________________________________________________________________
18876 [  3773] By: jhi                                   on 1999/07/26  12:40:29
18877         Log: Use long doubles only if they are useful.
18878      Branch: cfgperl
18879            ! ext/POSIX/POSIX.xs
18880 ____________________________________________________________________________
18881 [  3772] By: gsar                                  on 1999/07/26  12:33:11
18882         Log: typo in change#3768
18883      Branch: perl
18884            ! pp_hot.c
18885 ____________________________________________________________________________
18886 [  3771] By: gsar                                  on 1999/07/26  12:08:27
18887         Log: alpha-stage support for user-hooks in @INC
18888              From: Ken Fox <kfox@ford.com>
18889              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
18890              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
18891              Subject: Re: loading remote modules
18892      Branch: perl
18893            ! pp_ctl.c
18894 ____________________________________________________________________________
18895 [  3770] By: jhi                                   on 1999/07/26  11:38:36
18896         Log: Back out #3735.  Needs more work.
18897      Branch: cfgperl
18898            ! Makefile.SH cflags.SH configpm ext/util/make_ext
18899            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
18900            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
18901            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
18902            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
18903 ____________________________________________________________________________
18904 [  3769] By: jhi                                   on 1999/07/26  11:24:45
18905         Log: Integrate with Sarathy.
18906      Branch: cfgperl
18907           !> (integrate 35 files)
18908 ____________________________________________________________________________
18909 [  3768] By: gsar                                  on 1999/07/26  11:03:07
18910         Log: optimize method name lookup
18911              From: Chip Salzenberg <chip@perlsupport.com>
18912              Date: Thu, 22 Jul 1999 13:43:36 -0400
18913              Message-ID: <19990722134336.Q391@perlsupport.com>
18914              Subject: [PATCH] OP_METHOD_NAMED
18915      Branch: perl
18916            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
18917            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
18918            ! proto.h
18919 ____________________________________________________________________________
18920 [  3767] By: gsar                                  on 1999/07/26  10:44:11
18921         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
18922              foo()->()); rework grammar to remove conflicts
18923              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18924              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
18925              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
18926              Subject: [PATCH _57, long] Re: optional arrow asymmetry
18927      Branch: perl
18928            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
18929            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
18930            ! vms/perly_c.vms vms/perly_h.vms
18931 ____________________________________________________________________________
18932 [  3766] By: jhi                                   on 1999/07/26  10:18:56
18933         Log: Use $< instead of $*.c in *perlmain.o rules.
18934      Branch: cfgperl
18935            ! Makefile.SH
18936 ____________________________________________________________________________
18937 [  3765] By: gsar                                  on 1999/07/26  09:28:48
18938         Log: From: Ian Phillipps <ian@dial.pipex.com>
18939              Date: Fri, 23 Jul 1999 23:35:56 +0100
18940              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
18941              Subject: (Version 2) Extending unpack to deal with counted strings
18942      Branch: perl
18943            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
18944 ____________________________________________________________________________
18945 [  3764] By: jhi                                   on 1999/07/26  09:17:26
18946         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18947              To: perl5-porters@perl.org (Mailing list Perl5)
18948              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
18949              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
18950              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
18951              
18952              The patch was based on 5_57 so had to re-apply lib/Carp.pm
18953              parts of changes #3498, #3696, and #3702 for the new
18954              lib/Carp/Heavy.pm.
18955      Branch: cfgperl
18956            + lib/Carp/Heavy.pm
18957            ! MANIFEST lib/Carp.pm
18958 ____________________________________________________________________________
18959 [  3763] By: gsar                                  on 1999/07/26  09:03:17
18960         Log: ~ isn't valid in VMS filenames
18961      Branch: perl
18962            ! lib/Pod/Html.pm
18963 ____________________________________________________________________________
18964 [  3762] By: gsar                                  on 1999/07/26  08:59:47
18965         Log: setstate stop-gap from Vishal Bhatia
18966      Branch: perl
18967            ! ext/B/B/CC.pm
18968 ____________________________________________________________________________
18969 [  3761] By: gsar                                  on 1999/07/26  08:06:39
18970         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
18971              add B::OP::name() method that returns just the op_name;
18972              convert Deparse et all to use that instead of B::OP::ppaddr();
18973              add support for OP_SETSTATE in Deparse
18974      Branch: perl
18975            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
18976            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
18977            ! ext/B/B/Xref.pm opcode.h opcode.pl
18978 ____________________________________________________________________________
18979 [  3760] By: jhi                                   on 1999/07/26  07:14:43
18980         Log: Integrate with Sarathy.
18981      Branch: cfgperl
18982           !> (integrate 43 files)
18983 ____________________________________________________________________________
18984 [  3759] By: gsar                                  on 1999/07/26  05:12:24
18985         Log: add disclaimer about perl 4 libraries (modified version of
18986              patch suggested by Clinton Pierce <cpierce1@ford.com>)
18987      Branch: perl
18988            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
18989            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
18990            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
18991            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
18992            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
18993 ____________________________________________________________________________
18994 [  3758] By: gsar                                  on 1999/07/26  04:48:35
18995         Log: make reset() behave with high-bit characters
18996              From: Ian Phillipps <ian@dial.pipex.com>
18997              Date: Thu, 22 Jul 1999 22:48:59 +0100
18998              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
18999              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
19000      Branch: perl
19001            ! sv.c
19002 ____________________________________________________________________________
19003 [  3757] By: gsar                                  on 1999/07/26  04:40:32
19004         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
19005      Branch: perl
19006            ! pod/perlport.pod
19007 ____________________________________________________________________________
19008 [  3756] By: gsar                                  on 1999/07/26  04:20:37
19009         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
19010      Branch: perl
19011            ! utils/dprofpp.PL
19012 ____________________________________________________________________________
19013 [  3755] By: gsar                                  on 1999/07/26  04:18:00
19014         Log: disable VPATH for now (breaks x2p build)
19015      Branch: perl
19016            ! x2p/Makefile.SH
19017 ____________________________________________________________________________
19018 [  3754] By: gsar                                  on 1999/07/26  03:15:33
19019         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
19020              (%! has the necessary magic); misc typos
19021      Branch: perl
19022            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
19023            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
19024            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
19025            ! utils/h2xs.PL
19026 ____________________________________________________________________________
19027 [  3753] By: gsar                                  on 1999/07/26  02:38:28
19028         Log: integrate cfgperl contents into mainline
19029      Branch: perl
19030           +> t/pragma/locale/latin1 t/pragma/locale/utf8
19031           !> (integrate 53 files)
19032 ____________________________________________________________________________
19033 [  3752] By: gsar                                  on 1999/07/26  02:11:31
19034         Log: ensure implicitly closed handles don't set $? or $!
19035      Branch: perl
19036            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
19037 ____________________________________________________________________________
19038 [  3751] By: gsar                                  on 1999/07/26  01:28:34
19039         Log: change#3534 didn't preserve undef return values from caller()
19040      Branch: perl
19041            ! Changes pp_ctl.c
19042 ____________________________________________________________________________
19043 [  3750] By: jhi                                   on 1999/07/25  20:59:29
19044         Log: Back up a tiny bit from #3735.
19045              This may break builds outside the source directory
19046              but then again, they do not work that ell yet anyway.
19047      Branch: cfgperl
19048            ! Makefile.SH
19049 ____________________________________________________________________________
19050 [  3750] By: jhi                                   on 1999/07/25  20:59:29
19051         Log: Back up a tiny bit from #3735.
19052              This may break builds outside the source directory
19053              but then again, they do not work that ell yet anyway.
19054      Branch: cfgperl
19055            ! Makefile.SH
19056 ____________________________________________________________________________
19057 [  3749] By: jhi                                   on 1999/07/25  19:15:55
19058         Log: Integrate with Sarathy.
19059      Branch: cfgperl
19060           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
19061 ____________________________________________________________________________
19062 [  3748] By: jhi                                   on 1999/07/25  19:06:59
19063         Log: Recode locale.t so that the change in #3730
19064              is not needed and locale.t works both without
19065              and with the utf8 pragma.
19066      Branch: cfgperl
19067            + t/pragma/locale/latin1 t/pragma/locale/utf8
19068            ! MANIFEST t/pragma/locale.t
19069 ____________________________________________________________________________
19070 [  3747] By: jhi                                   on 1999/07/25  19:01:46
19071         Log: Like #3743.
19072      Branch: cfgperl
19073            ! utils/perlbug.PL
19074 ____________________________________________________________________________
19075 [  3746] By: gsar                                  on 1999/07/25  18:08:58
19076         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
19077              append a HISTORY section to POD if option is used
19078      Branch: perl
19079            ! utils/h2xs.PL
19080 ____________________________________________________________________________
19081 [  3745] By: gsar                                  on 1999/07/25  17:40:03
19082         Log: warn rather than die when parse_version() can't cut it (from
19083              Michael G Schwern <schwern@pobox.com>)
19084      Branch: perl
19085            ! lib/ExtUtils/MM_Unix.pm
19086 ____________________________________________________________________________
19087 [  3744] By: gsar                                  on 1999/07/25  16:32:48
19088         Log: make map behave like grep wrt indirect object slot when
19089              there are parentheses; revert an experimental mod by Larry
19090              in change#2038 that failed to parse %{{qw(a b c)}} properly
19091              (this means C<map {use Foo; ...} ...> still needs a proper
19092              fix)
19093      Branch: perl
19094            ! toke.c
19095 ____________________________________________________________________________
19096 [  3743] By: jhi                                   on 1999/07/25  16:24:55
19097         Log: Fix a typo in #3725.
19098      Branch: cfgperl
19099            ! utils/perlbug.PL
19100 ____________________________________________________________________________
19101 [  3742] By: jhi                                   on 1999/07/25  16:14:39
19102         Log: Integrate with Sarathy.
19103      Branch: cfgperl
19104           !> (integrate 26 files)
19105 ____________________________________________________________________________
19106 [  3741] By: jhi                                   on 1999/07/25  16:02:28
19107         Log: Cut-and-pasto in #3737.
19108      Branch: cfgperl
19109            ! perl.c
19110 ____________________________________________________________________________
19111 [  3740] By: gsar                                  on 1999/07/25  15:59:34
19112         Log: add note about glibc bug
19113      Branch: perl
19114            ! t/pragma/warn/pp_hot
19115 ____________________________________________________________________________
19116 [  3739] By: gsar                                  on 1999/07/25  15:48:40
19117         Log: fix bug in change#3728 that might free COPs prematurely;
19118              null(op) now does more thorough scrubbing of the op, which
19119              fixes a few compile-time memory "leaks"
19120      Branch: perl
19121            ! dump.c embed.h embed.pl op.c proto.h
19122 ____________________________________________________________________________
19123 [  3738] By: jhi                                   on 1999/07/25  14:15:26
19124         Log: In accordance with #3737.
19125      Branch: metaconfig
19126            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
19127            ! U/modified/Oldconfig.U
19128      Branch: metaconfig/U/perl
19129            ! Extensions.U
19130 ____________________________________________________________________________
19131 [  3737] By: jhi                                   on 1999/07/25  14:12:34
19132         Log: Use vendorprefixlib.
19133      Branch: cfgperl
19134            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19135            ! config_h.SH perl.c
19136 ____________________________________________________________________________
19137 [  3736] By: jhi                                   on 1999/07/25  13:10:03
19138         Log: Populate metaconfig branch.
19139      Branch: metaconfig
19140            + (add 1468 files)
19141      Branch: metaconfig/U/perl
19142            + (add 101 files)
19143 ____________________________________________________________________________
19144 [  3735] By: jhi                                   on 1999/07/25  12:27:20
19145         Log: First steps of making builds outside the source
19146              directory possible.  These should get us as far
19147              as miniperl, then building DynaLoader falls into
19148              tiny twinkling pieces as MakeMaker knows nothing
19149              of VPATH mindset.
19150      Branch: cfgperl
19151            ! Configure Makefile.SH cflags.SH config_h.SH configpm
19152            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
19153            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
19154            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
19155            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
19156 ____________________________________________________________________________
19157 [  3734] By: jhi                                   on 1999/07/25  11:19:28
19158         Log: Poor Glossary--are we fixed yet?
19159      Branch: cfgperl
19160            ! Porting/Glossary
19161 ____________________________________________________________________________
19162 [  3733] By: jhi                                   on 1999/07/25  11:15:06
19163         Log: Change #3732 mistakenly clobbered Glossary.
19164      Branch: cfgperl
19165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19166            ! config_h.SH
19167 ____________________________________________________________________________
19168 [  3732] By: jhi                                   on 1999/07/25  10:46:39
19169         Log: Andy's new installation scheme (note: a lot of this
19170              leaked in already with change #3731).  The vendor*
19171              stuff is not used anywhere (in *.SH, say), so it
19172              isn't in Configure, either.
19173      Branch: cfgperl
19174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19175            ! config_h.SH
19176 ____________________________________________________________________________
19177 [  3731] By: jhi                                   on 1999/07/25  10:12:07
19178         Log: Circumcode a strange shell(?) bug in AIX found
19179              while trying to do -Duse64bits (which I couldn't do
19180              in the end because the CPU isn't 64-bit in that box,
19181              but at least now the probing doesn't crash.)
19182      Branch: cfgperl
19183            ! Configure config_h.SH hints/aix.sh
19184 ____________________________________________________________________________
19185 [  3730] By: gsar                                  on 1999/07/25  04:56:56
19186         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
19187              a utf8 bug in one of the new RE optimizations
19188      Branch: perl
19189            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
19190            ! t/pragma/locale.t
19191 ____________________________________________________________________________
19192 [  3729] By: jhi                                   on 1999/07/23  19:56:27
19193         Log: From: Andy Dougherty <doughera@lafayette.edu>
19194              To: Perl Porters <perl5-porters@perl.org>
19195              Subject: [PATCH 5.005_57] INSTALL-1.58
19196              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
19197              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
19198              
19199              plus
19200              
19201              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19202              To: Andy Dougherty <doughera@lafayette.edu>
19203              Cc: Perl Porters <perl5-porters@perl.org>
19204              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
19205              Date: Fri, 23 Jul 1999 13:38:25 -0400
19206              Message-ID: <19990723133825.A12033@O2.chapin.edu>
19207      Branch: cfgperl
19208            ! INSTALL
19209 ____________________________________________________________________________
19210 [  3728] By: gsar                                  on 1999/07/23  17:24:42
19211         Log: applied suggested patch for tracking line numbers correctly in
19212              optimized blocks with a single statement; changed setcop to
19213              setstate and added code for -Dx dumps
19214              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19215              Date: Wed, 23 Jun 1999 17:27:42 +0100
19216              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
19217              Subject: [PATCH 5.005_57] Line number error in optimised else() 
19218      Branch: perl
19219            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
19220            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
19221            ! pp_proto.h t/op/misc.t
19222 ____________________________________________________________________________
19223 [  3727] By: gsar                                  on 1999/07/23  15:56:04
19224         Log: avoid useless use of target for pp_each(); also fixes bugs due to
19225              refcount held by the target
19226      Branch: perl
19227            ! opcode.h opcode.pl pp.c t/op/each.t
19228 ____________________________________________________________________________
19229 [  3726] By: jhi                                   on 1999/07/23  12:08:30
19230         Log: Change #3725 aftershock.
19231      Branch: cfgperl
19232            ! INSTALL jpl/JNI/JNI.pm
19233 ____________________________________________________________________________
19234 [  3725] By: jhi                                   on 1999/07/23  11:58:49
19235         Log: Introduce $Config{ldlibpthname} which contains
19236              the name of the environment variable holding the
19237              dynamic library search path, often LD_LIBRARY_PATH.
19238              Use this new feature all over.
19239              Also removed remnants of admonition "add LD_LIBRARY_PATH
19240              before running make" because Makefile.SH does this for you. 
19241      Branch: cfgperl
19242            ! Configure Makefile.SH config_h.SH
19243            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
19244            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
19245            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
19246            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
19247            ! jpl/install-jpl utils/perlbug.PL
19248 ____________________________________________________________________________
19249 [  3724] By: jhi                                   on 1999/07/23  08:03:36
19250         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
19251              To: perl5-porters@perl.org
19252              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
19253              Date: Thu, 22 Jul 1999 19:58:34 -0400
19254              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
19255      Branch: cfgperl
19256            ! av.c
19257 ____________________________________________________________________________
19258 [  3723] By: gsar                                  on 1999/07/23  00:01:29
19259         Log: emit warning about function calls that were encountered too early
19260              to enforce their prototype
19261      Branch: perl
19262            ! op.c op.h pod/perldiag.pod
19263 ____________________________________________________________________________
19264 [  3722] By: jhi                                   on 1999/07/22  21:19:59
19265         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19266              To: perl5-porters@perl.org
19267              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
19268              Subject: [PATCH] MakeMaker documentation
19269              Date: Wed, 21 Jul 1999 14:15:42 -0400
19270              Message-ID: <19990721141542.A1800@O2.chapin.edu>
19271      Branch: cfgperl
19272            ! lib/ExtUtils/MakeMaker.pm
19273 ____________________________________________________________________________
19274 [  3721] By: jhi                                   on 1999/07/22  21:05:19
19275         Log: From: pvhp@forte.com (Peter Prymmer)
19276              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
19277              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
19278              Date: Wed, 21 Jul 99 17:15:39 PDT
19279              Message-Id: <9907220015.AA11931@forte.com>
19280      Branch: cfgperl
19281            ! hints/os390.sh
19282 ____________________________________________________________________________
19283 [  3720] By: jhi                                   on 1999/07/22  20:51:17
19284         Log: AIX magic: ccdlflags needs to be different for
19285              Perl itself and for extra-core extensions
19286              (as used by ExtUtilss::embed::ldopts).
19287              Based on the problems described in
19288              
19289              From: Mike W Ellwood <mwe@rl.ac.uk>
19290              To: perl5-porters@perl.org
19291              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
19292              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
19293              Reply-To: m.w.ellwood@rl.ac.uk
19294              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
19295      Branch: cfgperl
19296            ! Configure Makefile.SH config_h.SH hints/aix.sh
19297 ____________________________________________________________________________
19298 [  3719] By: jhi                                   on 1999/07/22  08:23:53
19299         Log: Update history records.
19300      Branch: cfgperl
19301            ! pod/perlhist.pod
19302 ____________________________________________________________________________
19303 [  3718] By: jhi                                   on 1999/07/21  13:54:42
19304         Log: Todododobedobedo.
19305      Branch: cfgperl
19306            ! Todo
19307 ____________________________________________________________________________
19308 [  3717] By: jhi                                   on 1999/07/21  12:10:48
19309         Log: Even more Todo.
19310      Branch: cfgperl
19311            ! Todo
19312 ____________________________________________________________________________
19313 [  3716] By: jhi                                   on 1999/07/21  11:40:39
19314         Log: Use Errno more extensively so that error
19315              messages are more portable (another way
19316              would be to muck around with LC_MESSAGES).
19317              Problem reported in
19318              
19319              From: oracle@pcr8.pcr.com
19320              To: perl5-porters@perl.org
19321              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
19322              Date: Mon, 19 Jul 1999 18:39:13 -0400
19323              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
19324      Branch: cfgperl
19325            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
19326            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
19327            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
19328 ____________________________________________________________________________
19329 [  3715] By: jhi                                   on 1999/07/21  11:05:36
19330         Log: Slightly modified patch.
19331              From: Sean Sheedy <seans@ncube.com>
19332              To: perl5-porters@perl.org
19333              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
19334              Date: Tue, 20 Jul 1999 09:52:06 -0700
19335              Message-Id: <3794A935.1C150E54@ncube.com>
19336      Branch: cfgperl
19337            ! cflags.SH x2p/cflags.SH
19338 ____________________________________________________________________________
19339 [  3714] By: jhi                                   on 1999/07/20  21:26:19
19340         Log: More Todo.
19341      Branch: cfgperl
19342            ! Todo
19343 ____________________________________________________________________________
19344 [  3713] By: jhi                                   on 1999/07/20  18:02:45
19345         Log: Integrate with Sarathy.
19346      Branch: cfgperl
19347           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
19348           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
19349           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
19350           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
19351           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
19352           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
19353           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
19354           +> utils/dprofpp.PL
19355           !> INSTALL MAINTAIN MANIFEST configure.com
19356           !> ext/Devel/Peek/Makefile.PL installman installperl
19357           !> pod/roffitall utils/Makefile vms/descrip_mms.template
19358           !> win32/Makefile win32/makefile.mk win32/win32.h
19359 ____________________________________________________________________________
19360 [  3712] By: gsar                                  on 1999/07/20  15:29:01
19361         Log: DProf tweak
19362      Branch: perl
19363            ! ext/Devel/DProf/DProf.xs
19364 ____________________________________________________________________________
19365 [  3711] By: gsar                                  on 1999/07/20  07:56:19
19366         Log: another DProf build tweak
19367      Branch: perl
19368            ! utils/dprofpp.PL
19369 ____________________________________________________________________________
19370 [  3710] By: gsar                                  on 1999/07/20  07:36:36
19371         Log: move DProf things around to where they are supposed to be
19372      Branch: perl
19373            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
19374            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
19375            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
19376            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
19377            + t/lib/dprof/test6_t t/lib/dprof/test6_v
19378           +> utils/dprofpp.PL
19379            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
19380            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
19381            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
19382            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
19383            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
19384            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
19385            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
19386            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
19387            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
19388            ! installperl pod/roffitall utils/Makefile
19389            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
19390 ____________________________________________________________________________
19391 [  3709] By: gsar                                  on 1999/07/20  06:13:16
19392         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
19393      Branch: perl
19394            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
19395            ! ext/Devel/Peek/Makefile.PL
19396 ____________________________________________________________________________
19397 [  3708] By: gsar                                  on 1999/07/20  06:01:22
19398         Log: move DProf to Devel/DProf
19399      Branch: perl
19400           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
19401           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
19402           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
19403           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
19404           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
19405           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
19406           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
19407           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
19408           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
19409           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
19410           +> ext/Devel/DProf/test.pl
19411            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
19412            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
19413            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
19414            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
19415            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
19416            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
19417            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
19418            ! MAINTAIN MANIFEST configure.com win32/Makefile
19419            ! win32/makefile.mk
19420 ____________________________________________________________________________
19421 [  3707] By: gsar                                  on 1999/07/20  05:39:11
19422         Log: add Devel::DProf v19990108 from CPAN, as it was
19423      Branch: perl
19424            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
19425            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
19426            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
19427            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
19428            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
19429            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
19430            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
19431            ! MANIFEST
19432 ____________________________________________________________________________
19433 [  3706] By: gsar                                  on 1999/07/20  04:52:25
19434         Log: C<union any> needs no PERL_OBJECT-treatment
19435      Branch: perl
19436            ! win32/win32.h
19437 ____________________________________________________________________________
19438 [  3705] By: gsar                                  on 1999/07/20  04:11:54
19439         Log: fix problem in default build
19440      Branch: perl
19441            ! win32/Makefile win32/makefile.mk
19442 ____________________________________________________________________________
19443 [  3704] By: jhi                                   on 1999/07/19  07:06:36
19444         Log: Integrate with Sarathy.
19445      Branch: cfgperl
19446           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
19447           !> win32/win32.c
19448 ____________________________________________________________________________
19449 [  3703] By: gsar                                  on 1999/07/19  05:55:57
19450         Log: win32 nits
19451      Branch: perl
19452            ! makedef.pl sv.h
19453 ____________________________________________________________________________
19454 [  3702] By: gsar                                  on 1999/07/19  04:29:34
19455         Log: don't display tid from main thread (or testsuite breaks)
19456      Branch: perl
19457            ! lib/Carp.pm util.c
19458 ____________________________________________________________________________
19459 [  3701] By: gsar                                  on 1999/07/19  00:47:52
19460         Log: remove several doubled (and tripled!) entries
19461      Branch: perl
19462            ! pod/perldiag.pod
19463 ____________________________________________________________________________
19464 [  3700] By: gsar                                  on 1999/07/19  00:42:34
19465         Log: integrate cfgperl contents into mainline
19466      Branch: perl
19467           +> makedef.pl
19468            - perl_exp.SH win32/makedef.pl
19469           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
19470           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
19471           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
19472           !> utf8.c util.c win32/Makefile win32/makefile.mk
19473 ____________________________________________________________________________
19474 [  3699] By: gsar                                  on 1999/07/19  00:33:59
19475         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
19476      Branch: perl
19477            ! Changes win32/win32.c
19478 ____________________________________________________________________________
19479 [  3698] By: jhi                                   on 1999/07/18  21:33:57
19480         Log: Integrate with Sarathy.
19481      Branch: cfgperl
19482           +> t/op/chars.t
19483           !> (integrate 57 files)
19484 ____________________________________________________________________________
19485 [  3697] By: gsar                                  on 1999/07/18  05:22:36
19486         Log: From: pvhp@forte.com (Peter Prymmer)
19487              Date: Thu, 1 Jul 99 19:31:24 PDT
19488              Message-Id: <9907020231.AA16942@forte.com>
19489              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
19490      Branch: perl
19491            + t/op/chars.t
19492            ! MANIFEST ebcdic.c t/op/ord.t
19493 ____________________________________________________________________________
19494 [  3696] By: gsar                                  on 1999/07/18  05:11:02
19495         Log: display thread id in diagnostics (suggested by Dan Sugalski)
19496      Branch: perl
19497            ! lib/Carp.pm util.c
19498 ____________________________________________________________________________
19499 [  3695] By: gsar                                  on 1999/07/18  04:57:47
19500         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
19501      Branch: perl
19502            ! pod/perldiag.pod
19503 ____________________________________________________________________________
19504 [  3694] By: gsar                                  on 1999/07/18  04:56:28
19505         Log: cache [NIUP]V conversions of defined READONLY values
19506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19507              Date: Sun, 11 Jul 1999 04:39:44 -0400
19508              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
19509              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
19510      Branch: perl
19511            ! sv.c
19512 ____________________________________________________________________________
19513 [  3693] By: gsar                                  on 1999/07/18  03:53:38
19514         Log: From: jan.dubois@ibm.net (Jan Dubois)
19515              Date: Sat, 17 Jul 1999 10:58:29 +0200
19516              Message-ID: <379144ad.13616689@smtp1.ibm.net>
19517              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
19518      Branch: perl
19519            ! lib/ExtUtils/Manifest.pm
19520 ____________________________________________________________________________
19521 [  3692] By: gsar                                  on 1999/07/18  03:51:03
19522         Log: remove spurious newSTATEOP() that causes goto to enter one too many
19523              contexts when jumping between if and elsif blocks
19524      Branch: perl
19525            ! perly.c perly.y pp_ctl.c t/op/goto.t
19526 ____________________________________________________________________________
19527 [  3691] By: gsar                                  on 1999/07/18  01:49:59
19528         Log: detypo, update Changes
19529      Branch: perl
19530            ! Changes doio.c
19531 ____________________________________________________________________________
19532 [  3690] By: gsar                                  on 1999/07/18  01:16:59
19533         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
19534      Branch: perl
19535            ! lib/integer.pm
19536 ____________________________________________________________________________
19537 [  3689] By: gsar                                  on 1999/07/18  00:47:17
19538         Log: ensure __END__ appears on a line by itself in wrapped
19539              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
19540              mention caveat about successfull kill()
19541      Branch: perl
19542            ! pod/perlfunc.pod win32/bin/pl2bat.pl
19543 ____________________________________________________________________________
19544 [  3688] By: gsar                                  on 1999/07/17  20:47:44
19545         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
19546      Branch: perl
19547            ! ext/SDBM_File/sdbm/Makefile.PL
19548 ____________________________________________________________________________
19549 [  3687] By: gsar                                  on 1999/07/17  20:43:27
19550         Log: make CC.pm use a distinct CCPP() macro rather than PP()
19551              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
19552      Branch: perl
19553            ! cc_runtime.h ext/B/B/CC.pm
19554 ____________________________________________________________________________
19555 [  3686] By: gsar                                  on 1999/07/17  20:39:08
19556         Log: tiny bug in vars.pm (from John Dlugosz)
19557      Branch: perl
19558            ! lib/vars.pm
19559 ____________________________________________________________________________
19560 [  3685] By: gsar                                  on 1999/07/17  20:37:27
19561         Log: applied suggested patch, along with later tweak
19562              From: jan.dubois@ibm.net (Jan Dubois)
19563              Date: Wed, 14 Jul 1999 23:53:43 +0200
19564              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
19565              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
19566      Branch: perl
19567            ! lib/Pod/Html.pm
19568 ____________________________________________________________________________
19569 [  3684] By: gsar                                  on 1999/07/17  20:24:32
19570         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
19571      Branch: perl
19572            ! thrdvar.h
19573 ____________________________________________________________________________
19574 [  3683] By: gsar                                  on 1999/07/17  20:21:01
19575         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19576              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
19577              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
19578              Subject: [PATCH 5.005_57] Segfaults if $^P
19579      Branch: perl
19580            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
19581            ! proto.h
19582 ____________________________________________________________________________
19583 [  3682] By: gsar                                  on 1999/07/17  20:04:17
19584         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
19585              and prefix/lib/perl5/man are ass_u_med only if those directories
19586              actually exist; else prefix/{lib,man} are used)
19587      Branch: perl
19588            ! lib/ExtUtils/MM_Unix.pm
19589 ____________________________________________________________________________
19590 [  3681] By: gsar                                  on 1999/07/17  19:12:33
19591         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
19592      Branch: perl
19593            ! op.c t/comp/proto.t
19594 ____________________________________________________________________________
19595 [  3680] By: gsar                                  on 1999/07/17  18:23:55
19596         Log: fix vec() on magic values
19597              From: Ian Phillipps <ian@dial.pipex.com>
19598              Date: Mon, 12 Jul 1999 12:30:05 +0100
19599              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
19600              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
19601      Branch: perl
19602            ! doop.c t/op/tie.t
19603 ____________________________________________________________________________
19604 [  3679] By: gsar                                  on 1999/07/17  18:10:44
19605         Log: make system() return -1 and set $! if exec of child failed
19606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19607              Date: Fri, 9 Jul 1999 05:21:13 -0400
19608              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
19609              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
19610      Branch: perl
19611            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
19612            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
19613 ____________________________________________________________________________
19614 [  3678] By: gsar                                  on 1999/07/17  17:54:01
19615         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19616              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
19617              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
19618              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
19619      Branch: perl
19620            ! util.c
19621 ____________________________________________________________________________
19622 [  3677] By: gsar                                  on 1999/07/17  17:34:38
19623         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
19624              converted Ken's documentation outline into pod
19625      Branch: perl
19626            ! x2p/find2perl.PL
19627 ____________________________________________________________________________
19628 [  3676] By: gsar                                  on 1999/07/17  16:34:09
19629         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
19630              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
19631              Steve Lidie
19632      Branch: perl
19633            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
19634            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19635            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
19636            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
19637            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
19638            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
19639 ____________________________________________________________________________
19640 [  3675] By: gsar                                  on 1999/07/17  00:16:53
19641         Log: backout redundant change#3628
19642      Branch: perl
19643            ! Changes hints/bsdos.sh
19644 ____________________________________________________________________________
19645 [  3674] By: jhi                                   on 1999/07/15  14:26:03
19646         Log: Fix the bin/oct/hex constant overflow tests for
19647              long long platforms.
19648      Branch: cfgperl
19649            ! t/pragma/warn/util
19650 ____________________________________________________________________________
19651 [  3673] By: jhi                                   on 1999/07/14  21:59:11
19652         Log: Fixed AIX dynamic loading and AIX shared Perl library.
19653              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
19654              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
19655              Hijacked win32/makedef.pl for more general purpose export
19656              list building, now it is used (as toplevel makedef.pl)
19657              for win32 and AIX (perl_exp.SH made unnecessary).
19658              Because the export lists are now correct in AIX, no more linker
19659              warnings about "Exported symbol not defined" should appear.
19660      Branch: cfgperl
19661            + makedef.pl
19662            - perl_exp.SH win32/makedef.pl
19663            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
19664            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
19665            ! win32/makefile.mk
19666 ____________________________________________________________________________
19667 [  3672] By: gsar                                  on 1999/07/14  17:12:13
19668         Log: minor efficiency tweak
19669      Branch: perl
19670            ! pp_ctl.c
19671 ____________________________________________________________________________
19672 [  3671] By: jhi                                   on 1999/07/14  16:22:39
19673         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
19674              if its caller re_intuit_start() was entered with strend == strpos
19675              because end_shift ended up as -1.  The patch ain't necessarily
19676              correct but least the core dump is avoided.
19677      Branch: cfgperl
19678            ! regexec.c
19679 ____________________________________________________________________________
19680 [  3670] By: jhi                                   on 1999/07/13  07:59:09
19681         Log: Integrate with Sarathy.
19682      Branch: cfgperl
19683            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
19684            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
19685           !> (integrate 67 files)
19686 ____________________________________________________________________________
19687 [  3669] By: gsar                                  on 1999/07/12  06:14:54
19688         Log: fixups for sundry warnings about function pointers
19689      Branch: perl
19690            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
19691            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
19692            ! win32/win32.c win32/win32.h
19693 ____________________________________________________________________________
19694 [  3668] By: gsar                                  on 1999/07/12  04:11:58
19695         Log: tweaks for win32/borland
19696      Branch: perl
19697            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
19698 ____________________________________________________________________________
19699 [  3667] By: gsar                                  on 1999/07/12  01:55:15
19700         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
19701              builds; passing the implicit context is unified among the three
19702              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
19703              flavors (see the top of perl.h) for testing; all varargs functions
19704              foo() have a va_list-taking variant vfoo() for generating the
19705              context-free versions; the PERL_OBJECT build should now be
19706              hyper-compatible with CPAN extensions (C++ is totally out of
19707              the picture)
19708              
19709              result has only been tested on Windows
19710              
19711              TODO: write docs on the THX rationale and idiomatic usage of
19712              the Perl API
19713      Branch: perl
19714            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
19715            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
19716            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
19717            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
19718            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
19719            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
19720            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
19721            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
19722            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
19723            ! global.sym globals.c intrpvar.h iperlsys.h
19724            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19725            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
19726            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
19727            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
19728            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
19729            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
19730            ! win32/dl_win32.xs win32/include/dirent.h
19731            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
19732            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
19733            ! win32/win32iop.h win32/win32sck.c
19734 ____________________________________________________________________________
19735 [  3666] By: jhi                                   on 1999/07/11  22:00:13
19736         Log: Integrate with Sarathy.
19737      Branch: cfgperl
19738           !> op.c t/op/lex_assign.t
19739 ____________________________________________________________________________
19740 [  3665] By: jhi                                   on 1999/07/11  21:59:01
19741         Log: More manual sync.
19742      Branch: cfgperl
19743            ! pod/perldelta.pod
19744 ____________________________________________________________________________
19745 [  3664] By: gsar                                  on 1999/07/11  19:11:07
19746         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
19747              remedy and related tests via private mail
19748      Branch: perl
19749            ! op.c t/op/lex_assign.t
19750 ____________________________________________________________________________
19751 [  3663] By: jhi                                   on 1999/07/11  15:04:37
19752         Log: Manual synchronization with Sarathy (some files
19753              had drifted apart for no apparent reason), plus
19754              I had a typo in dl_vms.xs Sarathy had fixed.
19755      Branch: cfgperl
19756            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
19757 ____________________________________________________________________________
19758 [  3662] By: jhi                                   on 1999/07/10  12:23:21
19759         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
19760              to adapt to the underlying platform (the binary, 0b1..., test
19761              was broken in 64-bit platforms).  Also change "hex" in the
19762              warning messages to "hexadecimal" to match "binary" and "octal".
19763      Branch: cfgperl
19764            ! pod/perldiag.pod t/pragma/warn/util util.c
19765 ____________________________________________________________________________
19766 [  3661] By: jhi                                   on 1999/07/08  21:54:55
19767         Log: Integrate with Sarathy.
19768      Branch: cfgperl
19769           +> perlapi.c perlapi.h
19770           !> (integrate 43 files)
19771 ____________________________________________________________________________
19772 [  3660] By: gsar                                  on 1999/07/08  18:47:35
19773         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
19774      Branch: perl
19775            + perlapi.c perlapi.h
19776            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
19777            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
19778            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
19779            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
19780            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
19781            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
19782            ! win32/win32.h
19783 ____________________________________________________________________________
19784 [  3659] By: gsar                                  on 1999/07/08  18:41:45
19785         Log: sundry cleanups for clean build on windows
19786      Branch: perl
19787            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
19788 ____________________________________________________________________________
19789 [  3658] By: gsar                                  on 1999/07/08  01:24:25
19790         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
19791              type mismatch problems
19792      Branch: perl
19793            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
19794            ! t/pragma/warn/op toke.c utf8.c util.c
19795 ____________________________________________________________________________
19796 [  3657] By: jhi                                   on 1999/07/07  23:01:16
19797         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
19798      Branch: cfgperl
19799            ! pod/perldiag.pod
19800           !> Changes configure.com ext/B/B/Deparse.pm
19801           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
19802           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
19803           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
19804           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
19805           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
19806           !> t/pragma/overload.t thread.h vms/vms.c
19807 ____________________________________________________________________________
19808 [  3656] By: gsar                                  on 1999/07/07  21:04:38
19809         Log: integrate cfgperl contents
19810      Branch: perl
19811           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
19812           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
19813           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
19814            ! Changes
19815           !> (integrate 45 files)
19816 ____________________________________________________________________________
19817 [  3655] By: gsar                                  on 1999/07/07  18:55:45
19818         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
19819              <pvhp@forte.com>
19820      Branch: perl
19821            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
19822 ____________________________________________________________________________
19823 [  3654] By: gsar                                  on 1999/07/07  18:47:03
19824         Log: change#1889 mistakenly removed F_SETLK
19825      Branch: perl
19826            ! ext/Fcntl/Fcntl.xs
19827 ____________________________________________________________________________
19828 [  3653] By: gsar                                  on 1999/07/07  18:42:42
19829         Log: B::Deparse update
19830              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19831              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
19832              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
19833              Subject: [PATCH _57, long] B::Deparse 0.58
19834      Branch: perl
19835            ! ext/B/B/Deparse.pm
19836 ____________________________________________________________________________
19837 [  3652] By: gsar                                  on 1999/07/07  18:41:07
19838         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19839              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
19840              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
19841              Subject: Re: [ID 19990705.001] Overloading boolean conversion
19842      Branch: perl
19843            ! gv.c t/pragma/overload.t
19844 ____________________________________________________________________________
19845 [  3651] By: gsar                                  on 1999/07/07  17:47:30
19846         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
19847      Branch: perl
19848            ! perlsfio.h
19849 ____________________________________________________________________________
19850 [  3650] By: gsar                                  on 1999/07/07  17:45:52
19851         Log: applied new parts of suggested patch
19852              From: Charles Bailey <BAILEY@newman.upenn.edu>
19853              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
19854              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
19855              Subject: [PATCH 5.005_57] Consolidated VMS patch
19856      Branch: perl
19857            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
19858            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
19859            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
19860            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
19861            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
19862 ____________________________________________________________________________
19863 [  3649] By: jhi                                   on 1999/07/07  13:38:02
19864         Log: Sync regcomp warn with reality.
19865      Branch: cfgperl
19866            ! t/pragma/warn/regcomp
19867 ____________________________________________________________________________
19868 [  3648] By: jhi                                   on 1999/07/07  13:04:55
19869         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
19870              resolved manually.
19871      Branch: cfgperl
19872           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
19873           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
19874           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
19875            - README.lexwarn
19876           !> (integrate 79 files)
19877 ____________________________________________________________________________
19878 [  3647] By: gsar                                  on 1999/07/07  10:32:03
19879         Log: From: jan.dubois@ibm.net (Jan Dubois)
19880              Date: Thu, 01 Jul 1999 11:17:53 +0200
19881              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
19882              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
19883      Branch: perl
19884            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19885            ! lib/ExtUtils/MakeMaker.pm
19886 ____________________________________________________________________________
19887 [  3646] By: gsar                                  on 1999/07/07  10:27:55
19888         Log: fix undocumented IO::Handle functions as suggested
19889              by cj10@cam.ac.uk
19890      Branch: perl
19891            ! ext/IO/lib/IO/Handle.pm
19892 ____________________________________________________________________________
19893 [  3645] By: gsar                                  on 1999/07/07  10:18:55
19894         Log: prohibit thread join()ing itself (from Dan Sugalski)
19895      Branch: perl
19896            ! ext/Thread/Thread.xs
19897 ____________________________________________________________________________
19898 [  3644] By: gsar                                  on 1999/07/07  10:14:26
19899         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
19900              Date: Wed, 30 Jun 1999 14:02:42 -0700
19901              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
19902              Subject:  [PATCH 5.005_57] Compiler and XSUBS
19903      Branch: perl
19904            ! ext/B/B/C.pm
19905 ____________________________________________________________________________
19906 [  3643] By: gsar                                  on 1999/07/07  10:08:38
19907         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
19908              (from François Désarménien <desar@club-internet.fr>)
19909      Branch: perl
19910            ! pod/perlsyn.pod
19911 ____________________________________________________________________________
19912 [  3642] By: gsar                                  on 1999/07/07  10:03:24
19913         Log: From: Doug MacEachern <dougm@cp.net>
19914              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
19915              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
19916              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
19917      Branch: perl
19918            ! ext/B/B.xs
19919 ____________________________________________________________________________
19920 [  3641] By: gsar                                  on 1999/07/07  10:00:57
19921         Log: slightly modified version of suggested patch
19922              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
19923              Date: Mon, 28 Jun 1999 14:23:59 -0400
19924              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
19925              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
19926      Branch: perl
19927            ! ext/POSIX/POSIX.xs
19928 ____________________________________________________________________________
19929 [  3640] By: gsar                                  on 1999/07/07  09:45:43
19930         Log: lexical warnings update (warning.t fails one test
19931              due to leaked scalar, investigation pending)
19932              From: paul.marquess@bt.com
19933              Date: Sat, 26 Jun 1999 23:19:52 +0100
19934              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
19935              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
19936      Branch: perl
19937            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
19938            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
19939            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
19940            - README.lexwarn
19941            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
19942            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19943            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
19944            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
19945            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
19946            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
19947            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
19948            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19949            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19950            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19951            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19952            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19953            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
19954            ! warning.h warning.pl win32/win32.c
19955 ____________________________________________________________________________
19956 [  3639] By: gsar                                  on 1999/07/07  08:09:30
19957         Log: From: Brian Jepson <bjepson@home.com>
19958              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
19959              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
19960              Subject: Patch to JPL example program
19961      Branch: perl
19962            ! jpl/JPL_Rolo/JPL_Rolo.jpl
19963 ____________________________________________________________________________
19964 [  3638] By: jhi                                   on 1999/07/07  08:07:58
19965         Log: Integrate with Sarathy.
19966      Branch: cfgperl
19967           !> (integrate 34 files)
19968 ____________________________________________________________________________
19969 [  3637] By: gsar                                  on 1999/07/07  08:07:49
19970         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19971              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
19972              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
19973              Subject: [PATCH _57, long] Eliminate CONDOPs
19974      Branch: perl
19975            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
19976            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
19977            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
19978            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
19979            ! pod/perltoc.pod pp_ctl.c pp_hot.c
19980 ____________________________________________________________________________
19981 [  3636] By: gsar                                  on 1999/07/07  07:50:51
19982         Log: adapted suggested patch for IO-1.20x
19983              From: ian@dial.pipex.com
19984              Date:  Fri, 25 Jun 1999 10:39:42 +0100
19985              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
19986              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
19987      Branch: perl
19988            ! ext/IO/lib/IO/Socket.pm
19989 ____________________________________________________________________________
19990 [  3635] By: gsar                                  on 1999/07/07  07:26:05
19991         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
19992      Branch: perl
19993            ! hints/powerux.sh
19994 ____________________________________________________________________________
19995 [  3634] By: gsar                                  on 1999/07/07  07:20:02
19996         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19997              Date: Wed, 23 Jun 1999 16:16:05 +0100
19998              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
19999              Subject: [PATCH 5.005_57] memleak in optimizer
20000      Branch: perl
20001            ! embed.h embed.pl objXSUB.h op.c proto.h
20002 ____________________________________________________________________________
20003 [  3633] By: gsar                                  on 1999/07/07  07:10:52
20004         Log: add do-not-edit caveats for files generated by opcode.pl
20005              (suggested by Hugo van der Sanden)
20006      Branch: perl
20007            ! opcode.h opcode.pl pp.sym pp_proto.h
20008 ____________________________________________________________________________
20009 [  3632] By: gsar                                  on 1999/07/07  06:41:13
20010         Log: better diagnostics on read operations from write-only
20011              filehandles
20012      Branch: perl
20013            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
20014            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
20015 ____________________________________________________________________________
20016 [  3631] By: gsar                                  on 1999/07/07  02:03:34
20017         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
20018              by David Muir Sharnoff <muir@idiom.com>)
20019      Branch: perl
20020            ! lib/Sys/Hostname.pm
20021 ____________________________________________________________________________
20022 [  3630] By: gsar                                  on 1999/07/07  01:57:16
20023         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
20024              Date: Sun, 20 Jun 1999 17:17:17 -0700
20025              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
20026              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
20027      Branch: perl
20028            ! ext/B/B/CC.pm
20029 ____________________________________________________________________________
20030 [  3629] By: gsar                                  on 1999/07/07  01:46:03
20031         Log: installperl should write normal messages to STDOUT, not STDERR
20032      Branch: perl
20033            ! installperl
20034 ____________________________________________________________________________
20035 [  3628] By: gsar                                  on 1999/07/07  01:41:25
20036         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
20037      Branch: perl
20038            ! hints/bsdos.sh
20039 ____________________________________________________________________________
20040 [  3627] By: gsar                                  on 1999/07/07  00:27:10
20041         Log: make diagnostic on C<my $^I> etc., more readable
20042      Branch: perl
20043            ! op.c
20044 ____________________________________________________________________________
20045 [  3626] By: gsar                                  on 1999/07/06  23:47:27
20046         Log: From: Andy Dougherty <doughera@lafayette.edu>
20047              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
20048              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
20049              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
20050      Branch: perl
20051            ! Makefile.SH utils/Makefile
20052 ____________________________________________________________________________
20053 [  3625] By: jhi                                   on 1999/07/06  21:50:46
20054         Log: Some new files of #3624 missing from MANIFEST.
20055      Branch: cfgperl
20056            ! MANIFEST
20057 ____________________________________________________________________________
20058 [  3624] By: jhi                                   on 1999/07/06  21:47:04
20059         Log: POSIX [[:character class:]] support for standard, locale,
20060              and utf8.  If both utf8 and locale are on, utf8 wins.
20061              I don't fully understand why so many tables changed in
20062              lib/unicode because of "make" -- maybe it was just overdue.
20063      Branch: cfgperl
20064            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
20065            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
20066            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
20067            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
20068            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
20069            ! lib/unicode/Block.pl lib/unicode/Category.pl
20070            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20071            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
20072            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
20073            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
20074            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
20075            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
20076            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
20077            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
20078            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
20079            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
20080            ! t/pragma/warn/regcomp utf8.c
20081 ____________________________________________________________________________
20082 [  3623] By: gsar                                  on 1999/07/06  20:52:48
20083         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20084              Date: Wed, 16 Jun 1999 14:57:22 -0400
20085              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
20086              Subject: [PATCH 5.00557] Devel::Peek
20087      Branch: perl
20088            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20089 ____________________________________________________________________________
20090 [  3622] By: gsar                                  on 1999/07/06  20:22:59
20091         Log: applied patch after demunging headers with appropriate paths
20092              From: "Vishal Bhatia" <vishalb@my-deja.com>
20093              Date: Sat, 12 Jun 1999 08:23:59 -0700
20094              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
20095              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
20096      Branch: perl
20097            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
20098            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
20099 ____________________________________________________________________________
20100 [  3621] By: gsar                                  on 1999/07/06  20:10:50
20101         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20102              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
20103              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
20104              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
20105      Branch: perl
20106            ! doio.c
20107 ____________________________________________________________________________
20108 [  3620] By: jhi                                   on 1999/07/06  19:16:47
20109         Log: Mention EPOC and SOCKS.
20110      Branch: cfgperl
20111            ! pod/perldelta.pod
20112 ____________________________________________________________________________
20113 [  3619] By: gsar                                  on 1999/07/06  16:52:37
20114         Log: fix int vs STRLEN issue
20115      Branch: perl
20116            ! pp.c
20117 ____________________________________________________________________________
20118 [  3618] By: jhi                                   on 1999/07/06  16:52:20
20119         Log: There ain't Perl_atonv().
20120      Branch: cfgperl
20121            ! ext/ByteLoader/bytecode.h
20122 ____________________________________________________________________________
20123 [  3617] By: jhi                                   on 1999/07/06  15:55:22
20124         Log: Integrate with Sarathy.
20125      Branch: cfgperl
20126           !> Makefile.SH
20127 ____________________________________________________________________________
20128 [  3616] By: jhi                                   on 1999/07/06  15:54:09
20129         Log: Tweak for #3613.
20130      Branch: cfgperl
20131            ! Configure config_h.SH
20132 ____________________________________________________________________________
20133 [  3615] By: gsar                                  on 1999/07/06  11:00:21
20134         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20135              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
20136              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
20137              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
20138      Branch: perl
20139            ! Makefile.SH
20140 ____________________________________________________________________________
20141 [  3614] By: jhi                                   on 1999/07/06  10:44:48
20142         Log: Integrate with Sarathy.
20143      Branch: cfgperl
20144           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
20145           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
20146 ____________________________________________________________________________
20147 [  3613] By: jhi                                   on 1999/07/06  10:43:20
20148         Log: From: Nathan Kurz <nate@valleytel.net>
20149              Subject: [ID 19990612.001 compiling three deep modules within ext/]
20150              ply-To: nate@valleytel.net
20151              erl5-porters@perl.org
20152              Date: Sat, 12 Jun 1999 01:26:04 -0500
20153              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
20154      Branch: cfgperl
20155            ! Configure config_h.SH
20156 ____________________________________________________________________________
20157 [  3612] By: gsar                                  on 1999/07/06  10:17:52
20158         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20159              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
20160              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
20161              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
20162      Branch: perl
20163            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
20164 ____________________________________________________________________________
20165 [  3611] By: gsar                                  on 1999/07/06  09:51:20
20166         Log: From: pvhp@forte.com (Peter Prymmer)
20167              Date: Fri, 11 Jun 99 17:07:19 PDT
20168              Message-Id: <9906120007.AA13802@forte.com>
20169              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
20170      Branch: perl
20171            ! ext/IO/lib/IO/File.pm
20172 ____________________________________________________________________________
20173 [  3610] By: gsar                                  on 1999/07/06  09:37:37
20174         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
20175              tweak)
20176              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20177              Date: Wed, 09 Jun 1999 18:27:51 +0100
20178              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
20179              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
20180      Branch: perl
20181            ! perl.h t/base/rs.t
20182 ____________________________________________________________________________
20183 [  3609] By: jhi                                   on 1999/07/06  09:28:48
20184         Log: Integrate with Sarathy.
20185      Branch: cfgperl
20186           !> (integrate 49 files)
20187 ____________________________________________________________________________
20188 [  3608] By: gsar                                  on 1999/07/06  09:28:21
20189         Log: test tweak
20190      Branch: perl
20191            ! t/pragma/warn/op
20192 ____________________________________________________________________________
20193 [  3607] By: jhi                                   on 1999/07/06  09:22:48
20194         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
20195      Branch: cfgperl
20196            ! Configure config_h.SH
20197 ____________________________________________________________________________
20198 [  3606] By: gsar                                  on 1999/07/06  09:05:02
20199         Log: applied slightly tweaked version of suggested patch for
20200              improved RE API
20201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20202              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
20203              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
20204              Subject: [PATCH 5.005_57] REx engine rehash
20205      Branch: perl
20206            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
20207            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
20208            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
20209            ! util.c
20210 ____________________________________________________________________________
20211 [  3605] By: gsar                                  on 1999/07/06  08:54:03
20212         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
20213      Branch: perl
20214            ! sv.c
20215 ____________________________________________________________________________
20216 [  3604] By: gsar                                  on 1999/07/06  07:08:30
20217         Log: From: paul.marquess@bt.com
20218              Date: Tue, 8 Jun 1999 22:37:58 +0100 
20219              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
20220              Subject: [PATCH 5.005_57] DB_File 1.67
20221      Branch: perl
20222            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20223            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
20224 ____________________________________________________________________________
20225 [  3603] By: gsar                                  on 1999/07/06  07:04:50
20226         Log: From: paul.marquess@bt.com
20227              Date: Tue, 8 Jun 1999 22:34:01 +0100 
20228              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
20229              Subject: [PATCH 5.005_57] DBM Filters
20230      Branch: perl
20231            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20232            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
20233            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
20234            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
20235 ____________________________________________________________________________
20236 [  3602] By: gsar                                  on 1999/07/06  07:00:01
20237         Log: slightly tweaked version of suggested patch
20238              From: Dan Sugalski <sugalskd@ous.edu>
20239              Date: Tue, 08 Jun 1999 14:09:38 -0700
20240              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
20241              Subject: [PATCH 5.005_57]Use NV instead of double in the core
20242      Branch: perl
20243            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
20244            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
20245            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
20246            ! proto.h sv.c sv.h toke.c universal.c util.c
20247 ____________________________________________________________________________
20248 [  3601] By: gsar                                  on 1999/07/06  06:52:57
20249         Log: integrate cfgperl contents into mainline
20250      Branch: perl
20251           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
20252           +> epoc/perl.mmp epoc/perl.pkg
20253           !> (integrate 30 files)
20254 ____________________________________________________________________________
20255 [  3598] By: jhi                                   on 1999/07/05  20:02:55
20256         Log: Integrate with mainperl.
20257      Branch: cfgperl
20258           +> lib/CGI/Pretty.pm
20259           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
20260           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
20261           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
20262           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
20263           !> vms/vmsish.h
20264 ____________________________________________________________________________
20265 [  3597] By: jhi                                   on 1999/07/05  19:59:48
20266         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
20267              that addresses the notorious "Additional libraries" question.
20268      Branch: cfgperl
20269            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20270            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
20271            ! pp_sys.c
20272 ____________________________________________________________________________
20273 [  3596] By: gsar                                  on 1999/07/05  18:30:51
20274         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20275              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
20276              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
20277              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
20278      Branch: perl
20279            ! pp_sys.c t/lib/io_udp.t
20280 ____________________________________________________________________________
20281 [  3595] By: gsar                                  on 1999/07/05  18:29:08
20282         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20283              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
20284              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
20285              Subject: [PATCH 5.00557] Setting $^E wipes out $!
20286      Branch: perl
20287            ! mg.c
20288 ____________________________________________________________________________
20289 [  3594] By: gsar                                  on 1999/07/05  18:24:53
20290         Log: hand-apply whitespace mutiliated patch
20291              From: Dan Sugalski <sugalskd@osshe.edu>
20292              Date: Mon, 07 Jun 1999 14:46:42 -0700
20293              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
20294              Subject: [PATCH 5.005_57]Updated VMS patch
20295      Branch: perl
20296            ! thread.h vms/descrip_mms.template vms/subconfigure.com
20297            ! vms/vms.c vms/vmsish.h
20298 ____________________________________________________________________________
20299 [  3593] By: gsar                                  on 1999/07/05  17:53:04
20300         Log: applied parts not duplicated by previous patches
20301              From: "Vishal Bhatia" <vishalb@my-deja.com>
20302              Date: Sat, 05 Jun 1999 08:42:17 -0700
20303              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
20304              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
20305      Branch: perl
20306            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
20307            ! ext/B/B/Stackobj.pm
20308 ____________________________________________________________________________
20309 [  3592] By: jhi                                   on 1999/07/05  17:17:22
20310         Log: AIX threaded build, plus few more on the side.
20311      Branch: cfgperl
20312            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
20313            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
20314            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
20315            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
20316 ____________________________________________________________________________
20317 [  3591] By: gsar                                  on 1999/07/05  16:52:34
20318         Log: "\e" and "\a" didn't produce right escape under EBCDIC
20319              From: pvhp@forte.com (Peter Prymmer)
20320              Date: Fri, 4 Jun 99 12:00:27 PDT
20321              Message-Id: <9906041900.AA28387@forte.com>
20322              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
20323      Branch: perl
20324            ! toke.c
20325 ____________________________________________________________________________
20326 [  3590] By: gsar                                  on 1999/07/05  16:40:01
20327         Log: s/scalar ref constructor/single ref constructor/ (suggested
20328              by Stephen McCamant)
20329      Branch: perl
20330            ! opcode.h opcode.pl
20331 ____________________________________________________________________________
20332 [  3589] By: gsar                                  on 1999/07/05  16:34:06
20333         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
20334      Branch: perl
20335            ! ext/GDBM_File/GDBM_File.xs
20336 ____________________________________________________________________________
20337 [  3588] By: gsar                                  on 1999/07/05  16:29:39
20338         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
20339              is unchanged still)
20340      Branch: perl
20341            ! op.c
20342 ____________________________________________________________________________
20343 [  3587] By: jhi                                   on 1999/07/05  10:31:43
20344         Log: Make perl_exp.SH smarter about what to include and what to exclude.
20345      Branch: cfgperl
20346            ! perl_exp.SH
20347 ____________________________________________________________________________
20348 [  3586] By: jhi                                   on 1999/07/05  09:29:31
20349         Log: Remove unnecessary and extraneous my $i = 0.
20350      Branch: cfgperl
20351            ! bytecode.pl
20352 ____________________________________________________________________________
20353 [  3585] By: jhi                                   on 1999/07/05  07:28:59
20354         Log: Integrate with mainperl.
20355      Branch: cfgperl
20356           !> (integrate 30 files)
20357 ____________________________________________________________________________
20358 [  3584] By: gsar                                  on 1999/07/05  05:36:28
20359         Log: From: Vishal Bhatia <vishalb@hotmail.com>
20360              Date: Thu, 03 Jun 1999 00:57:48 PDT
20361              Message-ID: <19990603075749.86665.qmail@hotmail.com>
20362              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
20363      Branch: perl
20364            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
20365 ____________________________________________________________________________
20366 [  3583] By: gsar                                  on 1999/07/05  05:31:19
20367         Log: suppress fancy display when in verbose mode (suggested by
20368              Paul Johnson <pjcj@transeda.com>)
20369      Branch: perl
20370            ! lib/Test/Harness.pm
20371 ____________________________________________________________________________
20372 [  3582] By: gsar                                  on 1999/07/05  05:17:12
20373         Log: cygwin32 update
20374              From: "Fifer, Eric" <EFifer@sanwaint.com>
20375              Date:  Wed, 2 Jun 1999 15:16:05 +0100
20376              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
20377              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
20378      Branch: perl
20379            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
20380            ! cygwin32/build-instructions.READFIRST
20381            ! cygwin32/build-instructions.charles-wilson
20382            ! cygwin32/build-instructions.sebastien-barre
20383            ! cygwin32/build-instructions.steven-morlock
20384            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
20385            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
20386            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
20387            ! t/op/magic.t util.c
20388 ____________________________________________________________________________
20389 [  3581] By: gsar                                  on 1999/07/05  02:46:18
20390         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
20391      Branch: perl
20392            ! util.c
20393 ____________________________________________________________________________
20394 [  3580] By: gsar                                  on 1999/07/05  02:38:03
20395         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
20396              Date: Mon, 31 May 1999 18:18:13 -0600
20397              Message-ID: <19990601001813.AAA17834@csgsystems.com>
20398              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
20399      Branch: perl
20400            ! t/TEST t/UTEST t/harness utils/perlcc.PL
20401 ____________________________________________________________________________
20402 [  3579] By: gsar                                  on 1999/07/05  01:20:58
20403         Log: compatibility tweak for Class::Struct
20404      Branch: perl
20405            ! lib/Class/Struct.pm
20406 ____________________________________________________________________________
20407 [  3578] By: jhi                                   on 1999/07/04  23:26:01
20408         Log: Miscellaneus AIX fixes + SOCKS support.
20409      Branch: cfgperl
20410            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
20411            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
20412            ! hints/aix.sh pp_sys.c
20413 ____________________________________________________________________________
20414 [  3577] By: gsar                                  on 1999/07/04  23:07:39
20415         Log: test tweak
20416      Branch: perl
20417            ! t/io/openpid.t
20418 ____________________________________________________________________________
20419 [  3576] By: jhi                                   on 1999/07/04  22:39:23
20420         Log: Integrate with mainperl.
20421      Branch: cfgperl
20422           +> t/io/openpid.t
20423            - win32/perlhost.h
20424           !> (integrate 51 files)
20425 ____________________________________________________________________________
20426 [  3575] By: jhi                                   on 1999/07/04  22:26:48
20427         Log: Added 64-bit support for AIX 4.3 or better
20428              based on Martin H. Rusoff's observations.
20429      Branch: cfgperl
20430            ! Configure config_h.SH hints/aix.sh
20431 ____________________________________________________________________________
20432 [  3574] By: jhi                                   on 1999/07/04  21:34:47
20433         Log: Do not throw away gccvers compilation errors.
20434              From: Andy Dougherty <doughera@lafayette.edu>
20435              To: Ron Seguin <rseguin@on.bell.ca>
20436              Cc: Perl Porters <perl5-porters@perl.org>
20437              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
20438              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
20439              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
20440      Branch: cfgperl
20441            ! Configure config_h.SH
20442 ____________________________________________________________________________
20443 [  3573] By: gsar                                  on 1999/07/04  21:10:32
20444         Log: adapted suggested tests for addition to testsuite
20445              From: RonaldWS@aol.com
20446              Date:  Sun, 30 May 1999 16:27:28 EDT
20447              Message-Id:  <25cd799f.2482f930@aol.com>
20448              Subject: [19990530.007] Open with pipe | does not return pid under win32
20449      Branch: perl
20450            + t/io/openpid.t
20451            ! MANIFEST win32/win32.c
20452 ____________________________________________________________________________
20453 [  3572] By: gsar                                  on 1999/07/04  20:29:32
20454         Log: perl_run() should call my_exit(0) for normal completion
20455      Branch: perl
20456            ! perl.c
20457 ____________________________________________________________________________
20458 [  3571] By: jhi                                   on 1999/07/04  20:10:44
20459         Log: Add test for change #3568 plus general cleanup.
20460      Branch: cfgperl
20461            ! t/pragma/locale.t
20462 ____________________________________________________________________________
20463 [  3570] By: gsar                                  on 1999/07/04  20:03:21
20464         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
20465              overloading
20466      Branch: perl
20467            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
20468            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
20469 ____________________________________________________________________________
20470 [  3569] By: gsar                                  on 1999/07/04  18:04:48
20471         Log: make AIX dynaloading work when libperl is shared (and thus under
20472              mod_perl etc.)
20473              From: Jens-Uwe Mager <jum@helios.de>
20474              Date:  Sat, 29 May 1999 17:09:52 +0200
20475              Message-Id:  <199905291509.RAA43978@ans.helios.de>
20476              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
20477      Branch: perl
20478            ! ext/DynaLoader/dl_aix.xs
20479 ____________________________________________________________________________
20480 [  3568] By: jhi                                   on 1999/07/04  14:54:23
20481         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
20482              This resulted for example in the 'o' magic not being cleared by
20483              magic_setcollxfrm(), which resulted in strange cmp results.
20484              The bug was reported originally in the message
20485              Subject: Bug with locale
20486              From: Jan Starzynski <jan@planet.de> 
20487              To: perlbug@perl.com 
20488              Date: Fri, 09 Apr 1999 13:23:07 +0200 
20489              Message-ID: <370DE31B.DAEE1332@planet.de> 
20490      Branch: cfgperl
20491            ! pp.c
20492 ____________________________________________________________________________
20493 [  3567] By: gsar                                  on 1999/07/04  02:38:34
20494         Log: remove misleading info on defined(&func), unclutter deprecation
20495              about defined(@array)
20496      Branch: perl
20497            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
20498            ! t/pragma/warn/op
20499 ____________________________________________________________________________
20500 [  3566] By: gsar                                  on 1999/07/04  01:46:31
20501         Log: From: jan.dubois@ibm.net (Jan Dubois)
20502              Date: Wed, 26 May 1999 22:07:17 +0200
20503              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
20504              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
20505      Branch: perl
20506            ! Changes win32/win32.c win32/win32.h
20507 ____________________________________________________________________________
20508 [  3565] By: gsar                                  on 1999/07/04  01:26:02
20509         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
20510              for win32 issues)
20511      Branch: perl
20512            ! pod/perlxstut.pod
20513 ____________________________________________________________________________
20514 [  3564] By: gsar                                  on 1999/07/02  03:09:04
20515         Log: avoid warnings
20516      Branch: perl
20517            ! ext/Thread/Thread/Specific.pm lib/fields.pm
20518 ____________________________________________________________________________
20519 [  3563] By: gsar                                  on 1999/06/28  19:23:47
20520         Log: inc version (for CPAN.pm sanity)
20521      Branch: perl
20522            ! lib/Text/ParseWords.pm
20523 ____________________________________________________________________________
20524 [  3562] By: gsar                                  on 1999/06/28  19:19:01
20525         Log: regen perltoc
20526      Branch: perl
20527            ! pod/perltoc.pod
20528 ____________________________________________________________________________
20529 [  3561] By: gsar                                  on 1999/06/28  19:08:41
20530         Log: From: Damian Conway <damian@cs.monash.edu.au>
20531              Date: Wed, 26 May 1999 00:58:35 -0400
20532              Message-Id: <199905260458.AAA06411@defender.perl.org>
20533              Subject: [19990526.002] Misc. improvements to Class:Struct
20534      Branch: perl
20535            ! MANIFEST lib/Class/Struct.pm
20536 ____________________________________________________________________________
20537 [  3560] By: gsar                                  on 1999/06/28  18:50:52
20538         Log: remove bogus PL_optype_size
20539      Branch: perl
20540            ! bytecode.pl ext/ByteLoader/byterun.h
20541 ____________________________________________________________________________
20542 [  3559] By: gsar                                  on 1999/06/28  18:22:26
20543         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
20544      Branch: perl
20545            + lib/CGI/Pretty.pm
20546            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
20547            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
20548            ! t/lib/cgi-html.t t/lib/cgi-request.t
20549 ____________________________________________________________________________
20550 [  3558] By: jhi                                   on 1999/06/28  07:30:21
20551         Log: Change Olaf Lebbe's email address.
20552      Branch: cfgperl
20553            ! README.epoc
20554 ____________________________________________________________________________
20555 [  3557] By: gsar                                  on 1999/06/28  00:07:33
20556         Log: make autogenerated files writable
20557      Branch: perl
20558            - win32/perlhost.h
20559            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
20560            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
20561            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
20562            ! proto.h regnodes.h warning.h win32/config_H.bc
20563            ! win32/config_H.gc win32/config_H.vc
20564 ____________________________________________________________________________
20565 [  3556] By: jhi                                   on 1999/06/27  19:22:53
20566         Log: Update MANIFEST to match #3555.
20567      Branch: cfgperl
20568            ! MANIFEST
20569 ____________________________________________________________________________
20570 [  3555] By: jhi                                   on 1999/06/27  19:16:22
20571         Log: EPOC port to Psion5.
20572              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20573              To: Jarkko Hietaniemi <jhi@iki.fi>
20574              Cc: perl5-porters@perl.org
20575              Subject: Re: Psion5
20576              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
20577              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
20578      Branch: cfgperl
20579            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
20580            + epoc/perl.mmp epoc/perl.pkg
20581            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
20582            ! perl.h sv.c util.c
20583 ____________________________________________________________________________
20584 [  3554] By: jhi                                   on 1999/06/27  18:50:52
20585         Log: Integrate from mainperl.
20586      Branch: cfgperl
20587           !> (integrate 48 files)
20588 ____________________________________________________________________________
20589 [  3553] By: gsar                                  on 1999/06/27  14:28:49
20590         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
20591              gone from the public API); PERL_OBJECT builds again on
20592              windows
20593              
20594              TODO: namespace-clean the typedefs in iperlsys.h and
20595              elsewhere; remove C++ remnants from public headers
20596      Branch: perl
20597            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
20598            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20599            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
20600            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
20601            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
20602            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
20603            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
20604            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
20605            ! win32/config.gc win32/config.vc win32/dl_win32.xs
20606            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
20607            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
20608            ! win32/win32sck.c
20609 ____________________________________________________________________________
20610 [  3552] By: gsar                                  on 1999/06/27  13:49:31
20611         Log: integrate cfgperl changes into mainline
20612      Branch: perl
20613           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
20614           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
20615           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
20616           !> util.c
20617 ____________________________________________________________________________
20618 [  3551] By: gsar                                  on 1999/06/27  13:31:11
20619         Log: fix indents
20620      Branch: perl
20621            ! op.c
20622 ____________________________________________________________________________
20623 [  3550] By: gsar                                  on 1999/06/24  22:42:53
20624         Log: update Changes
20625      Branch: perl
20626            ! Changes
20627 ____________________________________________________________________________
20628 [  3549] By: gsar                                  on 1999/06/24  22:41:17
20629         Log: avoid race condition in the CAPI extension bootstrap handler
20630      Branch: perl
20631            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
20632 ____________________________________________________________________________
20633 [  3548] By: gsar                                  on 1999/06/24  22:39:53
20634         Log: sanity check to cover the case when perl is installed into the
20635              X:\ (drive root)
20636      Branch: perl
20637            ! win32/win32.c
20638 ____________________________________________________________________________
20639 [  3547] By: gsar                                  on 1999/06/22  19:30:32
20640         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
20641      Branch: perl
20642            ! lib/Tie/RefHash.pm
20643 ____________________________________________________________________________
20644 [  3544] By: jhi                                   on 1999/06/18  19:24:28
20645         Log: Tidy up #3542 and #3543. 
20646      Branch: cfgperl
20647            ! t/pragma/locale.t util.c
20648 ____________________________________________________________________________
20649 [  3543] By: jhi                                   on 1999/06/18  10:28:45
20650         Log: Spice up locale.t.
20651      Branch: cfgperl
20652            ! t/pragma/locale.t
20653 ____________________________________________________________________________
20654 [  3542] By: jhi                                   on 1999/06/17  22:42:03
20655         Log: Fixed two long-standing locale bugs.
20656              
20657              Both problems were related to numeric locale which
20658              controls the radix character aka the decimal separator.
20659              (1) printf (and sprintf) were resetting the numeric locale to C.
20660              (2) Using locale-numerically formatted floating point
20661              numbers (e.g. "1,23") together with -w caused warnings about
20662              "isn't numeric".  The operations were working fine, though,
20663              because atof() was using the local locale.
20664              Both problems reported by Stefan Vogtner.
20665              
20666              Introduced a wrapper for atof() that attempts to convert
20667              the string both ways.  This helps Perl to understand
20668              numbers like this "4.56" even when using a local locale
20669              makes atof() understand only numbers like this "7,89".
20670              
20671              Remaining related problems, both of which existed before
20672              this patch and continue to exist after this patch:
20673              (a) The behaviour of print() is _not_ as documented by perllocale.
20674              Instead of always using the C locale, print() does use the
20675              local locale, just like the *printf() do.  This may be fixable
20676              now that switching to-and-fro between locales has been made
20677              more consistent, but fixing print() would change existing
20678              behaviour.  perllocale is not changed by this patch.
20679              (b) If a number has been stringified (say, via "$number") under
20680              a local locale, the cached string value persists even under
20681              "no locale".  This may or may not be a problem: operations
20682              work fine because the original number is still there, but
20683              that the string form keeps its locale-ish outlook may be
20684              somewhat confusing.
20685      Branch: cfgperl
20686            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
20687            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
20688            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
20689            ! util.c
20690 ____________________________________________________________________________
20691 [  3541] By: jhi                                   on 1999/06/17  20:00:16
20692         Log: Integrate from mainperl.
20693      Branch: cfgperl
20694           !> ext/Data/Dumper/Dumper.pm op.c
20695 ____________________________________________________________________________
20696 [  3540] By: gsar                                  on 1999/06/16  16:49:55
20697         Log: dump C<0> as such, not C<'0'>
20698      Branch: perl
20699            ! ext/Data/Dumper/Dumper.pm
20700 ____________________________________________________________________________
20701 [  3539] By: gsar                                  on 1999/06/13  04:04:40
20702         Log: fix coredumper in change#3498
20703      Branch: perl
20704            ! op.c
20705 ____________________________________________________________________________
20706 [  3538] By: jhi                                   on 1999/06/12  22:01:26
20707         Log: Integrate from mainperl.
20708      Branch: cfgperl
20709           +> lib/caller.pm
20710           !> (integrate 36 files)
20711 ____________________________________________________________________________
20712 [  3537] By: gsar                                  on 1999/06/12  06:43:03
20713         Log: EXTERN_C declarations for global arrays in various
20714              headers, so perl can be built even in C++ mode; win32
20715              build fixups; regen headers
20716      Branch: perl
20717            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
20718            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
20719 ____________________________________________________________________________
20720 [  3536] By: gsar                                  on 1999/06/12  06:38:21
20721         Log: caller.pm typos
20722      Branch: perl
20723            ! lib/caller.pm
20724 ____________________________________________________________________________
20725 [  3535] By: gsar                                  on 1999/06/11  23:13:54
20726         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
20727              is temporarily gone
20728      Branch: perl
20729            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
20730            ! pod/perldelta.pod proto.h win32/perllib.c
20731 ____________________________________________________________________________
20732 [  3534] By: gsar                                  on 1999/06/11  20:41:51
20733         Log: implement C<use caller 'encoding'>
20734      Branch: perl
20735            + lib/caller.pm
20736            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
20737 ____________________________________________________________________________
20738 [  3533] By: gsar                                  on 1999/06/11  16:51:04
20739         Log: truncate() has a peculiar exemption from strict barewords, even
20740              though it has a non-filehandle prototype
20741      Branch: perl
20742            ! op.c t/io/fs.t
20743 ____________________________________________________________________________
20744 [  3532] By: gsar                                  on 1999/06/11  09:09:16
20745         Log: GDBM tweak
20746      Branch: perl
20747            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
20748 ____________________________________________________________________________
20749 [  3531] By: gsar                                  on 1999/06/10  23:34:19
20750         Log: part of the platform changes for IMPLICIT_CONTEXT
20751      Branch: perl
20752            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
20753            ! jpl/PerlInterpreter/PerlInterpreter.c
20754            ! jpl/PerlInterpreter/PerlInterpreter.h
20755            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
20756            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
20757 ____________________________________________________________________________
20758 [  3530] By: jhi                                   on 1999/06/10  20:55:56
20759         Log: Integrate from mainperl.
20760      Branch: cfgperl
20761           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
20762 ____________________________________________________________________________
20763 [  3529] By: gsar                                  on 1999/06/10  20:40:01
20764         Log: DB_File tweaks for IMPLICIT CONTEXT
20765      Branch: perl
20766            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
20767 ____________________________________________________________________________
20768 [  3528] By: jhi                                   on 1999/06/10  10:18:15
20769         Log: Integrate from mainperl.
20770      Branch: cfgperl
20771           !> (integrate 105 files)
20772 ____________________________________________________________________________
20773 [  3527] By: gsar                                  on 1999/06/10  09:30:35
20774         Log: most globals are now interpreter local; locale initialization
20775              was too early, defer it until interpreter is allocated and
20776              initialized; multiple interpreters should now be
20777              concurrency-safe (untested)
20778      Branch: perl
20779            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
20780            ! perlvars.h
20781 ____________________________________________________________________________
20782 [  3526] By: gsar                                  on 1999/06/10  08:38:00
20783         Log: fix small nits
20784      Branch: perl
20785            ! cc_runtime.h ext/B/B/CC.pm run.c
20786 ____________________________________________________________________________
20787 [  3525] By: gsar                                  on 1999/06/10  04:41:38
20788         Log: win32 build fixes
20789      Branch: perl
20790            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
20791            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20792            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
20793            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
20794            ! win32/Makefile win32/config_H.bc win32/config_H.gc
20795            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
20796            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
20797            ! win32/win32.c win32/win32.h win32/win32sck.c
20798            ! win32/win32thread.c win32/win32thread.h
20799 ____________________________________________________________________________
20800 [  3524] By: gsar                                  on 1999/06/09  18:03:01
20801         Log: more complete support for implicit thread/interpreter pointer,
20802              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
20803              without that enabled):
20804              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
20805              is a noop; tests pass on Solaris; should be faster now!
20806              - MULTIPLICITY has been tested with and without
20807              PERL_IMPLICIT_CONTEXT on Solaris
20808              - improved function database now merged with embed.pl
20809              - everything except the varargs functions have foo(a,b,c) macros
20810              to provide compatibility
20811              - varargs functions default to compatibility variants that
20812              get the context pointer using dTHX
20813              - there should be almost no source compatibility issues as a
20814              result of all this
20815              - dl_foo.xs changes other than dl_dlopen.xs untested
20816              - still needs documentation, fixups for win32 etc
20817              Next step: migrate most non-mutex variables from perlvars.h
20818              to intrpvar.h
20819      Branch: perl
20820            - proto.pl
20821            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
20822            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
20823            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20824            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
20825            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
20826            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
20827            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
20828            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
20829            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
20830            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
20831            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
20832            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
20833            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
20834            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
20835            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
20836            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
20837            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
20838            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
20839            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
20840            ! util.c win32/Makefile win32/makefile.mk writemain.SH
20841 ____________________________________________________________________________
20842 [  3523] By: gsar                                  on 1999/06/07  05:24:13
20843         Log: missed a file
20844      Branch: perl
20845            + proto.pl
20846            ! MANIFEST
20847 ____________________________________________________________________________
20848 [  3522] By: gsar                                  on 1999/06/07  05:18:34
20849         Log: initial stub implementation of implicit thread/this
20850              pointer    argument; builds/tests on Solaris, win32
20851              hasn't been fixed up yet; proto.h, global.sym and
20852              static function decls are now generated from a common
20853              database in proto.pl; some inconsistently named
20854              perl_foo() things are now Perl_foo(), compatibility
20855              #defines provided; perl_foo() (lowercase 'p') reserved
20856              for functions that take an explicit context argument;
20857              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
20858      Branch: perl
20859            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
20860            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
20861            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
20862            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
20863            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
20864            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
20865            ! universal.c utf8.c util.c
20866 ____________________________________________________________________________
20867 [  3521] By: gsar                                  on 1999/06/04  23:00:22
20868         Log: clean up some stray "global" symbols
20869      Branch: perl
20870            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
20871            ! pp_proto.h proto.h
20872 ____________________________________________________________________________
20873 [  3520] By: jhi                                   on 1999/06/02  21:33:28
20874         Log: Integrate from mainperl.
20875      Branch: cfgperl
20876           !> (integrate 94 files)
20877 ____________________________________________________________________________
20878 [  3519] By: gsar                                  on 1999/06/02  07:16:10
20879         Log: avoid dereferencing null pointer from getpwent() et al
20880      Branch: perl
20881            ! pp_sys.c
20882 ____________________________________________________________________________
20883 [  3518] By: gsar                                  on 1999/06/02  04:47:10
20884         Log: remove _() non-ansism
20885      Branch: perl
20886            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
20887            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
20888            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
20889            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
20890            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
20891            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
20892            ! ext/re/re.xs handy.h hv.c iperlsys.h
20893            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
20894            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
20895            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
20896            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
20897            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
20898            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
20899            ! vms/vmsish.h vms/writemain.pl vos/config.h
20900            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
20901            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
20902            ! win32/perllib.c win32/runperl.c win32/win32.h
20903            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
20904            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
20905 ____________________________________________________________________________
20906 [  3517] By: gsar                                  on 1999/06/02  02:17:51
20907         Log: missed a few files
20908      Branch: perl
20909            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
20910 ____________________________________________________________________________
20911 [  3516] By: gsar                                  on 1999/06/02  01:37:33
20912         Log: integrate cfgperl contents into mainline
20913      Branch: perl
20914           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
20915           +> ext/ByteLoader/byterun.h
20916            - bytecode.h byterun.c byterun.h
20917            ! Changes
20918           !> (integrate 58 files)
20919 ____________________________________________________________________________
20920 [  3515] By: gsar                                  on 1999/06/02  00:48:50
20921         Log: remove stray K&R-isms
20922      Branch: perl
20923            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
20924            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
20925            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
20926            ! toke.c util.c win32/win32.c x2p/hash.c
20927 ____________________________________________________________________________
20928 [  3514] By: gsar                                  on 1999/06/01  15:55:55
20929         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
20930              strict 'subs'
20931      Branch: perl
20932            ! op.c t/pragma/strict-subs
20933 ____________________________________________________________________________
20934 [  3513] By: jhi                                   on 1999/06/01  07:17:05
20935         Log: Patch applying of #3499 had gone awry.
20936      Branch: cfgperl
20937            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
20938 ____________________________________________________________________________
20939 [  3512] By: gsar                                  on 1999/05/31  19:21:30
20940         Log: tighter -help output
20941      Branch: perl
20942            ! perl.c
20943 ____________________________________________________________________________
20944 [  3511] By: gsar                                  on 1999/05/31  17:18:23
20945         Log: fix memory leak in C<eval 'return sub {...}'>
20946      Branch: perl
20947            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
20948 ____________________________________________________________________________
20949 [  3510] By: gsar                                  on 1999/05/31  14:11:46
20950         Log: tweak C++isms
20951      Branch: perl
20952            ! win32/dl_win32.xs win32/win32.c
20953 ____________________________________________________________________________
20954 [  3509] By: jhi                                   on 1999/05/30  13:02:26
20955         Log: Cleanup of #3488.
20956      Branch: cfgperl
20957            ! Configure config_h.SH
20958 ____________________________________________________________________________
20959 [  3508] By: jhi                                   on 1999/05/30  11:16:01
20960         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20961              To: Mailing list Perl5 <perl5-porters@perl.org>
20962              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
20963              Date: Sat, 29 May 1999 20:18:13 -0400
20964              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
20965      Branch: cfgperl
20966            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
20967 ____________________________________________________________________________
20968 [  3507] By: jhi                                   on 1999/05/29  20:05:40
20969         Log: From: Mark-Jason Dominus <mjd@plover.com>
20970              To: perl5-porters@perl.com
20971              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
20972              Date: Sat, 29 May 1999 14:45:10 -0400
20973              Message-ID: <19990529184510.27557.qmail@plover.com>
20974      Branch: cfgperl
20975            ! op.h
20976 ____________________________________________________________________________
20977 [  3506] By: gsar                                  on 1999/05/29  16:49:39
20978         Log: avoid gv_check() recursive pit
20979      Branch: perl
20980            ! gv.c
20981 ____________________________________________________________________________
20982 [  3505] By: jhi                                   on 1999/05/29  11:38:16
20983         Log: From: jan.dubois@ibm.net (Jan Dubois)
20984              To: Gurusamy Sarathy <gsar@activestate.com>
20985              Cc: perl5-porters@perl.org
20986              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
20987              Date: Sat, 29 May 1999 08:46:22 +0200
20988              Message-ID: <374f8007.2016008@smtp1.ibm.net>
20989      Branch: cfgperl
20990            ! t/op/grent.t t/op/pwent.t
20991 ____________________________________________________________________________
20992 [  3504] By: jhi                                   on 1999/05/29  11:07:10
20993         Log: QNX needs <sys/select.h> to define fd_set.
20994              
20995              From: Norton Allen <allen@huarp.harvard.edu>
20996              To: perl5-porters@perl.org
20997              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
20998              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
20999              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
21000      Branch: cfgperl
21001            ! ext/IO/poll.c
21002 ____________________________________________________________________________
21003 [  3503] By: jhi                                   on 1999/05/29  10:53:31
21004         Log: From: jan.dubois@ibm.net (Jan Dubois)
21005              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
21006              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
21007              Date: Fri, 28 May 1999 20:14:35 +0200
21008              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
21009      Branch: cfgperl
21010            ! lib/Math/BigFloat.pm
21011 ____________________________________________________________________________
21012 [  3502] By: jhi                                   on 1999/05/29  10:44:44
21013         Log: Make Configure support the change #3367,
21014              SysV shadow passwords.
21015      Branch: cfgperl
21016            ! Configure config_h.SH pp_sys.c
21017 ____________________________________________________________________________
21018 [  3501] By: gsar                                  on 1999/05/28  21:22:23
21019         Log: add wide versions of win32 system calls (first step in
21020              globalization); delayload winsock for performance if compiling
21021              with VC 6.0
21022      Branch: perl
21023            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
21024            ! win32/win32.c win32/win32.h
21025 ____________________________________________________________________________
21026 [  3500] By: jhi                                   on 1999/05/28  21:17:24
21027         Log: The new t/lib/io_linenum.t was using stricture
21028              before @INC was set up.
21029      Branch: cfgperl
21030            ! t/lib/io_linenum.t
21031 ____________________________________________________________________________
21032 [  3499] By: jhi                                   on 1999/05/28  17:13:23
21033         Log: From: Tom Hughes <tom@compton.nu>
21034              To: perl5-porters@perl.org
21035              Subject: [PATCH 5.005_57] ByteLoader mark 2
21036              Date: Wed, 26 May 1999 23:59:49 +0100
21037              Message-ID: <bf337a0849.tom@compton.compton.nu>
21038              
21039              plus resolve tiny conflict with #3479
21040              plus regen_headers.
21041      Branch: cfgperl
21042            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
21043            + ext/ByteLoader/byterun.h
21044            - bytecode.h byterun.c byterun.h
21045            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
21046            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
21047            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
21048            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
21049            ! perl.h perlvars.h proto.h util.c utils/Makefile
21050 ____________________________________________________________________________
21051 [  3498] By: jhi                                   on 1999/05/28  16:53:04
21052         Log: From: Mark-Jason Dominus <mjd@plover.com>
21053              To: perl5-porters@perl.com
21054              Subject: PATCH (5.005_57): defined(@a) now deprecated
21055              Date: Thu, 27 May 1999 16:05:44 -0400
21056              Message-ID: <19990527200544.13330.qmail@plover.com>
21057      Branch: cfgperl
21058            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
21059            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
21060 ____________________________________________________________________________
21061 [  3497] By: jhi                                   on 1999/05/28  16:50:54
21062         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21063              To: perl5-porters@perl.org (Mailing list Perl5)
21064              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
21065              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
21066              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
21067      Branch: cfgperl
21068            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
21069            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
21070 ____________________________________________________________________________
21071 [  3496] By: jhi                                   on 1999/05/28  16:48:39
21072         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21073              To: perl5-porters@perl.org (Mailing list Perl5)
21074              Subject: [PATCH 5.00557] Required OS/2-related patches
21075              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
21076              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
21077      Branch: cfgperl
21078            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
21079            ! t/op/stat.t util.c
21080 ____________________________________________________________________________
21081 [  3495] By: jhi                                   on 1999/05/28  16:45:56
21082         Log: From: Paul Johnson <pjcj@transeda.com>
21083              To: perl5-porters <perl5-porters@perl.org>
21084              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
21085              Date: Fri, 28 May 1999 15:13:54 +0100
21086              Message-ID: <19990528151354.B289@west-tip.transeda.com>
21087      Branch: cfgperl
21088            ! t/TEST
21089 ____________________________________________________________________________
21090 [  3494] By: jhi                                   on 1999/05/28  16:44:34
21091         Log: From: Paul Johnson <pjcj@transeda.com>
21092              To: perl5-porters <perl5-porters@perl.org>
21093              Subject: [PATCH 5.005_57] Fixes related to working local $.
21094              Date: Fri, 28 May 1999 15:11:18 +0100
21095              Message-ID: <19990528151118.A289@west-tip.transeda.com>
21096      Branch: cfgperl
21097            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
21098 ____________________________________________________________________________
21099 [  3493] By: gsar                                  on 1999/05/28  16:37:26
21100         Log: change#3449 wasn't doing enough
21101      Branch: perl
21102            ! op.c t/comp/proto.t
21103 ____________________________________________________________________________
21104 [  3492] By: jhi                                   on 1999/05/28  08:12:23
21105         Log: From: paul.marquess@bt.com
21106              To: doughera@lafayette.edu
21107              Cc: perl5-porters@perl.org
21108              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
21109              Date: Thu, 27 May 1999 23:31:38 +0100
21110              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
21111              
21112              Had to be applied manually; some mailer had munged the patch slightly.
21113      Branch: cfgperl
21114            ! ext/NDBM_File/NDBM_File.xs
21115 ____________________________________________________________________________
21116 [  3491] By: jhi                                   on 1999/05/28  07:51:17
21117         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
21118              To: perl5-porters@perl.org
21119              Subject: [PATCH 5.005_57] fixing eval in the compiler
21120              Date: Thu, 27 May 1999 07:56:54 -0700
21121              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
21122      Branch: cfgperl
21123            ! cc_runtime.h scope.h
21124 ____________________________________________________________________________
21125 [  3490] By: jhi                                   on 1999/05/28  07:47:06
21126         Log: From: Andy Dougherty <doughera@lafayette.edu>
21127              To: perlbug@perl.com
21128              Cc: Jarkko Hietaniemi <jhi@iki.fi>
21129              Subject: [PATCH] Configure updates for ISC 4.1
21130              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
21131              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
21132      Branch: cfgperl
21133            ! Configure config_h.SH
21134 ____________________________________________________________________________
21135 [  3489] By: jhi                                   on 1999/05/28  07:39:17
21136         Log: Integrate from mainperl.
21137      Branch: cfgperl
21138           !> malloc.c win32/makedef.pl win32/win32.c
21139 ____________________________________________________________________________
21140 [  3488] By: jhi                                   on 1999/05/27  16:57:19
21141         Log: From: Andy Dougherty <doughera@lafayette.edu>
21142              To: Perl Porters <perl5-porters@perl.org>
21143              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
21144              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
21145              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
21146      Branch: cfgperl
21147            ! Configure config_h.SH hints/sunos_4_1.sh util.c
21148 ____________________________________________________________________________
21149 [  3487] By: gsar                                  on 1999/05/27  03:56:20
21150         Log: make win32_spawnvp() inherit standard handles even when they
21151              may be redirected
21152      Branch: perl
21153            ! win32/win32.c
21154 ____________________________________________________________________________
21155 [  3486] By: jhi                                   on 1999/05/26  19:55:52
21156         Log: From: Andy Dougherty <doughera@lafayette.edu>
21157              To: perl5-porters@perl.org
21158              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
21159              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
21160              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
21161      Branch: cfgperl
21162            ! util.c
21163 ____________________________________________________________________________
21164 [  3485] By: chip                                  on 1999/05/26  17:19:11
21165         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
21166      Branch: maint-5.004/perl
21167            ! Configure
21168 ____________________________________________________________________________
21169 [  3484] By: gsar                                  on 1999/05/26  01:56:28
21170         Log: fix missing exported symbol
21171      Branch: perl
21172            ! malloc.c win32/makedef.pl
21173 ____________________________________________________________________________
21174 [  3483] By: jhi                                   on 1999/05/25  23:08:07
21175         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
21176              
21177              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21178              To: perlbug@perl.com
21179              Subject: OpenBSD hints file update
21180              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
21181              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
21182      Branch: cfgperl
21183            ! hints/openbsd.sh
21184 ____________________________________________________________________________
21185 [  3482] By: jhi                                   on 1999/05/25  23:01:25
21186         Log: From: Tom Hughes <tom@compton.nu>
21187              To: perl5-porters@perl.org
21188              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
21189              Date: Tue, 25 May 1999 23:10:23 +0100
21190              Message-ID: <1ed7f10749.tom@compton.compton.nu>
21191      Branch: cfgperl
21192            ! Configure config_h.SH
21193 ____________________________________________________________________________
21194 [  3481] By: jhi                                   on 1999/05/25  22:31:50
21195         Log: 3479, 3480, 3481 seems logical.
21196      Branch: cfgperl
21197           !> hints/aix.sh
21198 ____________________________________________________________________________
21199 [  3480] By: jhi                                   on 1999/05/25  22:13:39
21200         Log: The change #3479 wasn't perfect.
21201      Branch: perl
21202            ! hints/aix.sh
21203 ____________________________________________________________________________
21204 [  3479] By: jhi                                   on 1999/05/25  21:59:21
21205         Log: Cures for _57 in AIX 4.1.5.0.
21206              (1) The lddlflags lost its -lc by change #3660
21207              (and the politeness of change #3257).
21208              (2) optype_size must end up in perl.exp (as PL_optype_size).
21209              Added it to perlvars.h, fixed bytecode.pl,
21210              regen'ed the relevant headers.
21211      Branch: cfgperl
21212            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
21213            ! perlvars.h
21214      Branch: perl
21215            ! hints/aix.sh
21216 ____________________________________________________________________________
21217 [  3478] By: jhi                                   on 1999/05/25  20:13:47
21218         Log: Integrate from mainperl.
21219      Branch: cfgperl
21220           +> pod/perltootc.pod
21221           !> (integrate 101 files)
21222 ____________________________________________________________________________
21223 [  3477] By: gsar                                  on 1999/05/25  10:43:48
21224         Log: here be 5.005_57
21225      Branch: perl
21226            ! Changes MANIFEST Porting/makerel
21227           !> Changes5.005
21228
21229 ----------------
21230 Version 5.005_57
21231 ----------------
21232
21233 ____________________________________________________________________________
21234 [  3476] By: gsar                                  on 1999/05/25  09:23:43
21235         Log: up patchlevel &c
21236      Branch: perl
21237            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
21238            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21239            ! win32/makefile.mk
21240 ____________________________________________________________________________
21241 [  3475] By: gsar                                  on 1999/05/25  09:14:51
21242         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21243              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
21244              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
21245              Subject: [PATCH 5.005_56] REx engine improvements
21246      Branch: perl
21247            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
21248            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
21249            ! thrdvar.h util.c
21250 ____________________________________________________________________________
21251 [  3474] By: gsar                                  on 1999/05/25  08:39:56
21252         Log: test case for change#3470
21253      Branch: perl
21254            ! t/lib/bigintpm.t
21255 ____________________________________________________________________________
21256 [  3473] By: gsar                                  on 1999/05/25  08:36:52
21257         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
21258      Branch: perl
21259            ! Changes pod/perlport.pod
21260 ____________________________________________________________________________
21261 [  3472] By: gsar                                  on 1999/05/25  08:28:57
21262         Log: assorted tweaks
21263      Branch: perl
21264            ! doio.c iperlsys.h win32/config.bc win32/config.gc
21265            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21266            ! win32/config_H.vc win32/makedef.pl
21267 ____________________________________________________________________________
21268 [  3471] By: gsar                                  on 1999/05/25  06:06:04
21269         Log: perlref update from Tom Christiansen
21270      Branch: perl
21271            ! pod/perlref.pod
21272 ____________________________________________________________________________
21273 [  3470] By: gsar                                  on 1999/05/25  06:03:27
21274         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21275              Date: Mon, 24 May 1999 17:43:56 -0400
21276              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
21277              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
21278      Branch: perl
21279            ! hv.c
21280 ____________________________________________________________________________
21281 [  3469] By: gsar                                  on 1999/05/25  05:59:22
21282         Log: avoid temporary files that have a constant name (from a suggestion
21283              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
21284      Branch: perl
21285            ! lib/ExtUtils/MM_Unix.pm
21286 ____________________________________________________________________________
21287 [  3468] By: gsar                                  on 1999/05/25  05:54:29
21288         Log: From: pvhp@forte.com (Peter Prymmer)
21289              Date: Mon, 24 May 99 11:20:25 PDT
21290              Message-Id: <9905241820.AA28071@forte.com>
21291              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
21292      Branch: perl
21293            ! lib/Pod/Text.pm
21294 ____________________________________________________________________________
21295 [  3467] By: gsar                                  on 1999/05/25  04:08:50
21296         Log: fix glob() bug that resulted in missing symlinks that don't point
21297              anywhere
21298      Branch: perl
21299            ! pp_hot.c
21300 ____________________________________________________________________________
21301 [  3466] By: gsar                                  on 1999/05/25  03:00:00
21302         Log: avoid enumerating @INC contents in diagnostic if @INC was never
21303              searched
21304      Branch: perl
21305            ! pod/perldiag.pod pp_ctl.c
21306 ____________________________________________________________________________
21307 [  3465] By: gsar                                  on 1999/05/25  02:24:08
21308         Log: add caveat about close(PIPE) carelessness
21309      Branch: perl
21310            ! pod/perlfunc.pod
21311 ____________________________________________________________________________
21312 [  3464] By: gsar                                  on 1999/05/24  23:55:53
21313         Log: fix bogus line numbers for void context warnings
21314              (change#2548 was overeager)
21315      Branch: perl
21316            ! op.c
21317 ____________________________________________________________________________
21318 [  3463] By: gsar                                  on 1999/05/24  23:31:58
21319         Log: change#3455 had a typo
21320      Branch: perl
21321            ! pp_ctl.c
21322 ____________________________________________________________________________
21323 [  3462] By: gsar                                  on 1999/05/24  17:32:20
21324         Log: more pod updates from Tom Christiansen; regen perltoc
21325      Branch: perl
21326            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
21327            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
21328 ____________________________________________________________________________
21329 [  3461] By: gsar                                  on 1999/05/24  07:41:32
21330         Log: perlmod notes from Damian Conway (via Tom Christiansen)
21331      Branch: perl
21332            ! pod/perlmod.pod
21333 ____________________________________________________________________________
21334 [  3460] By: gsar                                  on 1999/05/24  07:24:11
21335         Log: major pod update from Tom Christiansen
21336      Branch: perl
21337            + pod/perltootc.pod
21338            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
21339            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
21340            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
21341            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
21342            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
21343            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
21344            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
21345            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
21346            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
21347            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
21348            ! pod/perlxs.pod pod/pod2man.PL
21349 ____________________________________________________________________________
21350 [  3459] By: gsar                                  on 1999/05/24  06:26:48
21351         Log: perlfaq update from Tom Christiansen
21352      Branch: perl
21353            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21354            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21355            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21356            ! pod/perlfaq9.pod
21357 ____________________________________________________________________________
21358 [  3458] By: gsar                                  on 1999/05/24  05:55:11
21359         Log: updated to v1.50 from CPAN
21360      Branch: perl
21361            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
21362 ____________________________________________________________________________
21363 [  3457] By: gsar                                  on 1999/05/24  05:46:20
21364         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21365              Date: Sun, 23 May 1999 16:35:07 +0100
21366              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
21367              Subject: [PATCH 5.005_56] name PL_in_eval bits
21368      Branch: perl
21369            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
21370 ____________________________________________________________________________
21371 [  3456] By: gsar                                  on 1999/05/24  05:18:06
21372         Log: make -t mode the default on emacs/dumb terminals
21373      Branch: perl
21374            ! Changes utils/perldoc.PL
21375 ____________________________________________________________________________
21376 [  3455] By: gsar                                  on 1999/05/24  05:05:19
21377         Log: return 0 rather than "" when scalar grep has nothing to iterate
21378              on (brings behavior in line with documentation)
21379      Branch: perl
21380            ! pp_ctl.c
21381 ____________________________________________________________________________
21382 [  3454] By: gsar                                  on 1999/05/24  04:52:52
21383         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
21384              Date: Thu, 20 May 1999 13:27:02 -1000
21385              Message-Id: <E10kcDN-0007TA-00@lapaki>
21386              Subject: Problem with MM_Unix in 5.005_03
21387      Branch: perl
21388            ! lib/ExtUtils/MM_Unix.pm
21389 ____________________________________________________________________________
21390 [  3453] By: gsar                                  on 1999/05/24  04:39:49
21391         Log: avoid removing duplicates in user-generated warnings
21392              From: byron@omix.com (Byron Brummer)
21393              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
21394              Message-Id: <199905201101.EAA91175@thrush.omix.com>
21395              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
21396      Branch: perl
21397            ! lib/diagnostics.pm
21398 ____________________________________________________________________________
21399 [  3452] By: gsar                                  on 1999/05/24  04:23:10
21400         Log: straighten some code to avoid NeXT compiler bugs (from
21401              Geoff Kuenning <geoff@cs.hmc.edu>)
21402      Branch: perl
21403            ! pp_ctl.c
21404 ____________________________________________________________________________
21405 [  3451] By: gsar                                  on 1999/05/24  03:03:05
21406         Log: minor logic tweak for reserved word warning
21407      Branch: perl
21408            ! lib/Test/Harness.pm toke.c
21409 ____________________________________________________________________________
21410 [  3450] By: gsar                                  on 1999/05/24  02:34:20
21411         Log: oops, some files missing in change#3449
21412      Branch: perl
21413            ! op.c op.h toke.c
21414 ____________________________________________________________________________
21415 [  3449] By: gsar                                  on 1999/05/24  02:33:12
21416         Log: allow '*' prototype to autoquote even barewords that happen to be
21417              function names; parens or ampersand continue to force the other
21418              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
21419              do the right thing, for example
21420      Branch: perl
21421            ! t/comp/proto.t
21422 ____________________________________________________________________________
21423 [  3448] By: gsar                                  on 1999/05/24  01:51:24
21424         Log: remove vestiges of PL_last_proto
21425      Branch: perl
21426            ! embedvar.h intrpvar.h objXSUB.h
21427 ____________________________________________________________________________
21428 [  3447] By: gsar                                  on 1999/05/24  01:49:20
21429         Log: redo change#2061 and parts of change#1169 with code in the
21430              parser; PL_last_proto hackery gone, strict 'subs' in now
21431              implemented in the optimizer where specifying the exceptional
21432              cases is much more robust; '*' (bareword) prototype now works
21433              reliably when used in second and subsequent arguments
21434      Branch: perl
21435            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
21436 ____________________________________________________________________________
21437 [  3446] By: gsar                                  on 1999/05/23  05:00:55
21438         Log: remove redundant part of change#1169 superceded by change#2061;
21439              avoid "future reserved word" warning on prototypical bearwords
21440      Branch: perl
21441            ! t/lib/fatal.t toke.c
21442 ____________________________________________________________________________
21443 [  3445] By: gsar                                  on 1999/05/21  23:36:49
21444         Log: s/isspace/isSPACE/g and make sure the CRT version is always
21445              passed an unsigned char (fixes random occurrence of spaces in
21446              arguments containing high-bit chars passed to spawned children,
21447              on win32)
21448      Branch: perl
21449            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
21450 ____________________________________________________________________________
21451 [  3444] By: gsar                                  on 1999/05/21  23:08:55
21452         Log: integrate Configure changes from cfgperl
21453      Branch: perl
21454           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21455           !> config_h.SH
21456 ____________________________________________________________________________
21457 [  3443] By: jhi                                   on 1999/05/21  22:00:56
21458         Log: Integrate from mainperl.
21459      Branch: cfgperl
21460           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
21461           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
21462           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
21463           !> win32/perlhost.h win32/win32.c x2p/walk.c
21464 ____________________________________________________________________________
21465 [  3442] By: jhi                                   on 1999/05/21  21:59:46
21466         Log: fflush.
21467      Branch: cfgperl
21468            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21469            ! config_h.SH
21470 ____________________________________________________________________________
21471 [  3441] By: gsar                                  on 1999/05/21  17:48:55
21472         Log: integrate cfgperl changes
21473      Branch: perl
21474           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21475           !> config_h.SH hints/sunos_4_1.sh installperl
21476 ____________________________________________________________________________
21477 [  3440] By: gsar                                  on 1999/05/21  17:42:49
21478         Log: test tweak
21479      Branch: perl
21480            ! t/comp/proto.t
21481 ____________________________________________________________________________
21482 [  3439] By: gsar                                  on 1999/05/21  17:31:26
21483         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
21484              (Configure fflush(NULL) detection seems broken on Solaris, which
21485              is why I hit the problem)
21486      Branch: perl
21487            ! Changes perl.h
21488 ____________________________________________________________________________
21489 [  3438] By: gsar                                  on 1999/05/20  16:41:01
21490         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
21491      Branch: perl
21492            ! pod/perlport.pod
21493 ____________________________________________________________________________
21494 [  3437] By: jhi                                   on 1999/05/20  07:14:39
21495         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
21496              (via private email).
21497      Branch: cfgperl
21498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21499            ! config_h.SH hints/sunos_4_1.sh
21500 ____________________________________________________________________________
21501 [  3436] By: gsar                                  on 1999/05/20  05:18:26
21502         Log: various little nits
21503      Branch: perl
21504            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
21505            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
21506            ! win32/perlhost.h win32/win32.c x2p/walk.c
21507 ____________________________________________________________________________
21508 [  3435] By: jhi                                   on 1999/05/18  16:25:49
21509         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21510              To: perl5-porters@perl.org
21511              Subject: installperl
21512              Date: Fri, 14 May 1999 21:34:58 +0100
21513              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
21514      Branch: cfgperl
21515            ! installperl
21516 ____________________________________________________________________________
21517 [  3434] By: jhi                                   on 1999/05/17  21:25:54
21518         Log: Integrate from mainperl.
21519      Branch: cfgperl
21520           +> lib/ExtUtils/MM_Cygwin.pm
21521            - cygwin32/impure_ptr.c
21522           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
21523           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
21524           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
21525           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
21526           !> x2p/find2perl.PL
21527 ____________________________________________________________________________
21528 [  3433] By: gsar                                  on 1999/05/17  09:49:01
21529         Log: integrate cfgperl changes into mainline
21530      Branch: perl
21531           !> Configure INSTALL config_h.SH configure.com embed.h
21532           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
21533           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
21534           !> util.c
21535 ____________________________________________________________________________
21536 [  3432] By: gsar                                  on 1999/05/17  09:06:45
21537         Log: emit more appropriate diagnostic for failed glob (variant
21538              of patch suggested by Graham Barr)
21539      Branch: perl
21540            ! gv.c pod/perldiag.pod pp.c pp_hot.c
21541 ____________________________________________________________________________
21542 [  3431] By: gsar                                  on 1999/05/17  08:38:09
21543         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21544              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
21545              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
21546              Subject: find2perl does not grok the 'c' suffix to the -size argument
21547      Branch: perl
21548            ! x2p/find2perl.PL
21549 ____________________________________________________________________________
21550 [  3430] By: gsar                                  on 1999/05/17  08:26:21
21551         Log: additional cleanups for cygwin32 port
21552              From: "Fifer, Eric" <EFifer@sanwaint.com>
21553              Date: Wed, 12 May 1999 20:25:54 +0100
21554              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
21555              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
21556      Branch: perl
21557            + lib/ExtUtils/MM_Cygwin.pm
21558            - cygwin32/impure_ptr.c
21559            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
21560            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
21561            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
21562            ! perl.h util.c
21563 ____________________________________________________________________________
21564 [  3429] By: gsar                                  on 1999/05/17  08:01:04
21565         Log: From: Andy Dougherty <doughera@lafayette.edu>
21566              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
21567              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
21568              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
21569      Branch: perl
21570            ! INSTALL
21571 ____________________________________________________________________________
21572 [  3428] By: jhi                                   on 1999/05/17  07:03:26
21573         Log: Integrate from mainperl modulo the Socket.xs change.
21574      Branch: cfgperl
21575           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
21576           !> win32/win32.c win32/win32.h
21577 ____________________________________________________________________________
21578 [  3427] By: jhi                                   on 1999/05/16  22:09:11
21579         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21580              To: perl5-porters@perl.org (Mailing list Perl5)
21581              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
21582              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
21583              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
21584      Branch: cfgperl
21585            ! ext/Devel/Peek/Peek.xs
21586 ____________________________________________________________________________
21587 [  3426] By: jhi                                   on 1999/05/16  22:07:11
21588         Log: From: Mark-Jason Dominus <mjd@plover.com>
21589              To: perl5-porters@perl.com
21590              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
21591              Date: Sat, 15 May 1999 12:43:47 -0400
21592              Message-ID: <19990515164348.7313.qmail@plover.com>
21593      Branch: cfgperl
21594            ! pod/perldiag.pod
21595 ____________________________________________________________________________
21596 [  3425] By: nick                                  on 1999/05/15  15:56:10
21597         Log: Mingw32 + w32api-0.1.5 tweaks
21598              - now more like other Win32 compilers
21599      Branch: perl
21600            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
21601            ! win32/win32.h
21602 ____________________________________________________________________________
21603 [  3424] By: nick                                  on 1999/05/14  21:04:22
21604         Log: Experimental "slab" allocator for ops.
21605              To try it -DPL_OP_SLAB_ALLOC for op.c 
21606              This is for proof of concept only, it leaks memory 
21607              (ops are not free'd) so don't use in embedded apps.
21608              If this minimalist version does not show performance 
21609              gain then whole idea is worthless. 
21610              Nick see's approx 12% speed up vs perlmalloc running
21611              perl -Ilib -MCPAN -e '' 
21612              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
21613      Branch: perl
21614            ! op.c
21615 ____________________________________________________________________________
21616 [  3423] By: gsar                                  on 1999/05/14  19:55:04
21617         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
21618              found (brings sitelib intuition in line with privlib)
21619      Branch: perl
21620            ! win32/win32.c
21621 ____________________________________________________________________________
21622 [  3422] By: jhi                                   on 1999/05/14  08:08:01
21623         Log: From: pvhp@forte.com (Peter Prymmer)
21624              To: perl5-porters@perl.org, vmsperl@perl.org
21625              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
21626              Date: Thu, 13 May 99 15:29:57 PDT
21627              Message-Id: <9905132229.AA15854@forte.com>
21628      Branch: cfgperl
21629            ! configure.com
21630 ____________________________________________________________________________
21631 [  3421] By: jhi                                   on 1999/05/14  07:34:20
21632         Log: Integrate from mainperl.
21633      Branch: cfgperl
21634           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
21635 ____________________________________________________________________________
21636 [  3420] By: jhi                                   on 1999/05/14  07:33:26
21637         Log: Still fflushing.
21638      Branch: cfgperl
21639            ! Configure config_h.SH util.c
21640 ____________________________________________________________________________
21641 [  3419] By: gsar                                  on 1999/05/14  03:08:29
21642         Log: mortalize string allocations by win32_get_{priv,site}lib()
21643              (fixes small memory leak in interpreter)
21644      Branch: perl
21645            ! win32/win32.c
21646 ____________________________________________________________________________
21647 [  3418] By: gsar                                  on 1999/05/14  03:06:50
21648         Log: make win32_longname() preserve kind of slashes in argument
21649      Branch: perl
21650            ! win32/win32.c
21651 ____________________________________________________________________________
21652 [  3417] By: gsar                                  on 1999/05/14  03:04:44
21653         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
21654      Branch: perl
21655            ! lib/ExtUtils/MM_Unix.pm
21656 ____________________________________________________________________________
21657 [  3416] By: jhi                                   on 1999/05/13  21:18:06
21658         Log: Integrate from mainperl.
21659      Branch: cfgperl
21660           !> pp_ctl.c
21661 ____________________________________________________________________________
21662 [  3415] By: jhi                                   on 1999/05/13  21:16:49
21663         Log: Fixes from Andy Dougherty (via private email).
21664      Branch: cfgperl
21665            ! Configure config_h.SH
21666 ____________________________________________________________________________
21667 [  3414] By: nick                                  on 1999/05/13  20:04:26
21668         Log: valist vs va_list typo
21669      Branch: perl
21670            ! pp_ctl.c
21671 ____________________________________________________________________________
21672 [  3413] By: jhi                                   on 1999/05/13  15:04:05
21673         Log: From: Andy Dougherty <doughera@lafayette.edu>
21674              To: perlbug@perl.com
21675              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
21676              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
21677              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
21678      Branch: cfgperl
21679            ! INSTALL
21680 ____________________________________________________________________________
21681 [  3412] By: jhi                                   on 1999/05/13  14:20:17
21682         Log: Integrate from mainperl.
21683      Branch: cfgperl
21684           !> pp_ctl.c
21685 ____________________________________________________________________________
21686 [  3411] By: gsar                                  on 1999/05/13  14:16:56
21687         Log: docatch_body() declaration mismatch
21688      Branch: perl
21689            ! pp_ctl.c
21690 ____________________________________________________________________________
21691 [  3410] By: jhi                                   on 1999/05/13  13:51:44
21692         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
21693      Branch: cfgperl
21694            ! Configure config_h.SH perl.h
21695 ____________________________________________________________________________
21696 [  3409] By: jhi                                   on 1999/05/13  13:31:53
21697         Log: Still fflushing strong.
21698      Branch: cfgperl
21699            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
21700            ! proto.h util.c
21701 ____________________________________________________________________________
21702 [  3408] By: jhi                                   on 1999/05/12  14:30:23
21703         Log: Integrate from mainperl.
21704      Branch: cfgperl
21705           !> (integrate 30 files)
21706 ____________________________________________________________________________
21707 [  3407] By: jhi                                   on 1999/05/12  12:28:31
21708         Log: Be tidier with fflush(NULL) testing.
21709      Branch: cfgperl
21710            ! Configure config_h.SH
21711 ____________________________________________________________________________
21712 [  3406] By: gsar                                  on 1999/05/12  11:26:03
21713         Log: better range-checking on list slices, with test
21714              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21715              Date: Sun, 02 May 1999 17:02:53 +0100
21716              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
21717              Subject: Re: List slice of undefs returns 0 items 
21718      Branch: perl
21719            ! pp.c t/op/list.t
21720 ____________________________________________________________________________
21721 [  3405] By: gsar                                  on 1999/05/12  11:22:27
21722         Log: change#3397 needs test tweak
21723      Branch: perl
21724            ! Changes t/pragma/warn/sv
21725 ____________________________________________________________________________
21726 [  3404] By: gsar                                  on 1999/05/12  11:07:44
21727         Log: typo in change#3397
21728      Branch: perl
21729            ! doop.c
21730 ____________________________________________________________________________
21731 [  3403] By: gsar                                  on 1999/05/12  10:49:01
21732         Log: From: Stephen Zander <gibreel@pobox.com>
21733              Date: 12 May 1999 01:22:31 -0700
21734              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
21735              Subject: Re: Test::Harness runs tainted tests with wrong library path
21736      Branch: perl
21737            ! lib/Test/Harness.pm
21738 ____________________________________________________________________________
21739 [  3402] By: gsar                                  on 1999/05/12  10:42:06
21740         Log: typo in change#3400
21741      Branch: perl
21742            ! ext/B/B/Deparse.pm
21743 ____________________________________________________________________________
21744 [  3401] By: jhi                                   on 1999/05/12  10:40:42
21745         Log: A better, shinier, and possibly even correctly working
21746              reincarnation of #3398.
21747      Branch: cfgperl
21748            ! Configure config_h.SH
21749 ____________________________________________________________________________
21750 [  3400] By: gsar                                  on 1999/05/12  10:40:11
21751         Log: deparse \&func() as \(&func()) for clarity
21752              From: Albert Dvornik <bert@genscan.com>
21753              Date: 11 May 1999 13:32:04 -0400
21754              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
21755              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
21756      Branch: perl
21757            ! ext/B/B/Deparse.pm
21758 ____________________________________________________________________________
21759 [  3399] By: gsar                                  on 1999/05/12  10:36:02
21760         Log: more testsuite smarts (many of them courtesy Ilya)
21761      Branch: perl
21762            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
21763            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
21764            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
21765            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
21766            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
21767            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
21768            ! t/op/pwent.t
21769 ____________________________________________________________________________
21770 [  3398] By: jhi                                   on 1999/05/12  09:33:08
21771         Log: Detect whether fflush(NULL) works as per change #3352.
21772      Branch: cfgperl
21773            ! Configure config_h.SH perl.h
21774 ____________________________________________________________________________
21775 [  3397] By: gsar                                  on 1999/05/12  08:56:03
21776         Log: From: jan.dubois@ibm.net (Jan Dubois)
21777              Date: Wed, 12 May 1999 01:01:00 +0200
21778              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
21779              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
21780      Branch: perl
21781            ! doop.c
21782 ____________________________________________________________________________
21783 [  3396] By: gsar                                  on 1999/05/12  08:23:27
21784         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
21785              stat() behaves similarly
21786      Branch: perl
21787            ! win32/win32.c
21788 ____________________________________________________________________________
21789 [  3395] By: jhi                                   on 1999/05/11  22:21:32
21790         Log: Redo parts of #3341 and #3358 that #3394 undid.
21791      Branch: cfgperl
21792            ! Configure config_h.SH
21793 ____________________________________________________________________________
21794 [  3394] By: jhi                                   on 1999/05/11  22:03:48
21795         Log: Add I_NETINET_TCP to help change #3391.
21796      Branch: cfgperl
21797            ! Configure config_h.SH ext/Socket/Socket.xs
21798 ____________________________________________________________________________
21799 [  3393] By: jhi                                   on 1999/05/11  21:44:59
21800         Log: Integrate from mainperl.
21801      Branch: cfgperl
21802           !> (integrate 55 files)
21803 ____________________________________________________________________________
21804 [  3392] By: gsar                                  on 1999/05/11  20:56:43
21805         Log: update embedvar.h
21806      Branch: perl
21807            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
21808 ____________________________________________________________________________
21809 [  3391] By: gsar                                  on 1999/05/11  16:32:05
21810         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21811              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
21812              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
21813              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
21814      Branch: perl
21815            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
21816 ____________________________________________________________________________
21817 [  3390] By: gsar                                  on 1999/05/11  15:27:40
21818         Log: display more frequent progress messages when STDOUT is a tty
21819      Branch: perl
21820            ! lib/Test/Harness.pm
21821 ____________________________________________________________________________
21822 [  3389] By: gsar                                  on 1999/05/11  14:40:58
21823         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21824              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
21825              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
21826              Subject: [PATCH 5.005_53] Explanations by Test::Harness
21827      Branch: perl
21828            ! lib/Test/Harness.pm
21829 ____________________________________________________________________________
21830 [  3388] By: gsar                                  on 1999/05/11  14:08:14
21831         Log: avoid creating spurious subroutine stubs on failed subroutine
21832              call and other places of sv_2cv() misuse; fixes problems with
21833              failed subroutine calls "hiding" later attempts to lookup methods
21834              in base classes
21835      Branch: perl
21836            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
21837 ____________________________________________________________________________
21838 [  3387] By: gsar                                  on 1999/05/11  09:34:13
21839         Log: various fixes for clean build and test on win32; configpm broken,
21840              needed to open myconfig.SH rather than myconfig; sundry adjustments
21841              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
21842              work under win32; getenv_sv() changed to getenv_len() since SVs
21843              aren't visible in the lower echelons; remove bogus exports from
21844              config.sym; PERL_OBJECT-ness for C++ exception support; null out
21845              IoDIRP in filter_del() or sv_free() will attempt to close it
21846      Branch: perl
21847            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
21848            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
21849            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
21850            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
21851            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
21852            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
21853            ! win32/config.gc win32/config.vc win32/makedef.pl
21854            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
21855            ! win32/win32.c win32/win32.h
21856 ____________________________________________________________________________
21857 [  3386] By: gsar                                  on 1999/05/11  02:49:07
21858         Log: gutsupport for C++ exceptions
21859              From: Chip Salzenberg <chip@perlsupport.com>
21860              Date: Tue, 9 Mar 1999 11:51:57 -0500
21861              Message-ID: <19990309115157.E7911@perlsupport.com>
21862              Subject: [PATCH 5.005] Flexible Exceptions
21863      Branch: perl
21864            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
21865            ! scope.c scope.h thrdvar.h util.c
21866 ____________________________________________________________________________
21867 [  3385] By: gsar                                  on 1999/05/10  19:33:36
21868         Log: "weak" references internals, still needs perlguts documentation
21869              (somewhat modified version of patch suggested by Tuomas J. Lukka
21870              <lukka@fas.harvard.edu>)
21871      Branch: perl
21872            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
21873            ! pod/perldiag.pod proto.h sv.c sv.h util.c
21874 ____________________________________________________________________________
21875 [  3384] By: jhi                                   on 1999/05/10  18:21:43
21876         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
21877              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
21878      Branch: cfgperl
21879            ! INSTALL hints/dec_osf.sh
21880 ____________________________________________________________________________
21881 [  3381] By: jhi                                   on 1999/05/10  14:39:28
21882         Log: Integrate from mainperl.
21883      Branch: cfgperl
21884           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
21885           +> cygwin32/build-instructions.charles-wilson
21886           +> cygwin32/build-instructions.sebastien-barre
21887           +> cygwin32/build-instructions.steven-morlock
21888           +> cygwin32/build-instructions.steven-morlock2
21889           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
21890           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
21891           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
21892           +> t/op/numconvert.t utils/perlbc.PL
21893            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
21894            - cygwin32/perlld
21895           !> (integrate 105 files)
21896 ____________________________________________________________________________
21897 [  3380] By: gsar                                  on 1999/05/10  12:27:14
21898         Log: regen regnodes.h
21899      Branch: perl
21900            ! Changes regnodes.h
21901 ____________________________________________________________________________
21902 [  3379] By: gsar                                  on 1999/05/10  12:17:26
21903         Log: From: jan.dubois@ibm.net (Jan Dubois)
21904              Date: Sat, 01 May 1999 22:55:36 +0200
21905              Message-ID: <373067e9.56194713@smtp1.ibm.net>
21906              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
21907      Branch: perl
21908            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
21909            ! win32/config_H.vc
21910 ____________________________________________________________________________
21911 [  3378] By: gsar                                  on 1999/05/10  12:07:13
21912         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21913              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
21914              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
21915              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
21916      Branch: perl
21917            + t/op/numconvert.t
21918            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
21919            ! util.c
21920 ____________________________________________________________________________
21921 [  3377] By: gsar                                  on 1999/05/10  11:39:48
21922         Log: pp_modulo comment tweak from Ilya
21923      Branch: perl
21924            ! pp.c
21925 ____________________________________________________________________________
21926 [  3376] By: gsar                                  on 1999/05/10  11:30:40
21927         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21928              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
21929              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
21930              Subject: Test.pm update [PATCH _56]
21931      Branch: perl
21932            ! lib/Test.pm
21933 ____________________________________________________________________________
21934 [  3375] By: gsar                                  on 1999/05/10  11:28:30
21935         Log: From: jan.dubois@ibm.net (Jan Dubois)
21936              Date: Fri, 07 May 1999 00:59:54 +0200
21937              Message-ID: <373318ae.19292461@smtp1.ibm.net>
21938              Subject: Re: Using existing memory for an SV's PV 
21939      Branch: perl
21940            ! sv.c
21941 ____________________________________________________________________________
21942 [  3374] By: gsar                                  on 1999/05/10  11:23:44
21943         Log: From: jan.dubois@ibm.net (Jan Dubois)
21944              Date: Fri, 07 May 1999 00:59:52 +0200
21945              Message-ID: <37321800.19118320@smtp1.ibm.net>
21946              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
21947      Branch: perl
21948            ! perl.h
21949 ____________________________________________________________________________
21950 [  3373] By: gsar                                  on 1999/05/10  11:22:10
21951         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21952              Date: Thu, 6 May 1999 18:17:28 -0400
21953              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
21954              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
21955      Branch: perl
21956            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
21957            ! util.c
21958 ____________________________________________________________________________
21959 [  3372] By: gsar                                  on 1999/05/10  10:57:49
21960         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21961              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
21962              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
21963              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
21964      Branch: perl
21965            ! regcomp.c regcomp.pl
21966 ____________________________________________________________________________
21967 [  3371] By: gsar                                  on 1999/05/10  10:54:01
21968         Log: From: lane@duphy4.physics.drexel.edu
21969              Date: Tue, 04 May 1999 10:19:25 -0700
21970              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
21971              Subject: [PATCH 5.005.56] pod->html VMS fixes
21972      Branch: perl
21973            ! installhtml lib/Pod/Html.pm
21974 ____________________________________________________________________________
21975 [  3370] By: gsar                                  on 1999/05/10  10:45:52
21976         Log: testsuite nits
21977      Branch: perl
21978            ! t/lib/io_linenum.t t/op/filetest.t
21979 ____________________________________________________________________________
21980 [  3369] By: gsar                                  on 1999/05/10  10:35:22
21981         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21982              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
21983              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
21984              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
21985      Branch: perl
21986            ! os2/os2ish.h os2/os2thread.h
21987 ____________________________________________________________________________
21988 [  3368] By: gsar                                  on 1999/05/10  10:00:11
21989         Log: From: Albert Dvornik <bert@genscan.com>
21990              Date: 03 May 1999 12:20:57 -0400
21991              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
21992              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
21993      Branch: perl
21994            ! dump.c
21995 ____________________________________________________________________________
21996 [  3367] By: gsar                                  on 1999/05/10  09:55:51
21997         Log: shadow password support for Solaris (needs Configure help to
21998              determine HAS_GETSPENT)
21999              From: "Patrick O'Brien" <pdo@cs.umd.edu>
22000              Date: Sat, 01 May 1999 19:41:17 -0400
22001              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
22002              Subject: getpwent() under solaris
22003      Branch: perl
22004            ! pp_sys.c
22005 ____________________________________________________________________________
22006 [  3366] By: gsar                                  on 1999/05/10  09:45:58
22007         Log: From: jan.dubois@ibm.net (Jan Dubois)
22008              Date: Sat, 01 May 1999 23:45:47 +0200
22009              Message-ID: <373373fb.59284266@smtp1.ibm.net>
22010              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
22011      Branch: perl
22012            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
22013            ! pod/perldelta.pod
22014 ____________________________________________________________________________
22015 [  3365] By: gsar                                  on 1999/05/10  09:34:22
22016         Log: test suite and fix input_line_number()
22017              From: Paul Johnson <pjcj@transeda.com>
22018              Date: Thu, 29 Apr 1999 06:28:14 +0100
22019              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
22020              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
22021      Branch: perl
22022            + t/lib/io_linenum.t
22023            ! MANIFEST ext/IO/lib/IO/Handle.pm
22024 ____________________________________________________________________________
22025 [  3364] By: gsar                                  on 1999/05/10  09:20:56
22026         Log: fix overeager [:foo:] parsing
22027              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22028              Date: Fri, 30 Apr 1999 09:26:18 +0100
22029              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
22030              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
22031      Branch: perl
22032            ! regcomp.c t/op/re_tests
22033 ____________________________________________________________________________
22034 [  3363] By: gsar                                  on 1999/05/10  09:09:21
22035         Log: documentation for Win32 builtins (somewhat modified)
22036              From: jan.dubois@ibm.net (Jan Dubois)
22037              Date: Tue, 30 Mar 1999 08:05:03 +0200
22038              Message-ID: <37006783.1926460@smtp1.ibm.net>
22039              Subject: Re: Issues with build 509 
22040      Branch: perl
22041            + pod/Win32.pod
22042            ! MANIFEST
22043 ____________________________________________________________________________
22044 [  3362] By: gsar                                  on 1999/05/10  08:22:07
22045         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
22046      Branch: perl
22047            ! lib/File/Copy.pm win32/win32.c
22048 ____________________________________________________________________________
22049 [  3361] By: gsar                                  on 1999/05/10  08:11:29
22050         Log: escape ampersands in <pre> sections
22051      Branch: perl
22052            ! Changes lib/Pod/Html.pm
22053 ____________________________________________________________________________
22054 [  3360] By: gsar                                  on 1999/05/10  08:04:14
22055         Log: AIX hints enhancements (threads build, SOCKS support)
22056              From: "David R. Favor" <dfavor@austin.ibm.com>
22057              Date: Wed, 28 Apr 1999 08:45:28 -0500
22058              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
22059              Subject: Working build for AIX + gcc + threading
22060      Branch: perl
22061            ! hints/aix.sh
22062 ____________________________________________________________________________
22063 [  3359] By: gsar                                  on 1999/05/10  07:49:26
22064         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
22065              Date: Tue, 27 Apr 1999 23:47:24 PDT
22066              Message-ID: <19990428064724.95244.qmail@hotmail.com>
22067              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
22068              --
22069              Date: Thu, 29 Apr 1999 18:21:06 -0700
22070              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
22071              Subject: [PATCH 5.005_56] double constants ( C.pm)
22072              --
22073              Date: Mon, 03 May 1999 20:21:31 PDT
22074              Message-ID: <19990504032131.81113.qmail@hotmail.com>
22075              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
22076              --
22077              Date: Thu, 06 May 1999 17:57:09 -0700
22078              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
22079              Subject: Stash.pm
22080      Branch: perl
22081            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
22082            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
22083 ____________________________________________________________________________
22084 [  3358] By: gsar                                  on 1999/05/10  04:39:15
22085         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
22086              From: alexander smishlajev <als@turnhere.com>
22087              Date: Sun, 25 Apr 1999 14:58:29 +0300
22088              Message-ID: <37230365.5F68B460@turnhere.com>
22089              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
22090      Branch: perl
22091            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
22092            + cygwin32/build-instructions.charles-wilson
22093            + cygwin32/build-instructions.sebastien-barre
22094            + cygwin32/build-instructions.steven-morlock
22095            + cygwin32/build-instructions.steven-morlock2
22096            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
22097            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
22098            - cygwin32/perlld
22099            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
22100            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
22101            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
22102            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
22103            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
22104            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
22105 ____________________________________________________________________________
22106 [  3357] By: gsar                                  on 1999/05/10  04:07:07
22107         Log: applied suggested patch, modulo already applied parts
22108              From: Charles Bailey <BAILEY@newman.upenn.edu>
22109              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
22110              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
22111              Subject: [Patch 5.005_56] VMS consolidated patch #2
22112      Branch: perl
22113            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
22114            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
22115            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
22116            ! vms/subconfigure.com vms/test.com vms/vms.c
22117 ____________________________________________________________________________
22118 [  3356] By: gsar                                  on 1999/05/10  03:48:08
22119         Log: applied suggested patch, with win32 and PERL_OBJECT additions
22120              From: Tom Hughes <tom@compton.nu>
22121              Date: Sat, 24 Apr 1999 18:11:59 +0100
22122              Message-ID: <609bdff748.tom@compton.compton.nu>
22123              Subject: ByteLoader patch
22124      Branch: perl
22125            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
22126            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
22127            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
22128            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
22129            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
22130            ! utils/Makefile win32/Makefile win32/makefile.mk
22131 ____________________________________________________________________________
22132 [  3355] By: gsar                                  on 1999/05/10  03:22:49
22133         Log: document 'test' attribute (from Andreas Koenig)
22134      Branch: perl
22135            ! lib/ExtUtils/MakeMaker.pm
22136 ____________________________________________________________________________
22137 [  3354] By: gsar                                  on 1999/05/10  03:12:37
22138         Log: From: pmarquess@bfsec.bt.co.uk
22139              Date: Thu, 22 Apr 1999 23:12:08 +0100
22140              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
22141              Subject: PATCH for small bug in scan_bin
22142      Branch: perl
22143            ! util.c
22144 ____________________________________________________________________________
22145 [  3353] By: gsar                                  on 1999/05/10  02:39:33
22146         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
22147              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
22148      Branch: perl
22149            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
22150            ! win32/win32iop.h
22151 ____________________________________________________________________________
22152 [  3352] By: gsar                                  on 1999/05/09  22:47:39
22153         Log: flush all open output buffers before fork(), exec(), system, qx//
22154              and pipe open() operations, simplifying buffering headaches faced
22155              by users; uses fflush(NULL), which may need Configure test
22156      Branch: perl
22157            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
22158            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
22159 ____________________________________________________________________________
22160 [  3351] By: gsar                                  on 1999/05/09  21:11:51
22161         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
22162              Leroy <jll@skynet.be>)
22163      Branch: perl
22164            ! utils/perlcc.PL
22165 ____________________________________________________________________________
22166 [  3350] By: gsar                                  on 1999/05/09  20:39:11
22167         Log: normalize $^X to full pathname on win32
22168      Branch: perl
22169            ! win32/runperl.c
22170 ____________________________________________________________________________
22171 [  3349] By: gsar                                  on 1999/05/09  20:23:07
22172         Log: allow readline($globref), <$globref> already works
22173      Branch: perl
22174            ! pp_hot.c
22175 ____________________________________________________________________________
22176 [  3348] By: gsar                                  on 1999/05/09  20:00:09
22177         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
22178              <lemburg@online-club.de>)
22179      Branch: perl
22180            ! utils/perldoc.PL
22181 ____________________________________________________________________________
22182 [  3347] By: gsar                                  on 1999/05/09  18:47:21
22183         Log: additions to Thread.pm docs from Tuomas J. Lukka
22184              <lukka@fas.harvard.edu>
22185      Branch: perl
22186            ! ext/Thread/Thread.pm
22187 ____________________________________________________________________________
22188 [  3346] By: gsar                                  on 1999/05/09  18:38:00
22189         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22190              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
22191              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
22192              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
22193      Branch: perl
22194            ! ext/B/B/Xref.pm
22195 ____________________________________________________________________________
22196 [  3345] By: gsar                                  on 1999/05/09  18:22:43
22197         Log: work around mangled archname on win32 while finding privlib/sitelib;
22198              normalize lib paths to forward slashes internally
22199      Branch: perl
22200            ! win32/win32.c
22201 ____________________________________________________________________________
22202 [  3344] By: gsar                                  on 1999/05/09  03:20:06
22203         Log: fix typo in dbm filters that caused odbm.t to fail
22204      Branch: perl
22205            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
22206 ____________________________________________________________________________
22207 [  3343] By: gsar                                  on 1999/05/09  02:02:59
22208         Log: tweak test totals
22209      Branch: perl
22210            ! Changes t/lib/tie-stdhandle.t
22211 ____________________________________________________________________________
22212 [  3342] By: gsar                                  on 1999/05/09  01:42:06
22213         Log: import list propagation busted (pointed out by Ton Hospel
22214              <thospel@mail.dma.be>)
22215      Branch: perl
22216            ! lib/autouse.pm
22217 ____________________________________________________________________________
22218 [  3341] By: gsar                                  on 1999/05/09  00:54:18
22219         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
22220              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
22221      Branch: perl
22222            ! Configure Makefile.SH
22223 ____________________________________________________________________________
22224 [  3340] By: gsar                                  on 1999/05/09  00:40:41
22225         Log: generate manpages for newly added utils
22226      Branch: perl
22227            ! installman
22228 ____________________________________________________________________________
22229 [  3339] By: gsar                                  on 1999/05/09  00:33:50
22230         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22231              Date: Sun, 02 May 1999 17:59:24 +0100
22232              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
22233              Subject: [PATCH] Re: ptr to realloced memory in yylex
22234      Branch: perl
22235            ! toke.c
22236 ____________________________________________________________________________
22237 [  3338] By: jhi                                   on 1999/05/08  22:40:29
22238         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
22239      Branch: cfgperl
22240            ! INSTALL
22241 ____________________________________________________________________________
22242 [  3337] By: jhi                                   on 1999/05/08  22:22:26
22243         Log: Integrate from mainperl.
22244      Branch: cfgperl
22245           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
22246           !> (integrate 54 files)
22247 ____________________________________________________________________________
22248 [  3336] By: gsar                                  on 1999/05/08  21:48:22
22249         Log: make perldoc -f grok nested =items
22250      Branch: perl
22251            ! utils/perldoc.PL
22252 ____________________________________________________________________________
22253 [  3335] By: gsar                                  on 1999/05/08  19:48:11
22254         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
22255      Branch: perl
22256            ! op.c t/lib/fields.t
22257 ____________________________________________________________________________
22258 [  3334] By: gsar                                  on 1999/05/08  19:09:41
22259         Log: update test totals
22260      Branch: perl
22261            ! t/lib/bigintpm.t
22262 ____________________________________________________________________________
22263 [  3333] By: gsar                                  on 1999/05/08  16:56:02
22264         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
22265      Branch: perl
22266            ! pod/perlfunc.pod
22267 ____________________________________________________________________________
22268 [  3332] By: gsar                                  on 1999/05/08  16:46:44
22269         Log: applied suggested patch, added tests
22270              From: William Mann <wmann@avici.com>
22271              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
22272              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
22273              Subject: BigInt.pm extensions for logical operations
22274      Branch: perl
22275            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
22276 ____________________________________________________________________________
22277 [  3331] By: gsar                                  on 1999/05/08  16:09:33
22278         Log: avoid temporary files named 'tmp'
22279      Branch: perl
22280            ! Makefile.SH pp.c
22281 ____________________________________________________________________________
22282 [  3330] By: nick                                  on 1999/05/08  14:16:30
22283         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
22284              Provide Tie::StdHandle
22285              Basic update of docs.
22286      Branch: perl
22287            + t/lib/tie-stdhandle.t
22288            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
22289 ____________________________________________________________________________
22290 [  3329] By: nick                                  on 1999/05/08  12:03:45
22291         Log: Tweaks to open(my $fh,...) stuff
22292      Branch: perl
22293            ! op.c pp.c pp_sys.c t/io/open.t
22294 ____________________________________________________________________________
22295 [  3328] By: nick                                  on 1999/05/08  11:18:42
22296         Log: Bring SDBM_File.xs into line with new typemap
22297      Branch: perl
22298            ! ext/SDBM_File/SDBM_File.xs
22299 ____________________________________________________________________________
22300 [  3327] By: gsar                                  on 1999/05/08  00:07:11
22301         Log: add test case for AUTOLOAD reentrancy fix in change#3279
22302      Branch: perl
22303            ! t/lib/autoloader.t
22304 ____________________________________________________________________________
22305 [  3326] By: nick                                  on 1999/05/07  21:24:50
22306         Log: Implement open( my $fh, ...) and similar.
22307              Set flag in op.c for "constructor ops"
22308              In pp_rv2gv, if flag is set and arg is PADSV and uninit
22309              vivify as reference to a detached GV.
22310              (Name of GV is the pad name.)
22311              This scheme should "just work" for pipe/socket etc. too.
22312              
22313              #if 0 out the open(FH,undef) for now.
22314              Change t/io/open.t to test open(my $fh,...)
22315      Branch: perl
22316            ! op.c pp.c pp_sys.c t/io/open.t
22317 ____________________________________________________________________________
22318 [  3325] By: nick                                  on 1999/05/07  21:18:42
22319         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
22320      Branch: perl
22321            ! util.c
22322 ____________________________________________________________________________
22323 [  3324] By: gsar                                  on 1999/05/07  20:28:31
22324         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
22325              intervening code has to allocate SVs)
22326      Branch: perl
22327            ! util.c
22328 ____________________________________________________________________________
22329 [  3323] By: gsar                                  on 1999/05/07  19:45:08
22330         Log: allow line numbers to show in diagnostics during global destruction
22331      Branch: perl
22332            ! util.c
22333 ____________________________________________________________________________
22334 [  3322] By: gsar                                  on 1999/05/07  09:38:11
22335         Log: From: Dan Sugalski <sugalskd@ous.edu>
22336              Date: Fri, 09 Apr 1999 16:16:39 -0700
22337              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
22338              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
22339      Branch: perl
22340            ! lib/ExtUtils/MM_VMS.pm
22341 ____________________________________________________________________________
22342 [  3321] By: gsar                                  on 1999/05/07  09:08:23
22343         Log: From: kwzh@gnu.org (Karl Heuer)
22344              Date: Wed, 7 Apr 1999 23:58:58 -0400
22345              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
22346              Subject: [perl-5.005.02] detect lack of /dev/tty
22347      Branch: perl
22348            ! Makefile.SH
22349 ____________________________________________________________________________
22350 [  3320] By: gsar                                  on 1999/05/07  08:52:14
22351         Log: allow distinct prefix for versioned executables
22352              From: Roderick Schertler <roderick@argon.org>
22353              Date: Wed, 07 Apr 1999 15:34:56 -0400
22354              Message-ID: <3003.923513696@eeyore.ibcinc.com>
22355              Subject: perl55.00503 -> perl5.00503 patch for installperl
22356      Branch: perl
22357            ! INSTALL installperl
22358 ____________________________________________________________________________
22359 [  3319] By: gsar                                  on 1999/05/07  08:07:02
22360         Log: From: Dan Sugalski <sugalskd@osshe.edu>
22361              Date: Mon, 05 Apr 1999 15:38:42 -0700
22362              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
22363              Subject: Re: chomp fails with $/ in fixed-length record mode
22364              --
22365              From: Roderick Schertler <roderick@argon.org>
22366              Date: Tue, 06 Apr 1999 21:11:37 -0400
22367              Message-ID: <2795.923447497@eeyore.ibcinc.com>
22368              Subject: Re: chomp fails with $/ in fixed-length record mode
22369      Branch: perl
22370            ! doop.c pod/perlfunc.pod t/op/chop.t
22371 ____________________________________________________________________________
22372 [  3318] By: gsar                                  on 1999/05/07  07:56:35
22373         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22374              Date: Tue, 6 Apr 1999 01:40:36 -0400
22375              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
22376              Subject: [PATCH 5.005_*] Make % use fmod()
22377      Branch: perl
22378            ! pp.c t/op/arith.t
22379 ____________________________________________________________________________
22380 [  3317] By: gsar                                  on 1999/05/07  04:18:11
22381         Log: DBM Filters (via private mail)
22382              From: pmarquess@bfsec.bt.co.uk
22383              Date: Sun, 18 Apr 1999 21:05:52 +0100
22384              Message-Id: <199904182009.NAA19152@activestate.com>
22385              Subject: DBM Filters
22386      Branch: perl
22387            + pod/perldbmfilter.pod
22388            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
22389            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
22390            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22391            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
22392            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
22393            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
22394            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
22395            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
22396            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
22397            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
22398            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
22399            ! t/lib/sdbm.t
22400 ____________________________________________________________________________
22401 [  3316] By: gsar                                  on 1999/05/07  03:28:53
22402         Log: avoid negative return value from Win32::GetTickCount()
22403              From: jan.dubois@ibm.net (Jan Dubois)
22404              Date: Sat, 03 Apr 1999 19:04:18 +0200
22405              Message-ID: <37084742.22824479@smtp1.ibm.net>
22406              Subject: Re: Win32::GetTickCount
22407      Branch: perl
22408            ! win32/win32.c
22409 ____________________________________________________________________________
22410 [  3314] By: gsar                                  on 1999/05/06  08:01:23
22411         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
22412              Date: Tue, 30 Mar 1999 23:40:34 PST
22413              Message-ID: <19990331074034.6117.qmail@hotmail.com>
22414              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
22415              --
22416              Date: Wed, 07 Apr 1999 00:28:23 -0800
22417              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
22418              Subject: [PATCH 5.005_56] function prototypes(B.pm)
22419              --
22420              Date: Thu, 22 Apr 1999 23:40:52 -0700
22421              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
22422              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
22423              --
22424              Date: Tue, 27 Apr 1999 01:14:49 PDT
22425              Message-ID: <19990427081449.28615.qmail@hotmail.com>
22426              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
22427      Branch: perl
22428            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
22429            ! t/op/ref.t
22430 ____________________________________________________________________________
22431 [  3313] By: jhi                                   on 1999/05/06  07:59:52
22432         Log: Integrate from mainperl.
22433      Branch: cfgperl
22434           !> (integrate 33 files)
22435 ____________________________________________________________________________
22436 [  3312] By: gsar                                  on 1999/05/06  07:11:50
22437         Log: add Ethiopic section to unicode master database (from Ken
22438              Whistler <kenw@sybase.com>)
22439      Branch: perl
22440            ! lib/unicode/UnicodeData-Latest.txt
22441 ____________________________________________________________________________
22442 [  3311] By: gsar                                  on 1999/05/06  05:37:55
22443         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
22444              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
22445              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
22446              Subject: Largefiles for Solaris
22447      Branch: perl
22448            ! hints/solaris_2.sh
22449 ____________________________________________________________________________
22450 [  3310] By: gsar                                  on 1999/05/06  05:14:35
22451         Log: emit more accurate diagnostic for syntax errors involving <>
22452              within eval""
22453      Branch: perl
22454            ! toke.c utils/perldoc.PL
22455 ____________________________________________________________________________
22456 [  3309] By: gsar                                  on 1999/05/06  04:36:31
22457         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
22458      Branch: perl
22459            ! t/lib/open3.t
22460 ____________________________________________________________________________
22461 [  3308] By: gsar                                  on 1999/05/06  03:19:16
22462         Log: applied first part of suggested patch (bug described cannot be
22463              reproduced any longer, so the second inconclusive part has not
22464              been applied)
22465              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22466              Date: Sun, 28 Mar 1999 04:51:34 +0100
22467              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
22468              Subject: [PATCH 5.005_56] Re: A core dump 
22469      Branch: perl
22470            ! toke.c
22471 ____________________________________________________________________________
22472 [  3307] By: gsar                                  on 1999/05/06  01:56:06
22473         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
22474              change#3180)
22475      Branch: perl
22476            ! op.c
22477 ____________________________________________________________________________
22478 [  3306] By: gsar                                  on 1999/05/05  17:17:34
22479         Log: applied non-conflicting parts of suggested patch
22480              From: Charles Bailey <BAILEY@newman.upenn.edu>
22481              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
22482              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
22483              Subject: [Patch 5.005_56] Revised VMS patch
22484      Branch: perl
22485            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
22486            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
22487 ____________________________________________________________________________
22488 [  3305] By: gsar                                  on 1999/05/05  16:20:19
22489         Log: make perldoc use backslashed pathnames within system() on win32
22490      Branch: perl
22491            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
22492 ____________________________________________________________________________
22493 [  3304] By: gsar                                  on 1999/05/05  07:29:43
22494         Log: upgrade Pod::Parser to v1.081 from CPAN
22495      Branch: perl
22496            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
22497            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
22498            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
22499 ____________________________________________________________________________
22500 [  3303] By: gsar                                  on 1999/05/05  07:02:07
22501         Log: From: Andy Dougherty <doughera@lafayette.edu>
22502              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
22503              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
22504              Subject: [PATCH 5.005_03-MT3] INSTALL patches
22505      Branch: perl
22506            ! INSTALL
22507 ____________________________________________________________________________
22508 [  3302] By: gsar                                  on 1999/05/05  06:55:21
22509         Log: load base packages based on nonexistent $VERSION
22510              From: andreas.koenig@anima.de (Andreas J. Koenig)
22511              Date: 19 Mar 1999 06:00:28 +0100
22512              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
22513              Subject: Re: base.pm flaw
22514      Branch: perl
22515            ! lib/base.pm lib/locale.pm
22516 ____________________________________________________________________________
22517 [  3301] By: gsar                                  on 1999/05/04  05:41:08
22518         Log: pod2man outputs switched date and revision label (fix suggested by
22519              EthanSasiela@mede.com)
22520      Branch: perl
22521            ! pod/pod2man.PL
22522 ____________________________________________________________________________
22523 [  3300] By: gsar                                  on 1999/05/03  18:48:25
22524         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
22525              (makes opendir(D,"c:") work reliably)
22526      Branch: perl
22527            ! win32/win32.c
22528 ____________________________________________________________________________
22529 [  3299] By: gsar                                  on 1999/05/02  19:39:55
22530         Log: add test case for change#3298
22531      Branch: perl
22532            ! sv.c t/op/readdir.t
22533 ____________________________________________________________________________
22534 [  3298] By: gsar                                  on 1999/05/02  19:24:41
22535         Log: close directory handles properly when localized
22536      Branch: perl
22537            ! sv.c
22538 ____________________________________________________________________________
22539 [  3297] By: jhi                                   on 1999/04/30  11:42:14
22540         Log: Integrate from mainperl.
22541      Branch: cfgperl
22542           !> Changes config_h.SH configure.com lib/AutoLoader.pm
22543           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
22544           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
22545           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
22546           !> vms/subconfigure.com win32/win32.c
22547 ____________________________________________________________________________
22548 [  3293] By: chip                                  on 1999/04/29  18:50:49
22549         Log: Fix shebang lines.
22550      Branch: maint-5.004/perl
22551            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
22552            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
22553            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
22554            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
22555            ! x2p/find2perl.PL x2p/s2p.PL
22556 ____________________________________________________________________________
22557 [  3284] By: gsar                                  on 1999/04/27  00:48:42
22558         Log: integrate change#3279 from maint-5.004
22559      Branch: perl
22560            ! lib/AutoLoader.pm
22561 ____________________________________________________________________________
22562 [  3279] By: chip                                  on 1999/04/26  23:09:26
22563         Log: Make &AutoLoad::AUTOLOAD reentrant.
22564      Branch: maint-5.004/perl
22565            ! lib/AutoLoader.pm
22566 ____________________________________________________________________________
22567 [  3276] By: chip                                  on 1999/04/26  22:34:36
22568         Log: Make porting scripts executable.
22569      Branch: maint-5.004/perl
22570            ! Changes Porting/genlog Porting/makerel Porting/p4desc
22571            ! Porting/patchls
22572 ____________________________________________________________________________
22573 [  3274] By: gsar                                  on 1999/04/26  17:30:31
22574         Log: allow embedded null characters in diagnostics
22575      Branch: perl
22576            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
22577 ____________________________________________________________________________
22578 [  3273] By: gsar                                  on 1999/04/26  08:27:22
22579         Log: hand-applied conflicting parts of suggested patch
22580              From: Charles Bailey <BAILEY@newman.upenn.edu>
22581              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
22582              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
22583              Subject: [PATCH 5.005_56] VMS configuration/build
22584      Branch: perl
22585            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
22586            ! vms/munchconfig.c vms/subconfigure.com
22587 ____________________________________________________________________________
22588 [  3272] By: gsar                                  on 1999/04/26  08:25:41
22589         Log: update Changes; tweak minor regressions
22590      Branch: perl
22591            ! Changes lib/AutoSplit.pm lib/File/Path.pm
22592 ____________________________________________________________________________
22593 [  3271] By: gsar                                  on 1999/04/26  07:52:51
22594         Log: integrate change#3229 from maint-5.004
22595      Branch: perl
22596            ! pp_ctl.c util.c
22597 ____________________________________________________________________________
22598 [  3270] By: gsar                                  on 1999/04/25  22:58:27
22599         Log: fix buggy reference count on refs to SVs with autoviv magic
22600              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
22601              accessing free()d memory)
22602      Branch: perl
22603            ! pp.c t/op/ref.t
22604 ____________________________________________________________________________
22605 [  3269] By: gsar                                  on 1999/04/24  17:07:55
22606         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
22607              on win32)
22608      Branch: perl
22609            ! win32/win32.c
22610 ____________________________________________________________________________
22611 [  3268] By: gsar                                  on 1999/04/24  16:38:25
22612         Log: kill dup hunk
22613      Branch: perl
22614            ! config_h.SH
22615 ____________________________________________________________________________
22616 [  3267] By: gsar                                  on 1999/04/24  16:35:57
22617         Log: integrate cfgperl changes into mainline
22618      Branch: perl
22619           +> myconfig.SH
22620            - myconfig
22621            ! pod/perlre.pod
22622           !> (integrate 38 files)
22623 ____________________________________________________________________________
22624 [  3266] By: jhi                                   on 1999/04/23  18:42:44
22625         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22626              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
22627              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
22628              Cc: Lionel Cons <lionel.cons@cern.ch>,
22629              Ilya Zakharevich <ilya@math.ohio-state.edu>,
22630              David Hayes <david@bdel.com>
22631              Subject: [PATCH] h2ph
22632              Date: Fri, 23 Apr 1999 12:37:23 -0400
22633              Message-ID: <19990423123723.A49550@O2.chapin.edu>
22634      Branch: cfgperl
22635            ! utils/h2ph.PL
22636 ____________________________________________________________________________
22637 [  3265] By: jhi                                   on 1999/04/21  18:17:12
22638         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
22639              To: perlbug@perl.org
22640              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
22641              Date: Wed, 21 Apr 1999 08:17:54 -0700
22642              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
22643      Branch: cfgperl
22644            ! vms/descrip_mms.template
22645 ____________________________________________________________________________
22646 [  3264] By: jhi                                   on 1999/04/20  08:50:54
22647         Log: From: Andy Dougherty <doughera@lafayette.edu>
22648              To: The Perl Porters Mailing List <perl5-porters@perl.org>
22649              Subject: [PATCH 5.005_56] Re: 5.006 Todo
22650              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
22651              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
22652      Branch: cfgperl
22653            ! Porting/pumpkin.pod
22654 ____________________________________________________________________________
22655 [  3263] By: jhi                                   on 1999/04/20  08:05:01
22656         Log: From: Chip Salzenberg <chip@perlsupport.com>
22657              To: Perl 5 Porters <perl5-porters@perl.org>
22658              Subject: [PATCH 5.005_56] Configure: $sig_count
22659              Date: Sun, 18 Apr 1999 17:54:36 -0400
22660              Message-ID: <19990418175436.A27496@perlsupport.com>
22661      Branch: cfgperl
22662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22663            ! config_h.SH
22664 ____________________________________________________________________________
22665 [  3262] By: jhi                                   on 1999/04/19  18:23:50
22666         Log: Subject: PATCH wrong faq reference in perlbook.pod
22667              From: Robin Barker <rmb1@cise.npl.co.uk>
22668              To: perlbug@perl.com
22669              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
22670              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
22671      Branch: cfgperl
22672            ! pod/perlbook.pod
22673 ____________________________________________________________________________
22674 [  3261] By: jhi                                   on 1999/04/15  13:59:04
22675         Log: From: Andy Dougherty <doughera@lafayette.edu>
22676              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
22677              Cc: Perl Porters <perl5-porters@perl.org>
22678              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
22679              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
22680              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
22681      Branch: cfgperl
22682            ! hints/solaris_2.sh
22683 ____________________________________________________________________________
22684 [  3260] By: jhi                                   on 1999/04/15  13:56:53
22685         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
22686              To: pumpkings@jhereg.perl.com
22687              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
22688              Date: Thu, 15 Apr 1999 07:13:41 -0600
22689              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
22690      Branch: cfgperl
22691            ! pod/perldata.pod
22692 ____________________________________________________________________________
22693 [  3259] By: jhi                                   on 1999/04/13  23:12:52
22694         Log: LDLIBPTH also on 'clean' targets.
22695      Branch: cfgperl
22696            ! Makefile.SH
22697 ____________________________________________________________________________
22698 [  3258] By: jhi                                   on 1999/04/13  21:38:46
22699         Log: Add information about the two DEC C compiler optimizer bugs
22700              (what patch levels of the compilers fix them).
22701      Branch: cfgperl
22702            ! pp.c t/op/repeat.t
22703 ____________________________________________________________________________
22704 [  3257] By: jhi                                   on 1999/04/13  14:25:08
22705         Log: Be polite about ccdlflags and lddflags, too.
22706              Avoid Perl's malloc only when threaded.
22707      Branch: cfgperl
22708            ! hints/aix.sh
22709 ____________________________________________________________________________
22710 [  3256] By: jhi                                   on 1999/04/13  10:21:33
22711         Log: Croak if no known ways to semctl() (don't assume union semun).
22712      Branch: cfgperl
22713            ! doio.c perl.h
22714 ____________________________________________________________________________
22715 [  3255] By: jhi                                   on 1999/04/13  09:10:26
22716         Log: From: Dan Sugalski <sugalskd@osshe.edu>
22717              To: perl5-porters@perl.org, vmsperl@perl.org
22718              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
22719              Date: Mon, 12 Apr 1999 13:36:48 -0700
22720              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
22721      Branch: cfgperl
22722            ! lib/ExtUtils/MM_VMS.pm
22723 ____________________________________________________________________________
22724 [  3254] By: jhi                                   on 1999/04/13  06:56:26
22725         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22726              To: perlbug@perl.com
22727              Subject: Update for OpenBSD hints
22728              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
22729              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
22730      Branch: cfgperl
22731            ! hints/openbsd.sh
22732 ____________________________________________________________________________
22733 [  3229] By: chip                                  on 1999/04/13  04:04:14
22734         Log: Preserve errno from importunities of sfio.
22735      Branch: maint-5.004/perl
22736            ! pp_ctl.c util.c
22737 ____________________________________________________________________________
22738 [  3226] By: jhi                                   on 1999/04/11  12:52:26
22739         Log: If both ways to call semctl are broken,    skip the tests.
22740      Branch: cfgperl
22741            ! t/lib/ipc_sysv.t
22742 ____________________________________________________________________________
22743 [  3225] By: jhi                                   on 1999/04/10  22:27:28
22744         Log: From: Andy Dougherty <doughera@lafayette.edu>
22745              To: dsembr01@ox.slug.louisville.edu
22746              Cc: perlbug@perl.com
22747              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
22748              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
22749              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
22750      Branch: cfgperl
22751            ! ext/POSIX/POSIX.xs
22752 ____________________________________________________________________________
22753 [  3224] By: jhi                                   on 1999/04/09  18:50:32
22754         Log: From: Andy Dougherty <doughera@lafayette.edu>
22755              To: Perl Porters <perl5-porters@perl.org>
22756              Subject: [PATCH 5.005_56] Re: prefix= in hints
22757              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
22758              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
22759              
22760              (Overrides change #3204 from Kurt)
22761      Branch: cfgperl
22762            ! hints/linux.sh
22763 ____________________________________________________________________________
22764 [  3223] By: jhi                                   on 1999/04/09  18:37:55
22765         Log: Understand Apollo's //node notation.
22766              
22767              From: Johann Klasek <jk@auto.tuwien.ac.at>
22768              To: jhi@iki.fi
22769              Subject: Re: DomainPerl
22770              Date: Fri, 9 Apr 1999 18:21:37 +0200
22771              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
22772      Branch: cfgperl
22773            ! lib/Cwd.pm
22774 ____________________________________________________________________________
22775 [  3220] By: jhi                                   on 1999/04/04  16:33:49
22776         Log: Integrate from mainperl.
22777      Branch: cfgperl
22778           !> (integrate 39 files)
22779 ____________________________________________________________________________
22780 [  3219] By: gsar                                  on 1999/04/04  02:48:17
22781         Log: tweak previous change
22782      Branch: maint-5.005/perl
22783            ! win32/win32.c
22784 ____________________________________________________________________________
22785 [  3218] By: gsar                                  on 1999/04/04  02:44:47
22786         Log: be careful about extending the stack for the Win32:: builtins
22787      Branch: maint-5.005/perl
22788            ! win32/win32.c
22789 ____________________________________________________________________________
22790 [  3217] By: gsar                                  on 1999/04/04  01:59:26
22791         Log: correct places that said newSVpv() when they meant newSVpvn()
22792      Branch: perl
22793            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
22794            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
22795            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22796            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
22797            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
22798            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
22799            ! win32/win32.c
22800 ____________________________________________________________________________
22801 [  3216] By: gsar                                  on 1999/04/03  23:58:27
22802         Log: avoid duplicate code
22803      Branch: perl
22804            ! sv.c
22805 ____________________________________________________________________________
22806 [  3215] By: gsar                                  on 1999/04/03  23:14:34
22807         Log: grow PL_tmps_stack more efficiently; make it more amenable to
22808              STRESS_REALLOC testing
22809      Branch: perl
22810            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
22811            ! sv.c
22812 ____________________________________________________________________________
22813 [  3214] By: gsar                                  on 1999/04/03  21:01:09
22814         Log: scrounge and save three extra branches in pp_entersub()
22815      Branch: perl
22816            ! cv.h pp_ctl.c pp_hot.c
22817 ____________________________________________________________________________
22818 [  3213] By: gsar                                  on 1999/04/03  17:43:23
22819         Log: remove duplicate code and an extra branch in sv_setsv() and
22820              other hot code by making SvTHINKFIRST() think about FAKE SVs
22821      Branch: perl
22822            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
22823            ! proto.h scope.c sv.c sv.h
22824 ____________________________________________________________________________
22825 [  3212] By: jhi                                   on 1999/04/03  16:20:09
22826         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
22827              
22828              From: John Bley <jbb6@acpub.duke.edu>
22829              To: perlbug@perl.org
22830              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
22831              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
22832              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
22833      Branch: cfgperl
22834            ! doio.c pp_sys.c
22835 ____________________________________________________________________________
22836 [  3211] By: jhi                                   on 1999/04/03  13:27:26
22837         Log: Change #3210 was rather unportable.  This is better.
22838      Branch: cfgperl
22839            ! Configure config_h.SH
22840 ____________________________________________________________________________
22841 [  3210] By: jhi                                   on 1999/04/03  13:16:20
22842         Log: Avoid Digital UNIX' ksh.
22843              
22844              From: Jarkko Hietaniemi <jhi@iki.fi> 
22845              To: Henrik Tougaard <ht000@siberut.foa.dk> 
22846              Cc: perlbug@perl.com, ht000@foa.dk 
22847              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
22848              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
22849              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
22850      Branch: cfgperl
22851            ! Configure config_h.SH
22852 ____________________________________________________________________________
22853 [  3209] By: jhi                                   on 1999/04/03  12:49:04
22854         Log: Integrate from mainperl.
22855      Branch: cfgperl
22856           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
22857 ____________________________________________________________________________
22858 [  3208] By: jhi                                   on 1999/04/03  12:27:24
22859         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
22860              
22861              From: Lionel Cons <lionel.cons@cern.ch>
22862              To: jhi@iki.fi
22863              Cc: perlbug@perl.com, kstar@isinet.com,
22864              Philippe Defert <philippe.defert@cern.ch>
22865              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
22866              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
22867              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
22868      Branch: cfgperl
22869            ! hints/irix_6.sh
22870 ____________________________________________________________________________
22871 [  3207] By: jhi                                   on 1999/04/03  12:20:21
22872         Log: Be polite about usemymalloc.
22873      Branch: cfgperl
22874            ! hints/aix.sh
22875 ____________________________________________________________________________
22876 [  3206] By: gsar                                  on 1999/04/02  23:31:59
22877         Log: a typo in change#3205
22878      Branch: perl
22879            ! t/lib/bigfloatpm.t
22880 ____________________________________________________________________________
22881 [  3205] By: gsar                                  on 1999/04/02  23:20:31
22882         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
22883              returns NaNs faithfully)
22884      Branch: perl
22885            ! t/lib/bigfloatpm.t
22886 ____________________________________________________________________________
22887 [  3204] By: jhi                                   on 1999/04/02  22:03:23
22888         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
22889              
22890              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22891              To: perl5-porters@perl.org
22892              Subject: linux hints nit
22893              Date: Fri, 2 Apr 1999 16:49:47 -0500
22894              Message-ID: <19990402164947.E80926@O2.chapin.edu>
22895      Branch: cfgperl
22896            ! hints/linux.sh
22897 ____________________________________________________________________________
22898 [  3203] By: jhi                                   on 1999/04/02  22:00:56
22899         Log: Display exact glibc version in Linux. 
22900              
22901              From: Andy Dougherty <doughera@lafayette.edu>
22902              To: Perl Porters <perl5-porters@perl.org>
22903              Subject: Displaying glibc version on Linux
22904              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
22905              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
22906      Branch: cfgperl
22907            ! hints/linux.sh
22908 ____________________________________________________________________________
22909 [  3202] By: gsar                                  on 1999/04/02  21:23:18
22910         Log: various little goofs
22911      Branch: perl
22912            ! Changes Makefile.SH README installperl
22913 ____________________________________________________________________________
22914 [  3201] By: jhi                                   on 1999/04/02  13:13:39
22915         Log: Configure regen.
22916              
22917              Add llseek + offset_t probing.
22918              Change CONFIG to CONFIGDOTSH.
22919              'unset foo' is unportable, use foo=''.
22920      Branch: cfgperl
22921            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
22922            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
22923            ! perl_exp.SH writemain.SH
22924 ____________________________________________________________________________
22925 [  3200] By: jhi                                   on 1999/04/02  12:06:22
22926         Log: Introduce myconfig.SH.
22927              
22928              From: Andy Dougherty <doughera@lafayette.edu>
22929              To: Jarkko Hietaniemi <jhi@iki.fi>
22930              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
22931              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
22932              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
22933              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
22934      Branch: cfgperl
22935            + myconfig.SH
22936            - myconfig
22937            ! MANIFEST
22938 ____________________________________________________________________________
22939 [  3195] By: jhi                                   on 1999/03/28  16:42:54
22940         Log: Update perlhist on 5_03.
22941      Branch: maint-5.005/perl
22942            ! pod/perlhist.pod
22943 ____________________________________________________________________________
22944 [  3194] By: jhi                                   on 1999/03/28  12:30:01
22945         Log: Integrate from mainperl.
22946      Branch: cfgperl
22947           +> t/op/grep.t
22948            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
22949            ! t/lib/bigintpm.t
22950           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
22951           !> t/lib/thread.t
22952 ____________________________________________________________________________
22953 [  3189] By: gsar                                  on 1999/03/28  08:22:00
22954         Log: various pod niggles
22955      Branch: maint-5.005/perl
22956            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
22957            ! pod/perlfunc.pod pod/perlhist.pod
22958 ____________________________________________________________________________
22959 [  3187] By: gsar                                  on 1999/03/28  07:31:16
22960         Log: regularize CAPI declarations (CAPI extensions now build under
22961              the Borland compiler)
22962      Branch: maint-5.005/perl
22963            ! win32/GenCAPI.pl
22964 ____________________________________________________________________________
22965 [  3186] By: gsar                                  on 1999/03/28  07:26:33
22966         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
22967              -DPERL_CAPI
22968      Branch: maint-5.005/perl
22969            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
22970 ____________________________________________________________________________
22971 [  3183] By: gsar                                  on 1999/03/28  06:00:46
22972         Log: update p4 utility to ignore non-text files
22973      Branch: perl
22974            ! Porting/p4desc
22975 ____________________________________________________________________________
22976 [  3181] By: gsar                                  on 1999/03/28  03:37:23
22977         Log: integrate change#3179 from maint-5.005
22978      Branch: perl
22979           !> ext/Thread/Thread.xs t/lib/thread.t
22980 ____________________________________________________________________________
22981 [  3180] By: gsar                                  on 1999/03/28  02:28:20
22982         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
22983              (sometimes caused bizarreness in the BLOCK)
22984      Branch: perl
22985            + t/op/grep.t
22986            ! MANIFEST op.c
22987 ____________________________________________________________________________
22988 [  3179] By: gsar                                  on 1999/03/28  02:14:04
22989         Log: fix thread segfault when passing large number of arguments to child
22990              a la C<Thread->new($foo, 1..1000)>
22991      Branch: maint-5.005/perl
22992            ! ext/Thread/Thread.xs t/lib/thread.t
22993 ____________________________________________________________________________
22994 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
22995         Log: fix $Config{'usethreads'} typo in perlthrtut
22996              
22997              From: Ian Maloney <szhmf9@wsblob.ubs.com>
22998              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
22999              Message-Id: <199903251540.QAA02439@wsblob.>
23000              Subject: perlthrtut documentation error
23001      Branch: maint-5.005/perl
23002            ! pod/perlthrtut.pod
23003 ____________________________________________________________________________
23004 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
23005         Log: Update Test.pm to VERSION 1.122 from CPAN
23006      Branch: maint-5.005/perl
23007            ! lib/Test.pm
23008 ____________________________________________________________________________
23009 [  3171] By: jhi                                   on 1999/03/26  22:38:28
23010         Log: Integrate from mainperl.
23011      Branch: cfgperl
23012           !> (integrate 37 files)
23013 ____________________________________________________________________________
23014 [  3170] By: gsar                                  on 1999/03/26  01:30:25
23015         Log: specify type of bracket in "Unmatched bracket" diagnostic;
23016              prefer 'brace' or 'curly bracket' over 'curly brace'
23017      Branch: perl
23018            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
23019            ! t/op/misc.t t/op/re_tests toke.c
23020 ____________________________________________________________________________
23021 [  3169] By: gsar                                  on 1999/03/26  00:50:51
23022         Log: better description of "Integer overflow" diagnostic
23023      Branch: perl
23024            ! pod/perldiag.pod
23025 ____________________________________________________________________________
23026 [  3168] By: gsar                                  on 1999/03/25  11:02:46
23027         Log: applied needful parts of suggested patch
23028              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
23029              Date: Tue, 23 Mar 1999 16:21:43 -0800
23030              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
23031              Subject: [PATCH 5.005_56] pp_formline correction
23032      Branch: perl
23033            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
23034 ____________________________________________________________________________
23035 [  3167] By: gsar                                  on 1999/03/25  10:39:02
23036         Log: clarify what a "comment" means (due to Mark-Jason Dominus
23037              <mjd@plover.com>)
23038      Branch: perl
23039            ! pod/perlsyn.pod
23040 ____________________________________________________________________________
23041 [  3166] By: gsar                                  on 1999/03/25  10:33:18
23042         Log: describe current behavior on local($foo{nothere}) (suggested by
23043              Lionel Cons <lionel.cons@cern.ch>)
23044      Branch: perl
23045            ! pod/perlsub.pod
23046 ____________________________________________________________________________
23047 [  3165] By: gsar                                  on 1999/03/25  06:21:05
23048         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
23049              <vishalb@hotmail.com>)
23050      Branch: perl
23051            ! ext/B/B/C.pm
23052 ____________________________________________________________________________
23053 [  3164] By: gsar                                  on 1999/03/25  06:17:27
23054         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
23055              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
23056              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
23057              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
23058      Branch: perl
23059            ! ext/B/B.xs op.h opcode.pl
23060 ____________________________________________________________________________
23061 [  3163] By: gsar                                  on 1999/03/25  06:15:49
23062         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
23063              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
23064              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
23065              Subject: [PATCH _56] B::Deparse 0.57
23066              --
23067              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
23068              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
23069              Subject: Re: [PATCH _56] B::Deparse 0.57 
23070      Branch: perl
23071            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
23072 ____________________________________________________________________________
23073 [  3162] By: gsar                                  on 1999/03/25  06:11:46
23074         Log: fix a few places that said 'int', but meant 'STRLEN'
23075      Branch: perl
23076            ! pod/perlguts.pod proto.h sv.c
23077 ____________________________________________________________________________
23078 [  3161] By: gsar                                  on 1999/03/25  06:01:18
23079         Log: From: Russ Allbery <rra@stanford.edu>
23080              Date: 22 Mar 1999 04:26:26 -0800
23081              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
23082              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
23083      Branch: perl
23084            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
23085            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
23086            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
23087            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
23088 ____________________________________________________________________________
23089 [  3160] By: gsar                                  on 1999/03/25  02:26:31
23090         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
23091      Branch: perl
23092            ! opcode.h opcode.pl
23093 ____________________________________________________________________________
23094 [  3159] By: gsar                                  on 1999/03/25  02:18:17
23095         Log: add statement-modifier loops to :base_loop class
23096      Branch: perl
23097            ! ext/Opcode/Opcode.pm
23098 ____________________________________________________________________________
23099 [  3158] By: gsar                                  on 1999/03/25  00:36:57
23100         Log: integrate changes#3105,3130,3154 from maint-5.005
23101      Branch: perl
23102           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
23103 ____________________________________________________________________________
23104 [  3157] By: gsar                                  on 1999/03/25  00:24:17
23105         Log: remove bogus panic()
23106      Branch: perl
23107            ! Changes lib/Math/BigFloat.pm
23108 ____________________________________________________________________________
23109 [  3156] By: jhi                                   on 1999/03/24  22:43:43
23110         Log: Integrate from mainperl.
23111      Branch: cfgperl
23112           +> (branch 38 files)
23113           !> (integrate 68 files)
23114 ____________________________________________________________________________
23115 [  3155] By: jhi                                   on 1999/03/24  22:12:17
23116         Log: Configure regenerated because of changes #3130/#3154 and #3147.
23117      Branch: cfgperl
23118            ! Configure config_h.SH
23119 ____________________________________________________________________________
23120 [  3154] By: jhi                                   on 1999/03/24  21:40:51
23121         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
23122              based on suggestions from Andy Dougherty.
23123      Branch: maint-5.005/perl
23124            ! INSTALL
23125 ____________________________________________________________________________
23126 [  3153] By: gsar                                  on 1999/03/24  10:38:05
23127         Log: applied suggested patch, modulo superceded parts
23128              From: Charles Bailey <BAILEY@newman.upenn.edu>
23129              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
23130              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
23131              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
23132      Branch: perl
23133            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
23134            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
23135            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
23136            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
23137 ____________________________________________________________________________
23138 [  3152] By: gsar                                  on 1999/03/24  10:30:51
23139         Log: applied suggested patch, modulo superceded parts
23140              From: Charles Bailey <BAILEY@newman.upenn.edu>
23141              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
23142              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
23143              Subject: [PATCH 5.005_56] Miscellaneous small fixes
23144      Branch: perl
23145            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
23146            ! lib/File/Basename.pm
23147 ____________________________________________________________________________
23148 [  3151] By: gsar                                  on 1999/03/24  10:15:00
23149         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
23150      Branch: perl
23151            ! pod/perlop.pod
23152 ____________________________________________________________________________
23153 [  3150] By: gsar                                  on 1999/03/24  10:09:13
23154         Log: missing integration in previous change
23155      Branch: perl
23156           !> README.apollo
23157 ____________________________________________________________________________
23158 [  3149] By: gsar                                  on 1999/03/24  10:06:44
23159         Log: integrate changes#3116,3119 from maint-5.005
23160      Branch: perl
23161            + README.apollo
23162           +> apollo/netinet/in.h
23163           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
23164 ____________________________________________________________________________
23165 [  3148] By: gsar                                  on 1999/03/24  10:01:56
23166         Log: integrate changes#3091-3094 from maint-5.005
23167      Branch: perl
23168           !> README.hurd vms/subconfigure.com vos/config.h
23169           !> vos/config_h.SH_orig
23170 ____________________________________________________________________________
23171 [  3147] By: gsar                                  on 1999/03/24  09:31:49
23172         Log: warn about newfangled vfork() caveats
23173      Branch: perl
23174            ! Configure
23175 ____________________________________________________________________________
23176 [  3146] By: jhi                                   on 1999/03/24  09:20:14
23177         Log: Bring in changes #2808 and #2812 (from mainline perl)
23178              that enhance the perlbug checklist.
23179      Branch: maint-5.005/perl
23180            ! utils/perlbug.PL
23181 ____________________________________________________________________________
23182 [  3145] By: gsar                                  on 1999/03/24  08:37:02
23183         Log: integrate change#3115 from maint-5.005
23184      Branch: perl
23185           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23186           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
23187 ____________________________________________________________________________
23188 [  3144] By: gsar                                  on 1999/03/24  08:33:59
23189         Log: add note about map in scalar context
23190      Branch: perl
23191            ! pod/perlfunc.pod
23192 ____________________________________________________________________________
23193 [  3143] By: gsar                                  on 1999/03/24  08:25:59
23194         Log: doc tweak
23195      Branch: perl
23196            ! lib/Time/Local.pm
23197 ____________________________________________________________________________
23198 [  3142] By: gsar                                  on 1999/03/24  08:20:37
23199         Log: applied suggested patch, modulo bogus hunk
23200              From: "Vishal Bhatia" <vishalb@hotmail.com>
23201              Date: Thu, 11 Mar 1999 07:40:27 PST
23202              Message-ID: <19990311154027.25891.qmail@hotmail.com>
23203              Subject: [PATCH 5.005_56] Minor fixes in perlcc
23204      Branch: perl
23205            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
23206 ____________________________________________________________________________
23207 [  3141] By: gsar                                  on 1999/03/24  08:06:12
23208         Log: integrate change#3104 from maint-5.005
23209      Branch: perl
23210           !> README.os390 t/lib/posix.t
23211 ____________________________________________________________________________
23212 [  3140] By: gsar                                  on 1999/03/24  06:34:56
23213         Log: fix failure of C<&locked_sub;> under -Dusethreads
23214      Branch: perl
23215            ! pp_hot.c t/lib/thread.t
23216 ____________________________________________________________________________
23217 [  3139] By: gsar                                  on 1999/03/24  05:52:00
23218         Log: debugger tweak (wasn't printing a newline after recalled commands)
23219      Branch: perl
23220            ! lib/perl5db.pl
23221 ____________________________________________________________________________
23222 [  3138] By: gsar                                  on 1999/03/24  05:33:28
23223         Log: document OO exceptions (based on a suggestion by Andreas Koenig
23224              <andreas.koenig@anima.de>)
23225      Branch: perl
23226            ! pod/perlfunc.pod
23227 ____________________________________________________________________________
23228 [  3137] By: gsar                                  on 1999/03/24  02:50:20
23229         Log: better "Illegal %s digit ignored" warnings
23230      Branch: perl
23231            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
23232            ! toke.c util.c
23233 ____________________________________________________________________________
23234 [  3136] By: gsar                                  on 1999/03/24  02:26:38
23235         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
23236      Branch: perl
23237            + t/pragma/utf8.t
23238            ! regcomp.c
23239 ____________________________________________________________________________
23240 [  3135] By: gsar                                  on 1999/03/24  01:29:09
23241         Log: flip release & version in win32_uname()
23242      Branch: perl
23243            ! win32/win32.c
23244 ____________________________________________________________________________
23245 [  3134] By: gsar                                  on 1999/03/24  01:08:33
23246         Log: support POSIX::uname() via win32_uname()
23247      Branch: perl
23248            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
23249            ! win32/config.gc win32/config.vc win32/config_H.bc
23250            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
23251            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23252 ____________________________________________________________________________
23253 [  3133] By: gsar                                  on 1999/03/23  22:20:10
23254         Log: From: jan.dubois@ibm.net (Jan Dubois)
23255              Date: Sat, 06 Mar 1999 21:42:56 +0100
23256              Message-ID: <36e49281.50337171@smtp1.ibm.net>
23257              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
23258      Branch: perl
23259            ! pod/perldelta.pod
23260 ____________________________________________________________________________
23261 [  3132] By: gsar                                  on 1999/03/23  22:17:45
23262         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
23263              Date: Sat, 06 Mar 1999 17:50:49 +0100
23264              Message-ID: <36e25209.33833760@smtp1.ibm.net>
23265              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
23266              --
23267              Date: Sat, 06 Mar 1999 18:15:00 +0100
23268              Message-ID: <36e36222.37954195@smtp1.ibm.net>
23269              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
23270      Branch: perl
23271            + t/lib/filefunc.t
23272            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
23273            ! pod/perldelta.pod pod/perlmodlib.pod
23274 ____________________________________________________________________________
23275 [  3131] By: gsar                                  on 1999/03/23  22:07:59
23276         Log: integrate cfgperl changes into mainline
23277      Branch: perl
23278           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
23279           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
23280           !> installperl malloc.c perl.c perl.h pod/perl.pod
23281           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
23282 ____________________________________________________________________________
23283 [  3130] By: jhi                                   on 1999/03/23  22:02:23
23284         Log: Don't use config.msg to remind about the
23285              LD_LIBRARY_PATH because Makefile.SH takes
23286              care of that.
23287              
23288              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
23289              This used to be the default but in some MT or another it
23290              was dropped because of some transient error or another.
23291      Branch: maint-5.005/perl
23292            ! Configure hints/dec_osf.sh
23293 ____________________________________________________________________________
23294 [  3129] By: gsar                                  on 1999/03/23  21:38:03
23295         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
23296              to size    and better maintainability)
23297      Branch: perl
23298            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
23299            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
23300            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
23301            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
23302            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
23303            + t/pod/include.xr t/pod/included.t t/pod/included.xr
23304            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
23305            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
23306            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
23307            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
23308            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
23309            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
23310            ! win32/Makefile win32/makefile.mk win32/pod.mak
23311 ____________________________________________________________________________
23312 [  3128] By: jhi                                   on 1999/03/23  10:14:54
23313         Log: Integrate from mainperl.
23314      Branch: cfgperl
23315           !> (integrate 46 files)
23316 ____________________________________________________________________________
23317 [  3127] By: gsar                                  on 1999/03/23  06:57:30
23318         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
23319              Date: Thu, 4 Mar 1999 10:54:01 -0800
23320              Message-Id: <9903041854.AA46868@frc0000>
23321              Subject: patch for useless Math::BigInt warnings
23322      Branch: perl
23323            ! lib/Math/BigInt.pm
23324 ____________________________________________________________________________
23325 [  3126] By: gsar                                  on 1999/03/23  05:54:37
23326         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
23327              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23328              Date: Fri, 19 Feb 1999 15:47:59 -0500
23329              Message-ID: <19990219154759.A32350@O2.chapin.edu>
23330              Subject: [PATCH] OSF/1 hints
23331      Branch: perl
23332            ! hints/dec_osf.sh
23333 ____________________________________________________________________________
23334 [  3125] By: gsar                                  on 1999/03/23  00:56:38
23335         Log: avoid typeglob persistence in pp_readline()
23336      Branch: perl
23337            ! sv.c t/op/gv.t
23338 ____________________________________________________________________________
23339 [  3124] By: gsar                                  on 1999/03/22  21:12:23
23340         Log: update copyright years
23341      Branch: perl
23342            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
23343            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
23344            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
23345            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
23346            ! sv.c sv.h toke.c utf8.c utf8.h util.c
23347 ____________________________________________________________________________
23348 [  3123] By: gsar                                  on 1999/03/22  07:07:06
23349         Log: implement win32_spawnvp() internally, making it return true PIDs
23350              for asynchronous spawns; fix win32_kill() to always deal with
23351              PIDs
23352      Branch: perl
23353            ! win32/win32.c win32/win32.h
23354 ____________________________________________________________________________
23355 [  3122] By: jhi                                   on 1999/03/19  21:12:14
23356         Log: Describe the new Benchmark feature in more detail.
23357      Branch: cfgperl
23358            ! pod/perldelta.pod
23359      Branch: maint-5.005/perl
23360            ! pod/perldelta.pod
23361 ____________________________________________________________________________
23362 [  3121] By: jhi                                   on 1999/03/19  08:16:12
23363         Log: AVAILABILITY tuning.
23364      Branch: cfgperl
23365            ! pod/perl.pod
23366      Branch: maint-5.005/perl
23367            ! pod/perl.pod
23368 ____________________________________________________________________________
23369 [  3120] By: jhi                                   on 1999/03/17  14:52:17
23370         Log: Rhapsody change assumed too much.
23371      Branch: cfgperl
23372            ! t/op/stat.t
23373 ____________________________________________________________________________
23374 [  3119] By: jhi                                   on 1999/03/17  14:33:43
23375         Log: More Apollo fixes.
23376      Branch: maint-5.005/perl
23377            ! README.apollo hints/apollo.sh t/lib/io_udp.t
23378 ____________________________________________________________________________
23379 [  3118] By: jhi                                   on 1999/03/16  17:23:39
23380         Log: Nada.
23381      Branch: maint-5.005/perl
23382            ! README.apollo
23383 ____________________________________________________________________________
23384 [  3117] By: jhi                                   on 1999/03/16  17:18:49
23385         Log: Apollo DomainOS AVAILABILITY.
23386      Branch: cfgperl
23387            ! pod/perl.pod
23388      Branch: maint-5.005/perl
23389            ! pod/perl.pod
23390 ____________________________________________________________________________
23391 [  3116] By: jhi                                   on 1999/03/16  17:14:00
23392         Log: Apollo DomainOS patch
23393              From: Johann Klasek <jk@auto.tuwien.ac.at>
23394              Subject: Re: DomainPerl
23395              Date: Tue, 16 Mar 1999 17:46:32 +0100
23396              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
23397      Branch: maint-5.005/perl
23398            + README.apollo apollo/netinet/in.h
23399            ! MANIFEST hints/apollo.sh
23400 ____________________________________________________________________________
23401 [  3115] By: jhi                                   on 1999/03/16  14:23:54
23402         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
23403              To: Gurusamy Sarathy <gsar@activestate.com>,
23404              Graham Barr <gbarr@pobox.com>
23405              Cc: Perl5 Porters <perl5-porters@perl.org>,
23406              "Paul.Marquess" <Paul.Marquess@btinternet.com>
23407              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
23408              Date: Sun, 14 Mar 1999 14:43:57 -0000
23409              Message-Id: <199903141841.NAA17040@defender.perl.org>
23410      Branch: maint-5.005/perl
23411            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23412            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
23413 ____________________________________________________________________________
23414 [  3114] By: jhi                                   on 1999/03/16  12:42:20
23415         Log: Mention Rhapsody in 5.005_5X perldelta,
23416              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
23417              *planned* AVAILABILITY.
23418      Branch: cfgperl
23419            ! pod/perl.pod pod/perldelta.pod
23420      Branch: maint-5.005/perl
23421            ! pod/perl.pod
23422 ____________________________________________________________________________
23423 [  3113] By: jhi                                   on 1999/03/16  10:38:53
23424         Log: perldelta niggling.
23425      Branch: cfgperl
23426            ! pod/perldelta.pod
23427      Branch: maint-5.005/perl
23428            ! pod/perldelta.pod
23429 ____________________________________________________________________________
23430 [  3112] By: jhi                                   on 1999/03/16  10:35:21
23431         Log: Integrate from mainperl.
23432      Branch: cfgperl
23433           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
23434           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
23435 ____________________________________________________________________________
23436 [  3111] By: jhi                                   on 1999/03/16  10:28:10
23437         Log: AVAILABILITY update: still mention PowerUX,
23438              Novell Netware now has sources available.
23439      Branch: cfgperl
23440            ! pod/perl.pod
23441      Branch: maint-5.005/perl
23442            ! pod/perl.pod
23443 ____________________________________________________________________________
23444 [  3110] By: gsar                                  on 1999/03/16  04:34:23
23445         Log: sundry pod niggles
23446      Branch: perl
23447            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
23448            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
23449 ____________________________________________________________________________
23450 [  3109] By: jhi                                   on 1999/03/15  17:00:11
23451         Log: Integrate from mainperl.
23452      Branch: cfgperl
23453           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
23454           +> lib/unicode/Is/Syllable.pl
23455           +> lib/unicode/MakeEthiopicSyllables.PL
23456           +> lib/unicode/README.Ethiopic
23457           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
23458           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
23459           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
23460           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
23461           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
23462           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
23463           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
23464           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
23465 ____________________________________________________________________________
23466 [  3108] By: jhi                                   on 1999/03/15  16:58:12
23467         Log: First pass of integrating the Rhapsody port,
23468              
23469              From: Wilfredo Sanchez <wsanchez@apple.com> 
23470              Subject: Keeping the world in sync.
23471              Reply-To: wsanchez@apple.com 
23472              To: perlbug@perl.com 
23473              Date: Fri, 13 Nov 1998 17:11:30 -0800 
23474              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
23475      Branch: cfgperl
23476            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
23477            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
23478            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
23479            ! x2p/util.c
23480 ____________________________________________________________________________
23481 [  3107] By: gsar                                  on 1999/03/15  03:22:10
23482         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
23483              From: Daniel Yacob <dmulholl@cs.indiana.edu>
23484              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
23485              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
23486              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
23487      Branch: perl
23488            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
23489            + lib/unicode/Is/Syllable.pl
23490            + lib/unicode/MakeEthiopicSyllables.PL
23491            + lib/unicode/README.Ethiopic
23492            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
23493            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
23494            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
23495            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
23496            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
23497            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
23498            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
23499            ! lib/unicode/Name.pl lib/unicode/Number.pl
23500 ____________________________________________________________________________
23501 [  3106] By: gsar                                  on 1999/03/12  20:35:36
23502         Log: change#3067 failed package.t due to needless creation of $a and $b;
23503              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
23504      Branch: perl
23505            ! op.c
23506 ____________________________________________________________________________
23507 [  3105] By: jhi                                   on 1999/03/12  15:54:57
23508         Log: Recognize the NetBSD packages collection.
23509      Branch: maint-5.005/perl
23510            ! hints/netbsd.sh
23511 ____________________________________________________________________________
23512 [  3104] By: jhi                                   on 1999/03/12  09:07:04
23513         Log: From: pvhp@forte.com (Peter Prymmer)
23514              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
23515              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
23516              Date: Thu, 11 Mar 99 14:24:54 PST
23517              Message-Id: <9903112224.AA24346@forte.com>
23518      Branch: maint-5.005/perl
23519            ! README.os390 t/lib/posix.t
23520 ____________________________________________________________________________
23521 [  3103] By: jhi                                   on 1999/03/10  11:07:46
23522         Log: Integrate from mainperl.
23523      Branch: cfgperl
23524           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
23525           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
23526           !> t/pragma/warn/1global toke.c win32/makedef.pl
23527 ____________________________________________________________________________
23528 [  3102] By: jhi                                   on 1999/03/10  11:01:20
23529         Log: From: pvhp@forte.com (Peter Prymmer)
23530              To: perl5-porters@perl.org
23531              Subject: [5.005_03-MT6]Patch: time passes
23532              Date: Tue, 9 Mar 99 18:42:17 PST
23533              Message-Id: <9903100242.AA29057@forte.com>
23534      Branch: maint-5.005/perl
23535            ! perl.c
23536 ____________________________________________________________________________
23537 [  3101] By: jhi                                   on 1999/03/10  10:30:15
23538         Log: From: Mark-Jason Dominus <mjd@plover.com>
23539              To: perl5-porters@perl.com
23540              Subject: Minor fix to perlfunc.pod
23541              Date: Mon, 08 Mar 1999 20:05:53 -0500
23542              Message-ID: <19990309010553.13757.qmail@plover.com>
23543      Branch: maint-5.005/perl
23544            ! pod/perlfunc.pod
23545 ____________________________________________________________________________
23546 [  3100] By: gsar                                  on 1999/03/09  23:04:44
23547         Log: change#3060 had the wrong quotes
23548      Branch: perl
23549            ! pod/pod2man.PL
23550 ____________________________________________________________________________
23551 [  3099] By: jhi                                   on 1999/03/09  12:52:21
23552         Log: d_uname was broken (probably since _53), reported by
23553              
23554              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23555              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
23556              cpan-testers@perl.org
23557              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
23558              Date: Mon, 08 Mar 1999 13:22:31 +0000
23559              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
23560              
23561              and
23562              
23563              From: lvirden@cas.org (Larry W. Virden)
23564              To: perlbug@perl.com
23565              Subject: configure not correctly identifying uname posix compatibility
23566              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
23567              Message-Id: <199903081136.GAA23682@cas.org>
23568      Branch: cfgperl
23569            ! Configure config_h.SH
23570 ____________________________________________________________________________
23571 [  3098] By: gsar                                  on 1999/03/09  03:16:07
23572         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
23573      Branch: perl
23574            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
23575 ____________________________________________________________________________
23576 [  3097] By: gsar                                  on 1999/03/09  02:50:43
23577         Log: use yyerror() instead of croak() so that compile-time failures in
23578              my(LIST) don't confuse globals with lexicals
23579      Branch: perl
23580            ! op.c toke.c
23581 ____________________________________________________________________________
23582 [  3096] By: gsar                                  on 1999/03/09  02:47:36
23583         Log: adjust testsuite for change#3067
23584      Branch: perl
23585            ! t/pragma/warn/1global
23586 ____________________________________________________________________________
23587 [  3095] By: gsar                                  on 1999/03/08  21:04:48
23588         Log: remove bogus symbols from global.sym
23589      Branch: perl
23590            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
23591            ! perl.h win32/makedef.pl
23592 ____________________________________________________________________________
23593 [  3094] By: jhi                                   on 1999/03/06  16:16:15
23594         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
23595              To: jhi@iki.fi
23596              Subject: Oops
23597              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
23598              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
23599      Branch: maint-5.005/perl
23600            ! README.hurd
23601 ____________________________________________________________________________
23602 [  3093] By: jhi                                   on 1999/03/06  15:59:46
23603         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
23604              To: jhi@iki.fi
23605              Subject: New Hurd README
23606              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
23607              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
23608      Branch: maint-5.005/perl
23609            ! README.hurd
23610 ____________________________________________________________________________
23611 [  3092] By: jhi                                   on 1999/03/06  12:52:06
23612         Log: From: Paul_Green@stratus.com
23613              To: perl5-porters@perl.org
23614              Cc: jhi@iki.fi, Paul_Green@stratus.com
23615              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
23616              Date: Fri, 5 Mar 1999 18:08:49 -0500 
23617              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
23618      Branch: maint-5.005/perl
23619            ! vos/config.h vos/config_h.SH_orig
23620 ____________________________________________________________________________
23621 [  3091] By: jhi                                   on 1999/03/06  12:42:21
23622         Log: From: Dan Sugalski <sugalskd@osshe.edu>
23623              To: perl5-porters@perl.org, vmsperl@perl.org
23624              Subject: [PATCH 5.005_03-MT6]VMS build patch
23625              Date: Fri, 05 Mar 1999 12:36:19 -0800
23626              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
23627      Branch: maint-5.005/perl
23628            ! vms/subconfigure.com
23629 ____________________________________________________________________________
23630 [  3090] By: gsar                                  on 1999/03/06  04:40:03
23631         Log: integrate change#3089 from mainline
23632              
23633              tolerate CRs after options
23634      Branch: maint-5.005/perl
23635           !> perl.c
23636 ____________________________________________________________________________
23637 [  3089] By: gsar                                  on 1999/03/06  04:30:40
23638         Log: tolerate CRs after options
23639      Branch: perl
23640            ! perl.c
23641 ____________________________________________________________________________
23642 [  3088] By: jhi                                   on 1999/03/05  12:49:01
23643         Log: Integrate from mainperl.
23644      Branch: cfgperl
23645           +> README.hurd
23646           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
23647 ____________________________________________________________________________
23648 [  3087] By: gsar                                  on 1999/03/05  06:41:16
23649         Log: adjust timeouts to accomodate slow/busy systems
23650      Branch: perl
23651            ! t/lib/io_sock.t
23652 ____________________________________________________________________________
23653 [  3083] By: gsar                                  on 1999/03/05  01:32:47
23654         Log: integrate change#3081 from maint-5.005
23655      Branch: perl
23656           !> ext/Errno/Errno_pm.PL
23657 ____________________________________________________________________________
23658 [  3082] By: gsar                                  on 1999/03/05  01:31:06
23659         Log: integrate change#2904 from maint-5.005
23660      Branch: perl
23661           +> README.hurd
23662           !> MANIFEST
23663 ____________________________________________________________________________
23664 [  3081] By: gsar                                  on 1999/03/05  00:14:33
23665         Log: protect against doubled backslashes
23666      Branch: maint-5.005/perl
23667            ! ext/Errno/Errno_pm.PL
23668 ____________________________________________________________________________
23669 [  3077] By: jhi                                   on 1999/03/04  08:10:13
23670         Log: Integrate from mainperl.
23671      Branch: cfgperl
23672           +> ext/B/B/Stash.pm
23673           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
23674           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
23675           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
23676           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
23677 ____________________________________________________________________________
23678 [  3076] By: jhi                                   on 1999/03/04  08:07:59
23679         Log: Regen config_h.SH once more because of *size, 
23680              noticed by
23681              
23682              From: Hans Mulder <hansm@icgned.icgroup.nl>
23683              To: Jarkko Hietaniemi <jhi@iki.fi>
23684              Cc: perl5-porters@perl.org
23685              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
23686              Date: Thu,  4 Mar 99 00:10:45 +0100
23687              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
23688      Branch: cfgperl
23689            ! Configure config_h.SH
23690 ____________________________________________________________________________
23691 [  3068] By: gsar                                  on 1999/03/04  05:48:03
23692         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
23693              Date: Thu,  4 Mar 99 00:10:45 +0100
23694              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
23695              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
23696      Branch: perl
23697            ! config_h.SH
23698 ____________________________________________________________________________
23699 [  3067] By: gsar                                  on 1999/03/04  05:44:32
23700         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
23701              From: Graham Barr <gbarr@ti.com>
23702              Date: Wed, 3 Mar 1999 17:23:56 -0600
23703              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
23704              Subject: Re: 'use strict' doesn't work for one-letter variables
23705      Branch: perl
23706            ! gv.c op.c
23707 ____________________________________________________________________________
23708 [  3066] By: gsar                                  on 1999/03/04  05:20:50
23709         Log: updates to compiler modules
23710              From: "Vishal Bhatia" <vishalb@hotmail.com>
23711              Date: Tue, 02 Mar 1999 23:27:25 PST
23712              Message-ID: <19990303072725.779.qmail@hotmail.com>
23713              Subject: PATCH 5.005_56 + Test procedure
23714      Branch: perl
23715            + ext/B/B/Stash.pm
23716            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
23717            ! lib/Test/Harness.pm utils/perlcc.PL
23718 ____________________________________________________________________________
23719 [  3065] By: gsar                                  on 1999/03/04  05:03:30
23720         Log: more s/s_/s!/ etc.
23721      Branch: perl
23722            ! pod/perldelta.pod pod/perlfunc.pod
23723 ____________________________________________________________________________
23724 [  3064] By: gsar                                  on 1999/03/04  04:50:45
23725         Log: integrate cfgperl contents into mainline
23726      Branch: perl
23727           !> Configure README.vms bytecode.h config_h.SH configure.com
23728           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
23729           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
23730           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
23731 ____________________________________________________________________________
23732 [  3063] By: gsar                                  on 1999/03/04  04:44:13
23733         Log: HP-UX has yet another spelling for /NaNQ?/
23734      Branch: perl
23735            ! t/lib/bigfloatpm.t
23736 ____________________________________________________________________________
23737 [  3062] By: gsar                                  on 1999/03/04  04:36:08
23738         Log: error-check for accept() test
23739      Branch: perl
23740            ! t/lib/io_sock.t
23741 ____________________________________________________________________________
23742 [  3061] By: gsar                                  on 1999/03/04  03:40:25
23743         Log: allow custom comparison function in File::Compare::compare_text()
23744              From: jan.dubois@ibm.net (Jan Dubois)
23745              Date: Fri, 26 Feb 1999 21:56:09 +0100
23746              Message-ID: <36db0838.8805651@smtp1.ibm.net>
23747              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
23748      Branch: perl
23749            ! lib/File/Compare.pm
23750 ____________________________________________________________________________
23751 [  3060] By: gsar                                  on 1999/03/04  03:37:38
23752         Log: better version of change#3038
23753              From: abigail@fnx.com
23754              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
23755              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
23756              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
23757      Branch: perl
23758            ! pod/pod2man.PL
23759 ____________________________________________________________________________
23760 [  3058] By: jhi                                   on 1999/03/03  22:30:40
23761         Log: Configure regen to
23762              (1) match maint-5.005 patches #3056 and #3057
23763              (2) better version of PHOSTNAME of #3050
23764              (3) the crosscompile/multiarch config_h.SH trouble solved for now
23765      Branch: cfgperl
23766            ! Configure config_h.SH
23767 ____________________________________________________________________________
23768 [  3054] By: jhi                                   on 1999/03/03  09:57:59
23769         Log: Change #3053 missed perldelta.
23770      Branch: cfgperl
23771            ! pod/perldelta.pod
23772 ____________________________________________________________________________
23773 [  3053] By: jhi                                   on 1999/03/03  08:29:43
23774         Log: Use '!' to mark native integer packings instead of '_'.
23775      Branch: cfgperl
23776            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
23777 ____________________________________________________________________________
23778 [  3052] By: jhi                                   on 1999/03/02  23:12:36
23779         Log: The HP-UX threads patch (change #3028) is needed also here.
23780      Branch: cfgperl
23781            ! hints/hpux.sh thread.h
23782 ____________________________________________________________________________
23783 [  3051] By: jhi                                   on 1999/03/02  08:24:52
23784         Log: From: Dan Sugalski <sugalskd@osshe.edu>
23785              To: perl5-porters@perl.org, vmsperl@perl.org
23786              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
23787              Date: Mon, 01 Mar 1999 16:10:57 -0800
23788              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
23789      Branch: cfgperl
23790            ! README.vms
23791      Branch: maint-5.005/perl
23792            ! README.vms
23793 ____________________________________________________________________________
23794 [  3050] By: jhi                                   on 1999/03/02  08:22:29
23795         Log: From: Dan Sugalski <sugalskd@osshe.edu>
23796              To: perl5-porters@perl.org, vmsperl@perl.org
23797              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
23798              Date: Mon, 01 Mar 1999 16:06:29 -0800
23799              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
23800              
23801              From: Dan Sugalski <sugalskd@osshe.edu>
23802              To: perl5-porters@perl.org, vmsperl@perl.org
23803              Subject: [PATCH 5.005_56]vmsish.pm patch
23804              Date: Mon, 01 Mar 1999 20:19:04 -0800
23805              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
23806              
23807              plus Configure regen containing a "solution" to the
23808              crosscompile/multiarch problem.
23809      Branch: cfgperl
23810            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
23811            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
23812 ____________________________________________________________________________
23813 [  3049] By: jhi                                   on 1999/03/02  07:34:21
23814         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
23815              To: perl5-porters@perl.org
23816              Subject: [PATCH] Eliminate (valid) warning in byterun.c
23817              Date: Mon, 01 Mar 1999 17:27:59 -0500
23818              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
23819      Branch: cfgperl
23820            ! bytecode.h
23821      Branch: maint-5.005/perl
23822            ! bytecode.h
23823 ____________________________________________________________________________
23824 [  3048] By: gsar                                  on 1999/03/02  06:41:21
23825         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23826      Branch: perl
23827            ! MANIFEST README.hpux
23828 ____________________________________________________________________________
23829 [  3047] By: jhi                                   on 1999/03/01  06:34:43
23830         Log: Integrate from mainperl.
23831      Branch: cfgperl
23832           +> README.hpux lib/File/Spec/Functions.pm
23833           !> (integrate 28 files)
23834 ____________________________________________________________________________
23835 [  3046] By: gsar                                  on 1999/03/01  05:34:28
23836         Log: this is 5.005_56
23837      Branch: perl
23838            ! Changes
23839
23840 ----------------
23841 Version 5.005_56
23842 ----------------
23843
23844 ____________________________________________________________________________
23845 [  3045] By: gsar                                  on 1999/03/01  03:32:30
23846         Log: destroy PL_svref_mutex in perl_destruct()
23847      Branch: perl
23848            ! perl.c
23849 ____________________________________________________________________________
23850 [  3044] By: gsar                                  on 1999/03/01  00:38:50
23851         Log: up patchlevel &c.
23852      Branch: perl
23853            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
23854            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23855            ! win32/makefile.mk
23856 ____________________________________________________________________________
23857 [  3043] By: gsar                                  on 1999/03/01  00:14:15
23858         Log: integrate cfgperl contents into mainline
23859      Branch: perl
23860            ! pod/perldelta.pod
23861           !> Configure config_h.SH
23862 ____________________________________________________________________________
23863 [  3042] By: gsar                                  on 1999/02/28  23:55:08
23864         Log: slightly edited version of suggested patch
23865              From: jan.dubois@ibm.net (Jan Dubois)
23866              Date: Mon, 01 Mar 1999 00:32:05 +0100
23867              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
23868              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
23869      Branch: perl
23870            + lib/File/Spec/Functions.pm
23871            ! MANIFEST lib/File/Spec.pm
23872 ____________________________________________________________________________
23873 [  3041] By: gsar                                  on 1999/02/28  22:47:19
23874         Log: fix subtle bug in eval'' testsuite
23875      Branch: perl
23876            ! t/op/eval.t
23877 ____________________________________________________________________________
23878 [  3040] By: gsar                                  on 1999/02/28  22:46:24
23879         Log: avoid literal control characters in change#3039
23880      Branch: perl
23881            ! t/base/lex.t
23882 ____________________________________________________________________________
23883 [  3039] By: gsar                                  on 1999/02/28  21:47:18
23884         Log: todo item: permit extended control variables a la ${^Foo} (patch
23885              courtesy Mark-Jason Dominus <mjd@plover.com>)
23886      Branch: perl
23887            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
23888            ! t/base/lex.t toke.c
23889 ____________________________________________________________________________
23890 [  3038] By: gsar                                  on 1999/02/28  21:21:05
23891         Log: From: abigail@fnx.com
23892              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
23893              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
23894              Subject: Recognize -> and => inside [A-Z]<> sequences.
23895      Branch: perl
23896            ! pod/pod2man.PL
23897 ____________________________________________________________________________
23898 [  3037] By: gsar                                  on 1999/02/28  21:12:22
23899         Log: fix longstanding bug: searches for lexicals originating within eval''
23900              weren't stopping at the subroutine boundary correctly
23901      Branch: perl
23902            ! op.c proto.h t/op/eval.t
23903 ____________________________________________________________________________
23904 [  3036] By: gsar                                  on 1999/02/28  20:02:29
23905         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
23906              as stacked list values
23907              From: jan.dubois@ibm.net (Jan Dubois)
23908              Date: Sat, 27 Feb 1999 18:24:17 +0100
23909              Message-ID: <36e22849.36531259@smtp1.ibm.net>
23910              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
23911      Branch: perl
23912            ! win32/win32.c
23913 ____________________________________________________________________________
23914 [  3035] By: gsar                                  on 1999/02/28  19:48:54
23915         Log: remove superfluous stack_sp decl
23916      Branch: perl
23917            ! jpl/JNI/JNI.xs
23918 ____________________________________________________________________________
23919 [  3034] By: gsar                                  on 1999/02/28  19:34:58
23920         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
23921      Branch: perl
23922            ! lib/Getopt/Std.pm
23923 ____________________________________________________________________________
23924 [  3033] By: gsar                                  on 1999/02/28  19:23:41
23925         Log: add File::Compare::compare_text()
23926              From: jan.dubois@ibm.net (Jan Dubois)
23927              Date: Fri, 26 Feb 1999 00:20:41 +0100
23928              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
23929              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
23930      Branch: perl
23931            ! lib/File/Compare.pm pod/perltodo.pod
23932 ____________________________________________________________________________
23933 [  3032] By: gsar                                  on 1999/02/28  19:01:33
23934         Log: add README.hpux
23935      Branch: perl
23936            + README.hpux
23937            ! MAINTAIN MANIFEST
23938 ____________________________________________________________________________
23939 [  3031] By: gsar                                  on 1999/02/28  18:49:08
23940         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
23941              James Cromie <jcromie@fossil.uswc.uswest.com>
23942      Branch: perl
23943            ! lib/Pod/Html.pm
23944 ____________________________________________________________________________
23945 [  3030] By: gsar                                  on 1999/02/28  18:35:09
23946         Log: From: jan.dubois@ibm.net (Jan Dubois)
23947              Date: Wed, 24 Feb 1999 22:34:56 +0100
23948              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
23949              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
23950      Branch: perl
23951            ! lib/Test/Harness.pm
23952 ____________________________________________________________________________
23953 [  3029] By: gsar                                  on 1999/02/28  18:28:18
23954         Log: add note about env pollution
23955      Branch: perl
23956            ! INSTALL pod/perltodo.pod
23957 ____________________________________________________________________________
23958 [  3028] By: jhi                                   on 1999/02/26  14:40:00
23959         Log: HP-UX 11 threads.
23960              
23961              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23962              To: perl5-porters@perl.org
23963              Cc: jhi@cc.hut.fi
23964              Subject: Maint 5 and _54 with threading on HP-UX 11.00
23965              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
23966              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
23967              
23968              NOTE from jhi: the hpux hints could still be more robust by
23969              disabling gdbm when necessary.
23970              
23971              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
23972              linking -lgdbm -lpthread creates an executable that instantly
23973              core dumps on a pthreads internal panic:
23974              
23975              ./gdpt
23976              
23977              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
23978              Return Pointer is 0xc082bf33
23979              17639 quit (core dumped)  ./gdpt
23980              
23981              You don't have to *use* either gdbm or pthreads in the executable,
23982              just linking them together is enough.  Workaround is to recompile
23983              the GDBM under HP-UX 11, that makes the problem go away.
23984      Branch: maint-5.005/perl
23985            ! hints/hpux.sh thread.h
23986 ____________________________________________________________________________
23987 [  3025] By: jhi                                   on 1999/02/25  20:41:07
23988         Log: Temporary workaround for the config_h.SH versus
23989              crosscompile and multiarch plus introduce 'rt'
23990              to $libswanted: in UNIX98 sched_yield() lives there.
23991      Branch: cfgperl
23992            ! Configure config_h.SH
23993 ____________________________________________________________________________
23994 [  3024] By: jhi                                   on 1999/02/24  12:54:59
23995         Log: Integrate from mainperl.
23996      Branch: cfgperl
23997           +> t/lib/fatal.t
23998           !> (integrate 44 files)
23999 ____________________________________________________________________________
24000 [  3023] By: gsar                                  on 1999/02/24  07:02:12
24001         Log: integrate cfgperl contents
24002      Branch: perl
24003           !> (integrate 30 files)
24004 ____________________________________________________________________________
24005 [  3022] By: gsar                                  on 1999/02/24  05:59:47
24006         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
24007              Date: 23 Feb 1999 17:53:22 -0700
24008              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
24009              Subject: [PATCH: _55] perldoc -q broken
24010      Branch: perl
24011            ! utils/perldoc.PL
24012 ____________________________________________________________________________
24013 [  3021] By: gsar                                  on 1999/02/24  05:51:53
24014         Log: ansify perlio.c, fix PerlIO-ish typos
24015      Branch: perl
24016            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
24017            ! iperlsys.h perlio.c
24018 ____________________________________________________________________________
24019 [  3020] By: gsar                                  on 1999/02/24  05:28:06
24020         Log: adjust a Perl_malloc() flag for NeXT
24021              From: Hans Mulder <hansm@icgned.icgroup.nl>
24022              Date: Tue, 23 Feb 99 00:26:25 +0100
24023              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
24024              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
24025      Branch: perl
24026            ! perl.h
24027 ____________________________________________________________________________
24028 [  3019] By: gsar                                  on 1999/02/24  05:19:42
24029         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
24030      Branch: perl
24031            ! pod/perltodo.pod
24032 ____________________________________________________________________________
24033 [  3018] By: gsar                                  on 1999/02/24  04:15:18
24034         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
24035              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
24036              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
24037              Subject: improved error message [PATCH _55] [RESEND]
24038      Branch: perl
24039            ! sv.c
24040 ____________________________________________________________________________
24041 [  3017] By: gsar                                  on 1999/02/24  03:50:34
24042         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
24043              Date: Sun, 21 Feb 1999 20:02:18 -0700
24044              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
24045              Subject: perlfunc updates (against 55)
24046      Branch: perl
24047            ! pod/perlfunc.pod
24048 ____________________________________________________________________________
24049 [  3016] By: gsar                                  on 1999/02/24  03:17:05
24050         Log: testsuite adjustments
24051              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24052              Date: Sat, 20 Feb 1999 15:24:57 +0000
24053              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
24054              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
24055      Branch: perl
24056            ! t/lib/io_sock.t t/op/lex_assign.t
24057 ____________________________________________________________________________
24058 [  3015] By: gsar                                  on 1999/02/24  02:54:47
24059         Log: avoid modifying readonly values from qw()
24060      Branch: perl
24061            ! lib/ExtUtils/MM_Unix.pm
24062 ____________________________________________________________________________
24063 [  3014] By: gsar                                  on 1999/02/24  02:49:04
24064         Log: more "correct" utbuf for utime()
24065      Branch: perl
24066            ! doio.c
24067 ____________________________________________________________________________
24068 [  3013] By: jhi                                   on 1999/02/22  19:27:44
24069         Log: Fix MacPerl version, change PowerUX to PowerMAX.
24070              
24071              From: Chris Nandor <pudge@pobox.com>
24072              To: jhi@iki.fi
24073              Cc: perl5-porters@perl.org
24074              Subject: Re: perl current availability as documented by perl.pod
24075              Date: Sun, 21 Feb 1999 11:06:03 -0500
24076              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
24077              
24078              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
24079              To: jhi@iki.fi
24080              Cc: perl5-porters@perl.org
24081              Subject: Re: perl current availability as documented by perl.pod
24082              Date: Mon, 22 Feb 1999 13:08:30 GMT
24083              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
24084      Branch: cfgperl
24085            ! pod/perl.pod
24086      Branch: maint-5.005/perl
24087            ! pod/perl.pod
24088 ____________________________________________________________________________
24089 [  3012] By: jhi                                   on 1999/02/22  10:26:11
24090         Log: Snapshot the cross-compilation/multiarchitecture stuff
24091              (currently broken in next)
24092      Branch: cfgperl
24093            ! Configure config_h.SH pp.c
24094 ____________________________________________________________________________
24095 [  3011] By: jhi                                   on 1999/02/22  10:24:51
24096         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
24097              To: gsar@activestate.com (Gurusamy Sarathy)
24098              Cc: perl5-porters@perl.org (Perl5 Porters)
24099              Subject: [PATCH 5.005_55] DB_File 1.64 patch
24100              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
24101              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
24102      Branch: cfgperl
24103            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24104            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
24105 ____________________________________________________________________________
24106 [  3009] By: jhi                                   on 1999/02/22  09:14:26
24107         Log: Scratch #3008 and introduce $crosscompile and $multiarch
24108              also in non-Configure lands.
24109      Branch: cfgperl
24110            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
24111            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
24112            ! win32/config.gc win32/config.vc win32/config_H.bc
24113            ! win32/config_H.gc win32/config_H.vc
24114 ____________________________________________________________________________
24115 [  3008] By: jhi                                   on 1999/02/22  08:58:04
24116         Log: Add -DMULTIARCH (see change #3006).
24117      Branch: cfgperl
24118            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
24119 ____________________________________________________________________________
24120 [  3007] By: jhi                                   on 1999/02/22  08:54:06
24121         Log: Undo the references to local{lib,arch} introduced by #3006.
24122      Branch: cfgperl
24123            ! Configure config_h.SH
24124 ____________________________________________________________________________
24125 [  3006] By: jhi                                   on 1999/02/22  08:43:50
24126         Log: From: hansm@icgned.icgroup.nl
24127              To: perlbug@perl.com
24128              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
24129              Date: Sun, 21 Feb 1999 22:58:55 +0100
24130              Reply-To: hansmu@xs4all.nl
24131              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
24132              
24133              plus other Configure changes: prepare for cross-compilation/
24134              multiarchitecture builds.
24135      Branch: cfgperl
24136            ! Configure config_h.SH
24137 ____________________________________________________________________________
24138 [  3005] By: jhi                                   on 1999/02/22  08:35:30
24139         Log: Configure/Perl knew how to look for use Mach cthreads
24140              but Configure didn't let them to be used ($osname 'next').
24141      Branch: cfgperl
24142            ! Configure config_h.SH
24143      Branch: maint-5.005/perl
24144            ! Configure
24145 ____________________________________________________________________________
24146 [  3004] By: jhi                                   on 1999/02/21  15:46:02
24147         Log: Update Acorn AVAILABILITY.
24148      Branch: cfgperl
24149            ! pod/perl.pod
24150      Branch: maint-5.005/perl
24151            ! pod/perl.pod
24152 ____________________________________________________________________________
24153 [  3003] By: jhi                                   on 1999/02/21  14:50:42
24154         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
24155              To: perl5-porters@perl.org (Perl 5 Porters)
24156              Subject: PATCH: perlref.pod - symbolic ref example
24157              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
24158              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
24159      Branch: cfgperl
24160            ! pod/perlref.pod
24161      Branch: maint-5.005/perl
24162            ! pod/perlref.pod
24163 ____________________________________________________________________________
24164 [  3002] By: jhi                                   on 1999/02/21  14:35:22
24165         Log: Sync cfgperl with maint-5.005 change #3000.
24166      Branch: cfgperl
24167            ! pod/perlfunc.pod t/op/pack.t
24168 ____________________________________________________________________________
24169 [  2999] By: gsar                                  on 1999/02/20  22:48:30
24170         Log: From:    John Bley <jbb6@acpub.duke.edu>
24171              Date:    Sat, 20 Feb 1999 16:02:34 EST
24172              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
24173              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
24174      Branch: perl
24175            ! regcomp.c
24176 ____________________________________________________________________________
24177 [  2998] By: jhi                                   on 1999/02/20  14:13:06
24178         Log: Enhanced the endianness description.
24179      Branch: cfgperl
24180            ! pod/perlfunc.pod
24181 ____________________________________________________________________________
24182 [  2996] By: jhi                                   on 1999/02/20  13:55:41
24183         Log: Glossary now mostly fixed.
24184      Branch: cfgperl
24185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24186            ! config_h.SH
24187 ____________________________________________________________________________
24188 [  2994] By: jhi                                   on 1999/02/20  11:58:33
24189         Log: Perldeltify GNU/Hurd.
24190      Branch: cfgperl
24191            ! pod/perldelta.pod
24192 ____________________________________________________________________________
24193 [  2993] By: gsar                                  on 1999/02/20  00:59:10
24194         Log: fix typo in Perl_sbrk()
24195              From: hansm@icgned.icgroup.nl
24196              Date: Fri, 19 Feb 1999 23:19:31 +0100
24197              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
24198              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
24199      Branch: perl
24200            ! malloc.c
24201 ____________________________________________________________________________
24202 [  2992] By: gsar                                  on 1999/02/20  00:51:08
24203         Log: integrate change#2980 from maint-5.005
24204      Branch: perl
24205           !> utils/h2xs.PL
24206 ____________________________________________________________________________
24207 [  2991] By: gsar                                  on 1999/02/20  00:34:01
24208         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24209              Date: Thu, 18 Feb 1999 18:51:38 +0000
24210              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
24211              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
24212      Branch: perl
24213            ! pp_hot.c t/op/pat.t
24214 ____________________________________________________________________________
24215 [  2990] By: gsar                                  on 1999/02/20  00:30:48
24216         Log: From: jan.dubois@ibm.net (Jan Dubois)
24217              Date: Thu, 18 Feb 1999 19:14:07 +0100
24218              Message-ID: <36d15809.40853323@smtp1.ibm.net>
24219              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
24220      Branch: perl
24221            ! win32/win32.c
24222 ____________________________________________________________________________
24223 [  2989] By: gsar                                  on 1999/02/20  00:27:01
24224         Log: do poll() emulation unless HAS_POLL && I_POLL
24225      Branch: perl
24226            ! ext/IO/poll.h
24227 ____________________________________________________________________________
24228 [  2988] By: gsar                                  on 1999/02/19  23:52:12
24229         Log: tweak RE for NaNQ? recognition
24230      Branch: perl
24231            ! t/lib/bigfloatpm.t
24232 ____________________________________________________________________________
24233 [  2987] By: gsar                                  on 1999/02/19  23:29:59
24234         Log: mention C<use utf8> and C<use warning> in perldelta
24235      Branch: perl
24236            ! pod/perldelta.pod
24237 ____________________________________________________________________________
24238 [  2985] By: jhi                                   on 1999/02/19  20:43:19
24239         Log: pack/unpack better in (network-)short-non-16-bits and
24240              (network-)long-non-32-bits systems such as Cray C90.
24241      Branch: cfgperl
24242            ! perl.h pp.c t/op/pack.t
24243 ____________________________________________________________________________
24244 [  2984] By: jhi                                   on 1999/02/19  20:38:54
24245         Log: Regen Configure.
24246      Branch: cfgperl
24247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24248            ! perl.c
24249 ____________________________________________________________________________
24250 [  2982] By: jhi                                   on 1999/02/19  19:51:49
24251         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
24252              not probed for and         
24253              
24254              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24255              To: Chaim Frenkel <chaimf@pobox.com>,
24256              Russ Allbery <rra@stanford.edu>,
24257              Jarkko Hietaniemi <jhi@iki.fi>,
24258              Gurusamy Sarathy <gsar@activestate.com>,
24259              Graham Barr <gbarr@pobox.com>
24260              Cc: bdensch@ameritech.net, perlbug@perl.com
24261              Subject: [PATCH] Re: Solaris 7 for Intel
24262              Message-ID: <19990219124404.A30182@O2.chapin.edu>
24263              
24264              Glossary is still missing some terms because
24265              mkglossary is misbehaving (change #2981 updated
24266              Glossary manually)
24267      Branch: cfgperl
24268            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
24269            ! Porting/config_H
24270 ____________________________________________________________________________
24271 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
24272         Log: Make result of h2xs work when user adds C<use strict>
24273      Branch: maint-5.005/perl
24274            ! utils/h2xs.PL
24275 ____________________________________________________________________________
24276 [  2979] By: gsar                                  on 1999/02/19  05:24:29
24277         Log: doc for change#2978
24278      Branch: perl
24279            ! pod/perlsub.pod
24280 ____________________________________________________________________________
24281 [  2978] By: gsar                                  on 1999/02/19  05:08:29
24282         Log: bring '*' prototype closer to how it behaves internally
24283      Branch: perl
24284            + t/lib/fatal.t
24285            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
24286 ____________________________________________________________________________
24287 [  2977] By: gsar                                  on 1999/02/19  02:50:31
24288         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
24289      Branch: perl
24290            ! perly.h
24291 ____________________________________________________________________________
24292 [  2975] By: gsar                                  on 1999/02/18  21:41:57
24293         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
24294              of lexical searches in BEGIN|INIT|END)
24295      Branch: perl
24296            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
24297            ! vms/perly_c.vms
24298 ____________________________________________________________________________
24299 [  2974] By: gsar                                  on 1999/02/18  21:03:06
24300         Log: missing PERL_POLLUTE_MALLOC
24301      Branch: perl
24302            ! ext/SDBM_File/sdbm/sdbm.h
24303 ____________________________________________________________________________
24304 [  2973] By: gsar                                  on 1999/02/18  17:10:49
24305         Log: From:    Andy Dougherty <doughera@lafayette.edu>
24306              Date:    Wed, 17 Feb 1999 17:22:50 EST
24307              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
24308              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
24309      Branch: perl
24310            ! lib/dotsh.pl
24311 ____________________________________________________________________________
24312 [  2972] By: gsar                                  on 1999/02/18  17:04:12
24313         Log: s/#defined/#define/
24314      Branch: perl
24315            ! ext/Data/Dumper/Dumper.xs
24316 ____________________________________________________________________________
24317 [  2970] By: gsar                                  on 1999/02/18  03:26:43
24318         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
24319      Branch: perl
24320            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24321            ! ext/GDBM_File/typemap
24322 ____________________________________________________________________________
24323 [  2969] By: gsar                                  on 1999/02/17  23:30:47
24324         Log: correct slurp mode doc
24325      Branch: perl
24326            ! pod/perlfunc.pod pod/perlop.pod
24327 ____________________________________________________________________________
24328 [  2968] By: jhi                                   on 1999/02/17  23:15:49
24329         Log: Ultrix hints update.
24330              
24331              From: Spider Boardman <spider@zk3.dec.com>
24332              To: perlbug@perl.com
24333              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
24334              Date: Tue, 16 Feb 1999 23:04:28 -0500
24335              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
24336      Branch: cfgperl
24337            ! hints/ultrix_4.sh
24338 ____________________________________________________________________________
24339 [  2966] By: jhi                                   on 1999/02/17  23:09:21
24340         Log: Change #2965 wiped out some Sarathy's _55 changes.
24341              Now unwiped.
24342      Branch: cfgperl
24343            ! Configure pp.c t/op/pack.t
24344 ____________________________________________________________________________
24345 [  2965] By: jhi                                   on 1999/02/17  23:00:04
24346         Log: Configure tweaks.
24347              
24348              Fix the Unixware/SCO uname scan:
24349              
24350              From: Tom Hughes <thh@cyberscience.com>
24351              To: perlbug@perl.com
24352              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
24353              Date: 17 Feb 1999 15:34:15 +0000    
24354              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
24355              
24356              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
24357              
24358              From: Joe Buehler <jhpb@hekimian.com>
24359              To: perl5-porters@perl.org
24360              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
24361              Date: 12 Feb 1999 11:25:21 -0500
24362              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
24363              
24364              Make the pthreads joinable constant scan to output to fd 4, not 2.
24365      Branch: cfgperl
24366            ! Configure
24367 ____________________________________________________________________________
24368 [  2964] By: gsar                                  on 1999/02/17  21:30:07
24369         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
24370              Date: Wed, 17 Feb 1999 06:53:13 -0700
24371              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
24372              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
24373      Branch: perl
24374            ! lib/Pod/Functions.pm
24375 ____________________________________________________________________________
24376 [  2963] By: gsar                                  on 1999/02/17  21:18:21
24377         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
24378              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24379              Date: Wed, 17 Feb 1999 10:06:01 +0000
24380              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
24381              Subject: Re: [5.005_53] panic: pad_free curpad 
24382      Branch: perl
24383            ! regcomp.c regexec.c t/op/misc.t
24384 ____________________________________________________________________________
24385 [  2962] By: gsar                                  on 1999/02/16  21:26:28
24386         Log: NaNQ? tweak
24387      Branch: perl
24388            ! t/lib/bigfloatpm.t
24389 ____________________________________________________________________________
24390 [  2961] By: jhi                                   on 1999/02/16  19:26:38
24391         Log: Integrate from mainperl.
24392      Branch: cfgperl
24393           !> (integrate 37 files)
24394 ____________________________________________________________________________
24395 [  2960] By: gsar                                  on 1999/02/16  18:04:29
24396         Log: undo change#2465 (qw[] is a real list now)
24397      Branch: perl
24398            ! pod/perlop.pod
24399 ____________________________________________________________________________
24400 [  2959] By: gsar                                  on 1999/02/16  07:09:33
24401         Log: this was 5.005_55
24402      Branch: perl
24403            ! Changes
24404
24405 ----------------
24406 Version 5.005_55
24407 ----------------
24408
24409 ____________________________________________________________________________
24410 [  2958] By: gsar                                  on 1999/02/16  06:18:27
24411         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
24412              elide dups and non-dependents from Changes
24413      Branch: perl
24414            ! Changes pod/perlhist.pod
24415           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
24416           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
24417           !> pod/perlport.pod pp.c t/op/pack.t
24418 ____________________________________________________________________________
24419 [  2957] By: gsar                                  on 1999/02/16  04:09:47
24420         Log: propagate PERL_VERSION everywhere, add to pod
24421      Branch: perl
24422            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
24423            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
24424            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
24425            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
24426            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
24427            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
24428            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
24429            ! win32/config.gc win32/config.vc win32/config_sh.PL
24430            ! win32/win32.c x2p/a2py.c
24431 ____________________________________________________________________________
24432 [  2955] By: jhi                                   on 1999/02/15  16:15:03
24433         Log: The pack tests now better in C90 (after the packnative patches).
24434      Branch: cfgperl
24435            ! t/op/pack.t
24436 ____________________________________________________________________________
24437 [  2954] By: gsar                                  on 1999/02/15  14:11:50
24438         Log: tweak Configure to follow new PERL_VERSION etc.
24439      Branch: perl
24440            ! Configure patchlevel.h pod/perlhist.pod
24441 ____________________________________________________________________________
24442 [  2953] By: jhi                                   on 1999/02/15  14:02:21
24443         Log: Integrate from mainperl.
24444      Branch: cfgperl
24445           !> MANIFEST Porting/makerel
24446 ____________________________________________________________________________
24447 [  2952] By: jhi                                   on 1999/02/15  13:50:07
24448         Log: Enhance the packnative patch: use the packnative code
24449              only if required.  Also added hefty testing (hopefully
24450              I didn't assume too much...).  Tested on alpha, ix86, sparc.
24451      Branch: cfgperl
24452            ! pod/perlfunc.pod pp.c t/op/pack.t
24453 ____________________________________________________________________________
24454 [  2951] By: jhi                                   on 1999/02/15  13:46:56
24455         Log: AVAILABILITY from 5.005_03-tobe, will of course
24456              require updating when 5.006 comes out.
24457      Branch: cfgperl
24458            ! pod/perl.pod
24459 ____________________________________________________________________________
24460 [  2949] By: gsar                                  on 1999/02/15  13:28:51
24461         Log: will this be it for 5.005_55?
24462      Branch: perl
24463            ! MANIFEST Porting/makerel
24464 ____________________________________________________________________________
24465 [  2948] By: jhi                                   on 1999/02/15  13:23:52
24466         Log: Integrate from mainperl.
24467      Branch: cfgperl
24468           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
24469           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
24470           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
24471           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
24472           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
24473           !> win32/config.gc win32/config.vc win32/config_H.bc
24474           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
24475 ____________________________________________________________________________
24476 [  2947] By: jhi                                   on 1999/02/15  13:20:41
24477         Log: perlport.pod 1.39 from Chris.
24478      Branch: cfgperl
24479            ! pod/perlport.pod
24480 ____________________________________________________________________________
24481 [  2946] By: jhi                                   on 1999/02/15  13:09:58
24482         Log: Import Ultrix update, change #2864, 
24483              
24484              From: Spider Boardman <spider@zk3.dec.com>
24485              To: perlbug@perl.com
24486              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
24487              Date: Wed, 10 Feb 1999 23:33:31 -0500
24488              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
24489      Branch: cfgperl
24490            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
24491 ____________________________________________________________________________
24492 [  2945] By: jhi                                   on 1999/02/15  13:04:50
24493         Log: OpenBSD sparc SHMLBA.
24494      Branch: cfgperl
24495            ! ext/IPC/SysV/SysV.xs
24496 ____________________________________________________________________________
24497 [  2944] By: gsar                                  on 1999/02/15  12:09:52
24498         Log: update win32/config* stuff, Changes
24499      Branch: perl
24500            ! Changes win32/Makefile win32/config.bc win32/config.gc
24501            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24502            ! win32/config_H.vc win32/makefile.mk
24503 ____________________________________________________________________________
24504 [  2943] By: gsar                                  on 1999/02/15  11:54:08
24505         Log: #include patchlevel.h by default, provide
24506              PERL_{REVISION,VERSION,SUBVERSION}
24507      Branch: perl
24508            ! patchlevel.h perl.h
24509 ____________________________________________________________________________
24510 [  2942] By: gsar                                  on 1999/02/15  10:26:59
24511         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
24512              misc fixes
24513      Branch: perl
24514            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
24515 ____________________________________________________________________________
24516 [  2941] By: gsar                                  on 1999/02/15  10:24:37
24517         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
24518              Message-ID: <19990207002851.B9185@toldyouso.com>
24519              Message-ID: <19990207212152.A9765@toldyouso.com>
24520              Message-ID: <19990207212041.A9622@toldyouso.com>
24521              Message-ID: <19990207213127.A10244@toldyouso.com>
24522              Message-ID: <19990207212559.A9950@toldyouso.com>
24523              Message-ID: <19990207212842.A9994@toldyouso.com>
24524              Message-ID: <19990207212500.A9860@toldyouso.com>
24525              Message-ID: <19990207213013.A10105@toldyouso.com>
24526      Branch: perl
24527            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
24528            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
24529            ! pod/perlmodlib.pod pod/perltoc.pod
24530 ____________________________________________________________________________
24531 [  2940] By: gsar                                  on 1999/02/15  10:07:08
24532         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
24533              of suggested patch)
24534              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
24535              Date: Mon, 08 Feb 1999 01:14:41 -0000
24536              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
24537              Subject: [PATCH 5.005_54] some pending C.pm stuff 
24538      Branch: perl
24539            ! ext/B/B/C.pm
24540 ____________________________________________________________________________
24541 [  2939] By: jhi                                   on 1999/02/15  08:40:18
24542         Log: Integrate from mainperl.
24543      Branch: cfgperl
24544           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
24545            - lib/File/PathConvert.pm
24546           !> (integrate 81 files)
24547 ____________________________________________________________________________
24548 [  2938] By: gsar                                  on 1999/02/15  06:56:39
24549         Log: change#2839 was bogus, redo
24550      Branch: perl
24551           !> t/lib/h2ph.pht
24552 ____________________________________________________________________________
24553 [  2937] By: gsar                                  on 1999/02/15  06:38:15
24554         Log: support Win32::GetFullPathName() and Win32::SetLastError()
24555              From: jan.dubois@ibm.net (Jan Dubois)
24556              Date: Tue, 09 Feb 1999 22:27:31 +0100
24557              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
24558              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
24559      Branch: perl
24560            ! win32/win32.c
24561 ____________________________________________________________________________
24562 [  2936] By: gsar                                  on 1999/02/15  06:26:39
24563         Log: support native integers, pack("L_",...) etc. (via private mail)
24564              From: Jarkko Hietaniemi <jhi@iki.fi>
24565              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
24566              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
24567              Subject: the "packnative" patch
24568      Branch: perl
24569            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
24570            ! t/lib/ipc_sysv.t t/op/pack.t
24571 ____________________________________________________________________________
24572 [  2935] By: gsar                                  on 1999/02/15  06:04:02
24573         Log: From: Michael G Schwern <schwern@pobox.com>
24574              Date: Tue, 9 Feb 1999 04:13:12 -0500
24575              Message-ID: <19990209041312.A15788@toldyouso.com>
24576              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
24577      Branch: perl
24578            ! utils/h2xs.PL
24579 ____________________________________________________________________________
24580 [  2934] By: gsar                                  on 1999/02/15  05:30:13
24581         Log: fix bugs in the handling of negative numbers, among other things
24582              From: Steven Knight <knight@theopera.baldmt.citilink.com>
24583              Date: Mon, 8 Feb 1999 01:16:24 -0600
24584              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
24585              Subject: Math::BigFloat and Math::BigInt
24586      Branch: perl
24587            + t/lib/bigfloat.t t/lib/bigfloatpm.t
24588            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
24589            ! t/lib/bigintpm.t
24590 ____________________________________________________________________________
24591 [  2933] By: gsar                                  on 1999/02/15  04:57:52
24592         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
24593              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
24594              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
24595              Subject: s2p incorrectly handles hold space commands
24596      Branch: perl
24597            ! x2p/s2p.PL
24598 ____________________________________________________________________________
24599 [  2932] By: gsar                                  on 1999/02/15  04:45:55
24600         Log: clarify what a "line" is
24601      Branch: perl
24602            ! pod/perlfunc.pod pod/perlvar.pod
24603 ____________________________________________________________________________
24604 [  2931] By: gsar                                  on 1999/02/15  04:23:29
24605         Log: backout change#2811 and add newer version based on File::Spec
24606              From: Barrie Slaymaker <rbs@telerama.com>
24607              Date: Thu, 11 Feb 1999 16:29:24 -0500
24608              Message-ID: <36C34BB4.A62090E0@telerama.com>
24609              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
24610      Branch: perl
24611            - lib/File/PathConvert.pm
24612            ! MANIFEST installhtml lib/Pod/Html.pm
24613 ____________________________________________________________________________
24614 [  2930] By: gsar                                  on 1999/02/15  04:16:25
24615         Log: From: Barrie Slaymaker <rbs@telerama.com>
24616              Date: Thu, 11 Feb 1999 19:39:48 -0500
24617              Message-ID: <36C37854.707D139@telerama.com>
24618              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
24619      Branch: perl
24620            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
24621 ____________________________________________________________________________
24622 [  2929] By: gsar                                  on 1999/02/15  04:06:50
24623         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
24624              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
24625              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
24626              Subject: [PATCH]5.005_54 (DOC) fix many typos
24627              --
24628              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
24629              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
24630              Subject: [PATCH]5.005_54 (DOC) typos
24631      Branch: perl
24632            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
24633            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
24634            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24635            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24636            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
24637            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
24638            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
24639            ! pod/perlvar.pod pod/perlxs.pod
24640 ____________________________________________________________________________
24641 [  2928] By: gsar                                  on 1999/02/15  03:39:53
24642         Log: allow the Carp routines to pass through exception objects
24643      Branch: perl
24644            ! lib/Carp.pm
24645 ____________________________________________________________________________
24646 [  2927] By: gsar                                  on 1999/02/15  03:22:57
24647         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
24648      Branch: perl
24649            ! pod/perlfaq8.pod
24650 ____________________________________________________________________________
24651 [  2926] By: gsar                                  on 1999/02/15  03:19:39
24652         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
24653              have done that, but didn't)
24654      Branch: perl
24655           !> utils/h2ph.PL
24656 ____________________________________________________________________________
24657 [  2925] By: gsar                                  on 1999/02/15  03:17:01
24658         Log: integrate cfgperl changes into mainline
24659      Branch: perl
24660            ! Changes
24661           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24662           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
24663           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
24664           !> vms/subconfigure.com
24665 ____________________________________________________________________________
24666 [  2924] By: gsar                                  on 1999/02/15  03:07:08
24667         Log: add const qualifier to most char* prototypes, handle ripple effect
24668      Branch: perl
24669            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
24670            ! universal.c util.c
24671 ____________________________________________________________________________
24672 [  2923] By: gsar                                  on 1999/02/15  01:04:30
24673         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24674              Date: Thu, 04 Feb 1999 02:37:31 +0000
24675              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
24676              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
24677      Branch: perl
24678            ! pp_ctl.c t/op/range.t
24679 ____________________________________________________________________________
24680 [  2922] By: gsar                                  on 1999/02/15  00:24:34
24681         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24682              Date: Sun, 31 Jan 1999 01:50:06 +0000
24683              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
24684              Subject: [PATCH 5.005_03t4] regexp flags bug
24685      Branch: perl
24686            ! regcomp.c t/op/re_tests
24687 ____________________________________________________________________________
24688 [  2921] By: gsar                                  on 1999/02/15  00:13:02
24689         Log: use New() et al., rather than safemalloc() et al.
24690              From: jan.dubois@ibm.net (Jan Dubois)
24691              Date: Fri, 29 Jan 1999 23:27:22 +0100
24692              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
24693              Subject: [PATCH _03-MT5] POSIX.xs memory API
24694      Branch: perl
24695            ! ext/POSIX/POSIX.xs
24696 ____________________________________________________________________________
24697 [  2920] By: gsar                                  on 1999/02/15  00:05:33
24698         Log: tweak READ() docs to mention $buffer must be altered by reference
24699      Branch: perl
24700            ! pod/perltie.pod
24701 ____________________________________________________________________________
24702 [  2919] By: gsar                                  on 1999/02/14  23:50:39
24703         Log: applied suggested patch, with several language/readability tweaks
24704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24705              Date: Fri, 29 Jan 1999 00:25:02 -0500
24706              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
24707              Subject: Re: [PATCH 5.005_*] Better parsing docs
24708      Branch: perl
24709            ! pod/perlop.pod
24710 ____________________________________________________________________________
24711 [  2918] By: gsar                                  on 1999/02/14  23:20:42
24712         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
24713              of silently returning bogus values)
24714              From: Peter Chines <pchines@nhgri.nih.gov>
24715              Date: Wed, 27 Jan 1999 16:11:31 -0500
24716              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
24717              Subject: Time::Local
24718      Branch: perl
24719            ! lib/Time/Local.pm pod/perldelta.pod
24720 ____________________________________________________________________________
24721 [  2917] By: gsar                                  on 1999/02/14  11:21:43
24722         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24723              Date: Thu, 28 Jan 1999 10:02:20 -0500
24724              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
24725              Subject: Re: [PATCH 5.005_53] Better perldoc
24726      Branch: perl
24727            ! utils/perldoc.PL
24728 ____________________________________________________________________________
24729 [  2916] By: gsar                                  on 1999/02/14  10:59:38
24730         Log: back out change#2751, apply updated version 
24731              From: jan.dubois@ibm.net (Jan Dubois)
24732              Date: Sat, 06 Feb 1999 01:06:29 +0100
24733              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
24734              Subject: [PATCH] Cleanup of File::Spec module
24735      Branch: perl
24736            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24737            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24738            ! lib/File/Spec/Win32.pm
24739 ____________________________________________________________________________
24740 [  2915] By: gsar                                  on 1999/02/14  10:48:01
24741         Log: tweak select() test
24742      Branch: perl
24743            ! pod/perlipc.pod t/op/fh.t
24744 ____________________________________________________________________________
24745 [  2914] By: gsar                                  on 1999/02/14  10:25:55
24746         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
24747      Branch: perl
24748            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
24749 ____________________________________________________________________________
24750 [  2913] By: gsar                                  on 1999/02/14  10:03:51
24751         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
24752              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
24753              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
24754              Subject: Re: SvOPV() or SvPV_nolen() or ...
24755      Branch: perl
24756            ! pod/perlguts.pod
24757 ____________________________________________________________________________
24758 [  2912] By: gsar                                  on 1999/02/14  09:57:29
24759         Log: provide SvPV_nolen(sv) to avoid use of PL_na
24760              From: jan.dubois@ibm.net (Jan Dubois)
24761              Date: Sun, 24 Jan 1999 02:45:32 +0100
24762              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
24763              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
24764      Branch: perl
24765            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
24766            ! sv.h
24767 ____________________________________________________________________________
24768 [  2911] By: gsar                                  on 1999/02/14  06:51:05
24769         Log: elide stray effluvium
24770      Branch: perl
24771            ! pod/perldelta.pod
24772 ____________________________________________________________________________
24773 [  2910] By: gsar                                  on 1999/02/14  05:51:56
24774         Log: slurping an empty file should return '' rather than undef, with
24775              commensurate effects on ARGV processing
24776      Branch: perl
24777            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
24778            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
24779 ____________________________________________________________________________
24780 [  2909] By: gsar                                  on 1999/02/14  00:02:11
24781         Log: perly_c.diff typo
24782      Branch: perl
24783            ! perly.c perly_c.diff vms/perly_c.vms
24784 ____________________________________________________________________________
24785 [  2908] By: gsar                                  on 1999/02/13  18:20:13
24786         Log: From: jan.dubois@ibm.net (Jan Dubois)
24787              Date: Sat, 13 Feb 1999 13:25:53 +0100
24788              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
24789              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
24790      Branch: perl
24791            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
24792 ____________________________________________________________________________
24793 [  2907] By: jhi                                   on 1999/02/13  15:07:26
24794         Log: Integrate from mainperl.
24795      Branch: cfgperl
24796           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
24797           !> (integrate 150 files)
24798 ____________________________________________________________________________
24799 [  2903] By: gsar                                  on 1999/02/12  13:25:59
24800         Log: From: jan.dubois@ibm.net (Jan Dubois)
24801              Date: Sun, 24 Jan 1999 01:12:00 +0100
24802              Message-ID: <36b66479.62756298@smtp1.ibm.net>
24803              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
24804      Branch: perl
24805            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
24806            ! proto.h sv.c sv.h
24807 ____________________________________________________________________________
24808 [  2902] By: gsar                                  on 1999/02/12  12:55:11
24809         Log: script to generate ctags from etags
24810              From: Colin Kuskie <ckuskie@cadence.com>
24811              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
24812              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
24813              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
24814      Branch: perl
24815            + emacs/e2ctags.pl
24816            ! Makefile.SH pod/perlfaq3.pod
24817 ____________________________________________________________________________
24818 [  2901] By: gsar                                  on 1999/02/12  12:40:17
24819         Log: allow boolean assign ops to be lvalues
24820              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
24821              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
24822              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
24823              --
24824              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24825              Date: Mon, 18 Jan 1999 10:04:00 +0000
24826              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
24827              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
24828      Branch: perl
24829            + t/op/lop.t
24830            ! MANIFEST op.c
24831 ____________________________________________________________________________
24832 [  2899] By: jhi                                   on 1999/02/12  12:03:48
24833         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
24834      Branch: cfgperl
24835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24836            ! config_h.SH hints/openbsd.sh
24837 ____________________________________________________________________________
24838 [  2898] By: gsar                                  on 1999/02/12  11:49:25
24839         Log: support win32_putenv()
24840      Branch: perl
24841            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
24842            ! win32/win32.c win32/win32iop.h
24843 ____________________________________________________________________________
24844 [  2894] By: gsar                                  on 1999/02/12  11:09:27
24845         Log: add missing hunk in change#2657
24846      Branch: perl
24847            ! ext/B/B/CC.pm
24848 ____________________________________________________________________________
24849 [  2893] By: gsar                                  on 1999/02/12  11:00:13
24850         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24851              Date: Tue, 19 Jan 1999 20:13:15 -0500
24852              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
24853              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
24854      Branch: perl
24855            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
24856            ! t/pragma/subs.t t/pragma/warning.t
24857 ____________________________________________________________________________
24858 [  2892] By: gsar                                  on 1999/02/12  10:44:38
24859         Log: update change#2670 to later version
24860              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24861              Date: Sun, 31 Jan 1999 16:16:14 +0000
24862              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
24863              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
24864      Branch: perl
24865            ! t/op/subst.t toke.c
24866 ____________________________________________________________________________
24867 [  2891] By: gsar                                  on 1999/02/12  10:31:17
24868         Log: make testsuite somewhat location independent
24869      Branch: perl
24870            ! (edit 117 files)
24871 ____________________________________________________________________________
24872 [  2890] By: gsar                                  on 1999/02/12  10:00:30
24873         Log: add $AutoLoader::VERSION
24874      Branch: perl
24875            ! lib/AutoLoader.pm
24876 ____________________________________________________________________________
24877 [  2889] By: gsar                                  on 1999/02/12  09:55:48
24878         Log: tweak PERL_STRICT_CR notes
24879      Branch: perl
24880            ! pod/perl5005delta.pod
24881 ____________________________________________________________________________
24882 [  2888] By: gsar                                  on 1999/02/12  09:41:45
24883         Log: add note about test-notty target
24884      Branch: perl
24885            ! README.win32
24886 ____________________________________________________________________________
24887 [  2887] By: gsar                                  on 1999/02/12  09:37:37
24888         Log: add perltodo.pod
24889      Branch: perl
24890            + pod/perltodo.pod
24891            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
24892            ! win32/pod.mak
24893 ____________________________________________________________________________
24894 [  2886] By: jhi                                   on 1999/02/12  08:52:14
24895         Log: Integrate from mainperl.
24896      Branch: cfgperl
24897           +> t/op/fh.t
24898           !> (integrate 30 files)
24899 ____________________________________________________________________________
24900 [  2885] By: gsar                                  on 1999/02/12  08:42:10
24901         Log: note how to find REG_INFTY limit
24902      Branch: perl
24903            ! pod/perlre.pod
24904 ____________________________________________________________________________
24905 [  2884] By: jhi                                   on 1999/02/12  08:36:14
24906         Log: OpenBSD pthreads awareness, thanks to
24907              David Leonard <david.leonard@csee.uq.edu.au>
24908      Branch: maint-5.005/perl
24909            ! Configure hints/openbsd.sh
24910 ____________________________________________________________________________
24911 [  2882] By: gsar                                  on 1999/02/12  08:05:20
24912         Log: IO is maintained by p5p (per Graham Barr's wishes)
24913      Branch: perl
24914            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
24915            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
24916            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
24917            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
24918 ____________________________________________________________________________
24919 [  2881] By: gsar                                  on 1999/02/12  07:57:13
24920         Log: fh.t typo
24921      Branch: perl
24922            ! t/op/fh.t
24923 ____________________________________________________________________________
24924 [  2880] By: gsar                                  on 1999/02/12  07:38:16
24925         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
24926      Branch: perl
24927            ! perl.c pod/perlrun.pod
24928 ____________________________________________________________________________
24929 [  2879] By: gsar                                  on 1999/02/12  05:39:29
24930         Log: fix ops that are not filehandle constructors to not create GV if it
24931              doesn't already exist (avoids leaks); extend semantics of defined()
24932              so that defined(*{$foo}) works (experimental)
24933      Branch: perl
24934            + t/op/fh.t
24935            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
24936            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
24937 ____________________________________________________________________________
24938 [  2877] By: jhi                                   on 1999/02/11  20:44:00
24939         Log: From: Chris Nandor <pudge@pobox.com>
24940              To: perl5-porters@perl.org
24941              Subject: [PATCH] perlport.pod 1.39
24942              Date: Thu, 11 Feb 1999 12:28:35 -0500
24943              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
24944      Branch: cfgperl
24945            ! pod/perlport.pod
24946 ____________________________________________________________________________
24947 [  2870] By: gsar                                  on 1999/02/11  11:17:08
24948         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
24949      Branch: perl
24950            ! ext/IO/lib/IO/Pipe.pm
24951 ____________________________________________________________________________
24952 [  2869] By: gsar                                  on 1999/02/11  11:00:56
24953         Log: update win32/pod.mak
24954      Branch: perl
24955            ! win32/pod.mak
24956 ____________________________________________________________________________
24957 [  2868] By: gsar                                  on 1999/02/11  10:42:44
24958         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
24959              Date: Fri, 08 Jan 1999 14:36:53 +1100
24960              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
24961              Subject: Re: [Fwd: IO::Socket::connect and blocking]
24962      Branch: perl
24963            ! ext/IO/lib/IO/Socket.pm
24964 ____________________________________________________________________________
24965 [  2867] By: gsar                                  on 1999/02/11  09:43:03
24966         Log: av_extend() doc tweak from Jan Dubois
24967      Branch: perl
24968            ! pod/perlguts.pod
24969 ____________________________________________________________________________
24970 [  2866] By: gsar                                  on 1999/02/11  09:27:17
24971         Log: display full pathname of unreadable files
24972      Branch: perl
24973            ! utils/perldoc.PL
24974 ____________________________________________________________________________
24975 [  2865] By: gsar                                  on 1999/02/11  09:02:31
24976         Log: missing patch in change#2522
24977      Branch: perl
24978            ! lib/Pod/Text.pm
24979 ____________________________________________________________________________
24980 [  2864] By: jhi                                   on 1999/02/11  08:45:00
24981         Log: From: Spider Boardman <spider@zk3.dec.com>
24982              To: perlbug@perl.com
24983              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
24984              Date: Wed, 10 Feb 1999 23:33:31 -0500
24985              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
24986      Branch: maint-5.005/perl
24987            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
24988 ____________________________________________________________________________
24989 [  2862] By: gsar                                  on 1999/02/11  08:14:34
24990         Log: integrate changes#2738,2740 from maint-5.005
24991      Branch: perl
24992           !> lib/ExtUtils/MakeMaker.pm
24993 ____________________________________________________________________________
24994 [  2861] By: jhi                                   on 1999/02/11  08:04:25
24995         Log: Integrate from mainperl.
24996      Branch: cfgperl
24997           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
24998           !> t/op/range.t win32/config.gc
24999 ____________________________________________________________________________
25000 [  2860] By: gsar                                  on 1999/02/11  07:30:08
25001         Log: binmode() support for cygwin32 (suggested by Steven Morlock
25002              <newspost@morlock.net>)
25003      Branch: perl
25004            ! perl.h
25005 ____________________________________________________________________________
25006 [  2859] By: gsar                                  on 1999/02/11  07:14:21
25007         Log: update Changes
25008      Branch: perl
25009            ! Changes
25010           !> pod/perl5005delta.pod
25011 ____________________________________________________________________________
25012 [  2856] By: gsar                                  on 1999/02/11  07:07:39
25013         Log: integrate perldelta changes from maint-5.005
25014      Branch: perl
25015           !> pod/perl5005delta.pod
25016 ____________________________________________________________________________
25017 [  2855] By: gsar                                  on 1999/02/11  06:31:50
25018         Log: applied suggested patch; added tests
25019              From: Adam Krolnik <adamk@gypsy.cyrix.com>
25020              Date: Sat, 12 Dec 98 15:30:18 -0600
25021              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
25022              Subject: Range operation doesn't handle IV_MAX
25023      Branch: perl
25024            ! pp_ctl.c t/op/range.t
25025 ____________________________________________________________________________
25026 [  2854] By: gsar                                  on 1999/02/11  05:00:55
25027         Log: compatibility fix: magic non-propagation in foreach implicit localization
25028      Branch: perl
25029            ! pp_ctl.c t/op/local.t win32/config.gc
25030 ____________________________________________________________________________
25031 [  2852] By: gsar                                  on 1999/02/10  23:17:49
25032         Log: fair warning about -Dusethreads
25033      Branch: maint-5.005/perl
25034            ! Configure INSTALL README.threads
25035 ____________________________________________________________________________
25036 [  2847] By: jhi                                   on 1999/02/09  19:13:28
25037         Log: Integrate from mainperl.
25038      Branch: cfgperl
25039           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
25040           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
25041 ____________________________________________________________________________
25042 [  2846] By: gsar                                  on 1999/02/09  13:53:28
25043         Log: a modified version of suggested patch for pack template 'Z'; added docs
25044              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
25045              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
25046              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
25047              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
25048      Branch: perl
25049            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
25050 ____________________________________________________________________________
25051 [  2845] By: gsar                                  on 1999/02/09  00:03:26
25052         Log: clarify docs for change#2835
25053      Branch: perl
25054            ! pod/perldelta.pod pod/perlop.pod
25055 ____________________________________________________________________________
25056 [  2844] By: gsar                                  on 1999/02/08  23:40:57
25057         Log: addendum to change#2823
25058              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25059              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
25060              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
25061              Subject: [PATCH] Docs and tests for method-call syntax
25062      Branch: perl
25063            ! pod/perlobj.pod t/op/method.t
25064 ____________________________________________________________________________
25065 [  2843] By: jhi                                   on 1999/02/08  21:06:28
25066         Log: Ultrix mmap tidbit.
25067      Branch: cfgperl
25068            ! hints/ultrix_4.sh
25069 ____________________________________________________________________________
25070 [  2842] By: jhi                                   on 1999/02/08  20:22:55
25071         Log: Integrate from mainperl.
25072      Branch: cfgperl
25073           +> t/op/subst_wamp.t
25074           !> (integrate 35 files)
25075 ____________________________________________________________________________
25076 [  2841] By: jhi                                   on 1999/02/08  18:23:26
25077         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25078              To: Mailing list Perl5 <perl5-porters@perl.org>
25079              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
25080              Date: Sun, 7 Feb 1999 17:25:22 -0500
25081              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
25082      Branch: cfgperl
25083            + t/op/subst_amp.t
25084            ! MANIFEST regcomp.c t/op/subst.t
25085 ____________________________________________________________________________
25086 [  2840] By: jhi                                   on 1999/02/08  18:16:54
25087         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25088              To: Mailing list Perl5 <perl5-porters@perl.org>
25089              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
25090              Date: Sun, 7 Feb 1999 17:00:10 -0500
25091              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
25092      Branch: cfgperl
25093            ! pp_hot.c t/op/pat.t
25094 ____________________________________________________________________________
25095 [  2839] By: jhi                                   on 1999/02/08  17:25:30
25096         Log: A require was missing.
25097      Branch: cfgperl
25098            ! t/lib/h2ph.pht
25099 ____________________________________________________________________________
25100 [  2838] By: jhi                                   on 1999/02/08  16:38:41
25101         Log: Bring in the change #2809 (the Configure part has been
25102              modified rather a lot since the #2809, though.)
25103      Branch: cfgperl
25104            ! Configure utils/h2ph.PL
25105 ____________________________________________________________________________
25106 [  2835] By: gsar                                  on 1999/02/08  14:40:23
25107         Log: make qw() into a true list at compile time (slightly modified
25108              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
25109      Branch: perl
25110            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
25111 ____________________________________________________________________________
25112 [  2834] By: gsar                                  on 1999/02/08  13:23:16
25113         Log: make safesysmalloc() etc., always available; safemalloc() et al are
25114              now macros that point to the right malloc; fix various places in
25115              sources that need to always use safesysmalloc() et al
25116      Branch: perl
25117            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
25118            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
25119 ____________________________________________________________________________
25120 [  2833] By: gsar                                  on 1999/02/08  10:56:16
25121         Log: remove spurious #endif in last change
25122      Branch: perl
25123            ! perl.h
25124 ____________________________________________________________________________
25125 [  2832] By: gsar                                  on 1999/02/08  10:34:55
25126         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
25127              them ask for insanity (untested)
25128      Branch: perl
25129            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
25130            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
25131            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
25132 ____________________________________________________________________________
25133 [  2831] By: jhi                                   on 1999/02/08  08:33:33
25134         Log: Update vms/subconfigure.com along the lines of change #2829.
25135      Branch: cfgperl
25136            ! vms/subconfigure.com
25137 ____________________________________________________________________________
25138 [  2830] By: gsar                                  on 1999/02/08  00:19:46
25139         Log: integrate cfgperl changes into mainline
25140      Branch: perl
25141           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
25142           +> lib/File/PathConvert.pm pod/perlthrtut.pod
25143            ! Changes
25144           !> (integrate 93 files)
25145 ____________________________________________________________________________
25146 [  2829] By: jhi                                   on 1999/02/07  23:49:46
25147         Log: Configure update.
25148              
25149              Probe for mmap() et alia.
25150              The *cc*symbols patch (just Configure, no h2ph).
25151      Branch: cfgperl
25152            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25153            ! config_h.SH perl.h
25154 ____________________________________________________________________________
25155 [  2828] By: gsar                                  on 1999/02/07  23:38:47
25156         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25157              Date: Sun, 7 Feb 1999 17:25:22 -0500
25158              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
25159              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
25160      Branch: perl
25161            + t/op/subst_amp.t t/op/subst_wamp.t
25162            ! MANIFEST regcomp.c t/op/subst.t
25163 ____________________________________________________________________________
25164 [  2827] By: gsar                                  on 1999/02/07  23:27:32
25165         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25166              Date: Sun, 7 Feb 1999 17:00:10 -0500
25167              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
25168              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
25169      Branch: perl
25170            ! pp_hot.c t/op/pat.t
25171 ____________________________________________________________________________
25172 [  2826] By: gsar                                  on 1999/02/07  23:26:04
25173         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
25174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25175              Date: Sun, 7 Feb 1999 15:07:27 -0500
25176              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
25177              Subject: Re: fixing memory leaks in REx compilation
25178      Branch: perl
25179            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
25180            ! regexec.c
25181 ____________________________________________________________________________
25182 [  2825] By: jhi                                   on 1999/02/07  18:05:13
25183         Log: Integrate from mainperl.
25184      Branch: cfgperl
25185           +> lib/DB.pm t/comp/bproto.t
25186           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
25187           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
25188           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
25189           !> toke.c vms/perly_c.vms
25190 ____________________________________________________________________________
25191 [  2824] By: gsar                                  on 1999/02/07  14:21:48
25192         Log: tweak doc on bitwise ops
25193      Branch: perl
25194            ! pod/perlop.pod
25195 ____________________________________________________________________________
25196 [  2823] By: gsar                                  on 1999/02/07  13:38:31
25197         Log: applied suggested patch; regen perly* and vms/perly*
25198              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25199              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
25200              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
25201              Subject: [PATCH] Re: Suggestion for perlobj man page
25202      Branch: perl
25203            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
25204 ____________________________________________________________________________
25205 [  2822] By: gsar                                  on 1999/02/07  12:39:09
25206         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
25207              disabled, fails tests)
25208      Branch: perl
25209            ! regcomp.h
25210 ____________________________________________________________________________
25211 [  2821] By: gsar                                  on 1999/02/07  11:09:39
25212         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
25213              <Alexander.Barilo@aexp.com>)
25214      Branch: perl
25215            ! lib/Pod/Html.pm
25216 ____________________________________________________________________________
25217 [  2820] By: gsar                                  on 1999/02/07  10:20:35
25218         Log: add draft debugging API implementation
25219      Branch: perl
25220            + lib/DB.pm
25221            ! MANIFEST
25222 ____________________________________________________________________________
25223 [  2819] By: gsar                                  on 1999/02/07  09:58:45
25224         Log: avoid garbage in db->dirbuf
25225              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
25226              Date: Sat, 05 Dec 1998 14:14:54 +0900
25227              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
25228              Subject: SDBM bug
25229      Branch: perl
25230            ! ext/SDBM_File/sdbm/sdbm.c
25231 ____________________________________________________________________________
25232 [  2818] By: gsar                                  on 1999/02/07  09:32:24
25233         Log: missing entry
25234      Branch: perl
25235            ! MANIFEST
25236 ____________________________________________________________________________
25237 [  2817] By: gsar                                  on 1999/02/07  09:30:47
25238         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
25239      Branch: perl
25240            + t/comp/bproto.t
25241            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
25242 ____________________________________________________________________________
25243 [  2816] By: gsar                                  on 1999/02/06  00:14:29
25244         Log: minor bug in dumping blessed subrefs
25245      Branch: perl
25246            ! ext/Data/Dumper/Dumper.pm
25247 ____________________________________________________________________________
25248 [  2812] By: jhi                                   on 1999/02/03  22:02:24
25249         Log: Enhance change #2808.
25250              
25251              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25252              To: perl5-porters@perl.org
25253              Subject: Re: [PATCH 5.00*]: perlbug checklist
25254              Date: Wed, 3 Feb 1999 19:02:27 +0000
25255              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
25256      Branch: cfgperl
25257            ! utils/perlbug.PL
25258 ____________________________________________________________________________
25259 [  2811] By: jhi                                   on 1999/02/03  21:53:23
25260         Log: From: Barrie Slaymaker <rbs@telerama.com>
25261              To: perl5-porters@perl.org
25262              CC: pod-people@perl.org
25263              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
25264              Date: Wed, 03 Feb 1999 10:34:18 -0500
25265              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
25266              
25267              Add File::PathConvert.pm.
25268              Fix Pod::Html and installhtml to understand relative urls.
25269      Branch: cfgperl
25270            + lib/File/PathConvert.pm
25271            ! MANIFEST installhtml lib/Pod/Html.pm
25272 ____________________________________________________________________________
25273 [  2810] By: jhi                                   on 1999/02/03  20:25:10
25274         Log: From: Francois Desarmenien <desar@club-internet.fr>
25275              To: Mailing list Perl5 <perl5-porters@perl.org>
25276              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
25277              Date: Wed, 03 Feb 1999 13:13:24 +0000
25278              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
25279              
25280              (note: this patch completely overrides Tom Wolfe's patch,
25281              change #2604)
25282      Branch: cfgperl
25283            + ext/GDBM_File/hints/sco.pl
25284            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
25285 ____________________________________________________________________________
25286 [  2809] By: jhi                                   on 1999/02/03  19:54:16
25287         Log: h2ph fixes + Configure patch to support them.
25288              
25289              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25290              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
25291              Gurusamy Sarathy <gsar@engin.umich.edu>
25292              Cc: perl5-porters@perl.org
25293              Subject: [PATCH 5.00503_MT5] h2ph.PL
25294              Date: Tue, 2 Feb 1999 19:48:06 -0500
25295              Message-ID: <19990202194806.E10647@O2.chapin.edu>
25296      Branch: maint-5.005/perl
25297            ! Configure utils/h2ph.PL
25298 ____________________________________________________________________________
25299 [  2808] By: jhi                                   on 1999/02/03  16:59:55
25300         Log: Enhance the perlbug checklist.
25301      Branch: cfgperl
25302            ! utils/perlbug.PL
25303 ____________________________________________________________________________
25304 [  2807] By: jhi                                   on 1999/02/03  14:01:37
25305         Log: Document the standard strftime %formats.
25306              
25307              From: Dominic Dunlop <domo@vo.lu>
25308              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
25309              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
25310              Date: Tue, 2 Feb 1999 15:55:29 +0100
25311              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
25312      Branch: cfgperl
25313            ! ext/POSIX/POSIX.pod
25314 ____________________________________________________________________________
25315 [  2806] By: jhi                                   on 1999/02/03  13:58:00
25316         Log: Integrate from mainperl.
25317      Branch: cfgperl
25318           !> perl.h
25319 ____________________________________________________________________________
25320 [  2805] By: gsar                                  on 1999/02/03  03:32:31
25321         Log: PL_uuemap[] init needs help for sizeof()
25322      Branch: perl
25323            ! perl.h
25324 ____________________________________________________________________________
25325 [  2804] By: jhi                                   on 1999/02/02  20:44:30
25326         Log: These should've been already in #2803.
25327      Branch: cfgperl
25328            ! Configure config_h.SH vms/subconfigure.com
25329 ____________________________________________________________________________
25330 [  2803] By: jhi                                   on 1999/02/02  20:38:45
25331         Log: telldir prototype issue, from mists of time...
25332      Branch: cfgperl
25333            ! hints/netbsd.sh pp_sys.c
25334 ____________________________________________________________________________
25335 [  2801] By: jhi                                   on 1999/02/02  17:40:14
25336         Log: From: John Bley <jbb6@acpub.duke.edu>
25337              To: perlbug@perl.org
25338              Subject: [PATCH]5.005_54 (DOC) fix minor typos
25339              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
25340              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
25341      Branch: cfgperl
25342            ! pod/perlre.pod
25343 ____________________________________________________________________________
25344 [  2800] By: jhi                                   on 1999/02/02  17:26:49
25345         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
25346      Branch: cfgperl
25347            ! Todo-5.005
25348 ____________________________________________________________________________
25349 [  2799] By: jhi                                   on 1999/02/02  17:18:51
25350         Log: Update FindBin from maint-5.005.
25351      Branch: cfgperl
25352            ! lib/FindBin.pm
25353 ____________________________________________________________________________
25354 [  2798] By: jhi                                   on 1999/02/02  17:16:07
25355         Log: Fix typecasts in #2797
25356              
25357              From: "G. Del Merritt" <del@intranetics.com>
25358              Date: Fri, 29 Jan 1999 11:47:25 -0700
25359              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
25360              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
25361      Branch: cfgperl
25362            ! ext/POSIX/POSIX.xs
25363 ____________________________________________________________________________
25364 [  2797] By: jhi                                   on 1999/02/02  17:14:37
25365         Log: From: Ted Law <tedlaw@cibcwg.com>
25366              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
25367              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
25368              Subject: POSIX::strftime buffer overflow problem
25369      Branch: cfgperl
25370            ! ext/POSIX/POSIX.xs
25371 ____________________________________________________________________________
25372 [  2796] By: jhi                                   on 1999/02/02  17:13:23
25373         Log: Do not use File::Slurp.
25374      Branch: cfgperl
25375            ! t/lib/textfill.t
25376 ____________________________________________________________________________
25377 [  2795] By: jhi                                   on 1999/02/02  17:11:48
25378         Log: perlhist update from maint-5.005.
25379      Branch: cfgperl
25380            ! pod/perlhist.pod
25381 ____________________________________________________________________________
25382 [  2794] By: jhi                                   on 1999/02/02  17:10:33
25383         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
25384      Branch: cfgperl
25385            ! ext/POSIX/POSIX.pm
25386 ____________________________________________________________________________
25387 [  2793] By: jhi                                   on 1999/02/02  17:08:39
25388         Log: Missed the html test from change #2787. 
25389      Branch: cfgperl
25390            ! t/lib/cgi-html.t
25391 ____________________________________________________________________________
25392 [  2792] By: jhi                                   on 1999/02/02  17:01:24
25393         Log: Update Getopt::Long to 2.19.
25394      Branch: cfgperl
25395            ! lib/Getopt/Long.pm
25396 ____________________________________________________________________________
25397 [  2791] By: jhi                                   on 1999/02/02  16:59:13
25398         Log: overload syntax is no longer experimental
25399      Branch: cfgperl
25400            ! lib/overload.pm
25401 ____________________________________________________________________________
25402 [  2789] By: jhi                                   on 1999/02/02  16:47:50
25403         Log: Still doc fixes.
25404      Branch: cfgperl
25405            ! lib/diagnostics.pm
25406 ____________________________________________________________________________
25407 [  2788] By: jhi                                   on 1999/02/02  16:47:07
25408         Log: Doc fixes.
25409      Branch: cfgperl
25410            ! lib/CGI.pm lib/diagnostics.pm
25411 ____________________________________________________________________________
25412 [  2787] By: jhi                                   on 1999/02/02  16:38:55
25413         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
25414              where applicable).
25415      Branch: cfgperl
25416            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
25417            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25418            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25419            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
25420            ! eg/cgi/frameset.cgi eg/cgi/index.html
25421            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25422            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25423            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25424            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
25425            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25426            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
25427 ____________________________________________________________________________
25428 [  2786] By: jhi                                   on 1999/02/02  16:17:52
25429         Log: Update CPAN to 1.47.
25430      Branch: cfgperl
25431            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
25432 ____________________________________________________________________________
25433 [  2785] By: jhi                                   on 1999/02/02  16:09:03
25434         Log: From: Mark-Jason Dominus <mjd@plover.com>
25435              Date: Sat, 16 Jan 1999 17:22:06 -0500
25436              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
25437              Message-ID: <19990116222206.3674.qmail@plover.com>
25438      Branch: cfgperl
25439            ! pod/perlsub.pod
25440 ____________________________________________________________________________
25441 [  2784] By: jhi                                   on 1999/02/02  16:01:31
25442         Log: Fix incorrect "used only once" warnings
25443              
25444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25445              Date: Fri, 8 Jan 1999 04:37:10 -0500
25446              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
25447              Subject: Re: change#965 flakiness
25448      Branch: cfgperl
25449            ! gv.c
25450 ____________________________________________________________________________
25451 [  2783] By: jhi                                   on 1999/02/02  15:50:38
25452         Log: perldelta updates.
25453      Branch: cfgperl
25454            ! pod/perldelta.pod
25455 ____________________________________________________________________________
25456 [  2782] By: jhi                                   on 1999/02/02  14:28:26
25457         Log: Mirror change #2781.
25458      Branch: cfgperl
25459            ! hints/linux.sh
25460 ____________________________________________________________________________
25461 [  2781] By: jhi                                   on 1999/02/02  14:27:01
25462         Log: Update the MkLinux note.
25463      Branch: maint-5.005/perl
25464            ! hints/linux.sh
25465 ____________________________________________________________________________
25466 [  2780] By: jhi                                   on 1999/02/02  14:10:59
25467         Log: Update todo.
25468      Branch: cfgperl
25469            ! Todo-5.005
25470 ____________________________________________________________________________
25471 [  2779] By: jhi                                   on 1999/02/02  14:00:25
25472         Log: Integrate from mainperl.
25473      Branch: cfgperl
25474            ! t/lib/textfill.t t/lib/textwrap.t
25475           !> (integrate 32 files)
25476 ____________________________________________________________________________
25477 [  2778] By: jhi                                   on 1999/02/02  13:56:23
25478         Log: VMS update, applicable parts of
25479              
25480              From: Dan Sugalski <sugalskd@osshe.edu>
25481              To: perl5-porters@perl.org
25482              Subject: [PATCH 5.005_03MT3]VMS configure tweak
25483              Date: Wed, 20 Jan 1999 12:05:18 -0800
25484              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
25485              
25486              From: Dan Sugalski <sugalskd@osshe.edu>
25487              To: perlbug@perl.com, vmsperl@perl.org
25488              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
25489              Date: Tue, 26 Jan 1999 14:40:38 -0800
25490              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
25491              
25492              From: Dan Sugalski <sugalskd@osshe.edu>
25493              To: perl5-porters@perl.org, vmsperl@perl.org
25494              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
25495              Date: Tue, 26 Jan 1999 14:55:29 -0800
25496              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
25497      Branch: cfgperl
25498            ! vms/ext/Stdio/test.pl vms/subconfigure.com
25499 ____________________________________________________________________________
25500 [  2777] By: jhi                                   on 1999/02/02  13:43:24
25501         Log: Synch usethreads parts from maint-5.005.
25502      Branch: cfgperl
25503            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
25504            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
25505            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
25506            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
25507 ____________________________________________________________________________
25508 [  2776] By: jhi                                   on 1999/02/02  13:17:16
25509         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
25510      Branch: cfgperl
25511            ! Makefile.SH hints/freebsd.sh
25512 ____________________________________________________________________________
25513 [  2774] By: jhi                                   on 1999/02/02  13:10:39
25514         Log: Add perlthrtut, update pod/* machinery.
25515              (a pod/Makefile.SH is sorely needed)
25516      Branch: cfgperl
25517            + pod/perlthrtut.pod
25518            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
25519 ____________________________________________________________________________
25520 [  2773] By: jhi                                   on 1999/02/02  12:54:24
25521         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25522              To: perl5-porters@perl.org
25523              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
25524              Date: Tue, 26 Jan 1999 22:25:07 +0000
25525              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
25526      Branch: cfgperl
25527            ! pod/perlguts.pod
25528 ____________________________________________________________________________
25529 [  2771] By: jhi                                   on 1999/02/02  12:47:34
25530         Log: Use perlbug instead of personal email address.
25531      Branch: cfgperl
25532            ! Configure
25533 ____________________________________________________________________________
25534 [  2770] By: jhi                                   on 1999/02/02  12:42:06
25535         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
25536              
25537              From: "G. Del Merritt" <del@intranetics.com>
25538              To: perlbug@perl.com
25539              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
25540              Date: Tue, 26 Jan 1999 12:09:09 -0700
25541              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
25542      Branch: cfgperl
25543            ! iperlsys.h
25544 ____________________________________________________________________________
25545 [  2769] By: jhi                                   on 1999/02/02  12:37:57
25546         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25547              To: Mailing list Perl5 <perl5-porters@perl.org>
25548              Subject: [PATCH 5.005_*] OS/2 threads
25549              Date: Tue, 26 Jan 1999 13:39:46 -0500
25550              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
25551      Branch: cfgperl
25552            ! os2/os2ish.h
25553 ____________________________________________________________________________
25554 [  2768] By: jhi                                   on 1999/02/02  12:36:16
25555         Log: Apply change #2711 from maint-5.005:
25556              
25557              make ok", "make okfile", and "make nok" were broken
25558              with -Duseshrplib, because of a shared typo.
25559              
25560              From: Spider Boardman <spider@web.zk3.dec.com>
25561              To: perlbug@perl.com
25562              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
25563              Date: Wed, 27 Jan 1999 12:27:15 -0500
25564              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
25565      Branch: cfgperl
25566            ! Makefile.SH
25567 ____________________________________________________________________________
25568 [  2766] By: jhi                                   on 1999/02/02  12:27:08
25569         Log: Make Configure use "int main()" instead of bare "main()".
25570              Like maint-5.005 change #2703 but now via metaconfig.
25571      Branch: cfgperl
25572            ! Configure
25573 ____________________________________________________________________________
25574 [  2765] By: jhi                                   on 1999/02/02  11:59:30
25575         Log: Undo part of change #2562.
25576      Branch: cfgperl
25577            ! Configure
25578 ____________________________________________________________________________
25579 [  2764] By: jhi                                   on 1999/02/02  11:52:39
25580         Log: NetBSD synch with maint-5.005.
25581      Branch: cfgperl
25582            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
25583 ____________________________________________________________________________
25584 [  2763] By: jhi                                   on 1999/02/02  11:44:07
25585         Log: $Config{installusrbinperl}
25586              (maint-5.005 changes #2614 and #2709)
25587      Branch: cfgperl
25588            ! Configure installperl
25589 ____________________________________________________________________________
25590 [  2762] By: jhi                                   on 1999/02/02  11:29:13
25591         Log: Errno update from maint-5.005 (changes #2583, #2710).
25592      Branch: cfgperl
25593            ! Configure ext/Errno/Errno_pm.PL
25594 ____________________________________________________________________________
25595 [  2759] By: jhi                                   on 1999/02/02  10:53:20
25596         Log: Update Trig.pm from maint-5.005.
25597      Branch: cfgperl
25598            ! lib/Math/Trig.pm
25599 ____________________________________________________________________________
25600 [  2757] By: jhi                                   on 1999/02/02  10:41:26
25601         Log: MPE/iX update (mirror maint-5.005 change #2715)
25602      Branch: cfgperl
25603            ! hints/mpeix.sh mpeix/relink
25604 ____________________________________________________________________________
25605 [  2756] By: jhi                                   on 1999/02/02  10:38:08
25606         Log: BeOS update (Mirror maint-5.005 change #2727).
25607      Branch: cfgperl
25608            + ext/DynaLoader/dl_beos.xs
25609            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
25610            ! lib/ExtUtils/MM_Unix.pm
25611 ____________________________________________________________________________
25612 [  2754] By: gsar                                  on 1999/02/02  08:52:13
25613         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
25614      Branch: perl
25615            ! Porting/pumpkin.pod Todo Todo-5.005
25616 ____________________________________________________________________________
25617 [  2753] By: gsar                                  on 1999/02/02  08:46:21
25618         Log: Todo tweaks
25619      Branch: perl
25620            ! Todo Todo-5.005
25621 ____________________________________________________________________________
25622 [  2752] By: jhi                                   on 1999/02/01  22:15:12
25623         Log: Add perlthrtut.pod.
25624              
25625              From: Dan Sugalski <sugalskd@osshe.edu>
25626              To: perl5-porters@perl.org
25627              Subject: perlthrtut.pod
25628              Date: Mon, 01 Feb 1999 10:57:11 -0800
25629              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
25630      Branch: maint-5.005/perl
25631            + pod/perlthrtut.pod
25632            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
25633            ! pod/roffitall
25634 ____________________________________________________________________________
25635 [  2751] By: gsar                                  on 1999/02/01  07:28:05
25636         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
25637      Branch: perl
25638            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25639            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25640 ____________________________________________________________________________
25641 [  2750] By: gsar                                  on 1999/02/01  07:09:20
25642         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25643              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
25644              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
25645              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
25646      Branch: perl
25647            ! regexec.c
25648 ____________________________________________________________________________
25649 [  2749] By: gsar                                  on 1999/02/01  07:07:59
25650         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25651              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
25652              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
25653              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
25654      Branch: perl
25655            ! regexec.c
25656 ____________________________________________________________________________
25657 [  2748] By: gsar                                  on 1999/02/01  06:47:06
25658         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
25659              Date: Thu, 3 Dec 1998 15:10:17 -0500
25660              Message-Id: <199812032010.PAA09692@jik.shore.net>
25661              Subject: sample checksum code in "perlfunc" man page is wrong
25662      Branch: perl
25663            ! pod/perlfunc.pod
25664 ____________________________________________________________________________
25665 [  2747] By: gsar                                  on 1999/02/01  06:35:13
25666         Log: typos in Pod/Text.pm
25667              From: "Greg Chapman" <glc@well.com>
25668              Date: Tue, 1 Dec 1998 10:50:18 -0800
25669              Message-Id: <199812011849.KAA08816@smtp.well.com>
25670              Subject: Glitch in Pod::Text
25671      Branch: perl
25672            ! lib/Pod/Text.pm
25673 ____________________________________________________________________________
25674 [  2746] By: gsar                                  on 1999/02/01  06:27:35
25675         Log: various win32-ish changes merged from maint-5.005
25676      Branch: perl
25677            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
25678            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
25679            ! win32/Makefile win32/config.bc win32/config.vc
25680            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
25681            ! win32/win32.c
25682 ____________________________________________________________________________
25683 [  2745] By: gsar                                  on 1999/02/01  04:51:54
25684         Log: integrate cfgperl changes into mainline
25685      Branch: perl
25686           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
25687 ____________________________________________________________________________
25688 [  2744] By: gsar                                  on 1999/02/01  04:31:09
25689         Log: improved diagnostic on syntax errors at EOL
25690      Branch: perl
25691            ! toke.c
25692 ____________________________________________________________________________
25693 [  2743] By: gsar                                  on 1999/02/01  03:59:13
25694         Log: don't attempt connect() to bogus IP addresses
25695              From:    Graham Barr <gbarr@pobox.com>
25696              Date:    Sun, 31 Jan 1999 21:50:45 CST
25697              Message-Id: <19990131215045.A633@pobox.com>
25698      Branch: perl
25699            ! t/lib/io_multihomed.t
25700 ____________________________________________________________________________
25701 [  2742] By: gsar                                  on 1999/02/01  03:08:58
25702         Log: update Changes
25703      Branch: perl
25704            ! Changes pod/perldelta.pod
25705 ____________________________________________________________________________
25706 [  2740] By: gsar                                  on 1999/02/01  02:43:07
25707         Log: CAPI inheritance tweak and doc
25708      Branch: maint-5.005/perl
25709            ! lib/ExtUtils/MakeMaker.pm
25710 ____________________________________________________________________________
25711 [  2739] By: jhi                                   on 1999/01/31  18:31:54
25712         Log: Undo changes #2730 and #2731 and replace them
25713              with an extensively tested patch from
25714              Anton Berezin <tobez@plab.ku.dk> (via private email).
25715      Branch: maint-5.005/perl
25716            ! Makefile.SH hints/freebsd.sh
25717 ____________________________________________________________________________
25718 [  2738] By: gsar                                  on 1999/01/31  05:04:32
25719         Log: fix bogus CAPI inheritance from change#2541
25720      Branch: maint-5.005/perl
25721            ! lib/ExtUtils/MakeMaker.pm
25722 ____________________________________________________________________________
25723 [  2731] By: jhi                                   on 1999/01/29  14:33:12
25724         Log: FreeBSD version numbers can be like "2.2.8-release".
25725      Branch: maint-5.005/perl
25726            ! hints/freebsd.sh
25727 ____________________________________________________________________________
25728 [  2730] By: jhi                                   on 1999/01/29  12:40:38
25729         Log: FreeBSD hints iteration (hopefully convergent).
25730              usethreads: require at least FreeBSD 2.2.8.
25731              signal type: mirror change #2429 in cfgperl.
25732      Branch: maint-5.005/perl
25733            ! hints/freebsd.sh
25734 ____________________________________________________________________________
25735 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
25736         Log: From: Tom Spindler <dogcow@isi.net>
25737              Date: Thu, 28 Jan 1999 17:15:11 -0800
25738              Message-ID: <19990128171510.A11778@isi.net>
25739              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
25740      Branch: maint-5.005/perl
25741            + ext/DynaLoader/dl_beos.xs
25742            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
25743            ! lib/ExtUtils/MM_Unix.pm
25744 ____________________________________________________________________________
25745 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
25746         Log: Remove use of File::Slurp in t/lib/textfill.t
25747      Branch: maint-5.005/perl
25748            ! t/lib/textfill.t
25749 ____________________________________________________________________________
25750 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
25751         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
25752              Date: Wed, 27 Jan 1999 23:14:33 -0800
25753              Message-Id: <199901280714.XAA10176@activestate.com>
25754              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
25755      Branch: maint-5.005/perl
25756            ! win32/Makefile win32/makefile.mk
25757 ____________________________________________________________________________
25758 [  2720] By: gsar                                  on 1999/01/27  21:54:42
25759         Log: missing space while munging CCFLAGS for PERL_CAPI
25760      Branch: perl
25761            ! lib/ExtUtils/MM_Unix.pm
25762 ____________________________________________________________________________
25763 [  2718] By: jhi                                   on 1999/01/27  19:46:04
25764         Log: io/fs.t fails test #18 (sense of tests appears to have been
25765              changed incompletely; this patch just skips the test attached,
25766              a la test #17 preceding it).
25767              
25768              From: "G. Del Merritt" <del@intranetics.com>
25769              To: perlbug@perl.com
25770              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
25771              Date: Tue, 26 Jan 1999 12:09:09 -0700
25772              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
25773      Branch: maint-5.005/perl
25774            ! t/io/fs.t
25775 ____________________________________________________________________________
25776 [  2717] By: jhi                                   on 1999/01/27  19:44:46
25777         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
25778              
25779              From: "G. Del Merritt" <del@intranetics.com>
25780              To: perlbug@perl.com
25781              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
25782              Date: Tue, 26 Jan 1999 12:09:09 -0700
25783              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
25784      Branch: maint-5.005/perl
25785            ! iperlsys.h
25786 ____________________________________________________________________________
25787 [  2715] By: jhi                                   on 1999/01/27  19:34:28
25788         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
25789              To: perl5-porters@perl.org
25790              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
25791              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
25792              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
25793      Branch: maint-5.005/perl
25794            ! hints/mpeix.sh mpeix/relink
25795 ____________________________________________________________________________
25796 [  2710] By: jhi                                   on 1999/01/27  19:22:23
25797         Log: Errno fixes:
25798              
25799              From: Spider Boardman <spider@web.zk3.dec.com>
25800              To: perlbug@perl.com
25801              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
25802              Date: Wed, 27 Jan 1999 12:27:15 -0500
25803              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
25804              
25805              From: Spider Boardman <spider@web.zk3.dec.com>
25806              To: perlbug@perl.com
25807              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
25808              Date: Wed, 27 Jan 1999 13:31:16 -0500
25809              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
25810      Branch: maint-5.005/perl
25811            ! Configure ext/Errno/Errno_pm.PL
25812 ____________________________________________________________________________
25813 [  2709] By: jhi                                   on 1999/01/27  19:17:35
25814         Log: Fix Configure installusrbinperl:
25815              
25816              From: Spider Boardman <spider@web.zk3.dec.com>
25817              To: jhi@iki.fi
25818              cc: perl5-porters@perl.org
25819              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
25820              Date: Wed, 27 Jan 1999 13:03:35 -0500
25821              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
25822      Branch: maint-5.005/perl
25823            ! Configure
25824 ____________________________________________________________________________
25825 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
25826         Log: Add redef IO::Handle::* for setv?buf()
25827      Branch: maint-5.005/perl
25828            ! ext/POSIX/POSIX.pm
25829 ____________________________________________________________________________
25830 [  2705] By: jhi                                   on 1999/01/24  15:14:30
25831         Log: Mention year-1900 and month 0..11.
25832      Branch: cfgperl
25833            ! lib/Time/Local.pm
25834 ____________________________________________________________________________
25835 [  2704] By: jhi                                   on 1999/01/24  15:13:36
25836         Log: Document Configure -Uinstallusrbinperl.
25837      Branch: cfgperl
25838            ! INSTALL pod/perldelta.pod
25839 ____________________________________________________________________________
25840 [  2698] By: jhi                                   on 1999/01/24  12:46:00
25841         Log: Use only xlc_r for usethreads.
25842      Branch: cfgperl
25843            ! hints/aix.sh
25844 ____________________________________________________________________________
25845 [  2695] By: gsar                                  on 1999/01/24  07:09:05
25846         Log: integrate cfgperl changes into mainline
25847      Branch: perl
25848           +> lib/Exporter/Heavy.pm
25849           !> (integrate 65 files)
25850 ____________________________________________________________________________
25851 [  2694] By: gsar                                  on 1999/01/24  01:28:49
25852         Log: better notes on 'make' on win32
25853      Branch: perl
25854            ! README.win32
25855 ____________________________________________________________________________
25856 [  2683] By: jhi                                   on 1999/01/22  15:41:00
25857         Log: More de-cut-and-pastos.
25858      Branch: cfgperl
25859            ! hints/irix_6.sh hints/os2.sh
25860 ____________________________________________________________________________
25861 [  2682] By: jhi                                   on 1999/01/22  15:30:51
25862         Log: usethreads.cbu cut-and-pasto.
25863      Branch: cfgperl
25864            ! hints/solaris_2.sh
25865 ____________________________________________________________________________
25866 [  2681] By: jhi                                   on 1999/01/22  14:54:55
25867         Log: Better (I hope) LANGUAGE documentation.
25868      Branch: cfgperl
25869            ! pod/perllocale.pod
25870 ____________________________________________________________________________
25871 [  2680] By: jhi                                   on 1999/01/22  09:20:29
25872         Log: From: Dan Sugalski <sugalskd@osshe.edu>
25873              To: perl5-porters@perl.org
25874              Subject: [PATCH 5.005_03MT3]VMS configure tweak
25875              Date: Wed, 20 Jan 1999 12:05:18 -0800
25876              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
25877      Branch: cfgperl
25878            ! vms/subconfigure.com
25879 ____________________________________________________________________________
25880 [  2679] By: jhi                                   on 1999/01/22  09:13:18
25881         Log: nosuid getmntent() branch.
25882      Branch: cfgperl
25883            ! perl.c perl.h
25884 ____________________________________________________________________________
25885 [  2678] By: jhi                                   on 1999/01/22  08:54:19
25886         Log: nosuid patch continued: *BSD needs <sys/param.h>.
25887      Branch: cfgperl
25888            ! Configure config_h.SH
25889 ____________________________________________________________________________
25890 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
25891         Log: Fixup FindBin to use File::Spec
25892              
25893              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
25894              Date: Wed, 20 Jan 1999 18:51:57 +0000
25895              From: Paul Johnson <pjcj@transeda.com>
25896              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
25897      Branch: maint-5.005/perl
25898            ! lib/FindBin.pm
25899 ____________________________________________________________________________
25900 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
25901         Log: Fix win32 for Borland compiler and spaces in paths
25902              
25903              From: Gurusamy Sarathy <gsar@activestate.com>
25904              Date: Mon, 18 Jan 1999 20:33:17 -0800
25905              Message-Id: <199901190433.UAA03656@activestate.com>
25906              Subject: [PATCH] 5.005_03-trial3 win32 issues
25907      Branch: maint-5.005/perl
25908            ! README.win32 win32/Makefile win32/config_sh.PL
25909            ! win32/makefile.mk win32/runperl.c
25910 ____________________________________________________________________________
25911 [  2670] By: jhi                                   on 1999/01/21  16:12:38
25912         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25913              To: perl5-porters@perl.org
25914              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
25915              Date: Thu, 21 Jan 1999 12:08:01 +0000
25916              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
25917      Branch: cfgperl
25918            ! pod/perldiag.pod t/op/subst.t toke.c
25919 ____________________________________________________________________________
25920 [  2669] By: jhi                                   on 1999/01/21  16:11:46
25921         Log: To: perl5-porters@perl.org
25922              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
25923              From: Anton Berezin <tobez@plab.ku.dk>
25924              Date: 21 Jan 1999 17:07:28 +0100
25925              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
25926      Branch: cfgperl
25927            ! hints/freebsd.sh
25928 ____________________________________________________________________________
25929 [  2668] By: jhi                                   on 1999/01/21  15:38:34
25930         Log: Add Daniel Grisinger <dgris@dimensional.com>.
25931      Branch: cfgperl
25932            ! AUTHORS MAINTAIN
25933 ____________________________________________________________________________
25934 [  2667] By: jhi                                   on 1999/01/21  15:32:28
25935         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25936              To: Mailing list Perl5 <perl5-porters@perl.org>
25937              Subject: [PATCH 5.005_53] Lean Exporter.pm
25938              Date: Thu, 21 Jan 1999 03:25:23 -0500
25939              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
25940      Branch: cfgperl
25941            + lib/Exporter/Heavy.pm
25942            ! MANIFEST lib/Exporter.pm
25943 ____________________________________________________________________________
25944 [  2666] By: jhi                                   on 1999/01/21  15:24:10
25945         Log: From: "W. Phillip Moore" <wpm@ms.com>
25946              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
25947              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
25948              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
25949              Message-ID: <13988.46383.298992.97303@zappa>
25950      Branch: cfgperl
25951            ! lib/File/Path.pm
25952 ____________________________________________________________________________
25953 [  2665] By: jhi                                   on 1999/01/21  15:20:48
25954         Log: CPAN update (CPAN-1.44_54) from Andreas and
25955              jumbo doc patch from Abigail.
25956              
25957              From: abigail@fnx.com
25958              To: perl5-porters@perl.org (Perl Porters)
25959              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
25960              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
25961              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
25962              
25963              From: abigail@fnx.com
25964              To: perl5-porters@perl.org (Perl Porters)
25965              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
25966              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
25967              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
25968              
25969              From: abigail@fnx.com
25970              To: perl5-porters@perl.org (Perl Porters)
25971              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
25972              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
25973              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
25974              
25975              From: abigail@fnx.com
25976              To: perl5-porters@perl.org (Perl Porters)
25977              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
25978              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
25979              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
25980              
25981              From: abigail@fnx.com
25982              To: perl5-porters@perl.org (Perl Porters)
25983              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
25984              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
25985              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
25986              
25987              From: abigail@fnx.com
25988              To: perl5-porters@perl.org (Perl Porters)
25989              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
25990              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
25991              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
25992              
25993              From: abigail@fnx.com
25994              To: perl5-porters@perl.org (Perl Porters)
25995              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
25996              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
25997              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
25998              
25999              From: abigail@fnx.com
26000              To: perl5-porters@perl.org (Perl Porters)
26001              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
26002              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
26003              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
26004              
26005              From: abigail@fnx.com
26006              To: perl5-porters@perl.org (Perl Porters)
26007              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
26008              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
26009              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
26010              
26011              From: abigail@fnx.com
26012              To: perl5-porters@perl.org (Perl Porters)
26013              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
26014              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
26015              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
26016              
26017              From: abigail@fnx.com
26018              To: perl5-porters@perl.org (Perl Porters)
26019              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
26020              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
26021              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
26022              
26023              From: abigail@fnx.com
26024              To: perl5-porters@perl.org (Perl Porters)
26025              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
26026              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
26027              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
26028              
26029              From: abigail@fnx.com
26030              To: perl5-porters@perl.org (Perl Porters)
26031              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
26032              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
26033              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
26034      Branch: cfgperl
26035            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
26036            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
26037            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
26038            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
26039 ____________________________________________________________________________
26040 [  2664] By: jhi                                   on 1999/01/21  14:47:43
26041         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26042              To: Mailing list Perl5 <perl5-porters@perl.org>
26043              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
26044              Date: Thu, 21 Jan 1999 03:58:29 -0500
26045              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
26046      Branch: cfgperl
26047            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
26048 ____________________________________________________________________________
26049 [  2663] By: jhi                                   on 1999/01/21  14:43:58
26050         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26051              To: Mailing list Perl5 <perl5-porters@perl.org>
26052              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
26053              Date: Thu, 21 Jan 1999 02:46:34 -0500
26054              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
26055      Branch: cfgperl
26056            ! ext/Errno/Errno_pm.PL
26057 ____________________________________________________________________________
26058 [  2662] By: jhi                                   on 1999/01/21  14:42:42
26059         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
26060              To: Francois Desarmenien <desar@club-internet.fr>
26061              Cc: Gurusamy Sarathy <gsar@activestate.com>,
26062              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
26063              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
26064              Date: 21 Jan 1999 00:17:35 -0700
26065              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
26066      Branch: cfgperl
26067            ! Porting/patching.pod
26068 ____________________________________________________________________________
26069 [  2661] By: jhi                                   on 1999/01/21  14:41:13
26070         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26071              To: Mailing list Perl5 <perl5-porters@perl.org>
26072              Subject: [PATCH 5.00*] makedepend
26073              Date: Thu, 21 Jan 1999 02:08:27 -0500
26074              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
26075      Branch: cfgperl
26076            ! makedepend.SH
26077 ____________________________________________________________________________
26078 [  2660] By: jhi                                   on 1999/01/21  14:36:45
26079         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26080              To: Mailing list Perl5 <perl5-porters@perl.org>
26081              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
26082              Date: Tue, 19 Jan 1999 20:06:45 -0500
26083              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
26084      Branch: cfgperl
26085            ! os2/Changes os2/os2.c
26086 ____________________________________________________________________________
26087 [  2657] By: jhi                                   on 1999/01/21  11:40:35
26088         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
26089              To: perl5-porters@perl.org
26090              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
26091              Date: Mon, 18 Jan 1999 01:32:31 PST
26092              Message-ID: <19990118093231.18443.qmail@hotmail.com>
26093      Branch: cfgperl
26094            ! ext/B/B/CC.pm
26095 ____________________________________________________________________________
26096 [  2656] By: jhi                                   on 1999/01/21  11:35:34
26097         Log: From: Achim Bohnet <ach@mpe.mpg.de>
26098              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
26099              Date: Wed, 20 Jan 1999 20:25:53 +0100
26100              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
26101      Branch: cfgperl
26102            ! pp.c
26103 ____________________________________________________________________________
26104 [  2655] By: jhi                                   on 1999/01/21  10:46:01
26105         Log: Handle NIS (and NetInfo) more robustly.
26106      Branch: cfgperl
26107            ! t/op/grent.t t/op/pwent.t
26108 ____________________________________________________________________________
26109 [  2654] By: jhi                                   on 1999/01/21  10:17:20
26110         Log: Two-argument eaccess() of SCO.
26111      Branch: cfgperl
26112            ! pp_sys.c
26113 ____________________________________________________________________________
26114 [  2653] By: jhi                                   on 1999/01/21  08:53:14
26115         Log: -DNO_NOSUID_CHECK for those platforms which have no way
26116              of checking for nosuid but still want suidperl.
26117      Branch: cfgperl
26118            ! perl.c
26119 ____________________________________________________________________________
26120 [  2652] By: jhi                                   on 1999/01/21  08:22:50
26121         Log: The LANGUAGE mirrors LC_ALL usage.
26122      Branch: cfgperl
26123            ! Configure config_h.SH
26124 ____________________________________________________________________________
26125 [  2651] By: jhi                                   on 1999/01/20  22:01:21
26126         Log: I_MNTENT was missing.
26127      Branch: cfgperl
26128            ! Configure config_h.SH
26129 ____________________________________________________________________________
26130 [  2650] By: jhi                                   on 1999/01/19  13:42:03
26131         Log: NetBSD update, based on patches from the NetBSD packages system.
26132      Branch: cfgperl
26133            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
26134 ____________________________________________________________________________
26135 [  2649] By: jhi                                   on 1999/01/19  12:44:02
26136         Log: Jumbo Configure update.
26137              * -Uinstallusrbinperl: disable /usr/bin/perl installation
26138              by installperl
26139              * usethreads.cbu
26140              * use64bits.cbu
26141              * "nosuid"
26142      Branch: cfgperl
26143            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
26144            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
26145            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
26146            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
26147            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
26148            ! pod/perldiag.pod
26149 ____________________________________________________________________________
26150 [  2648] By: jhi                                   on 1999/01/19  09:16:44
26151         Log: Mention /usr/share/locale.
26152      Branch: cfgperl
26153            ! pod/perllocale.pod
26154 ____________________________________________________________________________
26155 [  2647] By: jhi                                   on 1999/01/19  09:11:11
26156         Log: SHMLBA strikes back in NetBSD/sparc.
26157              
26158              From: Dave Nelson <David.Nelson@bellcow.com>
26159              To: jhi@iki.fi
26160              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
26161              Date: Mon, 18 Jan 1999 22:07:56 -0600
26162              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
26163      Branch: cfgperl
26164            ! ext/IPC/SysV/SysV.xs
26165 ____________________________________________________________________________
26166 [  2646] By: jhi                                   on 1999/01/19  08:58:17
26167         Log: Show LANGUAGE env var when needed. (Augment change #2645).
26168      Branch: cfgperl
26169            ! util.c utils/perlbug.PL
26170 ____________________________________________________________________________
26171 [  2645] By: jhi                                   on 1999/01/19  08:52:15
26172         Log: Document the GNU LANGUAGE env var.
26173      Branch: cfgperl
26174            ! pod/perllocale.pod
26175 ____________________________________________________________________________
26176 [  2644] By: jhi                                   on 1999/01/19  08:42:25
26177         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26178              To: Mailing list Perl5 <perl5-porters@perl.org>
26179              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
26180              Date: Mon, 18 Jan 1999 20:57:02 -0500
26181              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
26182      Branch: cfgperl
26183            ! pp_hot.c t/op/pat.t
26184 ____________________________________________________________________________
26185 [  2643] By: jhi                                   on 1999/01/18  11:23:41
26186         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
26187      Branch: cfgperl
26188            ! Makefile.SH
26189 ____________________________________________________________________________
26190 [  2642] By: jhi                                   on 1999/01/18  11:03:38
26191         Log: GNU libc locale system has LANGUAGE env var that partly
26192              overrides even LC_ALL.
26193      Branch: cfgperl
26194            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
26195 ____________________________________________________________________________
26196 [  2641] By: jhi                                   on 1999/01/18  10:55:04
26197         Log: Integrate from mainperl.
26198      Branch: cfgperl
26199           +> ext/B/defsubs.h.PL
26200            ! t/op/groups.t
26201           !> (integrate 38 files)
26202 ____________________________________________________________________________
26203 [  2640] By: gsar                                  on 1999/01/18  10:06:29
26204         Log: a few random cleanups
26205      Branch: perl
26206            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
26207 ____________________________________________________________________________
26208 [  2639] By: gsar                                  on 1999/01/18  05:56:21
26209         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
26210              Date:    Sun, 17 Jan 1999 16:41:10 PST
26211              Message-Id: <19990118004111.29667.qmail@hotmail.com>
26212              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
26213      Branch: perl
26214            ! ext/B/B/C.pm
26215 ____________________________________________________________________________
26216 [  2638] By: gsar                                  on 1999/01/18  05:41:21
26217         Log: From:    jan.dubois@ibm.net (Jan Dubois)
26218              Date:    Mon, 18 Jan 1999 00:37:41 +0100
26219              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
26220              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
26221      Branch: perl
26222            ! dump.c
26223 ____________________________________________________________________________
26224 [  2633] By: gsar                                  on 1999/01/17  13:39:59
26225         Log: bogus assert()
26226      Branch: perl
26227            ! pp.c t/op/groups.t
26228 ____________________________________________________________________________
26229 [  2632] By: gsar                                  on 1999/01/17  13:22:04
26230         Log: various tweaks for clean build and test on win32
26231      Branch: perl
26232            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
26233            ! op.c t/pragma/warn/doio
26234 ____________________________________________________________________________
26235 [  2631] By: gsar                                  on 1999/01/17  12:28:06
26236         Log: undo change#2336, and add clarification about subversive
26237              CPAN distributions from Andreas Koenig
26238      Branch: perl
26239            ! Porting/pumpkin.pod lib/CPAN.pm
26240 ____________________________________________________________________________
26241 [  2630] By: gsar                                  on 1999/01/17  12:04:06
26242         Log: fix silent taint failures under -U
26243      Branch: perl
26244            ! doio.c
26245 ____________________________________________________________________________
26246 [  2629] By: gsar                                  on 1999/01/17  12:00:23
26247         Log: sanity check piped opens (tweaked version of patch suggested
26248              by Mark-Jason Dominus)
26249      Branch: perl
26250            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
26251            ! t/op/taint.t t/pragma/warn/doio
26252 ____________________________________________________________________________
26253 [  2628] By: gsar                                  on 1999/01/17  11:26:21
26254         Log: regen headers
26255      Branch: perl
26256            ! embed.h embedvar.h objXSUB.h
26257 ____________________________________________________________________________
26258 [  2627] By: gsar                                  on 1999/01/17  11:23:37
26259         Log: PERL_OBJECTness for change#2595
26260      Branch: perl
26261            ! embed.pl op.c pod/perlport.pod proto.h
26262 ____________________________________________________________________________
26263 [  2626] By: gsar                                  on 1999/01/17  09:47:07
26264         Log: PERL_OBJECT tweaks for change#2426
26265      Branch: perl
26266            ! embed.pl proto.h regcomp.c
26267 ____________________________________________________________________________
26268 [  2625] By: gsar                                  on 1999/01/17  09:37:58
26269         Log: documentation in change#2596 is not quite right; fix it
26270      Branch: perl
26271            ! lib/Math/BigFloat.pm pod/perlguts.pod
26272 ____________________________________________________________________________
26273 [  2624] By: gsar                                  on 1999/01/17  09:28:34
26274         Log: undo change#2571; C<use File::Spec> instead
26275      Branch: perl
26276            ! lib/FindBin.pm
26277 ____________________________________________________________________________
26278 [  2623] By: gsar                                  on 1999/01/17  09:20:42
26279         Log: change#2572 is not applicable; undo, retaining scan_bin addition
26280              to global.sym
26281      Branch: perl
26282            ! global.sym perl.c proto.h
26283 ____________________________________________________________________________
26284 [  2622] By: gsar                                  on 1999/01/17  09:17:42
26285         Log: change#2576 is based on a wrong premise; undo it
26286      Branch: perl
26287            ! pp_ctl.c
26288 ____________________________________________________________________________
26289 [  2621] By: gsar                                  on 1999/01/17  09:12:42
26290         Log: fix change#2602 to not used hard coded constants
26291      Branch: perl
26292            ! ext/B/B/C.pm ext/B/defsubs.h.PL
26293 ____________________________________________________________________________
26294 [  2620] By: gsar                                  on 1999/01/17  09:02:07
26295         Log: integrate cfgperl changes into mainline, fix conflicts
26296      Branch: perl
26297           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
26298           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
26299           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
26300           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
26301           +> pod/perlopentut.pod
26302           !> (integrate 162 files)
26303 ____________________________________________________________________________
26304 [  2619] By: gsar                                  on 1999/01/17  08:42:04
26305         Log: a few doc typos
26306      Branch: perl
26307            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
26308 ____________________________________________________________________________
26309 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
26310         Log: Win32 changes from Jan
26311              
26312              From: jan.dubois@ibm.net (Jan Dubois)
26313              Date: Fri, 15 Jan 1999 23:38:35 +0100
26314              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
26315              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
26316              
26317              From: jan.dubois@ibm.net (Jan Dubois)
26318              Date: Sat, 16 Jan 1999 13:02:45 +0100
26319              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
26320              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
26321      Branch: maint-5.005/perl
26322            ! README.win32 win32/Makefile win32/makefile.mk
26323 ____________________________________________________________________________
26324 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
26325         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
26326              
26327              From: Gurusamy Sarathy <gsar@engin.umich.edu>
26328              Date: Thu, 07 Jan 1999 00:12:00 -0500
26329              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
26330              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
26331              
26332              From: Gurusamy Sarathy <gsar@engin.umich.edu>
26333              Date: Thu, 14 Jan 1999 19:21:46 -0500
26334              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
26335              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
26336      Branch: maint-5.005/perl
26337            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
26338            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
26339            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
26340            ! win32/makedef.pl win32/runperl.c win32/win32.c
26341 ____________________________________________________________________________
26342 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
26343         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26344              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
26345              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
26346              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
26347              
26348              From: Jarkko Hietaniemi <jhi@iki.fi>
26349              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
26350              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
26351              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
26352              
26353              From: Jarkko Hietaniemi <jhi@iki.fi>
26354              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
26355              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
26356              Subject: the promised "installusrbinperl + NetBSD" fix
26357      Branch: maint-5.005/perl
26358            ! Configure Makefile.SH hints/netbsd.sh installperl
26359            ! makedepend.SH unixish.h
26360 ____________________________________________________________________________
26361 [  2611] By: jhi                                   on 1999/01/14  12:16:14
26362         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
26363              To: pumpkings@jhereg.perl.com
26364              Subject: perlopentut.pod
26365              Date: Sat, 09 Jan 1999 08:13:18 -0700
26366              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
26367      Branch: cfgperl
26368            + pod/perlopentut.pod
26369            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
26370 ____________________________________________________________________________
26371 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
26372         Log: Added Carp::cluck to perldelta.pod
26373      Branch: maint-5.005/perl
26374            ! pod/perldelta.pod
26375 ____________________________________________________________________________
26376 [  2605] By: jhi                                   on 1999/01/13  18:26:19
26377         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
26378              To: "'cpan@perl.org'" <cpan@perl.org>
26379              Subject: "Bug" fix for File::Find.pm
26380              Date:   Thu, 31 Dec 1998 13:01:50 -0500
26381              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
26382      Branch: cfgperl
26383            ! lib/File/Find.pm
26384 ____________________________________________________________________________
26385 [  2604] By: jhi                                   on 1999/01/13  18:08:45
26386         Log: From: Peter Wolfe <wolfe@teloseng.com>
26387              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
26388              To: perlbug@perl.com
26389              Date: 11 Jan 1999 23:00:05 +0200
26390              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
26391      Branch: cfgperl
26392            ! hints/sco.sh
26393 ____________________________________________________________________________
26394 [  2603] By: jhi                                   on 1999/01/13  18:06:56
26395         Log: From: hans@icgroup.nl (Hans Mulder)
26396              Subject: [Patch for 5.005_54] re::debugcolors dumps core
26397              To: perlbug@perl.com
26398              Cc: hansmu@xs4all.nl
26399              Date: 11 Jan 1999 22:22:45 +0200
26400              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
26401      Branch: cfgperl
26402            ! ext/re/re.pm regcomp.c
26403 ____________________________________________________________________________
26404 [  2602] By: jhi                                   on 1999/01/13  18:05:43
26405         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
26406              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
26407              Date: 11 Jan 1999 08:02:41 +0200
26408              Lines: 134
26409              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
26410      Branch: cfgperl
26411            ! ext/B/B.xs ext/B/B/C.pm
26412 ____________________________________________________________________________
26413 [  2601] By: jhi                                   on 1999/01/13  18:01:53
26414         Log: From: James FitzGibbon <james@ican.net>
26415              Subject: Trivial patch for HP-UX 11 and shared libperl
26416              To: perl5-porters@perl.org
26417              Date: 8 Jan 1999 19:13:23 +0200
26418              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
26419      Branch: cfgperl
26420            ! Makefile.SH
26421 ____________________________________________________________________________
26422 [  2600] By: jhi                                   on 1999/01/13  17:59:45
26423         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
26424              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
26425              To: perl5-porters@perl.org
26426              Date: 8 Jan 1999 12:43:36 +0200
26427              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
26428      Branch: cfgperl
26429            ! ext/B/B/CC.pm
26430 ____________________________________________________________________________
26431 [  2599] By: jhi                                   on 1999/01/13  17:50:11
26432         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
26433              Subject: PATCH to installperl
26434              To: perl5-porters@perl.org
26435              Date: 4 Jan 1999 16:15:18 +0200
26436              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
26437      Branch: cfgperl
26438            ! installperl
26439 ____________________________________________________________________________
26440 [  2598] By: jhi                                   on 1999/01/13  17:34:51
26441         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
26442              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
26443              Cc: perl5-porters@perl.org
26444              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
26445              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
26446              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
26447      Branch: cfgperl
26448            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26449            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
26450 ____________________________________________________________________________
26451 [  2597] By: jhi                                   on 1999/01/13  17:30:33
26452         Log: From: David Dyck <dcd@tc.fluke.com>
26453              To: Perl Porters <perl5-porters@perl.org>,
26454              Gurusamy Sarathy <gsar@engin.umich.edu>
26455              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
26456              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
26457              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
26458      Branch: cfgperl
26459            ! pod/perldsc.pod
26460 ____________________________________________________________________________
26461 [  2596] By: jhi                                   on 1999/01/13  17:26:44
26462         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
26463              To: perl5-porters@perl.org
26464              Subject: [PATCH] modglobal w/ spelling fixes
26465              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
26466              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
26467      Branch: cfgperl
26468            ! pod/perlguts.pod
26469 ____________________________________________________________________________
26470 [  2595] By: jhi                                   on 1999/01/13  17:24:59
26471         Log: From: Hans Mulder <hansm@icgroup.nl>
26472              Optimize common sort routines.  Thread started by the message
26473              
26474              From: Hans Mulder <hansm@icgroup.nl>
26475              Sender: owner-perl5-porters@perl.org
26476              To: perl5-porters@perl.org
26477              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
26478              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
26479              
26480              and the patch from the message
26481              
26482              From: Hans Mulder <hans@icgroup.nl>
26483              To: jhi@iki.fi
26484              Cc: perl5-porters@perl.org
26485              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
26486              $b }
26487              Date: Wed, 13 Jan 1999 17:39:35 +0100
26488              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
26489      Branch: cfgperl
26490            ! Todo op.c op.h pp_ctl.c t/op/sort.t
26491 ____________________________________________________________________________
26492 [  2594] By: jhi                                   on 1999/01/13  16:50:17
26493         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
26494              (the diffs were based on 5.004_02).  Tested by Guido
26495              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
26496      Branch: cfgperl
26497            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
26498            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
26499            + mint/sys/time.h mint/time.h
26500            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
26501            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
26502 ____________________________________________________________________________
26503 [  2593] By: jhi                                   on 1999/01/09  16:54:26
26504         Log: Detypo.
26505      Branch: cfgperl
26506            ! hints/dec_osf.sh
26507 ____________________________________________________________________________
26508 [  2592] By: jhi                                   on 1999/01/09  16:17:13
26509         Log: Move usethreads and use64bits logic from hints to Configure.
26510      Branch: cfgperl
26511            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
26512            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
26513            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
26514            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
26515 ____________________________________________________________________________
26516 [  2591] By: jhi                                   on 1999/01/09  14:45:24
26517         Log: Missing dTHRs added.
26518      Branch: cfgperl
26519            ! regcomp.c toke.c
26520 ____________________________________________________________________________
26521 [  2590] By: jhi                                   on 1999/01/08  15:27:17
26522         Log: Finalize change #2589 and add better AIX nm scanning from:
26523              
26524              Message-Id: <m0zyNW0-00017VC@gentoo.com>
26525              From: bll@gentoo.com (Brad Lanam)
26526              Subject: Re: mailhelp returned a non-zero status
26527              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
26528              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
26529      Branch: cfgperl
26530            ! Configure hints/freebsd.sh hints/linux.sh
26531 ____________________________________________________________________________
26532 [  2589] By: jhi                                   on 1999/01/08  15:14:54
26533         Log: Undo change #2581.
26534      Branch: cfgperl
26535            ! Configure hints/freebsd.sh hints/linux.sh
26536 ____________________________________________________________________________
26537 [  2588] By: jhi                                   on 1999/01/08  11:51:52
26538         Log: FAQ jumbo patch from tchrist.
26539              
26540              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
26541              From: Tom Christiansen <tchrist@jhereg.perl.com>
26542              To: pumpkings@jhereg.perl.com
26543              Subject: newest version of perlfaq.pod
26544              Date: Thu, 7 Jan 1999 23:05:02 -0700
26545              
26546              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
26547              From: Tom Christiansen <tchrist@jhereg.perl.com>
26548              To: pumpkings@jhereg.perl.com
26549              Subject: newest version of perlfaq1.pod
26550              Date: Thu, 7 Jan 1999 23:05:02 -0700
26551              
26552              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
26553              From: Tom Christiansen <tchrist@jhereg.perl.com>
26554              To: pumpkings@jhereg.perl.com
26555              Subject: newest version of perlfaq2.pod
26556              Date: Thu, 7 Jan 1999 23:05:02 -0700
26557              
26558              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
26559              From: Tom Christiansen <tchrist@jhereg.perl.com>
26560              To: pumpkings@jhereg.perl.com
26561              Subject: newest version of perlfaq3.pod
26562              Date: Thu, 7 Jan 1999 23:05:02 -0700
26563              
26564              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
26565              From: Tom Christiansen <tchrist@jhereg.perl.com>
26566              To: pumpkings@jhereg.perl.com
26567              Subject: newest version of perlfaq4.pod
26568              Date: Thu, 7 Jan 1999 23:05:02 -0700
26569              
26570              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
26571              From: Tom Christiansen <tchrist@jhereg.perl.com>
26572              To: pumpkings@jhereg.perl.com
26573              Subject: newest version of perlfaq5.pod
26574              Date: Thu, 7 Jan 1999 23:05:02 -0700
26575              
26576              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
26577              From: Tom Christiansen <tchrist@jhereg.perl.com>
26578              To: pumpkings@jhereg.perl.com
26579              Subject: newest version of perlfaq6.pod
26580              Date: Thu, 7 Jan 1999 23:05:02 -0700
26581              
26582              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
26583              From: Tom Christiansen <tchrist@jhereg.perl.com>
26584              To: pumpkings@jhereg.perl.com
26585              Subject: newest version of perlfaq7.pod
26586              Date: Thu, 7 Jan 1999 23:05:03 -0700
26587              
26588              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
26589              From: Tom Christiansen <tchrist@jhereg.perl.com>
26590              To: pumpkings@jhereg.perl.com
26591              Subject: newest version of perlfaq8.pod
26592              Date: Thu, 7 Jan 1999 23:05:03 -0700
26593              
26594              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
26595              From: Tom Christiansen <tchrist@jhereg.perl.com>
26596              To: pumpkings@jhereg.perl.com
26597              Subject: newest version of perlfaq9.pod
26598              Date: Thu, 7 Jan 1999 23:05:03 -0700
26599      Branch: cfgperl
26600            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
26601            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26602            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
26603            ! pod/perlfaq9.pod
26604 ____________________________________________________________________________
26605 [  2587] By: jhi                                   on 1999/01/08  11:17:43
26606         Log: More doc fixes from Abigail.
26607      Branch: cfgperl
26608            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
26609            ! lib/User/pwent.pm
26610 ____________________________________________________________________________
26611 [  2585] By: jhi                                   on 1999/01/08  08:31:02
26612         Log: Change #2584 from maint-5.005:
26613              
26614              implemented Ilya's suggested fix, and added a testcase
26615              
26616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26617              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
26618              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
26619              Subject: Re: Text::ParseWords: regex fix
26620      Branch: cfgperl
26621            ! lib/Text/ParseWords.pm t/lib/parsewords.t
26622 ____________________________________________________________________________
26623 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
26624         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26625              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
26626              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
26627              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
26628      Branch: maint-5.005/perl
26629            ! ext/Errno/Errno_pm.PL
26630 ____________________________________________________________________________
26631 [  2581] By: jhi                                   on 1999/01/07  16:38:03
26632         Log: Configure update:
26633              - usethreads, use64bits, and usemultiplicity
26634              are no more interactively asked by Configure
26635              - "int main()" (vs bare "main()") enforced in test programs
26636      Branch: cfgperl
26637            ! Configure hints/freebsd.sh hints/linux.sh
26638 ____________________________________________________________________________
26639 [  2580] By: jhi                                   on 1999/01/07  11:19:12
26640         Log: From: Dan Sugalski <sugalskd@osshe.edu>
26641              Date: Wed, 06 Jan 1999 13:47:34 -0800
26642              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
26643              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
26644      Branch: cfgperl
26645            ! vms/vms.c
26646 ____________________________________________________________________________
26647 [  2579] By: jhi                                   on 1999/01/07  09:08:36
26648         Log: Another set of doc patches from Abigail
26649              
26650              From: abigail@fnx.com
26651              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
26652              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
26653              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
26654              
26655              From: abigail@fnx.com
26656              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
26657              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
26658              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
26659              
26660              From: abigail@fnx.com
26661              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
26662              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
26663              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
26664              
26665              From: abigail@fnx.com
26666              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
26667              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
26668              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
26669              
26670              From: abigail@fnx.com
26671              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
26672              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
26673              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
26674              
26675              From: abigail@fnx.com
26676              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
26677              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
26678              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
26679              
26680              From: abigail@fnx.com
26681              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
26682              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
26683              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
26684              
26685              From: abigail@fnx.com
26686              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
26687              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
26688              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
26689              
26690              From: abigail@fnx.com
26691              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
26692              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
26693              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
26694              
26695              From: abigail@fnx.com
26696              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
26697              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
26698              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
26699              
26700              From: abigail@fnx.com
26701              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
26702              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
26703              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
26704              
26705              From: abigail@fnx.com
26706              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
26707              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
26708              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
26709              
26710              From: abigail@fnx.com
26711              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
26712              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
26713              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
26714              
26715              From: abigail@fnx.com
26716              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
26717              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
26718              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
26719      Branch: cfgperl
26720            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
26721            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
26722            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
26723            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
26724            ! lib/Tie/Array.pm lib/Tie/Hash.pm
26725 ____________________________________________________________________________
26726 [  2576] By: jhi                                   on 1999/01/06  17:05:20
26727         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
26728      Branch: cfgperl
26729            ! pp_ctl.c
26730 ____________________________________________________________________________
26731 [  2575] By: jhi                                   on 1999/01/06  13:18:56
26732         Log: Enhance the great_circle_distance() documentation.
26733      Branch: cfgperl
26734            ! lib/Math/Trig.pm
26735 ____________________________________________________________________________
26736 [  2574] By: jhi                                   on 1999/01/06  12:58:03
26737         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
26738              To: perlbug@perl.com
26739              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
26740              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
26741              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
26742      Branch: cfgperl
26743            ! t/op/sysio.t
26744 ____________________________________________________________________________
26745 [  2573] By: jhi                                   on 1999/01/06  12:40:19
26746         Log: From: "W. Phillip Moore" <wpm@ms.com>
26747              To: perlbug@perl.org
26748              Subject: [PATCH] POSIX getpgrp is not -w clean
26749              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
26750              Message-ID: <13970.20107.190314.549471@zappa>
26751      Branch: cfgperl
26752            ! ext/POSIX/POSIX.pm
26753 ____________________________________________________________________________
26754 [  2572] By: jhi                                   on 1999/01/06  12:25:24
26755         Log: Based on
26756              From: jan.dubois@ibm.net (Jan Dubois)
26757              To: perl5-porters@perl.org
26758              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
26759              Date: Wed, 06 Jan 1999 01:24:09 +0100
26760              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
26761              except that
26762              - objXSUB.h was already okay
26763              - embed.h patching is futile, global.sym patched instead
26764              - objpp.h does not exist
26765              - proto.h addition applied manually
26766              - win32/GenCAPI.pl was already okay
26767              - win32/makedef.pl was already okay
26768      Branch: cfgperl
26769            ! global.sym perl.c proto.h
26770 ____________________________________________________________________________
26771 [  2571] By: jhi                                   on 1999/01/06  11:25:48
26772         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
26773              To: perlbug@perl.com
26774              Subject: FindBin.pm on Win32 systems
26775              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
26776              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
26777      Branch: cfgperl
26778            ! lib/FindBin.pm
26779 ____________________________________________________________________________
26780 [  2570] By: jhi                                   on 1999/01/06  11:21:48
26781         Log: From: Dan Sugalski <sugalskd@osshe.edu>
26782              To: perl5-porters@perl.org, vmsperl@perl.org
26783              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
26784              Date: Tue, 05 Jan 1999 16:47:31 -0800
26785              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
26786              
26787              (the ext/IO/lib/IO/Socket.pm was not really changed here;
26788              it was a leftover from #2569)
26789      Branch: cfgperl
26790            ! ext/IO/lib/IO/Socket.pm taint.c
26791 ____________________________________________________________________________
26792 [  2569] By: jhi                                   on 1999/01/06  11:18:22
26793         Log: Jumbo doc patch from Abigail (almost identical to
26794              the 5.005-maint change #2562 except for the
26795              ext/IO/lib/IO/Socket.pm patch which was not
26796              applicable because the IO version of 5.005-devel
26797              is somewhat different (why?))
26798              
26799              From: abigail@fnx.com
26800              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
26801              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
26802              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
26803              
26804              From: abigail@fnx.com
26805              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
26806              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
26807              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
26808              
26809              From: abigail@fnx.com
26810              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
26811              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
26812              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
26813              
26814              From: abigail@fnx.com
26815              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
26816              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
26817              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
26818              
26819              From: abigail@fnx.com
26820              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
26821              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
26822              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
26823              
26824              From: abigail@fnx.com
26825              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
26826              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
26827              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
26828              
26829              From: abigail@fnx.com
26830              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
26831              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
26832              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
26833              
26834              From: abigail@fnx.com
26835              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
26836              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
26837              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
26838              
26839              From: abigail@fnx.com
26840              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
26841              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
26842              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
26843              
26844              From: abigail@fnx.com
26845              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
26846              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
26847              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
26848      Branch: cfgperl
26849            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
26850            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
26851            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
26852            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
26853            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
26854 ____________________________________________________________________________
26855 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
26856         Log: From: jan.dubois@ibm.net (Jan Dubois)
26857              Date: Wed, 06 Jan 1999 01:24:09 +0100
26858              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
26859              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
26860      Branch: maint-5.005/perl
26861            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
26862            ! win32/GenCAPI.pl win32/makedef.pl
26863 ____________________________________________________________________________
26864 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
26865         Log: From: "W. Phillip Moore" <wpm@ms.com>
26866              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
26867              Message-ID: <13970.20107.190314.549471@zappa>
26868              Subject: [PATCH] POSIX getpgrp is not -w clean
26869      Branch: maint-5.005/perl
26870            ! ext/POSIX/POSIX.pm
26871 ____________________________________________________________________________
26872 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
26873         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
26874              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
26875              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
26876              Subject: FindBin.pm on Win32 systems
26877      Branch: maint-5.005/perl
26878            ! lib/FindBin.pm
26879 ____________________________________________________________________________
26880 [  2561] By: jhi                                   on 1999/01/05  10:49:10
26881         Log: Reword the setlocale() 1-arg case better.
26882      Branch: cfgperl
26883            ! ext/POSIX/POSIX.pod
26884 ____________________________________________________________________________
26885 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
26886         Log: From: Blair Zajac <bzajac@geostaff.com>
26887              Date: Wed, 23 Dec 1998 17:13:32 -0800
26888              Message-ID: <3681953C.8B6A90AA@geostaff.com>
26889              Subject: Tie::SubstrHash patch
26890      Branch: maint-5.005/perl
26891            ! lib/Tie/SubstrHash.pm
26892 ____________________________________________________________________________
26893 [  2554] By: jhi                                   on 1999/01/02  14:55:06
26894         Log: Object destruction order testing.
26895      Branch: cfgperl
26896            ! t/op/misc.t
26897 ____________________________________________________________________________
26898 [  2553] By: jhi                                   on 1999/01/02  14:49:40
26899         Log: perldelta the Dumpvalue.pm of change #2513.
26900      Branch: cfgperl
26901            ! lib/Dumpvalue.pm pod/perldelta.pod
26902 ____________________________________________________________________________
26903 [  2552] By: nick                                  on 1999/01/02  14:45:38
26904         Log: Tone down Makefile.PL so it works on Win32
26905      Branch: perl
26906            ! ext/B/Makefile.PL
26907 ____________________________________________________________________________
26908 [  2551] By: nick                                  on 1999/01/02  14:06:30
26909         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
26910              Use them in various B::* rather than have local defs.
26911      Branch: perl
26912            + ext/B/defsubs.h.PL
26913            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
26914            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
26915            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
26916 ____________________________________________________________________________
26917 [  2550] By: nick                                  on 1999/01/02  10:04:02
26918         Log: Integrate ext/B changes from //depot/cfgperl
26919      Branch: perl
26920           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
26921 ____________________________________________________________________________
26922 [  2549] By: jhi                                   on 1999/01/01  13:54:16
26923         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
26924              To: perlbug@perl.com
26925              Subject: op/groups.t fails test 1 on HP-UX 10.20
26926              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
26927              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
26928      Branch: cfgperl
26929            ! t/op/groups.t
26930 ____________________________________________________________________________
26931 [  2548] By: jhi                                   on 1999/01/01  13:53:31
26932         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26933              To: perl5-porters@perl.org
26934              cc: hv@crypt0.demon.co.uk
26935              Subject: [bug 5.004_54] duplicate error message
26936              Date: Thu, 31 Dec 1998 04:05:25 +0000
26937              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
26938              
26939              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
26940              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
26941              To: hv@crypt0.demon.co.uk
26942              Cc: perl5-porters@perl.org
26943              Subject: [PATCH _54] Re: duplicate error message
26944              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
26945              
26946              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
26947              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26948              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
26949              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
26950              Subject: [TEST PATCH _54] Re: duplicate error message 
26951              Date: Fri, 01 Jan 1999 07:32:14 +0000
26952      Branch: cfgperl
26953            ! op.c t/pragma/warn/op
26954 ____________________________________________________________________________
26955 [  2547] By: jhi                                   on 1998/12/31  14:15:04
26956         Log: From: Chris Nandor <pudge@pobox.com>
26957              To: jhi@iki.fi
26958              Cc: perl5-porters@perl.org
26959              Subject: Re: [PATCH] perlport.pod 1.38
26960              Date: Thu, 31 Dec 1998 09:06:48 -0500
26961              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
26962      Branch: cfgperl
26963            ! pod/perlport.pod
26964 ____________________________________________________________________________
26965 [  2546] By: jhi                                   on 1998/12/31  11:18:17
26966         Log: From: Wilson P. Snyder II
26967              To: perl5-porters@perl.org
26968              Subject: [PATCH v5.5.53] REV2: Binary number support
26969              Date: 1998/11/30
26970              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
26971      Branch: cfgperl
26972            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
26973            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
26974            ! toke.c util.c
26975 ____________________________________________________________________________
26976 [  2545] By: jhi                                   on 1998/12/31  09:27:40
26977         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
26978              To: perlbug@perl.com
26979              Subject: "perl -T -P" dumps core on OpenBSD and Linux
26980              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
26981              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
26982      Branch: cfgperl
26983            ! taint.c
26984 ____________________________________________________________________________
26985 [  2544] By: jhi                                   on 1998/12/31  09:21:45
26986         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
26987              To: perlbug@perl.com 
26988              Subject: bug in pod2man search for perl binary [5.005_5x]
26989              Date: Sat, 12 Dec 1998 23:08:51 +0000 
26990              Message-ID: <19981212230851.A20578@ig.co.uk> 
26991      Branch: cfgperl
26992            ! pod/pod2man.PL
26993 ____________________________________________________________________________
26994 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
26995         Log: From: jan.dubois@ibm.net (Jan Dubois)
26996              Date: Wed, 23 Dec 1998 21:26:38 +0100
26997              Message-ID: <36895086.8849224@smtp1.ibm.net>
26998              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
26999      Branch: maint-5.005/perl
27000            ! lib/ExtUtils/MakeMaker.pm
27001 ____________________________________________________________________________
27002 [  2540] By: jhi                                   on 1998/12/30  08:42:04
27003         Log: Evermore AUTHORS and MAINTAIN.
27004      Branch: cfgperl
27005            ! AUTHORS MAINTAIN
27006 ____________________________________________________________________________
27007 [  2539] By: jhi                                   on 1998/12/29  15:10:34
27008         Log: More AUTHORS and MAINTAIN.
27009      Branch: cfgperl
27010            ! AUTHORS MAINTAIN
27011 ____________________________________________________________________________
27012 [  2537] By: jhi                                   on 1998/12/29  14:34:47
27013         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
27014              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
27015              Message-ID: <13942.32480.700000.640927@utensil>
27016              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
27017              (mirror change#2531 in the 5.005-maint)
27018      Branch: cfgperl
27019            ! lib/AutoSplit.pm
27020 ____________________________________________________________________________
27021 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
27022         Log: change in_pod pattern to /^=\w/ from /^=/
27023              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
27024              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
27025              Message-ID: <13942.32480.700000.640927@utensil>
27026              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
27027      Branch: maint-5.005/perl
27028            ! lib/AutoSplit.pm
27029 ____________________________________________________________________________
27030 [  2525] By: jhi                                   on 1998/12/29  13:06:26
27031         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
27032              To: perl5-porters@perl.org
27033              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
27034              Date: 16 Dec 1998 03:17:03 +0200
27035              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
27036      Branch: cfgperl
27037            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
27038 ____________________________________________________________________________
27039 [  2524] By: jhi                                   on 1998/12/29  13:00:06
27040         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
27041              To: perl5-porters@perl.org
27042              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
27043              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
27044              Date: 10 Dec 1998 08:30:02 +0200
27045              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
27046              
27047              (Nick's part was applied earlier, in change #2460)
27048      Branch: cfgperl
27049            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
27050 ____________________________________________________________________________
27051 [  2523] By: jhi                                   on 1998/12/29  12:41:31
27052         Log: From: "vishal bhatia" <vishalb@hotmail.com>
27053              To: nick@ni-s.u-net.com
27054              Cc: perl5-porters@perl.org
27055              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
27056              Date: 9 Dec 1998 06:50:30 +0200
27057              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
27058      Branch: cfgperl
27059            ! ext/B/B/CC.pm
27060 ____________________________________________________________________________
27061 [  2522] By: jhi                                   on 1998/12/29  12:15:18
27062         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
27063              To: perl5-porters@perl.org (Perl 5 Porters)
27064              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
27065              Date: 25 Dec 1998 23:02:28 +0200
27066              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
27067      Branch: cfgperl
27068            ! lib/Pod/Text.pm
27069 ____________________________________________________________________________
27070 [  2521] By: jhi                                   on 1998/12/29  12:07:54
27071         Log: Undo #2519 (breaks universal.c).
27072      Branch: cfgperl
27073            ! XSUB.h
27074 ____________________________________________________________________________
27075 [  2519] By: jhi                                   on 1998/12/29  11:41:10
27076         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
27077              To: perl5-porters@perl.org
27078              Cc: perl-xs@perl.org
27079              Subject: XSUB.h refinement [PATCH]
27080              Date: 18 Dec 1998 03:58:44 +0200
27081              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
27082      Branch: cfgperl
27083            ! XSUB.h
27084 ____________________________________________________________________________
27085 [  2518] By: jhi                                   on 1998/12/29  11:36:19
27086         Log: From: abigail@fnx.com
27087              To: perl5-porters@perl.org (Perl Porters)
27088              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
27089              Date: 28 Dec 1998 21:39:15 +0200
27090              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
27091      Branch: cfgperl
27092            ! lib/fields.pm
27093 ____________________________________________________________________________
27094 [  2517] By: jhi                                   on 1998/12/29  11:35:03
27095         Log: Document change #2516.
27096      Branch: cfgperl
27097            ! pod/perldelta.pod
27098 ____________________________________________________________________________
27099 [  2516] By: jhi                                   on 1998/12/29  11:32:26
27100         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27101              To: perl5-porters@perl.org (Mailing list Perl5)
27102              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
27103              Date: 9 Dec 1998 10:39:31 +0200
27104              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
27105      Branch: cfgperl
27106            ! pod/perldiag.pod regcomp.c toke.c
27107 ____________________________________________________________________________
27108 [  2515] By: jhi                                   on 1998/12/29  11:27:11
27109         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27110              To: perl5-porters@perl.org (Mailing list Perl5)
27111              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
27112              Date: 8 Dec 1998 09:02:04 +0200
27113              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
27114              
27115              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
27116      Branch: cfgperl
27117            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
27118 ____________________________________________________________________________
27119 [  2514] By: jhi                                   on 1998/12/29  11:21:31
27120         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27121              To: perl5-porters@perl.org (Mailing list Perl5)
27122              Subject: [PATCH 5.005_53] Regexp tests and UTF8
27123              Date: 8 Dec 1998 07:02:01 +0200
27124              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
27125      Branch: cfgperl
27126            ! regcomp.c
27127 ____________________________________________________________________________
27128 [  2513] By: jhi                                   on 1998/12/29  11:18:34
27129         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27130              Subject: [PATCH 5.005_*] Dumpvar.pm
27131              To: perl5-porters@perl.org (Mailing list Perl5)
27132              Date: 7 Dec 1998 10:17:35 +0200
27133              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
27134      Branch: cfgperl
27135            + lib/Dumpvalue.pm
27136            ! MANIFEST
27137 ____________________________________________________________________________
27138 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
27139         Log: From: jan.dubois@ibm.net (Jan Dubois)
27140              Date: Tue, 01 Dec 1998 00:07:33 +0100
27141              Message-ID: <366921b5.14512598@smtp1.ibm.net>
27142              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
27143              
27144              From: jan.dubois@ibm.net (Jan Dubois)
27145              Date: Wed, 02 Dec 1998 00:24:54 +0100
27146              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
27147              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
27148      Branch: maint-5.005/perl
27149            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
27150            ! win32/config.bc win32/config.gc win32/config.vc
27151            ! win32/config_sh.PL win32/makedef.pl
27152 ____________________________________________________________________________
27153 [  2509] By: jhi                                   on 1998/12/28  13:00:31
27154     Log: Kickstart AUTHORS and MAINTAIN.
27155  Branch: cfgperl
27156        + AUTHORS MAINTAIN
27157        ! MANIFEST
27158 ____________________________________________________________________________
27159 [  2508] By: jhi                                   on 1998/12/28  08:04:00
27160     Log: From: Nathan Torkington <gnat@frii.com>
27161          To: perlbug@perl.com
27162          Subject: [PATCH] perlxstut.pod fix
27163          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
27164          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
27165  Branch: cfgperl
27166        ! pod/perlxstut.pod
27167 ____________________________________________________________________________
27168 [  2507] By: jhi                                   on 1998/12/28  07:59:00
27169     Log: From: abigail@fnx.com
27170          To: perlbug@perl.com
27171          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
27172          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
27173          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
27174          (slightly modified, a part of the patch was rejected)
27175          (strange, I thought I had already submitted this one
27176          but Perforce disagrees with me...)
27177  Branch: cfgperl
27178        ! pod/perlop.pod
27179 ____________________________________________________________________________
27180 [  2506] By: jhi                                   on 1998/12/28  07:56:59
27181     Log: From: Artur <artur@vogon-solutions.com>
27182          To: perlbug@perl.com
27183          Subject: PATCH: perlmodlib.pod
27184          Date: Fri, 25 Dec 1998 00:48:39 +0000
27185          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
27186  Branch: cfgperl
27187        ! pod/perlmodlib.pod pod/perlop.pod
27188 ____________________________________________________________________________
27189 [  2505] By: jhi                                   on 1998/12/28  07:46:06
27190     Log: From: abigail@fnx.com
27191          To: perl5-porters@perl.org (Perl Porters)
27192          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
27193          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
27194          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
27195  Branch: cfgperl
27196        ! pod/pod2html.PL
27197 ____________________________________________________________________________
27198 [  2504] By: jhi                                   on 1998/12/28  07:44:35
27199     Log: From: Jim Avera <avera@fjst.com>
27200          To: perlbug@perl.com
27201          Subject: perlbug bug - shows dates reversed
27202          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
27203          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
27204  Branch: cfgperl
27205        ! utils/perlbug.PL
27206 ____________________________________________________________________________
27207 [  2503] By: jhi                                   on 1998/12/28  07:41:39
27208     Log: From: jan.dubois@ibm.net (Jan Dubois)
27209          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
27210          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
27211          Date: Wed, 23 Dec 1998 21:26:38 +0100
27212          Message-ID: <36895086.8849224@smtp1.ibm.net>
27213  Branch: cfgperl
27214        ! lib/ExtUtils/MakeMaker.pm
27215 ____________________________________________________________________________
27216 [  2502] By: jhi                                   on 1998/12/28  07:39:20
27217     Log: From: Blair Zajac <bzajac@geostaff.com>
27218          To: perl5-porters@perl.org
27219          Subject: Tie::SubstrHash patch
27220          Date: Wed, 23 Dec 1998 17:13:32 -0800
27221          Message-ID: <3681953C.8B6A90AA@geostaff.com>
27222  Branch: cfgperl
27223        ! lib/Tie/SubstrHash.pm
27224 ____________________________________________________________________________
27225 [  2501] By: jhi                                   on 1998/12/28  07:37:16
27226     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
27227          To: perlbug@perl.com
27228          Subject: perlfaq9 minor error
27229          Date: Wed, 23 Dec 1998 14:54:19 -0800
27230          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
27231  Branch: cfgperl
27232        ! pod/perlfaq9.pod
27233 ____________________________________________________________________________
27234 [  2500] By: jhi                                   on 1998/12/23  10:38:18
27235     Log: More porting notes about filesystems, AmigaOS, and MiNT.
27236  Branch: cfgperl
27237        ! pod/perlport.pod
27238 ____________________________________________________________________________
27239 [  2499] By: jhi                                   on 1998/12/22  09:26:49
27240     Log: Add few MSG_ and uio constants.
27241  Branch: cfgperl
27242        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
27243 ____________________________________________________________________________
27244 [  2498] By: jhi                                   on 1998/12/22  08:39:30
27245     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
27246          a Digital C compiler optimizer bug that broke the 'x'
27247          operator under certain circumstances.  See t/op/repeat.t
27248          test #20 for graphic details.  Reported in
27249          
27250          From: Gisle Aas <gisle@aas.no>
27251          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
27252          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
27253          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
27254          Date: 18 Dec 1998 14:27:40 +0100
27255          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
27256          
27257          and discussed further in the thread
27258          
27259          From: Jarkko Hietaniemi <jhi@iki.fi>
27260          To: Gisle Aas <gisle@aas.no>
27261          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
27262          cpan-testers@perl.org, perl5-porters@perl.org
27263          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
27264          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
27265          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
27266  Branch: cfgperl
27267        ! t/op/repeat.t util.c
27268 ____________________________________________________________________________
27269 [  2497] By: jhi                                   on 1998/12/21  14:18:57
27270     Log: Change #2483 update.
27271  Branch: cfgperl
27272        ! t/op/tr.t
27273 ____________________________________________________________________________
27274 [  2496] By: jhi                                   on 1998/12/21  14:07:41
27275     Log: Update on change #2493.
27276  Branch: cfgperl
27277        ! t/pragma/warn/op
27278 ____________________________________________________________________________
27279 [  2495] By: jhi                                   on 1998/12/21  13:52:00
27280     Log: Change #2487 aftershock.
27281  Branch: cfgperl
27282        ! warning.pl
27283 ____________________________________________________________________________
27284 [  2494] By: jhi                                   on 1998/12/21  12:35:00
27285     Log: From: Chris Nandor <pudge@pobox.com>
27286          To: perl5-porters@perl.org
27287          Subject: [PATCH] perlport.pod v1.37
27288          Date: Sat, 19 Dec 1998 12:54:34 -0500
27289          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
27290  Branch: cfgperl
27291        ! pod/perlport.pod
27292 ____________________________________________________________________________
27293 [  2493] By: jhi                                   on 1998/12/21  12:22:44
27294     Log: From: Mark-Jason Dominus <mjd@plover.com>
27295          To: perl5-porters@perl.com
27296          Subject: PATCH (5.005_02): Dejargonizing
27297          Date: Sun, 20 Dec 1998 14:35:20 -0500
27298          Message-ID: <19981220193520.11230.qmail@plover.com>
27299          
27300          From: Mark-Jason Dominus <mjd@plover.com>
27301          To: perl5-porters@perl.com
27302          Subject: PATCH (5.005_02): Spelling correction in warning message
27303          Date: Sun, 20 Dec 1998 13:51:30 -0500
27304          Message-ID: <19981220185130.11067.qmail@plover.com>
27305  Branch: cfgperl
27306        ! doio.c op.c
27307 ____________________________________________________________________________
27308 [  2492] By: jhi                                   on 1998/12/21  09:00:05
27309     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
27310          To: perl5-porters@perl.org
27311          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
27312          Date: Sun, 20 Dec 1998 19:03:25 PST
27313          Message-ID: <19981221030326.27660.qmail@hotmail.com>
27314          
27315          (slightly reformatted)
27316  Branch: cfgperl
27317        ! ext/B/B/CC.pm
27318 ____________________________________________________________________________
27319 [  2491] By: nick                                  on 1998/12/20  14:21:29
27320     Log: Save _all_ GV's which have SV, AV or HV set.
27321  Branch: perl
27322        ! ext/B/B/C.pm
27323 ____________________________________________________________________________
27324 [  2490] By: jhi                                   on 1998/12/18  15:13:19
27325     Log: Add idea about generalising cpp symbol probing of Errno.
27326  Branch: cfgperl
27327        ! Todo
27328 ____________________________________________________________________________
27329 [  2489] By: jhi                                   on 1998/12/18  14:47:57
27330     Log: Address some of the issues of:
27331          
27332          From: Tom Christiansen <tchrist@jhereg.perl.com>
27333          To: perl-porters-active@jhereg.perl.com
27334          Subject: Undocumentation Issues for 5.005
27335          Date: Thu, 17 Dec 1998 14:46:24 -0700
27336          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
27337  Branch: cfgperl
27338        ! pod/perl5005delta.pod
27339 ____________________________________________________________________________
27340 [  2488] By: jhi                                   on 1998/12/18  11:26:32
27341     Log: From: root <root@dubravka.in-berlin.de>
27342          To: perlbug@perl.com
27343          Cc: k@dubravka.in-berlin.de
27344          Subject: Please add no_modify to PERL_POLLUTE
27345          Date: Fri, 18 Dec 1998 10:45:52 +0100
27346          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
27347          
27348          (Really from Andreas König)
27349  Branch: cfgperl
27350        ! embed.pl
27351 ____________________________________________________________________________
27352 [  2487] By: jhi                                   on 1998/12/17  14:05:52
27353     Log: Some (by far not all) issues of the below message addressed.
27354          
27355          From: Tom Christiansen <tchrist@jhereg.perl.com>
27356          To: The Perl Porters Mailing List <perl5-porters@perl.org>
27357          Subject: important UNDOC issues for 5.005_54
27358          Date: Wed, 16 Dec 1998 21:14:53 -0700
27359          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
27360  Branch: cfgperl
27361        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
27362 ____________________________________________________________________________
27363 [  2486] By: jhi                                   on 1998/12/17  12:47:15
27364     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27365          To: domo@computer.org
27366          Cc: jhi@iki.fi, perl5-porters@perl.org
27367          Subject: Re: stuff related to malloc.c
27368          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
27369          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
27370  Branch: cfgperl
27371        ! malloc.c
27372 ____________________________________________________________________________
27373 [  2485] By: jhi                                   on 1998/12/17  12:17:19
27374     Log: More porting notes.
27375  Branch: cfgperl
27376        ! Porting/pumpkin.pod
27377 ____________________________________________________________________________
27378 [  2484] By: jhi                                   on 1998/12/15  08:38:05
27379     Log: Undo #2386 and #2205.
27380  Branch: cfgperl
27381        ! pod/perlfunc.pod
27382 ____________________________________________________________________________
27383 [  2483] By: jhi                                   on 1998/12/14  17:58:35
27384     Log: lib was missing from @INC.
27385  Branch: cfgperl
27386        ! t/op/tr.t
27387 ____________________________________________________________________________
27388 [  2482] By: jhi                                   on 1998/12/14  17:52:42
27389     Log: Was missing use Text::Wrap.
27390  Branch: cfgperl
27391        ! t/lib/textfill.t
27392 ____________________________________________________________________________
27393 [  2481] By: jhi                                   on 1998/12/14  16:00:22
27394     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
27395          
27396          From: Jonathan Roy <roy@idle.com>
27397          To: perl5-porters@perl.org
27398          Subject: nlist.h add to Configure checks?
27399          Date: Sun, 13 Dec 1998 22:22:49 -0500
27400          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
27401  Branch: cfgperl
27402        + ext/DynaLoader/hints/linux.pl
27403        ! MANIFEST
27404 ____________________________________________________________________________
27405 [  2480] By: jhi                                   on 1998/12/14  15:02:44
27406     Log: Give up completely using nm in AIX.
27407          
27408          From: "Kurt D. Starsinic" <kstar@chapin.edu>
27409          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
27410          Cc: perl5-porters@perl.org
27411          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
27412          Date: Thu, 10 Dec 1998 00:51:46 -0500
27413          Message-ID: <19981210005146.B29986@O2.chapin.edu>
27414  Branch: cfgperl
27415        ! hints/aix.sh
27416 ____________________________________________________________________________
27417 [  2479] By: jhi                                   on 1998/12/14  14:39:52
27418     Log: AIX' error messages are different.
27419          
27420          From: "Kurt D. Starsinic" <kstar@chapin.edu>
27421          To: Gurusamy Sarathy <gsar@engin.umich.edu>
27422          Cc: perl5-porters@perl.org
27423          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
27424          Date: Thu, 10 Dec 1998 00:42:36 -0500
27425          Message-ID: <19981210004236.A29986@O2.chapin.edu>
27426          
27427          From: Michael Engel <engel@nms1.cc.huji.ac.il>
27428          To: perlbug@perl.com
27429          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
27430          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
27431          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
27432  Branch: cfgperl
27433        ! t/pragma/warn/doio
27434 ____________________________________________________________________________
27435 [  2475] By: jhi                                   on 1998/12/13  12:35:55
27436     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27437          To: jhi@iki.fi
27438          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
27439          Subject: Re: stuff related to malloc.c
27440          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
27441          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
27442  Branch: cfgperl
27443        ! malloc.c
27444 ____________________________________________________________________________
27445 [  2474] By: jhi                                   on 1998/12/13  12:32:42
27446     Log: Some notes about porting issues.
27447  Branch: cfgperl
27448        ! Porting/pumpkin.pod
27449 ____________________________________________________________________________
27450 [  2473] By: jhi                                   on 1998/12/13  12:03:58
27451     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
27452          To: Perl 5 Porters <perl5-porters@perl.org>
27453          Subject: [patch 5.005_02] dos-djgpp update
27454          Date: Sun, 13 Dec 1998 00:08:44 +0100
27455          Message-ID: <19981213000844.C264@beeblebrox>
27456  Branch: cfgperl
27457        ! djgpp/config.over
27458 ____________________________________________________________________________
27459 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
27460     Log: undo changes to Exporter.pm from #2312
27461  Branch: maint-5.005/perl
27462        ! lib/Exporter.pm
27463 ____________________________________________________________________________
27464 [  2465] By: jhi                                   on 1998/12/12  12:31:21
27465     Log: Document that qw() taints.
27466          
27467          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
27468          To: perlbug@perl.com 
27469          Subject: taint problems
27470          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
27471          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
27472  Branch: cfgperl
27473        ! pod/perlop.pod
27474 ____________________________________________________________________________
27475 [  2464] By: jhi                                   on 1998/12/11  14:09:51
27476     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
27477          To: dist-users@foretune.co.jp
27478          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
27479          Date: Mon, 07 Dec 1998 20:13:04 -0400
27480          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
27481  Branch: cfgperl
27482        ! Configure
27483 ____________________________________________________________________________
27484 [  2463] By: jhi                                   on 1998/12/11  13:29:54
27485     Log: MAXPATHLEN.
27486  Branch: cfgperl
27487        ! perl.h
27488 ____________________________________________________________________________
27489 [  2462] By: jhi                                   on 1998/12/11  08:37:58
27490     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
27491          To: perl5-porters@perl.org
27492          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
27493          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
27494          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
27495  Branch: cfgperl
27496        + hints/gnu.sh
27497 ____________________________________________________________________________
27498 [  2461] By: nick                                  on 1998/12/10  21:00:50
27499     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
27500          From: Vishal Bhatia <vishalb@hotmail.com>
27501          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
27502          2. Fixes the bug  regarding return value of c-functions generated out 
27503          of perl subs. ( Just includes the patch I sent earlier)
27504          3. Incorporates the other changes that need to be done to get CC.pm
27505          use ISA search for packages and methods on the same lines as C.pm
27506          
27507          Vishal would appreciate comments about B::Stackobj changes from 
27508          someone knowing that module well.
27509  Branch: perl
27510        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
27511 ____________________________________________________________________________
27512 [  2460] By: jhi                                   on 1998/12/08  08:11:27
27513     Log: Integrate from mainperl.
27514  Branch: cfgperl
27515       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
27516       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
27517       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
27518       !> toke.c util.c
27519 ____________________________________________________________________________
27520 [  2459] By: jhi                                   on 1998/12/07  07:50:11
27521     Log: From: hansm@icgroup.nl 
27522          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
27523          Reply-To: hansmu@xs4all.nl 
27524          To: perlbug@perl.com 
27525          Date: Sun, 6 Dec 98 22:19:54 +0100 
27526          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
27527  Branch: cfgperl
27528        ! util.c
27529 ____________________________________________________________________________
27530 [  2458] By: gsar                                  on 1998/12/07  06:00:55
27531     Log: fix dup lexical
27532  Branch: perl
27533        ! ext/B/B/Deparse.pm t/lib/io_unix.t
27534 ____________________________________________________________________________
27535 [  2457] By: gsar                                  on 1998/12/06  14:38:59
27536     Log: mention limit on line numbers reported by diagnostics
27537  Branch: perl
27538        ! pod/perl.pod toke.c
27539 ____________________________________________________________________________
27540 [  2456] By: gsar                                  on 1998/12/06  13:49:02
27541     Log: branch perldelta.pod
27542  Branch: maint-5.005/perl
27543       +> pod/perldelta.pod
27544 ____________________________________________________________________________
27545 [  2455] By: gsar                                  on 1998/12/06  13:47:21
27546     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
27547  Branch: maint-5.005/perl
27548        - pod/perldelta.pod
27549 ____________________________________________________________________________
27550 [  2454] By: gsar                                  on 1998/12/06  13:35:31
27551     Log: fix outdated/incorrect info about arbitrary limits
27552  Branch: perl
27553        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
27554        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
27555 ____________________________________________________________________________
27556 [  2453] By: nick                                  on 1998/12/05  16:14:42
27557     Log: Avoid hard-coding op numbers
27558          Update CC.pm to save %INC, and to co-exist with new C.pm
27559  Branch: perl
27560        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
27561 ____________________________________________________________________________
27562 [  2452] By: nick                                  on 1998/12/05  10:44:28
27563     Log: B.xs had its own code to calculate hash() which differed from
27564          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
27565          which meant that run-time require was re-done.
27566          Removed some debug from C.pm
27567  Branch: perl
27568        ! ext/B/B.xs ext/B/B/C.pm
27569 ____________________________________________________________________________
27570 [  2451] By: nick                                  on 1998/12/04  21:58:49
27571     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
27572          well as _54, but with pre-scan for classes and save the ISA scheme.
27573  Branch: perl
27574        ! ext/B/B/C.pm
27575 ____________________________________________________________________________
27576 [  2450] By: nick                                  on 1998/12/04  17:58:44
27577     Log: Vishal Bhatia's patch as a basis.
27578  Branch: perl
27579        ! ext/B/B/C.pm ext/B/B/CC.pm
27580 ____________________________________________________________________________
27581 [  2449] By: jhi                                   on 1998/12/04  16:39:21
27582     Log: Integrate from mainperl.
27583  Branch: cfgperl
27584       !> t/op/goto.t t/op/tr.t
27585 ____________________________________________________________________________
27586 [  2448] By: gsar                                  on 1998/12/04  06:06:49
27587     Log: tweak test for UTEST
27588  Branch: perl
27589        ! t/op/tr.t
27590 ____________________________________________________________________________
27591 [  2444] By: jhi                                   on 1998/12/03  14:37:22
27592     Log: s/\bthe the\b/the/g *.pod
27593  Branch: cfgperl
27594        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
27595 ____________________________________________________________________________
27596 [  2443] By: jhi                                   on 1998/12/03  13:39:53
27597     Log: Change#2441 aftermath.
27598  Branch: cfgperl
27599        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27600        ! config_h.SH thread.h vms/subconfigure.com
27601 ____________________________________________________________________________
27602 [  2441] By: jhi                                   on 1998/12/03  08:15:13
27603     Log: From: Dan Sugalski <sugalskd@osshe.edu>
27604          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
27605          Subject: [PATCH 5.005_54]Initial VMS patches
27606          Date: 3 Dec 1998 01:05:55 +0200
27607          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
27608          
27609          The patch to config_h.SH requires more study because
27610          metaconfig needs to agree.
27611  Branch: cfgperl
27612        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
27613        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
27614        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
27615 ____________________________________________________________________________
27616 [  2440] By: gsar                                  on 1998/12/03  01:32:16
27617     Log: add failed check-in of goto.t from change#1867
27618  Branch: perl
27619        ! t/op/goto.t
27620 ____________________________________________________________________________
27621 [  2437] By: jhi                                   on 1998/12/02  18:03:51
27622     Log: Fix most of the bad L<> links of
27623          
27624          From: Tom Christiansen <tchrist@jhereg.perl.com> 
27625          Subject: bad L<> links
27626          Reply-to: tchrist@perl.com 
27627          To: perlbug@jhereg.perl.com 
27628          Date: Tue, 11 Aug 1998 10:58:07 -0500 
27629          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
27630          
27631          The ones not fixed may require darker Pod::HTML magic,
27632          for example the perlguts.html#tags should work fine, IMHO.
27633  Branch: cfgperl
27634        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
27635        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
27636        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
27637        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
27638        ! pod/perlvar.pod
27639 ____________________________________________________________________________
27640 [  2436] By: jhi                                   on 1998/12/02  16:35:04
27641     Log: One paste too many in #2345.
27642  Branch: cfgperl
27643        ! lib/Pod/Html.pm
27644 ____________________________________________________________________________
27645 [  2435] By: jhi                                   on 1998/12/02  16:32:33
27646     Log: Pod::Html and Pod::Text were not locale-savvy:
27647          for example in =head1 all non-ASCII-\w-runs were
27648          turned into underscores in NAME tags.  This could
27649          result in several NAME tags becoming identical.
27650          Reported by:
27651          
27652          From: Fyodor Krasnov <fyodor@aha.ru> 
27653          Subject: pod2html vs Russian Characters
27654          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
27655          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
27656          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
27657  Branch: cfgperl
27658        ! lib/Pod/Html.pm lib/Pod/Text.pm
27659 ____________________________________________________________________________
27660 [  2434] By: jhi                                   on 1998/12/02  10:29:00
27661     Log: The real Mc5_54 integration.
27662  Branch: cfgperl
27663       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
27664 ____________________________________________________________________________
27665 [  2433] By: jhi                                   on 1998/12/02  08:52:13
27666     Log: From: Andy Dougherty <doughera@lafayette.edu>
27667          To: Perl Porters <perl5-porters@perl.org>
27668          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
27669          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
27670          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
27671  Branch: cfgperl
27672        ! Configure
27673 ____________________________________________________________________________
27674 [  2432] By: jhi                                   on 1998/12/02  08:49:47
27675     Log: From: Andy Dougherty <doughera@lafayette.edu>
27676          To: Perl Porters <perl5-porters@perl.org>
27677          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
27678          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
27679          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
27680  Branch: cfgperl
27681        ! Configure
27682 ____________________________________________________________________________
27683 [  2431] By: jhi                                   on 1998/12/01  16:11:50
27684     Log: From: achampio@lehman.com (Alan Champion)
27685          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
27686          To: perlbug@perl.com
27687          Date: 1 Dec 1998 17:36:33 +0200
27688          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
27689          
27690          Skip NIS includes.
27691  Branch: cfgperl
27692        ! t/op/pwent.t
27693 ____________________________________________________________________________
27694 [  2430] By: gsar                                  on 1998/12/01  12:12:50
27695     Log: 5.005_54, as released
27696  Branch: perl
27697        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
27698 ____________________________________________________________________________
27699 [  2429] By: jhi                                   on 1998/12/01  11:28:39
27700     Log: From: Anton Berezin <tobez@plab.ku.dk>
27701          To: perl5-porters@perl.org
27702          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
27703          Date: 30 Nov 1998 19:46:24 +0100
27704          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
27705  Branch: cfgperl
27706        ! hints/freebsd.sh
27707 ____________________________________________________________________________
27708 [  2428] By: jhi                                   on 1998/12/01  11:08:16
27709     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
27710  Branch: cfgperl
27711       +> (branch 30 files)
27712       !> (integrate 71 files)
27713 ____________________________________________________________________________
27714 [  2427] By: jhi                                   on 1998/12/01  10:51:37
27715     Log: Default to accepting a hinted $randfunc even when $csym
27716          does not find it.  (the previous defaylt behaviour was not
27717          to accept).
27718  Branch: cfgperl
27719        ! Configure
27720 ____________________________________________________________________________
27721 [  2426] By: jhi                                   on 1998/12/01  10:13:03
27722     Log: Separated the [:foo:] parsing to its own function.
27723          Passes all tests.
27724  Branch: cfgperl
27725        ! regcomp.c
27726 ____________________________________________________________________________
27727 [  2425] By: jhi                                   on 1998/12/01  08:22:49
27728     Log: Typo in comments.
27729  Branch: cfgperl
27730        ! regexec.c
27731 ____________________________________________________________________________
27732 [  2424] By: jhi                                   on 1998/12/01  08:21:38
27733     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27734          Subject: [PATCH 5.005_*] Debugger 'v' command
27735          To: perl5-porters@perl.org (Mailing list Perl5)
27736          Date: 1 Dec 1998 07:55:11 +0200
27737          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
27738  Branch: cfgperl
27739        ! lib/perl5db.pl
27740 ____________________________________________________________________________
27741 [  2423] By: jhi                                   on 1998/12/01  08:19:08
27742     Log: From: pvhp@forte.com (Peter Prymmer)
27743          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
27744          To: perl5-porters@perl.org
27745          Date: 1 Dec 1998 07:27:11 +0200
27746          Message-ID: <MLIST_9812010508.AA07791@forte.com>
27747  Branch: cfgperl
27748        ! hints/os390.sh
27749 ____________________________________________________________________________
27750 [  2417] By: jhi                                   on 1998/11/30  08:14:00
27751     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
27752  Branch: cfgperl
27753        ! ext/Socket/Socket.xs
27754 ____________________________________________________________________________
27755 [  2416] By: jhi                                   on 1998/11/30  08:00:15
27756     Log: Undo #2395, seems more like a problem in netbsd-current.
27757  Branch: cfgperl
27758        ! util.c
27759
27760 ----------------
27761 Version 5.005_54
27762 ----------------
27763
27764 ____________________________________________________________________________
27765 [  2414] By: gsar                                  on 1998/11/30  02:23:55
27766     Log: more JPL tweaks
27767  Branch: perl
27768        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
27769        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
27770 ____________________________________________________________________________
27771 [  2413] By: gsar                                  on 1998/11/30  01:35:56
27772     Log: stub bin/jpl that just runs JPL::Compile::files()
27773  Branch: perl
27774        + jpl/bin/jpl
27775 ____________________________________________________________________________
27776 [  2412] By: gsar                                  on 1998/11/30  01:32:14
27777     Log: delete symlink
27778  Branch: perl
27779        - jpl/bin/jpl
27780 ____________________________________________________________________________
27781 [  2410] By: gsar                                  on 1998/11/30  01:30:44
27782     Log: branch jpl from perlext to perl
27783  Branch: perl
27784       +> (branch 30 files)
27785 ____________________________________________________________________________
27786 [  2407] By: gsar                                  on 1998/11/30  01:24:53
27787     Log: JPL tweaks to build with 5.005
27788  Branch: perlext
27789        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
27790        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
27791 ____________________________________________________________________________
27792 [  2406] By: gsar                                  on 1998/11/30  00:55:54
27793     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
27794  Branch: perl
27795        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
27796 ____________________________________________________________________________
27797 [  2405] By: gsar                                  on 1998/11/30  00:28:55
27798     Log: patchlevel up to 54
27799  Branch: perl
27800        ! patchlevel.h win32/Makefile win32/config_H.bc
27801        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
27802 ____________________________________________________________________________
27803 [  2403] By: gsar                                  on 1998/11/29  23:35:50
27804     Log: integrate cfgperl changes into mainline
27805  Branch: perl
27806       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27807       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
27808 ____________________________________________________________________________
27809 [  2402] By: gsar                                  on 1998/11/29  23:08:42
27810     Log: sync Text::Wrap version number
27811  Branch: perl
27812        ! lib/Text/Wrap.pm
27813 ____________________________________________________________________________
27814 [  2401] By: gsar                                  on 1998/11/29  22:56:21
27815     Log: textfill.t tweak
27816  Branch: perl
27817        ! t/lib/textfill.t
27818 ____________________________________________________________________________
27819 [  2400] By: gsar                                  on 1998/11/29  22:50:41
27820     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
27821          <muir@idiom.com>
27822  Branch: perl
27823        + t/lib/textfill.t
27824        ! MANIFEST lib/Text/Wrap.pm
27825 ____________________________________________________________________________
27826 [  2399] By: gsar                                  on 1998/11/29  22:28:05
27827     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
27828          has happened without the authors knowledge or consent; the subversive
27829          version (which is in 5.00502) breaks one of the tests in the
27830          authors testsuite; attempts are being made to find a fix that
27831          avoids breaking code already running with the 5.005_02 version
27832          From:    David Muir Sharnoff <muir@idiom.com>
27833          Date:    Sat, 28 Nov 1998 04:34:17 PST
27834          Message-Id: <199811281234.EAA03082@idiom.com>
27835          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
27836  Branch: perl
27837        ! lib/Text/Wrap.pm t/lib/textwrap.t
27838 ____________________________________________________________________________
27839 [  2397] By: nick                                  on 1998/11/29  20:13:58
27840     Log: Update docs and English.pm for $^C
27841  Branch: perl
27842        ! lib/English.pm pod/perlvar.pod
27843 ____________________________________________________________________________
27844 [  2396] By: jhi                                   on 1998/11/29  20:13:03
27845     Log: Mirror #2384.
27846  Branch: cfgperl
27847        ! t/op/pwent.t
27848 ____________________________________________________________________________
27849 [  2395] By: jhi                                   on 1998/11/29  19:59:12
27850     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
27851  Branch: cfgperl
27852        ! util.c
27853 ____________________________________________________________________________
27854 [  2394] By: gsar                                  on 1998/11/29  19:49:08
27855     Log: updated perlreftut.pod
27856  Branch: perl
27857        ! pod/perlreftut.pod
27858 ____________________________________________________________________________
27859 [  2393] By: gsar                                  on 1998/11/29  19:31:56
27860     Log: misc tweaks
27861  Branch: perl
27862        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
27863 ____________________________________________________________________________
27864 [  2392] By: gsar                                  on 1998/11/29  19:31:18
27865     Log: notes about -DPERL_POLLUTE
27866  Branch: perl
27867        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
27868 ____________________________________________________________________________
27869 [  2391] By: gsar                                  on 1998/11/29  19:13:52
27870     Log: explain various win32 build caveats more clearly
27871  Branch: perl
27872        ! README.win32 win32/Makefile win32/makefile.mk
27873 ____________________________________________________________________________
27874 [  2390] By: gsar                                  on 1998/11/29  16:51:59
27875     Log: remove I_POLL detection (Configure will do that now)
27876  Branch: perl
27877        ! ext/IO/Makefile.PL
27878 ____________________________________________________________________________
27879 [  2389] By: jhi                                   on 1998/11/29  16:39:16
27880     Log: Add I_POLL for IO 1.20.
27881  Branch: cfgperl
27882        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27883        ! config_h.SH
27884 ____________________________________________________________________________
27885 [  2388] By: gsar                                  on 1998/11/29  16:23:30
27886     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
27887  Branch: perl
27888        + Porting/p4desc
27889        ! MANIFEST
27890 ____________________________________________________________________________
27891 [  2387] By: gsar                                  on 1998/11/29  16:08:03
27892     Log: another threads reliability fix: serialize writes to thr->threadsv
27893          avoid most uses of PL_na (which is much more inefficient than a
27894          simple local); update docs to suit; PL_na now being thr->Tna may
27895          be a minor compatibility issue for extensions--will require dTHR
27896          outside of XSUBs (those get automatic dTHR)
27897  Branch: perl
27898        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
27899        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
27900        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
27901        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
27902        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
27903        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
27904        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
27905        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
27906        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
27907 ____________________________________________________________________________
27908 [  2386] By: jhi                                   on 1998/11/29  15:40:42
27909     Log: Tune the "if" entry.
27910  Branch: cfgperl
27911        ! pod/perlfunc.pod
27912 ____________________________________________________________________________
27913 [  2385] By: gsar                                  on 1998/11/29  12:40:28
27914     Log: various fixes for race conditions under threads: mutex locks based
27915          on PL_threadnum were seriously flawed, since it means more than one
27916          thread could enter the critical region; PL_na was global instead of
27917          thread-local; child thread could finish and free thr structures
27918          before Thread->new() got around to creating the Thread object;
27919          cv_clone() needed locking, as it mucks with PL_comppad and other
27920          global data; new_struct_thread() needed to lock template-thread's
27921          mutex while copying its data
27922  Branch: perl
27923        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
27924        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
27925 ____________________________________________________________________________
27926 [  2384] By: gsar                                  on 1998/11/29  10:54:38
27927     Log: s/warn/print/ on multiply defined groups
27928  Branch: perl
27929        ! t/op/grent.t
27930 ____________________________________________________________________________
27931 [  2383] By: gsar                                  on 1998/11/29  10:48:39
27932     Log: backout change#2334
27933  Branch: perl
27934        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
27935 ____________________________________________________________________________
27936 [  2382] By: jhi                                   on 1998/11/29  10:33:40
27937     Log: Better NetInfo behaviour.
27938  Branch: cfgperl
27939        ! t/op/grent.t t/op/pwent.t
27940 ____________________________________________________________________________
27941 [  2381] By: jhi                                   on 1998/11/29  10:08:15
27942     Log: Integrate from mainperl.
27943  Branch: cfgperl
27944       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
27945       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
27946       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
27947       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
27948       +> t/lib/io_poll.t t/lib/io_unix.t
27949       !> (integrate 58 files)
27950 ____________________________________________________________________________
27951 [  2380] By: gsar                                  on 1998/11/29  08:22:49
27952     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
27953          Tim Bunce)
27954  Branch: perl
27955        ! gv.c
27956 ____________________________________________________________________________
27957 [  2379] By: gsar                                  on 1998/11/29  07:06:43
27958     Log: fix for pat.t failure under USE_THREADS
27959  Branch: perl
27960        ! pp_ctl.c regexec.c
27961 ____________________________________________________________________________
27962 [  2378] By: nick                                  on 1998/11/28  22:46:57
27963     Log: More C.pm tweaks
27964          Save globs even if we have saved cv itself before - may be imported.
27965          
27966          While we don't save "bootstrap" CV we need to provide a stub,
27967          so that if we require it later we don't fall through and attempt
27968          to DynaLoad module again.
27969          
27970          Attempt to save %INC so that "require" does not reload things
27971          we have compiled-in (does not work right yet - seems to be due
27972          to PL_incgv being created in perl_parse() current scheme setting 
27973          GvHV() is "better" than saving the glob, but still does not 
27974          work as I expect). 
27975  Branch: perl
27976        ! ext/B/B/C.pm
27977 ____________________________________________________________________________
27978 [  2377] By: gsar                                  on 1998/11/28  22:30:38
27979     Log: various tweaks; result passes all tests for normal build on Solaris;
27980          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
27981          win32 due to lack of select() that works on non-socket fds
27982  Branch: perl
27983        ! ext/IO/poll.c regcomp.c regexec.c scope.c
27984        ! t/lib/io_multihomed.t win32/makefile.mk
27985 ____________________________________________________________________________
27986 [  2376] By: gsar                                  on 1998/11/28  20:44:39
27987     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
27988  Branch: perl
27989        ! myconfig
27990 ____________________________________________________________________________
27991 [  2375] By: gsar                                  on 1998/11/28  20:42:58
27992     Log: integrate cfgperl changes into mainline
27993  Branch: perl
27994       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
27995       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
27996 ____________________________________________________________________________
27997 [  2374] By: gsar                                  on 1998/11/28  20:02:03
27998     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27999          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
28000          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
28001          Subject: [PATCH 5.00553] Yet another OS/2 patch
28002  Branch: perl
28003        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
28004 ____________________________________________________________________________
28005 [  2373] By: gsar                                  on 1998/11/28  19:30:06
28006     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28007          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
28008          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
28009          Subject: [PATCH 5.005_53] Change $#+
28010  Branch: perl
28011        ! mg.c pod/perlvar.pod t/op/pat.t
28012 ____________________________________________________________________________
28013 [  2372] By: gsar                                  on 1998/11/28  19:28:00
28014     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28015          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
28016          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
28017          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
28018  Branch: perl
28019        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
28020        ! thrdvar.h
28021 ____________________________________________________________________________
28022 [  2371] By: gsar                                  on 1998/11/28  19:23:53
28023     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28024          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
28025          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
28026          Subject: [PATCH 5.005_53] better -Mre=debugcolor
28027  Branch: perl
28028        ! embedvar.h objXSUB.h regexec.c thrdvar.h
28029 ____________________________________________________________________________
28030 [  2370] By: gsar                                  on 1998/11/28  19:21:17
28031     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28032          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
28033          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
28034          Subject: [PATCH 5.005_*] regcolors
28035  Branch: perl
28036        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
28037 ____________________________________________________________________________
28038 [  2369] By: gsar                                  on 1998/11/28  19:00:15
28039     Log: allow final period in a file (not followed by a newline) to
28040          terminate format spec
28041  Branch: perl
28042        ! toke.c
28043 ____________________________________________________________________________
28044 [  2368] By: gsar                                  on 1998/11/28  18:58:25
28045     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
28046          add C<$Config{installarchlib}/CORE> to the default locations searched
28047          on win32
28048  Branch: perl
28049        ! lib/ExtUtils/Liblist.pm
28050 ____________________________________________________________________________
28051 [  2367] By: gsar                                  on 1998/11/28  18:46:05
28052     Log: applied suggested patch with PERL_OBJECT tweaks
28053          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28054          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
28055          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
28056          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
28057  Branch: perl
28058        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
28059        ! regexec.c t/op/pat.t thrdvar.h
28060 ____________________________________________________________________________
28061 [  2366] By: gsar                                  on 1998/11/28  18:38:34
28062     Log: additional documentation for qr//
28063          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28064          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
28065          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
28066          Subject: [PATCH 5.005_*] Documentation (fwd)
28067  Branch: perl
28068        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
28069 ____________________________________________________________________________
28070 [  2365] By: gsar                                  on 1998/11/28  18:35:35
28071     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28072          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
28073          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
28074          Subject: [PATCH 5.005_*] Fix \G in REx without //g
28075  Branch: perl
28076        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
28077        ! regexp.h t/op/pat.t thrdvar.h
28078 ____________________________________________________________________________
28079 [  2364] By: gsar                                  on 1998/11/28  18:24:20
28080     Log: update Test.pm to Test-1.12; tweak 're' detection
28081  Branch: perl
28082        ! lib/Test.pm
28083 ____________________________________________________________________________
28084 [  2363] By: gsar                                  on 1998/11/28  18:12:04
28085     Log: avoid command-line quoting portability problems in lex_assign.t
28086  Branch: perl
28087        ! t/op/lex_assign.t
28088 ____________________________________________________________________________
28089 [  2362] By: gsar                                  on 1998/11/28  18:08:50
28090     Log: From: John Tobey <jtobey@channel1.com>
28091          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
28092          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
28093          Subject: PATCH: document English.pm sawampersand and thread issues
28094  Branch: perl
28095        ! lib/English.pm pod/perlvar.pod
28096 ____________________________________________________________________________
28097 [  2361] By: gsar                                  on 1998/11/28  18:03:04
28098     Log: fix uninitialized warnings
28099          From: Brian Callaghan <callagh@itginc.com>
28100          Date: Thu, 19 Nov 1998 17:49:10 -0800
28101          Message-Id: <3654CA96.B64FCAEB@itginc.com>
28102          Subject: Complete.pm patch (version 1.1)
28103  Branch: perl
28104        ! lib/Term/Complete.pm
28105 ____________________________________________________________________________
28106 [  2360] By: gsar                                  on 1998/11/28  17:59:16
28107     Log: s/Array/List/ suggested by John Tobey
28108  Branch: perl
28109        ! pod/perldata.pod
28110 ____________________________________________________________________________
28111 [  2359] By: gsar                                  on 1998/11/28  17:47:48
28112     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
28113  Branch: perl
28114        ! lib/Tie/Handle.pm pod/perlfunc.pod
28115 ____________________________________________________________________________
28116 [  2358] By: jhi                                   on 1998/11/28  17:23:15
28117     Log: Revamp the locale tests.
28118          (0) Instead of rewiring a few locales scan for them.
28119          (1) Bogus test #101 removed.
28120          (2) All the locales are checked, the lists of failed
28121          and non-failed ones are displayed.
28122          (3) The test #103 is again 'active' so that it may fail.
28123          (4) To balance (3) a hopefully pacifying message is shown
28124          if the #103 fails.
28125  Branch: cfgperl
28126        ! t/pragma/locale.t
28127 ____________________________________________________________________________
28128 [  2357] By: gsar                                  on 1998/11/28  17:21:07
28129     Log: add perlreftut.pod
28130  Branch: perl
28131        + pod/perlreftut.pod
28132        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
28133        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
28134        ! win32/pod.mak
28135 ____________________________________________________________________________
28136 [  2356] By: jhi                                   on 1998/11/28  16:58:01
28137     Log: Change #2346 fallout.
28138  Branch: cfgperl
28139        ! t/op/undef.t
28140 ____________________________________________________________________________
28141 [  2355] By: gsar                                  on 1998/11/28  16:46:43
28142     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
28143          ANSI prototypes
28144  Branch: perl
28145        ! ext/IO/IO.xs
28146 ____________________________________________________________________________
28147 [  2354] By: gsar                                  on 1998/11/28  16:08:07
28148     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
28149          keep platform hacks that aren't in the 1.20 dist; add new files
28150          to MANIFEST; hack Makefile.PL; result hasn't been tested
28151          anywhere
28152  Branch: perl
28153        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
28154        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
28155        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
28156        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
28157        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
28158        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
28159        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
28160        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
28161        ! t/lib/io_sock.t t/lib/io_udp.t
28162 ____________________________________________________________________________
28163 [  2353] By: jhi                                   on 1998/11/28  15:51:03
28164     Log: Locale collation, ctype, and numeric, were initialized wrong
28165          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
28166          as reported by
28167          
28168          From: Ilya.Sandler@etak.com (Ilya Sandler)
28169          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
28170          To: perlbug@perl.com
28171          Date: 25 Nov 1998 04:53:52 +0200
28172          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
28173  Branch: cfgperl
28174        ! util.c
28175 ____________________________________________________________________________
28176 [  2352] By: nick                                  on 1998/11/28  15:21:59
28177     Log: Implement $^C to allow perl access to -c flag - I think this 
28178          was agreed once...
28179  Branch: perl
28180        ! gv.c mg.c
28181 ____________________________________________________________________________
28182 [  2351] By: jhi                                   on 1998/11/28  15:14:24
28183     Log: Change #2251 fixup.
28184  Branch: cfgperl
28185        ! myconfig
28186 ____________________________________________________________________________
28187 [  2350] By: jhi                                   on 1998/11/28  14:58:19
28188     Log: Integrate from mainperl.
28189  Branch: cfgperl
28190       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
28191       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
28192       +> pod/perl5005delta.pod
28193       !> (integrate 49 files)
28194 ____________________________________________________________________________
28195 [  2349] By: jhi                                   on 1998/11/28  14:27:36
28196     Log: Passwd and group file groveling.
28197  Branch: cfgperl
28198        ! t/op/grent.t t/op/pwent.t
28199 ____________________________________________________________________________
28200 [  2348] By: gsar                                  on 1998/11/28  14:09:50
28201     Log: more conservative version of changes#2345,2346,2347; those break
28202          C<defined(@{"foo::ISA"})> which seems to be extensively used in
28203          the libs :-(
28204  Branch: perl
28205        ! pp.c t/op/method.t
28206 ____________________________________________________________________________
28207 [  2347] By: gsar                                  on 1998/11/28  13:36:08
28208     Log: tweak bogus test
28209  Branch: perl
28210        ! t/op/method.t
28211 ____________________________________________________________________________
28212 [  2346] By: gsar                                  on 1998/11/28  13:20:34
28213     Log: test cases for previous change
28214  Branch: perl
28215        ! t/op/undef.t
28216 ____________________________________________________________________________
28217 [  2345] By: gsar                                  on 1998/11/28  13:07:17
28218     Log: fix typo in pp_defined() causing C<defined %tied> to fail
28219  Branch: perl
28220        ! pp.c
28221 ____________________________________________________________________________
28222 [  2344] By: gsar                                  on 1998/11/28  13:03:29
28223     Log: s/comment/comment_t/ tweak (suggested by John Gorman
28224          <jgorman@webbysoft.com>)
28225  Branch: perl
28226        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28227 ____________________________________________________________________________
28228 [  2343] By: gsar                                  on 1998/11/28  12:52:40
28229     Log: add (stub) perldelta.pod
28230  Branch: perl
28231        + pod/perldelta.pod
28232 ____________________________________________________________________________
28233 [  2342] By: gsar                                  on 1998/11/28  12:49:26
28234     Log: rename perldelta.pod to perl5005delta.pod in preparation for
28235          starting a new one
28236  Branch: perl
28237       +> pod/perl5005delta.pod
28238        - pod/perldelta.pod
28239        ! MANIFEST pod/perl.pod
28240 ____________________________________________________________________________
28241 [  2341] By: gsar                                  on 1998/11/28  12:41:55
28242     Log: fix MALLOC_LOCK #define
28243  Branch: perl
28244        ! malloc.c
28245 ____________________________________________________________________________
28246 [  2340] By: gsar                                  on 1998/11/28  12:18:23
28247     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28248          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
28249          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
28250          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
28251  Branch: perl
28252        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
28253 ____________________________________________________________________________
28254 [  2339] By: jhi                                   on 1998/11/28  11:59:01
28255     Log: Add -lm to dynix/ptx POSIX hints.
28256          From: "Martin J. Bligh" <mbligh@sequent.com>
28257          To: jhi@iki.fi
28258          Subject: Re: Making Perl work on DYNIX/ptx
28259          Date: Wed, 25 Nov 1998 10:34:41 -0800
28260          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
28261  Branch: cfgperl
28262        ! ext/POSIX/hints/dynixptx.pl
28263 ____________________________________________________________________________
28264 [  2338] By: jhi                                   on 1998/11/28  11:57:19
28265     Log: Detypo.
28266  Branch: cfgperl
28267        ! lib/filetest.pm
28268 ____________________________________________________________________________
28269 [  2337] By: jhi                                   on 1998/11/28  11:56:29
28270     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
28271  Branch: cfgperl
28272        ! Configure
28273 ____________________________________________________________________________
28274 [  2336] By: gsar                                  on 1998/11/28  11:41:14
28275     Log: teach CPAN.pm to ignore beta perl distributions when looking for
28276          modules
28277          From: root@dogberry.rutgers.edu (root)
28278          Date: Thu, 12 Nov 1998 23:08:39 -0500
28279          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
28280          Subject: recompile tries getting a perl distribution
28281  Branch: perl
28282        ! lib/CPAN.pm
28283 ____________________________________________________________________________
28284 [  2335] By: gsar                                  on 1998/11/28  11:27:46
28285     Log: make $1 et al readonly under threads; make C<undef $1> fail like
28286          C<$1 = undef> does
28287  Branch: perl
28288        ! op.c pp.c t/op/undef.t
28289 ____________________________________________________________________________
28290 [  2334] By: gsar                                  on 1998/11/28  10:24:52
28291     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
28292  Branch: perl
28293        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
28294 ____________________________________________________________________________
28295 [  2333] By: gsar                                  on 1998/11/28  09:36:40
28296     Log: document changed PERL_HASH()
28297  Branch: perl
28298        ! pod/perlfunc.pod pod/perlguts.pod
28299 ____________________________________________________________________________
28300 [  2332] By: nick                                  on 1998/11/27  21:10:27
28301     Log: Handle INIT list in C.pm
28302          1. Provide init_av() from B.xs
28303          2. Export it in B.pm
28304          3. Use it in C.pm
28305          Also disable some pruning in savecv() which seems to undo
28306          my previous patch.
28307          Experimental feature - save pathnames of .so files in easily 
28308          grep-able form for use in wrapper to feed to linker.  
28309  Branch: perl
28310        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
28311 ____________________________________________________________________________
28312 [  2327] By: gsar                                  on 1998/11/27  15:12:01
28313     Log: integrate change#2315 from maint-5.005
28314  Branch: perl
28315        ! t/op/sort.t
28316       !> op.c sv.c
28317 ____________________________________________________________________________
28318 [  2326] By: gsar                                  on 1998/11/27  15:00:42
28319     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
28320  Branch: perl
28321       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
28322       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
28323       !> lib/ExtUtils/typemap
28324 ____________________________________________________________________________
28325 [  2325] By: gsar                                  on 1998/11/27  14:46:18
28326     Log: malloc bugfix and documentation from Ilya Zakharevich
28327          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
28328          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
28329          Subject: [PATCH 5.005_*] Re: Internal coredump
28330          --
28331          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
28332          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
28333          Subject: [PATCH 5.005_*] malloc.c documentation
28334  Branch: perl
28335        ! malloc.c
28336 ____________________________________________________________________________
28337 [  2324] By: gsar                                  on 1998/11/27  14:41:38
28338     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
28339  Branch: perl
28340        ! ext/B/B/C.pm
28341 ____________________________________________________________________________
28342 [  2323] By: gsar                                  on 1998/11/27  14:33:44
28343     Log: From: maeda@src.ricoh.co.jp
28344          Date: Tue, 24 Nov 1998 10:37:45 +0900
28345          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
28346          Subject: format "..." bug
28347  Branch: perl
28348        ! pp_ctl.c t/op/write.t
28349 ____________________________________________________________________________
28350 [  2322] By: gsar                                  on 1998/11/27  14:20:12
28351     Log: add ext/Devel/Peek
28352          From: jan.dubois@ibm.net (Jan Dubois)
28353          Date: Mon, 23 Nov 1998 00:48:11 +0100
28354          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
28355          Subject: [PATCH 5.005_53] Devel::Peek integration
28356  Branch: perl
28357        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
28358        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
28359        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
28360        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
28361        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
28362 ____________________________________________________________________________
28363 [  2321] By: gsar                                  on 1998/11/27  13:03:08
28364     Log: ensure 'make regen_headers' even without perl installed
28365          (suggested by Ilya Zakharevich)
28366  Branch: perl
28367        ! bytecode.pl warning.pl
28368 ____________________________________________________________________________
28369 [  2320] By: gsar                                  on 1998/11/27  12:58:36
28370     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28371          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
28372          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
28373          Subject: [PATCH 5.005_*] Cosmetic malloc patch
28374  Branch: perl
28375        ! malloc.c
28376 ____________________________________________________________________________
28377 [  2319] By: gsar                                  on 1998/11/27  12:56:13
28378     Log: eliminate dup hunk from integration
28379  Branch: perl
28380        ! lib/filetest.pm perl.h
28381 ____________________________________________________________________________
28382 [  2318] By: gsar                                  on 1998/11/27  12:50:08
28383     Log: integrate cfgperl changes into mainline
28384  Branch: perl
28385       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
28386        ! pod/perlfaq4.pod
28387       !> (integrate 30 files)
28388 ____________________________________________________________________________
28389 [  2317] By: jhi                                   on 1998/11/27  11:38:13
28390     Log: C<-x>.
28391  Branch: cfgperl
28392        ! lib/filetest.pm
28393 ____________________________________________________________________________
28394 [  2316] By: jhi                                   on 1998/11/27  11:10:22
28395     Log: Integrate from mainperl.
28396  Branch: cfgperl
28397       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
28398       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
28399       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
28400       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
28401       !> win32/win32sck.c
28402 ____________________________________________________________________________
28403 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
28404     Log: integrate change#2246 from mainline, while still allowing
28405          C<sort $globref @foo>
28406          
28407          allow C<sort $coderef @foo>
28408  Branch: maint-5.005/perl
28409        ! op.c sv.c
28410       !> t/op/sort.t
28411 ____________________________________________________________________________
28412 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
28413     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
28414          forwarded by Jarkko Hietaniemi from Mark Bixby
28415  Branch: maint-5.005/perl
28416        ! ext/DynaLoader/dl_mpeix.xs installperl
28417 ____________________________________________________________________________
28418 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
28419     Log: Allow PL_FILES to have multiple targets from one source by allowing
28420          an array ref as the value in the hash
28421  Branch: maint-5.005/perl
28422        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28423        ! lib/ExtUtils/MakeMaker.pm
28424 ____________________________________________________________________________
28425 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
28426     Log: fix unsigned variables to use SvUV and sv_setuv
28427  Branch: maint-5.005/perl
28428        ! lib/ExtUtils/typemap
28429 ____________________________________________________________________________
28430 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
28431     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
28432  Branch: maint-5.005/perl
28433        ! lib/ExtUtils/MM_Unix.pm
28434 ____________________________________________________________________________
28435 [  2301] By: gsar                                  on 1998/11/26  10:16:54
28436     Log: fix PL_defoutgv leak under threads
28437  Branch: perl
28438        ! ext/Thread/Thread.xs
28439 ____________________________________________________________________________
28440 [  2300] By: gsar                                  on 1998/11/26  09:04:44
28441     Log: properly free temporaries created by threads
28442  Branch: perl
28443        ! ext/Thread/Thread.xs
28444 ____________________________________________________________________________
28445 [  2299] By: gsar                                  on 1998/11/26  06:51:16
28446     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
28447          to set the package for the block properly
28448  Branch: perl
28449        ! op.c t/comp/package.t t/lib/dumper.t
28450 ____________________________________________________________________________
28451 [  2298] By: nick                                  on 1998/11/24  22:04:20
28452     Log: Part-1 of tweaks to allow Tk to be "compiled"
28453          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
28454          (May also need attention to exports etc. - to follow.)
28455  Branch: perl
28456        ! universal.c
28457 ____________________________________________________________________________
28458 [  2294] By: jhi                                   on 1998/11/23  10:44:26
28459     Log: The new socket tests need in some platforms
28460          to #include <sys/types.h>.
28461  Branch: cfgperl
28462        ! Configure
28463 ____________________________________________________________________________
28464 [  2293] By: jhi                                   on 1998/11/23  10:33:42
28465     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
28466          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
28467          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
28468          Date: Mon, 23 Nov 1998 10:07:04 +0100
28469          Message-Id: <9811230907.AA06484@AWT.nl>
28470          
28471          NeXTstep NetInfo uses nidump to get the user/group databases.
28472  Branch: cfgperl
28473        ! t/op/grent.t t/op/pwent.t
28474 ____________________________________________________________________________
28475 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
28476     Log: Updated Porting/patchls utility.
28477  Branch: maint-5.004/perl
28478        ! Porting/patchls
28479 ____________________________________________________________________________
28480 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
28481     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
28482          From:  Henrik Tougaard <ht.000@foa.dk>
28483          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
28484          Files:  lib/Sys/Syslog.pm
28485  Branch: maint-5.004/perl
28486        ! lib/Sys/Syslog.pm
28487 ____________________________________________________________________________
28488 [  2286] By: jhi                                   on 1998/11/22  19:08:42
28489     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
28490  Branch: cfgperl
28491        ! ext/Socket/Socket.xs
28492 ____________________________________________________________________________
28493 [  2285] By: jhi                                   on 1998/11/22  18:21:07
28494     Log: MSG_PROXY for GNU/Hurd (previously we believed that
28495          all GNU libc platforms have MSG_PROXY.  Untrue).
28496          In fact this ended up as a major MSG_* and SCM_*
28497          update.  The MSG_XXX known to be enums in some
28498          versions of the glibc are now probed for and respective
28499          HAS_MSG_XXX are defined.  While I was at it I noticed
28500          SCM_RIGHTS being similarly an enum.  This reminded me of
28501          an ancient discussion in perl5-porters:
28502          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
28503          The BSD socket interface has a nifty feature for passing
28504          file descriptors and credentials--via sockets.  It may be
28505          too late to add this functionality to the CORE but
28506          at least Configure now probes for the functions,
28507          structs, and includes, defining the appropriate
28508          HAS_YYY and I_ZZZ, and the Socket extension exports
28509          the constants, in case somebody wants to write an
28510          extension for this interface.
28511  Branch: cfgperl
28512        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28513        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
28514        ! iperlsys.h
28515 ____________________________________________________________________________
28516 [  2284] By: jhi                                   on 1998/11/22  18:13:21
28517     Log: perlhist.pod 1.54, containing 5_53.
28518  Branch: cfgperl
28519        ! pod/perlhist.pod
28520 ____________________________________________________________________________
28521 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
28522     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
28523  Branch: maint-5.004/perl
28524        ! doio.c
28525 ____________________________________________________________________________
28526 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
28527     Log: Improve op/die_exit.t test for implicit close changing $!
28528  Branch: maint-5.004/perl
28529        ! t/op/die_exit.t
28530 ____________________________________________________________________________
28531 [  2268] By: jhi                                   on 1998/11/22  14:44:11
28532     Log: Fix thinko.
28533  Branch: cfgperl
28534        ! hints/dynixptx.sh
28535 ____________________________________________________________________________
28536 [  2267] By: jhi                                   on 1998/11/22  13:19:41
28537     Log: Document the d_socket override.
28538  Branch: cfgperl
28539        ! hints/dynixptx.sh
28540 ____________________________________________________________________________
28541 [  2266] By: jhi                                   on 1998/11/22  12:12:29
28542     Log: From: John Tobey <jtobey@channel1.com>
28543          Subject: [PATCH] perlfaq typos
28544          To: perl5-porters@perl.com
28545          Date: 22 Nov 1998 04:25:15 +0200
28546          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
28547  Branch: cfgperl
28548        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28549        ! pod/perlfaq7.pod pod/perlfaq8.pod
28550 ____________________________________________________________________________
28551 [  2265] By: jhi                                   on 1998/11/22  12:06:29
28552     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
28553          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
28554          Newsgroups: hut.lists.perl5-porters
28555          To: gsar@engin.umich.edu (Gurusamy Sarathy)
28556          Cc: perl5-porters@perl.org (Perl5 Porters)
28557          Date: 20 Nov 1998 12:20:41 +0200
28558  Branch: cfgperl
28559        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28560        ! ext/DB_File/DB_File.xs
28561 ____________________________________________________________________________
28562 [  2264] By: jhi                                   on 1998/11/22  11:55:09
28563     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
28564          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
28565          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
28566          To: perlbug@perl.com
28567          Date: 20 Nov 1998 18:39:06 +0200
28568          Lines: 47
28569          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
28570  Branch: cfgperl
28571        ! t/op/grent.t t/op/pwent.t
28572 ____________________________________________________________________________
28573 [  2263] By: jhi                                   on 1998/11/22  11:42:59
28574     Log: Permission testing is tricky when we have too much power.
28575          Problem reported in
28576          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
28577          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
28578          To: perlbug@perl.com
28579          Date: 20 Nov 1998 18:39:06 +0200
28580          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
28581  Branch: cfgperl
28582        ! t/op/filetest.t
28583 ____________________________________________________________________________
28584 [  2262] By: gsar                                  on 1998/11/22  11:37:02
28585     Log: fix broken CAPI generation
28586  Branch: perl
28587        ! win32/GenCAPI.pl
28588 ____________________________________________________________________________
28589 [  2261] By: jhi                                   on 1998/11/22  11:17:00
28590     Log: -x should be C<-x>, reported by Gerben Wierda.
28591  Branch: cfgperl
28592        ! pod/perlfunc.pod
28593 ____________________________________________________________________________
28594 [  2260] By: gsar                                  on 1998/11/22  11:12:02
28595     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
28596  Branch: perl
28597        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
28598        ! proto.h
28599 ____________________________________________________________________________
28600 [  2259] By: jhi                                   on 1998/11/22  11:06:40
28601     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
28602          Subject: Re: [PATCH] Re: pod2man bug in date generated line
28603          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
28604          Cc: perlbug@perl.com
28605          Date: 20 Nov 1998 21:30:17 +0200
28606          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
28607  Branch: cfgperl
28608        ! pod/pod2man.PL
28609 ____________________________________________________________________________
28610 [  2256] By: jhi                                   on 1998/11/21  10:44:01
28611     Log: From: Thomas Bowditch <bowditch@inmet.com>
28612          Subject: Benchmark.pm suggestion
28613          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
28614          Date: Fri, 20 Nov 1998 17:43:46 -0500
28615          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
28616          
28617          Added timesum().
28618  Branch: cfgperl
28619        ! lib/Benchmark.pm
28620 ____________________________________________________________________________
28621 [  2255] By: gsar                                  on 1998/11/21  08:45:06
28622     Log: another win32 portability fix: make sysread() and syswrite()
28623          work on sockets
28624  Branch: perl
28625        ! pp_sys.c win32/win32.h
28626 ____________________________________________________________________________
28627 [  2254] By: gsar                                  on 1998/11/21  07:49:06
28628     Log: win32_recvfrom() compatibility fix
28629  Branch: perl
28630        ! win32/win32sck.c
28631 ____________________________________________________________________________
28632 [  2253] By: jhi                                   on 1998/11/20  08:22:06
28633     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
28634          To: jhi@iki.fi
28635          Subject: MPE/iX Perl 5.005_02 oops
28636          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
28637          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
28638  Branch: cfgperl
28639        ! ext/DynaLoader/dl_mpeix.xs installperl
28640 ____________________________________________________________________________
28641 [  2252] By: gsar                                  on 1998/11/19  17:38:03
28642     Log: mess_sv tweak for change#2249
28643  Branch: perl
28644        ! util.c
28645 ____________________________________________________________________________
28646 [  2251] By: jhi                                   on 1998/11/18  12:32:19
28647     Log: Display use64bits and usemultiplicity but only if necessary.
28648  Branch: cfgperl
28649        ! myconfig
28650 ____________________________________________________________________________
28651 [  2250] By: jhi                                   on 1998/11/18  12:26:50
28652     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
28653          Subject: pp.c uses 'unsigned Quad_t'
28654          To: perlbug@perl.com 
28655          Date: Sun, 15 Nov 1998 20:57:05 -0300 
28656          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
28657  Branch: cfgperl
28658        ! perl.h pp.c
28659 ____________________________________________________________________________
28660 [  2249] By: gsar                                  on 1998/11/18  05:43:11
28661     Log: use PL_mess_sv only during global destruction (fixes problems with
28662          overlapping invocations of form()/warn()/die()/croak() trampling on
28663          each other's messages)
28664  Branch: perl
28665        ! mg.c util.c
28666 ____________________________________________________________________________
28667 [  2248] By: gsar                                  on 1998/11/18  05:39:36
28668     Log: tweak change#2245 to skip previous message if any
28669  Branch: perl
28670        ! pp_ctl.c t/pragma/warn/pp_ctl
28671 ____________________________________________________________________________
28672 [  2247] By: jhi                                   on 1998/11/17  11:46:56
28673     Log: Integrate from mainperl.
28674  Branch: cfgperl
28675       !> (integrate 26 files)
28676 ____________________________________________________________________________
28677 [  2246] By: gsar                                  on 1998/11/17  09:41:10
28678     Log: allow C<sort $coderef @foo>
28679  Branch: perl
28680        ! op.c t/op/sort.t t/pragma/overload.t
28681 ____________________________________________________________________________
28682 [  2245] By: gsar                                  on 1998/11/17  08:28:26
28683     Log: propagate failures in DESTROY() as (optional) warnings
28684  Branch: perl
28685        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
28686 ____________________________________________________________________________
28687 [  2244] By: gsar                                  on 1998/11/17  07:43:08
28688     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
28689  Branch: perl
28690        ! perl.c thrdvar.h
28691 ____________________________________________________________________________
28692 [  2243] By: gsar                                  on 1998/11/17  07:40:09
28693     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
28694  Branch: perl
28695        ! lib/warning.pm warning.h warning.pl
28696 ____________________________________________________________________________
28697 [  2242] By: gsar                                  on 1998/11/17  06:32:39
28698     Log: fix skipspace() to properly account for newlines in eval''-ed
28699          strings (caused bogus line numbers in diagnostics and debugger)
28700  Branch: perl
28701        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
28702 ____________________________________________________________________________
28703 [  2241] By: gsar                                  on 1998/11/17  03:48:12
28704     Log: s/Perl_utf8skip/PL_utf8skip/g
28705  Branch: perl
28706        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
28707 ____________________________________________________________________________
28708 [  2240] By: gsar                                  on 1998/11/14  06:09:06
28709     Log: rework op/groups.t
28710  Branch: perl
28711        ! t/op/filetest.t t/op/groups.t
28712 ____________________________________________________________________________
28713 [  2235] By: gsar                                  on 1998/11/14  00:17:05
28714     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
28715  Branch: perl
28716        ! op.c
28717 ____________________________________________________________________________
28718 [  2234] By: gsar                                  on 1998/11/14  00:14:02
28719     Log: update Changes
28720  Branch: perl
28721        ! Changes win32/config.bc win32/config.gc win32/config.vc
28722 ____________________________________________________________________________
28723 [  2233] By: gsar                                  on 1998/11/13  09:43:03
28724     Log: doc tweak
28725  Branch: perl
28726        ! README.win32
28727 ____________________________________________________________________________
28728 [  2230] By: jhi                                   on 1998/11/12  17:07:45
28729     Log: Allow hints file override for d_socket
28730          (based on Sequent-induced change #2229).
28731  Branch: cfgperl
28732        ! Configure
28733 ____________________________________________________________________________
28734 [  2229] By: jhi                                   on 1998/11/12  16:32:33
28735     Log: 
28736          From: "Martin J. Bligh" <mbligh@sequent.com>
28737          To: jhi@iki.fi
28738          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
28739          Subject: Re: Making Perl work on DYNIX/ptx
28740          Date: Tue, 10 Nov 1998 16:24:26 -0800
28741          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
28742  Branch: cfgperl
28743        ! hints/dynixptx.sh
28744 ____________________________________________________________________________
28745 [  2228] By: jhi                                   on 1998/11/12  11:40:37
28746     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
28747          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
28748          To: jhi@iki.fi
28749          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
28750          Subject: Re: Making Perl work on DYNIX/ptx
28751          Date: Tue, 10 Nov 1998 18:01:10 -0800
28752  Branch: cfgperl
28753        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
28754 ____________________________________________________________________________
28755 [  2227] By: jhi                                   on 1998/11/12  11:17:42
28756     Log: Integrate from mainperl.
28757  Branch: cfgperl
28758       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
28759       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
28760       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
28761       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
28762       !> win32/win32.c x2p/s2p.PL
28763 ____________________________________________________________________________
28764 [  2226] By: gsar                                  on 1998/11/11  21:05:42
28765     Log: provide -DPERL_POLLUTE
28766  Branch: perl
28767        ! embed.pl embedvar.h
28768 ____________________________________________________________________________
28769 [  2225] By: jhi                                   on 1998/11/09  07:45:12
28770     Log: From: Hans Mulder <hansm@icgroup.nl>
28771          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
28772          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
28773          perl5-porters@perl.org
28774          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
28775          (UNINSTALLED)
28776          Date: Sun,  8 Nov 98 22:20:23 +0100
28777          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
28778  Branch: cfgperl
28779        ! malloc.c perl.h
28780 ____________________________________________________________________________
28781 [  2224] By: gsar                                  on 1998/11/09  03:13:14
28782     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
28783          Christoph <lupe@alanya.m.isar.de>)
28784  Branch: perl
28785        ! lib/Text/Wrap.pm
28786 ____________________________________________________________________________
28787 [  2223] By: gsar                                  on 1998/11/09  02:09:06
28788     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
28789          <lionel.fourquaux@wanadoo.fr>)
28790  Branch: perl
28791        ! x2p/s2p.PL
28792 ____________________________________________________________________________
28793 [  2222] By: gsar                                  on 1998/11/09  01:56:24
28794     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
28795          Date: Wed, 04 Nov 1998 12:19:44 +0000
28796          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
28797          Subject: [PATCH] Re: [5.005_53] read overflow? 
28798          --
28799          Date: Wed, 04 Nov 1998 13:15:18 +0000
28800          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
28801          Subject: [PATCH 5.005_53] perl -V fix
28802  Branch: perl
28803        ! perl.c regexec.c
28804 ____________________________________________________________________________
28805 [  2221] By: gsar                                  on 1998/11/09  01:34:56
28806     Log: From: jan.dubois@ibm.net (Jan Dubois)
28807          Date: Sun, 01 Nov 1998 00:05:01 +0100
28808          Message-ID: <364294bd.18052307@smtp1.ibm.net>
28809          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
28810  Branch: perl
28811        ! Changes win32/makedef.pl
28812 ____________________________________________________________________________
28813 [  2220] By: gsar                                  on 1998/11/08  21:13:07
28814     Log: integrate changes#2120,2168,2218 from maint-5.005;
28815          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
28816          enum; make regen_headers
28817  Branch: perl
28818        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
28819        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
28820 ____________________________________________________________________________
28821 [  2219] By: gsar                                  on 1998/11/08  19:42:57
28822     Log: integrate cfgperl changes into mainline
28823  Branch: perl
28824       +> README.vmesa
28825       !> Configure MANIFEST Porting/Glossary Porting/config.sh
28826       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
28827       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
28828       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
28829       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
28830       !> thread.h vms/subconfigure.com vos/config.h
28831 ____________________________________________________________________________
28832 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
28833     Log: From: Graham Barr <gbarr@ti.com>
28834          Date: Mon, 2 Nov 1998 07:38:52 -0600
28835          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
28836          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
28837  Branch: maint-5.005/perl
28838        ! ext/IPC/SysV/Msg.pm
28839 ____________________________________________________________________________
28840 [  2215] By: gsar                                  on 1998/11/08  02:52:52
28841     Log: set close-on-exec bit on pipe() FDs
28842  Branch: perl
28843        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
28844 ____________________________________________________________________________
28845 [  2214] By: gsar                                  on 1998/11/08  02:27:57
28846     Log: typo in newHVhv()
28847  Branch: perl
28848        ! hv.c
28849 ____________________________________________________________________________
28850 [  2211] By: jhi                                   on 1998/11/07  21:14:18
28851     Log: Finalize the Mach CThreads support.
28852          
28853          From: Hans Mulder <hansm@icgroup.nl>
28854          Date: Sat,  7 Nov 98 22:06:20 +0100
28855          To: Gurusamy Sarathy <gsar@engin.umich.edu>
28856          Cc: jhi@iki.fi, perl5-porters@perl.org
28857          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
28858          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
28859  Branch: cfgperl
28860        ! malloc.c perl.h
28861 ____________________________________________________________________________
28862 [  2210] By: gsar                                  on 1998/11/06  20:36:50
28863     Log: fix AvREALISH bogusness
28864  Branch: perl
28865        ! av.c t/op/array.t
28866 ____________________________________________________________________________
28867 [  2209] By: jhi                                   on 1998/11/06  08:05:31
28868     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
28869          ASSERT() causes problems in {NeXTStep,OpenStep}.
28870          
28871          From: Hans Mulder <hansm@icgroup.nl>
28872          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
28873          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
28874          Date: Fri,  6 Nov 98 01:27:41 +0100
28875          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
28876          
28877          and
28878          
28879          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28880          Subject: Re: ASSERT() in malloc.c
28881          To: jhi@iki.fi
28882          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
28883          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
28884  Branch: cfgperl
28885        ! malloc.c
28886 ____________________________________________________________________________
28887 [  2208] By: jhi                                   on 1998/11/06  07:55:38
28888     Log: Mach CThreads needs #include <mach/cthreads.h>.
28889  Branch: cfgperl
28890        ! perl.h
28891 ____________________________________________________________________________
28892 [  2206] By: jhi                                   on 1998/11/05  14:54:52
28893     Log: PERL_BADLANG wrongly documented.
28894          
28895          From: ts <decoux@moulon.inra.fr>
28896          To: jhi@cc.hut.fi
28897          Subject: Re: Locale warning messages
28898          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
28899          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
28900          
28901          and
28902          
28903          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28904          Subject: Re: PERL_BADLANG
28905          To: jhi@iki.fi
28906          Subject: Re: PERL_BADLANG
28907          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
28908          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
28909  Branch: cfgperl
28910        ! pod/perllocale.pod
28911 ____________________________________________________________________________
28912 [  2205] By: jhi                                   on 1998/11/05  14:24:33
28913     Log: Document all the control flow keywords in perlfunc
28914          so that "perlfunc -f while" works.
28915  Branch: cfgperl
28916        ! pod/perlfunc.pod
28917 ____________________________________________________________________________
28918 [  2204] By: jhi                                   on 1998/11/05  12:46:02
28919     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
28920          (from vos/config.h).  Update Porting/{Glossary,config*}.
28921  Branch: cfgperl
28922        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28923        ! config_h.SH vos/config.h
28924 ____________________________________________________________________________
28925 [  2203] By: jhi                                   on 1998/11/05  08:34:39
28926     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
28927  Branch: cfgperl
28928        ! hints/vmesa.sh vms/subconfigure.com
28929 ____________________________________________________________________________
28930 [  2202] By: jhi                                   on 1998/11/05  08:03:20
28931     Log: Integrate from mainperl.
28932  Branch: cfgperl
28933       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
28934       !> win32/Makefile win32/makefile.mk win32/win32.c
28935 ____________________________________________________________________________
28936 [  2201] By: gsar                                  on 1998/11/05  04:40:44
28937     Log: another POPSTACK victim
28938  Branch: perl
28939        ! cop.h sv.c
28940 ____________________________________________________________________________
28941 [  2196] By: gsar                                  on 1998/11/05  02:07:54
28942     Log: fix a location affected by change#2191, add note about POPSTACK
28943  Branch: perl
28944        ! cop.h gv.c pp_ctl.c
28945 ____________________________________________________________________________
28946 [  2195] By: gsar                                  on 1998/11/05  02:04:45
28947     Log: makefile notes
28948  Branch: perl
28949        ! win32/Makefile win32/makefile.mk
28950 ____________________________________________________________________________
28951 [  2192] By: gsar                                  on 1998/11/04  23:48:53
28952     Log: indeterminate order-of-evaluation fixes
28953  Branch: perl
28954        ! mg.c
28955 ____________________________________________________________________________
28956 [  2191] By: gsar                                  on 1998/11/04  23:02:16
28957     Log: refetch local stack pointer in POPSTACK
28958  Branch: perl
28959        ! cop.h perl.c
28960 ____________________________________________________________________________
28961 [  2190] By: jhi                                   on 1998/11/04  08:50:40
28962     Log: Configure update.
28963          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
28964          
28965          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
28966          To: Martin Bligh <mbligh@sequent.com>
28967          Cc: Jarkko Hietaniemi <jhi@iki.fi>
28968          Subject: Re: Perl 5's configure on DYNIX/ptx
28969          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
28970          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
28971          
28972          find sockets also from libsocket, not just libnet.
28973          OS390: $compile_ok instead of $compile for <inttypes.h>,
28974          
28975          From: pvhp@forte.com (Peter Prymmer)
28976          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
28977          Subject: _53 not OK on os390 but looking better than ever
28978          Date: Tue, 3 Nov 98 17:33:22 PST
28979          Message-Id: <9811040133.AA09450@forte.com>
28980  Branch: cfgperl
28981        ! Configure
28982 ____________________________________________________________________________
28983 [  2189] By: jhi                                   on 1998/11/04  07:43:58
28984     Log: sysio.t failure: fix undefined order of evaluation, from
28985          
28986          From: Spider Boardman <spider@web.zk3.dec.com>
28987          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
28988          To: perlbug@perl.com
28989          Date: 4 Nov 1998 01:22:30 +0200
28990          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
28991  Branch: cfgperl
28992        ! pp_sys.c
28993 ____________________________________________________________________________
28994 [  2188] By: gsar                                  on 1998/11/04  02:59:16
28995     Log: fix return value of win32_pclose()
28996  Branch: perl
28997        ! win32/win32.c
28998 ____________________________________________________________________________
28999 [  2187] By: gsar                                  on 1998/11/04  02:56:34
29000     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
29001  Branch: perl
29002        ! Changes doop.c gv.c util.c
29003 ____________________________________________________________________________
29004 [  2186] By: jhi                                   on 1998/11/03  08:17:52
29005     Log: Document quads in pack.
29006  Branch: cfgperl
29007        ! pod/perlfunc.pod
29008 ____________________________________________________________________________
29009 [  2185] By: jhi                                   on 1998/11/03  07:49:35
29010     Log: (IV) vs (I32) vs I_V()
29011          
29012          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
29013          From: Anton Berezin <tobez@plab.ku.dk> 
29014          To: "p5p" <perl5-porters@perl.org> 
29015          Date: 01 Nov 1998 15:09:11 +0100 
29016          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
29017          
29018          and
29019          
29020          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
29021          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
29022          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
29023  Branch: cfgperl
29024        ! sv.c
29025 ____________________________________________________________________________
29026 [  2184] By: jhi                                   on 1998/11/03  07:42:46
29027     Log: VM/ESA updates.
29028  Branch: cfgperl
29029        + README.vmesa
29030        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
29031 ____________________________________________________________________________
29032 [  2183] By: jhi                                   on 1998/11/02  12:58:13
29033     Log: The id(1)-parsing is real fun.
29034  Branch: cfgperl
29035        ! t/op/groups.t
29036 ____________________________________________________________________________
29037 [  2182] By: jhi                                   on 1998/11/02  12:07:43
29038     Log: Decommission the symlink test.
29039  Branch: cfgperl
29040        ! t/op/lex_assign.t
29041 ____________________________________________________________________________
29042 [  2181] By: jhi                                   on 1998/11/02  12:03:08
29043     Log: Replace ATTR_JOINABLE with true Configure probe
29044          for PTHREAD_CREATE_JOINABLE (or equivalent:
29045          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
29046          Remove ATTR_JOINABLE itself: Thread.xs uses
29047          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
29048          
29049          Really scan for <mach/cthreads.h> only if usethreads.
29050  Branch: cfgperl
29051        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
29052 ____________________________________________________________________________
29053 [  2180] By: jhi                                   on 1998/11/02  11:07:34
29054     Log: In HP-UX 10.X usethreads only if the required files are present.
29055  Branch: cfgperl
29056        ! hints/hpux.sh
29057 ____________________________________________________________________________
29058 [  2179] By: jhi                                   on 1998/11/02  09:10:33
29059     Log: Prefer groups(1).
29060          id -Gn can be broken.
29061          id -a can save the day.
29062  Branch: cfgperl
29063        ! t/op/groups.t
29064 ____________________________________________________________________________
29065 [  2178] By: jhi                                   on 1998/11/02  08:35:29
29066     Log: Detrail enum comma.
29067  Branch: cfgperl
29068        ! perl.h
29069 ____________________________________________________________________________
29070 [  2177] By: jhi                                   on 1998/11/02  08:24:12
29071     Log: 0**0 = 1, from
29072          
29073          From: d-lewart@uiuc.edu (Daniel S. Lewart)
29074          Subject: Math::Complex 0**0 patches
29075          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
29076          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
29077          To: jhi@iki.fi (Jarkko Hietaniemi),
29078          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
29079  Branch: cfgperl
29080        ! lib/Math/Complex.pm t/lib/complex.t
29081 ____________________________________________________________________________
29082 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
29083     Log: From: jan.dubois@ibm.net (Jan Dubois)   
29084          Date: Fri, 09 Oct 1998 23:28:31 +0200
29085          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
29086          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
29087  Branch: maint-5.005/perl
29088        ! XSUB.h
29089 ____________________________________________________________________________
29090 [  2164] By: jhi                                   on 1998/10/31  15:50:02
29091     Log: Integrate from mainperl.
29092  Branch: cfgperl
29093       +> t/op/lex_assign.t
29094       !> (integrate 45 files)
29095
29096 ----------------
29097 Version 5.005_53
29098 ----------------
29099
29100 ____________________________________________________________________________
29101 [  2163] By: gsar                                  on 1998/10/31  11:31:12
29102     Log: bump patchlevel; other minor fixes for clean build and test on
29103          Solaris and win32
29104  Branch: perl
29105        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
29106        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
29107        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
29108        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
29109        ! x2p/a2p.c
29110 ____________________________________________________________________________
29111 [  2162] By: gsar                                  on 1998/10/31  09:40:31
29112     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29113          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
29114          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
29115          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
29116  Branch: perl
29117        ! pp.h
29118 ____________________________________________________________________________
29119 [  2161] By: gsar                                  on 1998/10/31  09:39:13
29120     Log: From: Albert Dvornik <bert@genscan.com>
29121          Date: 30 Oct 1998 17:50:04 -0500
29122          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
29123          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
29124  Branch: perl
29125        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
29126 ____________________________________________________________________________
29127 [  2160] By: gsar                                  on 1998/10/31  09:35:03
29128     Log: fix for bugs in -x mode
29129          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29130          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
29131          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
29132          Subject: [PATCH 5.00552] Fix h2xs
29133  Branch: perl
29134        ! utils/h2xs.PL
29135 ____________________________________________________________________________
29136 [  2159] By: gsar                                  on 1998/10/31  09:31:36
29137     Log: Data::Dumper update
29138  Branch: perl
29139        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
29140        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
29141 ____________________________________________________________________________
29142 [  2153] By: gsar                                  on 1998/10/30  21:40:09
29143     Log: add testsuite portion of patch
29144          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29145          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
29146          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
29147          Subject: [PATCH 5.00321 ;-)] 87% speedup
29148  Branch: perl
29149        + t/op/lex_assign.t
29150        ! MANIFEST
29151 ____________________________________________________________________________
29152 [  2152] By: gsar                                  on 1998/10/30  21:08:11
29153     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
29154  Branch: perl
29155        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
29156 ____________________________________________________________________________
29157 [  2151] By: gsar                                  on 1998/10/30  20:18:09
29158     Log: From: Mark-Jason Dominus <mjd@plover.com>
29159          Date: Fri, 30 Oct 1998 14:24:23 EST
29160          Message-Id: <19981030192423.27276.qmail@plover.com>
29161          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
29162  Branch: perl
29163        ! x2p/walk.c
29164 ____________________________________________________________________________
29165 [  2150] By: gsar                                  on 1998/10/30  20:08:57
29166     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29167          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
29168          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
29169          Subject: [PATCH 5.00552] Overloaded <> and deref again
29170  Branch: perl
29171        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
29172        ! t/pragma/overload.t toke.c
29173 ____________________________________________________________________________
29174 [  2149] By: gsar                                  on 1998/10/30  19:38:15
29175     Log: From: Roderick Schertler <roderick@argon.org>
29176          Date: Thu, 29 Oct 1998 14:50:18 -0500
29177          Message-ID: <17625.909690618@eeyore.ibcinc.com>
29178          Subject: patch for daemonization docs in perlipc
29179  Branch: perl
29180        ! pod/perlipc.pod
29181 ____________________________________________________________________________
29182 [  2148] By: gsar                                  on 1998/10/30  19:36:07
29183     Log: From: Anton Berezin <tobez@plab.ku.dk>
29184          Date: 29 Oct 1998 17:06:25 +0100
29185          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
29186          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
29187  Branch: perl
29188        ! win32/win32.c
29189 ____________________________________________________________________________
29190 [  2147] By: gsar                                  on 1998/10/30  19:31:37
29191     Log: tweaked version of suggested patch
29192          From: Anton Berezin <tobez@plab.ku.dk>
29193          Date: 29 Oct 1998 14:48:54 +0100
29194          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
29195          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
29196  Branch: perl
29197        ! win32/win32.c
29198 ____________________________________________________________________________
29199 [  2146] By: gsar                                  on 1998/10/30  19:03:50
29200     Log: hand-apply whitespace-mutiliated patch
29201          From: "vishal bhatia" <vishalb@hotmail.com>
29202          Date: Wed, 28 Oct 1998 23:45:32 PST
29203          Message-ID: <19981029074534.2334.qmail@hotmail.com>
29204          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
29205  Branch: perl
29206        ! ext/B/B/C.pm ext/B/B/CC.pm
29207 ____________________________________________________________________________
29208 [  2145] By: gsar                                  on 1998/10/30  18:46:58
29209     Log: remaining PL_foo stragglers
29210  Branch: perl
29211        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
29212        ! op.h os2/os2.c vms/gen_shrfls.pl
29213 ____________________________________________________________________________
29214 [  2144] By: gsar                                  on 1998/10/30  17:38:36
29215     Log: integrate cfgperl tweaks into mainline
29216  Branch: perl
29217       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
29218       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
29219 ____________________________________________________________________________
29220 [  2143] By: jhi                                   on 1998/10/30  13:27:39
29221     Log: There can be multiple yacc/bison errors.
29222  Branch: cfgperl
29223        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
29224 ____________________________________________________________________________
29225 [  2142] By: jhi                                   on 1998/10/30  13:18:43
29226     Log: README.posix-bc update.
29227  Branch: cfgperl
29228        ! README.posix-bc
29229 ____________________________________________________________________________
29230 [  2141] By: jhi                                   on 1998/10/30  09:12:59
29231     Log: #2133 fallout.
29232  Branch: cfgperl
29233        ! doio.c ext/POSIX/POSIX.xs
29234 ____________________________________________________________________________
29235 [  2140] By: jhi                                   on 1998/10/30  08:43:18
29236     Log: Integrate from mainperl.
29237  Branch: cfgperl
29238       +> globvar.sym pp.sym
29239        - objpp.h thread.sym
29240       !> (integrate 61 files)
29241 ____________________________________________________________________________
29242 [  2133] By: gsar                                  on 1998/10/30  02:51:39
29243     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
29244          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
29245          should soon be automated also; the global variables that
29246          escaped the PL_foo conversion are now reined in; renamed
29247          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
29248          type of same name; duplicated lists of pp_things in various
29249          places is now gone; result has only been tested on win32
29250  Branch: perl
29251        + globvar.sym pp.sym
29252        - objpp.h thread.sym
29253        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
29254        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
29255        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
29256        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
29257        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
29258        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
29259        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
29260        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
29261        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
29262        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29263        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
29264 ____________________________________________________________________________
29265 [  2130] By: jhi                                   on 1998/10/29  15:31:26
29266     Log: Pure bison yylex() proto was broken.
29267  Branch: cfgperl
29268        ! proto.h
29269 ____________________________________________________________________________
29270 [  2126] By: jhi                                   on 1998/10/29  08:35:54
29271     Log: Integrate mainperl.
29272  Branch: cfgperl
29273       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
29274       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
29275       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
29276       !> t/pragma/warn/doio toke.c win32/makefile.mk
29277 ____________________________________________________________________________
29278 [  2125] By: jhi                                   on 1998/10/29  08:32:38
29279     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
29280  Branch: cfgperl
29281        ! Makefile.SH
29282 ____________________________________________________________________________
29283 [  2124] By: jhi                                   on 1998/10/29  08:06:44
29284     Log: EBCDIC Makefile.SH tuneup.
29285  Branch: cfgperl
29286        ! Makefile.SH
29287 ____________________________________________________________________________
29288 [  2119] By: gsar                                  on 1998/10/28  23:24:04
29289     Log: remove doubled hunk from integration
29290  Branch: perl
29291        ! pp.c
29292 ____________________________________________________________________________
29293 [  2118] By: gsar                                  on 1998/10/28  22:03:31
29294     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29295          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
29296          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
29297          Subject: [PATCH 5.00552] Minor debugger tweaks
29298  Branch: perl
29299        ! lib/perl5db.pl
29300 ____________________________________________________________________________
29301 [  2117] By: gsar                                  on 1998/10/28  22:02:30
29302     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29303          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
29304          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
29305          Subject: [PATCH 5.00552] Make sort respect overloading
29306  Branch: perl
29307        ! pp_ctl.c proto.h t/pragma/overload.t
29308 ____________________________________________________________________________
29309 [  2116] By: gsar                                  on 1998/10/28  21:51:11
29310     Log: MM patches from Ilya Zakharevich
29311          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
29312          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
29313          Subject: [PATCH 5.00552] Make MakeMaker more verbose
29314          --
29315          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
29316          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
29317          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
29318  Branch: perl
29319        ! lib/ExtUtils/MakeMaker.pm
29320 ____________________________________________________________________________
29321 [  2115] By: gsar                                  on 1998/10/28  21:46:19
29322     Log: add explicit references to perl source path in ld2 and gcc2
29323  Branch: perl
29324        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
29325 ____________________________________________________________________________
29326 [  2114] By: gsar                                  on 1998/10/28  21:39:56
29327     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
29328          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
29329          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
29330          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
29331  Branch: perl
29332        ! INSTALL
29333 ____________________________________________________________________________
29334 [  2113] By: gsar                                  on 1998/10/28  21:21:16
29335     Log: integrate cfgperl into mainline
29336  Branch: perl
29337       +> t/op/filetest.t
29338       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
29339       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
29340       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
29341       !> thread.h toke.c vmesa/Makefile
29342 ____________________________________________________________________________
29343 [  2112] By: gsar                                  on 1998/10/28  21:14:18
29344     Log: minor cleanup
29345  Branch: perl
29346        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
29347 ____________________________________________________________________________
29348 [  2111] By: gsar                                  on 1998/10/28  18:52:10
29349     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
29350  Branch: perl
29351        ! toke.c
29352 ____________________________________________________________________________
29353 [  2110] By: jhi                                   on 1998/10/28  15:07:54
29354     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
29355  Branch: cfgperl
29356        ! Makefile.SH
29357 ____________________________________________________________________________
29358 [  2109] By: jhi                                   on 1998/10/28  13:39:54
29359     Log: a2p.y needs to generate also y.tab.h.
29360  Branch: cfgperl
29361        ! Makefile.SH
29362 ____________________________________________________________________________
29363 [  2108] By: jhi                                   on 1998/10/28  10:33:36
29364     Log: The "parse error" must be converted to "syntax error",
29365          just matching it aint' enough.
29366  Branch: cfgperl
29367        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
29368        ! t/pragma/warning.t
29369 ____________________________________________________________________________
29370 [  2107] By: jhi                                   on 1998/10/28  10:23:05
29371     Log: Regen sig_n{ame,umber}* if slightest doubt.
29372  Branch: cfgperl
29373        ! Configure
29374 ____________________________________________________________________________
29375 [  2106] By: jhi                                   on 1998/10/28  08:44:49
29376     Log: Bison says 'parse error', not 'parser error'.
29377  Branch: cfgperl
29378        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
29379        ! t/pragma/warning.t
29380 ____________________________________________________________________________
29381 [  2105] By: jhi                                   on 1998/10/28  08:42:09
29382     Log: yylex() parametrization.
29383  Branch: cfgperl
29384        ! proto.h toke.c
29385 ____________________________________________________________________________
29386 [  2104] By: jhi                                   on 1998/10/28  08:25:09
29387     Log: Bring in #2102.
29388  Branch: cfgperl
29389        ! pp.c
29390 ____________________________________________________________________________
29391 [  2103] By: jhi                                   on 1998/10/28  08:22:04
29392     Log: From: Dominic Dunlop <domo@vo.lu>
29393          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
29394          Date: 27 Oct 1998 20:47:25 +0200
29395          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
29396  Branch: cfgperl
29397        ! t/op/groups.t
29398 ____________________________________________________________________________
29399 [  2102] By: larry                                 on 1998/10/27  18:58:55
29400     Log: utf8 change to quotemeta broke EBCDIC
29401  Branch: perl
29402        ! pp.c
29403 ____________________________________________________________________________
29404 [  2101] By: jhi                                   on 1998/10/27  12:55:34
29405     Log: $Config{sig_num_init}.
29406          Also, a new approach to the 'pthreads-created-joinable': drop
29407          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
29408          directly. (See also #2096).
29409  Branch: cfgperl
29410        ! Configure config_h.SH
29411 ____________________________________________________________________________
29412 [  2100] By: jhi                                   on 1998/10/27  10:48:55
29413     Log: Regenerated perly_c.diff.
29414  Branch: cfgperl
29415        ! perly_c.diff
29416 ____________________________________________________________________________
29417 [  2099] By: jhi                                   on 1998/10/27  08:42:25
29418     Log: First the mangler was Netscape, then it was me.
29419  Branch: cfgperl
29420        ! vmesa/Makefile
29421 ____________________________________________________________________________
29422 [  2098] By: jhi                                   on 1998/10/27  08:34:40
29423     Log: `id -Gn` might be available where `groups` is not.
29424  Branch: cfgperl
29425        ! t/op/groups.t
29426 ____________________________________________________________________________
29427 [  2097] By: jhi                                   on 1998/10/27  08:05:17
29428     Log: Netscape had mangled the tabs.
29429  Branch: cfgperl
29430        ! vmesa/Makefile
29431 ____________________________________________________________________________
29432 [  2096] By: jhi                                   on 1998/10/27  08:03:05
29433     Log: ATTR_JOINABLE logic, based on (private email)
29434          
29435          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
29436          Subject: Some little diffs
29437          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
29438          Date: Tue, 27 Oct 1998 13:44:42 +1300
29439  Branch: cfgperl
29440        ! thread.h
29441 ____________________________________________________________________________
29442 [  2095] By: jhi                                   on 1998/10/27  07:56:57
29443     Log: Mach cthreads support based on:
29444          
29445          From: brie@corp.home.net (Brian Harrison)
29446          Subject: perl5.005_02 patch for mthreads
29447          To: perl5-porters@perl.org
29448          Date: 24 Oct 1998 01:01:55 +0300
29449          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
29450          
29451          Pthread yield probe (dejavu)
29452          Cosmetic nanochange for the union semun output.
29453          Better inttypes.h probe.
29454          Undo the 'void *' $selecttype probe from #1971 because
29455          it breaks the $selectminbits test.
29456  Branch: cfgperl
29457        ! Configure config_h.SH perl.h thread.h
29458 ____________________________________________________________________________
29459 [  2094] By: jhi                                   on 1998/10/26  13:02:07
29460     Log: Also posix-bc wants to reyacc.
29461  Branch: cfgperl
29462        ! Makefile.SH
29463 ____________________________________________________________________________
29464 [  2093] By: jhi                                   on 1998/10/26  10:17:21
29465     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
29466          5_02 and really breaking things in non-ASCII worlds.
29467  Branch: cfgperl
29468        ! pp.c
29469 ____________________________________________________________________________
29470 [  2092] By: jhi                                   on 1998/10/26  09:08:00
29471     Log: More robustness.
29472  Branch: cfgperl
29473        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
29474        ! t/pragma/warning.t
29475 ____________________________________________________________________________
29476 [  2091] By: jhi                                   on 1998/10/26  08:47:32
29477     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
29478          Bison really wants YYLEX_PARAM.
29479  Branch: cfgperl
29480        ! perly.y proto.h toke.c
29481 ____________________________________________________________________________
29482 [  2090] By: jhi                                   on 1998/10/26  08:21:25
29483     Log: s/YYLEX_PARAM/YYLEXPARAM/
29484  Branch: cfgperl
29485        ! perly.y
29486 ____________________________________________________________________________
29487 [  2089] By: jhi                                   on 1998/10/26  08:17:33
29488     Log: Indicate skipped subtests.
29489  Branch: cfgperl
29490        ! t/io/pipe.t
29491 ____________________________________________________________________________
29492 [  2088] By: jhi                                   on 1998/10/26  08:11:36
29493     Log: Integrate from mainperl.
29494  Branch: cfgperl
29495       !> (integrate 54 files)
29496 ____________________________________________________________________________
29497 [  2087] By: jhi                                   on 1998/10/26  08:08:02
29498     Log: Add test for filetests.
29499  Branch: cfgperl
29500        + t/op/filetest.t
29501        ! MANIFEST
29502 ____________________________________________________________________________
29503 [  2086] By: gsar                                  on 1998/10/26  02:44:44
29504     Log: various win32 tweaks; disable new xs_cpp section (it creates
29505          ambiguous inference graph for %.xs --> %.o)
29506  Branch: perl
29507        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
29508        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
29509        ! win32/config.gc win32/config_H.gc win32/makedef.pl
29510        ! win32/makefile.mk win32/win32.h
29511 ____________________________________________________________________________
29512 [  2085] By: gsar                                  on 1998/10/26  00:50:02
29513     Log: sanity-check $Config{drand01} in rand.t
29514  Branch: perl
29515        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
29516        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29517 ____________________________________________________________________________
29518 [  2078] By: gsar                                  on 1998/10/25  10:22:04
29519     Log: update win32/config*.?c
29520  Branch: perl
29521        ! Changes win32/config.bc win32/config.gc win32/config.vc
29522        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29523 ____________________________________________________________________________
29524 [  2077] By: gsar                                  on 1998/10/25  08:39:25
29525     Log: From: Graham Barr <gbarr@pobox.com>
29526          Date: Sat, 24 Oct 1998 21:45:50 -0500
29527          Message-ID: <19981024214550.C508@pobox.com>
29528          Subject: Re: die with a reference  should use overload "" operator
29529  Branch: perl
29530        ! pp_ctl.c
29531 ____________________________________________________________________________
29532 [  2076] By: gsar                                  on 1998/10/25  08:37:49
29533     Log: From: Graham Barr <gbarr@pobox.com>
29534          Date: Sat, 24 Oct 1998 12:45:21 -0500
29535          Message-ID: <19981024124521.C512@pobox.com>
29536          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
29537  Branch: perl
29538        ! sv.c
29539 ____________________________________________________________________________
29540 [  2075] By: gsar                                  on 1998/10/25  08:24:09
29541     Log: fix C<print $n += 5;> etc.
29542  Branch: perl
29543        ! toke.c
29544 ____________________________________________________________________________
29545 [  2074] By: gsar                                  on 1998/10/25  08:12:28
29546     Log: list builtins with portability caveats
29547          From: Jarkko Hietaniemi <jhi@iki.fi>
29548          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
29549          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
29550          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
29551  Branch: perl
29552        ! pod/perlfunc.pod
29553 ____________________________________________________________________________
29554 [  2073] By: gsar                                  on 1998/10/25  07:55:43
29555     Log: fix stack overrun in file test operators
29556  Branch: perl
29557        ! pp_sys.c
29558 ____________________________________________________________________________
29559 [  2072] By: gsar                                  on 1998/10/25  07:29:45
29560     Log: implement C<goto &func> and other fixes (via private mail)
29561          From:    "vishal bhatia" <vishalb@hotmail.com>
29562          Date:    Wed, 21 Oct 1998 22:59:03 PDT
29563          Message-Id: <19981022055904.20083.qmail@hotmail.com>
29564          Subject: [PATCH 5.005_52] More fixes for B
29565  Branch: perl
29566        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
29567 ____________________________________________________________________________
29568 [  2071] By: gsar                                  on 1998/10/25  07:14:41
29569     Log: From: Graham Barr <gbarr@pobox.com>
29570          Date: Sat, 17 Oct 1998 20:42:41 -0500
29571          Message-ID: <19981017204241.G510@pobox.com>
29572          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
29573  Branch: perl
29574        ! pp_ctl.c
29575 ____________________________________________________________________________
29576 [  2070] By: gsar                                  on 1998/10/25  07:07:29
29577     Log: avoid bogus line number in XSUB redefined warnings
29578  Branch: perl
29579        ! op.c
29580 ____________________________________________________________________________
29581 [  2069] By: gsar                                  on 1998/10/25  06:59:03
29582     Log: From: Martijn Koster <mak@excitecorp.com>
29583          Date: Wed, 21 Oct 1998 13:12:03 +0100
29584          Message-ID: <19981021131203.A15661@excitecorp.com>
29585          Subject: File::Path::mkpath reports the wrong error
29586  Branch: perl
29587        ! lib/File/Path.pm
29588 ____________________________________________________________________________
29589 [  2068] By: gsar                                  on 1998/10/25  06:54:43
29590     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
29591          Date: Tue, 20 Oct 1998 20:52:20 -0500
29592          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
29593          Subject: Exporter.pm's export_to_level() argument handling buggy
29594  Branch: perl
29595        ! lib/Exporter.pm
29596 ____________________________________________________________________________
29597 [  2067] By: gsar                                  on 1998/10/25  06:50:19
29598     Log: From: jan.dubois@ibm.net (Jan Dubois)
29599          Date: Wed, 21 Oct 1998 00:55:51 +0200
29600          Message-ID: <36380269.55370608@smtp1.ibm.net>
29601          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
29602  Branch: perl
29603        ! ext/DynaLoader/DynaLoader_pm.PL
29604 ____________________________________________________________________________
29605 [  2066] By: gsar                                  on 1998/10/25  06:48:19
29606     Log: recognize '%' as a shell metachar for win32
29607          From: jan.dubois@ibm.net (Jan Dubois)
29608          Date: Tue, 20 Oct 1998 21:57:35 +0200
29609          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
29610          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
29611  Branch: perl
29612        ! win32/win32.c
29613 ____________________________________________________________________________
29614 [  2065] By: gsar                                  on 1998/10/25  06:46:30
29615     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
29616  Branch: perl
29617        ! sv.c
29618 ____________________________________________________________________________
29619 [  2064] By: gsar                                  on 1998/10/25  06:45:09
29620     Log: From: Gisle Aas <gisle@aas.no>
29621          Date: 20 Oct 1998 14:24:44 +0200
29622          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
29623          Subject: ord() and unpack("U*",...) should not be negative
29624  Branch: perl
29625        ! pp.c
29626 ____________________________________________________________________________
29627 [  2063] By: gsar                                  on 1998/10/25  06:42:29
29628     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29629          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
29630          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
29631          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
29632  Branch: perl
29633        ! os2/os2.c
29634 ____________________________________________________________________________
29635 [  2062] By: gsar                                  on 1998/10/25  06:41:26
29636     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29637          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
29638          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
29639          Subject: [PATCH 5.005_*] Speed up aassign
29640  Branch: perl
29641        ! pp_hot.c
29642 ____________________________________________________________________________
29643 [  2061] By: gsar                                  on 1998/10/25  06:39:04
29644     Log: From: Graham Barr <gbarr@pobox.com>
29645          Date: Sat, 17 Oct 1998 22:22:02 -0500
29646          Message-ID: <19981017222202.J510@pobox.com>
29647          Subject: Re: '*' prototype does not allow bareword with strict
29648  Branch: perl
29649        ! toke.c
29650 ____________________________________________________________________________
29651 [  2060] By: gsar                                  on 1998/10/25  06:37:34
29652     Log: handle '::' in section names properly
29653          From: Graham Barr <gbarr@pobox.com>
29654          Date: Sat, 17 Oct 1998 12:57:54 -0500
29655          Message-ID: <19981017125754.C510@pobox.com>
29656          Subject: Re: pod2html
29657  Branch: perl
29658        ! lib/Pod/Html.pm
29659 ____________________________________________________________________________
29660 [  2059] By: gsar                                  on 1998/10/25  06:33:43
29661     Log: integrate changes#1982,2014,2021 (from maint-5.005)
29662  Branch: perl
29663       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
29664       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
29665 ____________________________________________________________________________
29666 [  2058] By: gsar                                  on 1998/10/25  05:44:17
29667     Log: allow more win32 symbol exports (suggested by Jan Dubois)
29668  Branch: perl
29669        ! win32/makedef.pl
29670 ____________________________________________________________________________
29671 [  2057] By: gsar                                  on 1998/10/25  05:40:40
29672     Log: integrate change#2053 from maint-5.005
29673  Branch: perl
29674       !> cop.h t/cmd/while.t
29675 ____________________________________________________________________________
29676 [  2056] By: gsar                                  on 1998/10/25  05:16:41
29677     Log: commented version of a patch suggested by Drago Goricanec
29678          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29679          Date: 16 Oct 1998 15:24:45 +0300
29680          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
29681          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
29682  Branch: perl
29683        ! pp_sys.c
29684 ____________________________________________________________________________
29685 [  2055] By: gsar                                  on 1998/10/25  05:11:03
29686     Log: include eof() in description of buffering caveats
29687          From: Anton Berezin <tobez@plab.ku.dk>
29688          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
29689          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
29690          Subject: [DOCPATCH] pod/perlfunc.pod
29691  Branch: perl
29692        ! pod/perlfunc.pod
29693 ____________________________________________________________________________
29694 [  2054] By: gsar                                  on 1998/10/25  05:07:42
29695     Log: disallow 'x' in hex numbers (except leading '0x')
29696          From: Gisle Aas <gisle@aas.no>
29697          Date: 16 Oct 1998 16:33:12 +0200
29698          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
29699          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
29700  Branch: perl
29701        ! perlvars.h t/op/oct.t util.c
29702 ____________________________________________________________________________
29703 [  2052] By: gsar                                  on 1998/10/25  04:49:04
29704     Log: avoid the circular refcnt logic in magic_mutexfree()
29705  Branch: perl
29706        ! mg.c pp.c pp_hot.c
29707 ____________________________________________________________________________
29708 [  2051] By: gsar                                  on 1998/10/25  04:35:07
29709     Log: properly restore PL_rsfp_filters after require
29710  Branch: perl
29711        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
29712        ! scope.h
29713 ____________________________________________________________________________
29714 [  2050] By: gsar                                  on 1998/10/25  02:42:32
29715     Log: integrate cfgperl changes back into mainline
29716  Branch: perl
29717       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
29718       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
29719       !> (integrate 33 files)
29720 ____________________________________________________________________________
29721 [  2049] By: gsar                                  on 1998/10/25  01:30:48
29722     Log: avoid "mysterious" compile-time failures without messages
29723  Branch: perl
29724        ! gv.c
29725 ____________________________________________________________________________
29726 [  2041] By: gsar                                  on 1998/10/23  21:11:56
29727     Log: checkin jpl under //depot/perlext/jpl/...
29728  Branch: perlext
29729        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
29730        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
29731        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
29732        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
29733        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
29734        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
29735        + jpl/PerlInterpreter/Makefile.PL
29736        + jpl/PerlInterpreter/PerlInterpreter.c
29737        + jpl/PerlInterpreter/PerlInterpreter.h
29738        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
29739        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
29740        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
29741        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
29742        + jpl/get_jdk/jdk_hosts jpl/install-jpl
29743 ____________________________________________________________________________
29744 [  2040] By: larry                                 on 1998/10/23  19:31:42
29745     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
29746  Branch: perl
29747        ! pp.c
29748 ____________________________________________________________________________
29749 [  2039] By: larry                                 on 1998/10/23  18:48:34
29750     Log: tr///d does not seem to work
29751  Branch: perl
29752        ! lib/utf8_heavy.pl
29753 ____________________________________________________________________________
29754 [  2038] By: larry                                 on 1998/10/23  18:00:41
29755     Log: Program with utf8 identifiers fails to compile
29756  Branch: perl
29757        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
29758 ____________________________________________________________________________
29759 [  2037] By: jhi                                   on 1998/10/23  14:04:51
29760     Log: Test suite portability:
29761          - posix-bc does not write to broken pipes
29762          - filehand #11 only iff we have fork
29763          - warning.t can now match $expected using regular expressions
29764  Branch: cfgperl
29765        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
29766        ! t/pragma/warning.t
29767 ____________________________________________________________________________
29768 [  2036] By: jhi                                   on 1998/10/23  12:12:07
29769     Log: yacc clarification.
29770  Branch: cfgperl
29771        ! README.posix-bc
29772 ____________________________________________________________________________
29773 [  2035] By: jhi                                   on 1998/10/23  12:09:59
29774     Log: Some C compilers get upset about 8-bit characters in /* comments. */
29775  Branch: cfgperl
29776        ! mg.c
29777 ____________________________________________________________________________
29778 [  2034] By: jhi                                   on 1998/10/22  09:11:52
29779     Log: Configure update: both for pthread_yield more robust
29780          testing (all variants of pthread_attr_getdetachstate()) --
29781          and because Configure was broken in major way! About 1000
29782          last lines were truncated.
29783  Branch: cfgperl
29784        ! Configure
29785 ____________________________________________________________________________
29786 [  2033] By: jhi                                   on 1998/10/22  07:47:10
29787     Log: DJGPP feedback for #2028.
29788  Branch: cfgperl
29789        ! thread.h
29790 ____________________________________________________________________________
29791 [  2032] By: jhi                                   on 1998/10/21  13:03:57
29792     Log: yielding, the saga continues.
29793  Branch: cfgperl
29794        ! Configure config_h.SH
29795       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
29796       !> t/op/goto.t t/pragma/constant.t
29797 ____________________________________________________________________________
29798 [  2031] By: jhi                                   on 1998/10/21  09:15:42
29799     Log: VM/ESA feedback for #2028.
29800  Branch: cfgperl
29801        ! Configure config_h.SH thread.h
29802 ____________________________________________________________________________
29803 [  2030] By: gsar                                  on 1998/10/21  04:22:53
29804     Log: fix handling of mayhaps-extended @_ in goto &sub
29805  Branch: perl
29806        ! av.c pp_ctl.c t/op/goto.t
29807 ____________________________________________________________________________
29808 [  2029] By: gsar                                  on 1998/10/21  00:54:14
29809     Log: restore sanity to "constant" references
29810  Branch: perl
29811        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
29812 ____________________________________________________________________________
29813 [  2028] By: jhi                                   on 1998/10/20  15:01:20
29814     Log: OLD_PTHREADS_API reorganizing.
29815  Branch: cfgperl
29816        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
29817        ! vmesa/vmesaish.h
29818 ____________________________________________________________________________
29819 [  2027] By: jhi                                   on 1998/10/20  14:14:51
29820     Log: #2026 fallout.
29821  Branch: cfgperl
29822        ! Makefile.SH
29823 ____________________________________________________________________________
29824 [  2026] By: jhi                                   on 1998/10/20  11:47:21
29825     Log: VM/ESA update.
29826  Branch: cfgperl
29827        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
29828 ____________________________________________________________________________
29829 [  2025] By: jhi                                   on 1998/10/20  08:20:56
29830     Log: 64-bitness, based on
29831          
29832          From: Scott Henry <scotth@sgi.com>
29833          To: perl-64bit@perl.org
29834          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
29835          Subject: Re: Configure problems/questions...
29836          Date: 19 Oct 1998 22:38:06 -0700
29837  Branch: cfgperl
29838        ! hints/irix_6.sh perl.h
29839 ____________________________________________________________________________
29840 [  2024] By: jhi                                   on 1998/10/20  08:09:07
29841     Log: Add lseeksize.
29842  Branch: cfgperl
29843        ! config_h.SH
29844 ____________________________________________________________________________
29845 [  2023] By: jhi                                   on 1998/10/20  08:08:33
29846     Log: Mumble about _yields() only when threaded.
29847  Branch: cfgperl
29848        ! Configure
29849 ____________________________________________________________________________
29850 [  2022] By: jhi                                   on 1998/10/20  07:46:26
29851     Log: Thinko at PTHREADS_CREATED_JOINABLE.
29852  Branch: cfgperl
29853        ! thread.h
29854 ____________________________________________________________________________
29855 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
29856     Log: From: Chip Salzenberg <chip@perlsupport.com>
29857          Date: Tue, 6 Oct 1998 13:33:05 -0400
29858          Message-ID: <19981006133305.A2348@perlsupport.com>
29859          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
29860  Branch: maint-5.005/perl
29861        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
29862        ! t/op/tie.t
29863 ____________________________________________________________________________
29864 [  2020] By: jhi                                   on 1998/10/19  09:15:53
29865     Log: YIELD more robustly.
29866  Branch: cfgperl
29867        ! thread.h
29868 ____________________________________________________________________________
29869 [  2019] By: jhi                                   on 1998/10/19  08:48:33
29870     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
29871          the 'new' one (just like DJGPP, it seems).
29872  Branch: cfgperl
29873        ! thread.h
29874 ____________________________________________________________________________
29875 [  2018] By: jhi                                   on 1998/10/19  07:02:44
29876     Log: vmesaish.h doesn't exclude unixish.h.
29877  Branch: cfgperl
29878        ! perl.h
29879 ____________________________________________________________________________
29880 [  2017] By: jhi                                   on 1998/10/19  06:44:19
29881     Log: 1<<$randbits is not good for randbits=48.
29882  Branch: cfgperl
29883        ! t/op/rand.t
29884 ____________________________________________________________________________
29885 [  2016] By: jhi                                   on 1998/10/19  06:39:47
29886     Log: Make #2012 glob pattern more portable.
29887  Branch: cfgperl
29888        ! Makefile.SH
29889 ____________________________________________________________________________
29890 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
29891     Log: Fix POSIX::sigprocmask not to check type of $old parameter
29892          as it is output only
29893  Branch: maint-5.005/perl
29894        ! ext/POSIX/POSIX.xs
29895 ____________________________________________________________________________
29896 [  2012] By: jhi                                   on 1998/10/17  15:04:23
29897     Log: clean numbered core dumps and t/tmp[0-9]*.
29898  Branch: cfgperl
29899        ! Makefile.SH
29900 ____________________________________________________________________________
29901 [  2011] By: jhi                                   on 1998/10/17  14:59:15
29902     Log: More robust yacc/bison failure output handling.
29903  Branch: cfgperl
29904        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
29905 ____________________________________________________________________________
29906 [  2010] By: jhi                                   on 1998/10/17  14:51:05
29907     Log: BC2000 POSIX update.
29908  Branch: cfgperl
29909        ! MANIFEST
29910 ____________________________________________________________________________
29911 [  2009] By: jhi                                   on 1998/10/17  14:49:46
29912     Log: POSIX BC2000 port from perl-mvs:
29913          
29914          Subject: Ported perl 5.005.02 to BS2000 / POSIX
29915          From: Dorner Thomas <Thomas.Dorner@start.de> 
29916          Date: Tue, 29 Sep 1998 13:29:36 +0100 
29917          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
29918  Branch: cfgperl
29919        + README.posix-bc hints/posix-bc.sh
29920        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
29921        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
29922        ! unixish.h
29923 ____________________________________________________________________________
29924 [  2008] By: jhi                                   on 1998/10/17  14:07:49
29925     Log: VM/ESA-update.
29926  Branch: cfgperl
29927        ! MANIFEST
29928 ____________________________________________________________________________
29929 [  2007] By: jhi                                   on 1998/10/17  13:55:34
29930     Log: Forgot few S_I* imports.
29931  Branch: cfgperl
29932        ! t/lib/ipc_sysv.t
29933 ____________________________________________________________________________
29934 [  2006] By: jhi                                   on 1998/10/17  13:43:54
29935     Log: The VM/ESA port essentials, based on
29936          
29937          perl-mvs:
29938          
29939          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
29940          Subject: Re: Can't find Data/Dumper.pm
29941          Date: Mon, 28 Sep 1998 07:40:49 +1300
29942          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
29943          
29944          private email:
29945          
29946          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
29947          Subject: Re: Perl thread problems in VM/ESA
29948          Date: Thu, 15 Oct 1998 07:18:35 +1300
29949          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
29950          
29951          and private email:
29952          
29953          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
29954          Subject:  perl archive
29955          Date:  Sun, 11 Oct 1998 19:28:54 EDT
29956          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
29957          which gave a pointer to
29958          
29959          http://pucc.princeton.edu/~neale/perl.tar
29960          
29961          (based on Perl 5.005_51)
29962  Branch: cfgperl
29963        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
29964        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
29965        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
29966        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
29967 ____________________________________________________________________________
29968 [  2005] By: jhi                                   on 1998/10/17  13:17:19
29969     Log: Integrate mainperl.
29970  Branch: cfgperl
29971       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
29972       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
29973       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
29974       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
29975       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
29976       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
29977       !> win32/makefile.mk
29978 ____________________________________________________________________________
29979 [  2004] By: jhi                                   on 1998/10/17  11:19:06
29980     Log: Removed an extra ' from the int64_t test.
29981  Branch: cfgperl
29982        ! Configure
29983 ____________________________________________________________________________
29984 [  2003] By: gsar                                  on 1998/10/17  04:11:40
29985     Log: silence -w noises (suggested by Greg Bacon)
29986  Branch: perl
29987        ! lib/Term/Complete.pm
29988 ____________________________________________________________________________
29989 [  2002] By: gsar                                  on 1998/10/17  04:07:48
29990     Log: From: Gisle Aas <gisle@aas.no>
29991          Date: 14 Oct 1998 15:53:14 +0200
29992          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
29993          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
29994  Branch: perl
29995        ! util.c
29996 ____________________________________________________________________________
29997 [  2001] By: gsar                                  on 1998/10/17  04:06:10
29998     Log: From: Gisle Aas <gisle@aas.no>
29999          Date: 14 Oct 1998 15:17:44 +0200
30000          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
30001          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
30002  Branch: perl
30003        ! toke.c
30004 ____________________________________________________________________________
30005 [  2000] By: gsar                                  on 1998/10/17  03:06:33
30006     Log: From: Gisle Aas <gisle@aas.no>
30007          Date: 14 Oct 1998 00:38:06 +0200
30008          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
30009          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
30010  Branch: perl
30011        ! sv.c
30012 ____________________________________________________________________________
30013 [  1999] By: gsar                                  on 1998/10/17  03:04:48
30014     Log: From: Dan Sugalski <sugalskd@osshe.edu>
30015          Date: Tue, 13 Oct 1998 15:10:57 -0700
30016          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
30017          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
30018  Branch: perl
30019        ! vms/ext/Stdio/Stdio.pm
30020 ____________________________________________________________________________
30021 [  1998] By: gsar                                  on 1998/10/17  03:00:40
30022     Log: skip readonly vars and unref references when doing a reset()
30023  Branch: perl
30024        ! sv.c
30025 ____________________________________________________________________________
30026 [  1997] By: gsar                                  on 1998/10/17  02:49:19
30027     Log: fix buggy treatment of large checksums on unicode strings
30028          From: Gisle Aas <gisle@aas.no>
30029          Date: 13 Oct 1998 21:35:39 +0200
30030          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
30031          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
30032  Branch: perl
30033        ! pp.c
30034 ____________________________________________________________________________
30035 [  1996] By: gsar                                  on 1998/10/17  02:43:22
30036     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30037          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
30038          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
30039          Subject: [PATCH 5.005_52] Memory overrun in os2.c
30040  Branch: perl
30041        ! os2/Makefile.SHs os2/os2.c
30042 ____________________________________________________________________________
30043 [  1995] By: gsar                                  on 1998/10/17  02:42:01
30044     Log: clarify section name rules for typemaps
30045  Branch: perl
30046        ! pod/perlxs.pod
30047 ____________________________________________________________________________
30048 [  1994] By: gsar                                  on 1998/10/17  02:33:02
30049     Log: whitespace-proof grent.t
30050  Branch: perl
30051        ! t/op/grent.t
30052 ____________________________________________________________________________
30053 [  1993] By: gsar                                  on 1998/10/17  02:27:29
30054     Log: fix bug in B::CC::pp_sassign()
30055          From: "vishal bhatia" <vishalb@hotmail.com>
30056          Date: Sun, 11 Oct 1998 18:41:38 PDT
30057          Message-ID: <19981012014139.19614.qmail@hotmail.com>
30058          Subject: B::CC problems with pp_sassign routine
30059  Branch: perl
30060        ! ext/B/B/CC.pm
30061 ____________________________________________________________________________
30062 [  1992] By: gsar                                  on 1998/10/17  02:17:49
30063     Log: applied suggested patch with small doc tweak
30064          From: Gisle Aas <gisle@aas.no>
30065          Date: 11 Oct 1998 12:53:13 +0200
30066          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
30067          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
30068  Branch: perl
30069        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
30070        ! t/op/tiehandle.t
30071 ____________________________________________________________________________
30072 [  1991] By: gsar                                  on 1998/10/17  02:08:30
30073     Log: apply non-conflicting parts from suggested patch
30074          From: jan.dubois@ibm.net (Jan Dubois)
30075          Date: Sat, 10 Oct 1998 13:15:45 +0200
30076          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
30077          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
30078  Branch: perl
30079        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
30080 ____________________________________________________________________________
30081 [  1990] By: gsar                                  on 1998/10/17  02:01:24
30082     Log: provide option to enable optimization with VC (suggested by Jan
30083          Dubois)
30084  Branch: perl
30085        ! win32/Makefile win32/makefile.mk
30086 ____________________________________________________________________________
30087 [  1989] By: gsar                                  on 1998/10/17  01:55:27
30088     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
30089          Dave Leppik <dleppik@gage.com>
30090  Branch: perl
30091        ! perl.h
30092 ____________________________________________________________________________
30093 [  1988] By: gsar                                  on 1998/10/17  01:49:05
30094     Log: stray typo found by Hugo van der Sanden
30095  Branch: perl
30096        ! op.c
30097 ____________________________________________________________________________
30098 [  1987] By: gsar                                  on 1998/10/17  01:45:52
30099     Log: perldoc pod update
30100          From: Daniel Grisinger <dgris@perrin.dimensional.com>
30101          Date: 06 Oct 1998 23:56:51 -0600
30102          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
30103          Subject: [PATCH _02 and _52] perldoc
30104  Branch: perl
30105        ! utils/perldoc.PL
30106 ____________________________________________________________________________
30107 [  1986] By: gsar                                  on 1998/10/17  01:41:40
30108     Log: qualify names of builtins
30109  Branch: perl
30110        ! ext/POSIX/POSIX.pm
30111 ____________________________________________________________________________
30112 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
30113     Log: From: Jochen Wiedmann <joe@ispsoft.de>
30114          Date: Thu, 17 Sep 1998 17:16:06 +0200
30115          Message-ID: <360127B6.E44564A@ispsoft.de>
30116          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
30117  Branch: maint-5.005/perl
30118        ! lib/ExtUtils/MakeMaker.pm
30119 ____________________________________________________________________________
30120 [  1978] By: gsar                                  on 1998/10/16  01:58:58
30121     Log: integrate cfgperl mods into mainline
30122  Branch: perl
30123       +> ext/DynaLoader/dl_vmesa.xs
30124        ! Porting/genlog
30125       !> Configure MANIFEST Makefile.SH config_h.SH
30126       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
30127       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
30128       !> x2p/Makefile.SH
30129 ____________________________________________________________________________
30130 [  1976] By: gsar                                  on 1998/10/16  00:10:52
30131     Log: stray tweak
30132  Branch: perl
30133        ! op.c
30134 ____________________________________________________________________________
30135 [  1975] By: gsar                                  on 1998/10/15  23:54:38
30136     Log: propagate typeness of lexicals while cloning them
30137  Branch: perl
30138        ! op.c
30139 ____________________________________________________________________________
30140 [  1974] By: gsar                                  on 1998/10/15  23:53:25
30141     Log: s/last/first/ typo in append_list()
30142  Branch: perl
30143        ! op.c
30144 ____________________________________________________________________________
30145 [  1973] By: gsar                                  on 1998/10/15  20:06:17
30146     Log: nuke confperl branch and contents
30147  Branch: confperl
30148        - (delete 1284 files)
30149 ____________________________________________________________________________
30150 [  1972] By: jhi                                   on 1998/10/15  07:07:35
30151     Log: Test #162 had been added but the "print 1..161" had not been updated.
30152  Branch: cfgperl
30153        ! t/op/pat.t
30154 ____________________________________________________________________________
30155 [  1971] By: gsar                                  on 1998/10/15  03:09:58
30156     Log: check in all confperl changes as of change#1964 into cfgperl
30157  Branch: cfgperl
30158        + ext/DynaLoader/dl_vmesa.xs
30159        ! Configure MANIFEST Makefile.SH config_h.SH
30160        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
30161        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
30162 ____________________________________________________________________________
30163 [  1970] By: gsar                                  on 1998/10/15  03:05:59
30164     Log: integrate mainline to get tr.t
30165  Branch: cfgperl
30166       +> t/op/tr.t
30167 ____________________________________________________________________________
30168 [  1969] By: gsar                                  on 1998/10/15  03:04:17
30169     Log: add missing tr.t to repository
30170  Branch: perl
30171        + t/op/tr.t
30172 ____________________________________________________________________________
30173 [  1968] By: gsar                                  on 1998/10/15  03:02:43
30174     Log: create cfgperl branch
30175  Branch: cfgperl
30176       +> (branch 1282 files)
30177 ____________________________________________________________________________
30178 [  1967] By: gsar                                  on 1998/10/15  02:46:08
30179     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
30180          (MAN3PODS cannot be set to ' '; stray stricture violation)
30181  Branch: perl
30182        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
30183        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
30184        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
30185        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
30186        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
30187        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
30188        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
30189        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
30190        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
30191        ! lib/ExtUtils/MM_Unix.pm
30192 ____________________________________________________________________________
30193 [  1966] By: gsar                                  on 1998/10/15  02:19:03
30194     Log: tweak to make fix in change#1944 behave correctly for closures
30195          created within eval''
30196  Branch: perl
30197        ! op.c t/op/eval.t
30198 ____________________________________________________________________________
30199 [  1965] By: gsar                                  on 1998/10/14  23:22:41
30200     Log: use better numbers for exitstatus test
30201  Branch: perl
30202        ! t/op/die_exit.t
30203 ____________________________________________________________________________
30204 [  1964] By: jhi                                   on 1998/10/14  17:25:41
30205     Log: Add VM/ESA dynaloading (uses <dll.h>).
30206  Branch: confperl
30207        + ext/DynaLoader/dl_vmesa.xs
30208        ! MANIFEST
30209 ____________________________________________________________________________
30210 [  1963] By: jhi                                   on 1998/10/14  17:17:10
30211     Log: Remove a2p.loadmap in 'clean' target.
30212  Branch: confperl
30213        ! x2p/Makefile.SH
30214 ____________________________________________________________________________
30215 [  1962] By: jhi                                   on 1998/10/14  17:13:11
30216     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
30217  Branch: confperl
30218        ! Makefile.SH
30219 ____________________________________________________________________________
30220 [  1961] By: jhi                                   on 1998/10/14  16:27:39
30221     Log: VM/ESA creates executable.loadmaps.
30222  Branch: confperl
30223        ! Makefile.SH
30224 ____________________________________________________________________________
30225 [  1960] By: jhi                                   on 1998/10/14  15:37:39
30226     Log: Introduce SCHED_YIELD (one of sched_yield(),
30227          pthread_yield(), or pthread_yield(NULL)).
30228          YIELD is then defined using SCHED_YIELD unless
30229          a platform-specific YIELD has already been defined.
30230          
30231          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
30232          
30233          The need for pthread_yield(NULL) and pthread_attr_setdet...
30234          introduced by (private email)
30235          
30236          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
30237          Date: Sat, 10 Oct 1998 21:08:15 +1300
30238          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
30239          Subject: Re: Perl thread problems in VM/ESA
30240          
30241          Better select() protoprobe (for AIX), from (private email)
30242          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
30243          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
30244          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
30245          Subject: AIX select (fwd)
30246          From: Lars Hecking <lhecking@nmrc.ucc.ie>
30247          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
30248          Date: Fri, 2 Oct 1998 10:40:01 +0100
30249          Subject: AIX select
30250          
30251          Linux-avoid-so.X.Y, based on
30252          From: "Kurt D. Starsinic" <kstar@chapin.edu>
30253          Date: Tue, 13 Oct 1998 15:55:07 -0400
30254          Message-ID: <19981013155507.B4004@O2.chapin.edu>
30255          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
30256  Branch: confperl
30257        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
30258        ! thread.h
30259 ____________________________________________________________________________
30260 [  1959] By: jhi                                   on 1998/10/14  12:51:26
30261     Log: Some old pthread implementations have
30262          pthread_attr_setdetachstate(pthread_attr_t*, int*).
30263  Branch: confperl
30264        ! ext/Thread/Thread.xs
30265 ____________________________________________________________________________
30266 [  1958] By: jhi                                   on 1998/10/14  12:41:11
30267     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
30268          counterparts will follow soon.
30269  Branch: confperl
30270        ! thread.h
30271 ____________________________________________________________________________
30272 [  1957] By: jhi                                   on 1998/10/14  12:38:11
30273     Log: Add tr.t (MANIFEST already knew about it, strange)
30274  Branch: confperl
30275        + t/op/tr.t
30276 ____________________________________________________________________________
30277 [  1956] By: jhi                                   on 1998/10/14  12:24:35
30278     Log: Mutexen should be initialized only once.
30279  Branch: confperl
30280        ! gv.c op.c
30281 ____________________________________________________________________________
30282 [  1955] By: jhi                                   on 1998/10/14  12:19:38
30283     Log: os390 has its own cppstdin.
30284  Branch: confperl
30285        ! hints/os390.sh
30286 ____________________________________________________________________________
30287 [  1954] By: jhi                                   on 1998/10/14  12:15:06
30288     Log: Integrate with mainperl.
30289  Branch: confperl
30290       !> (integrate 1280 files)
30291 ____________________________________________________________________________
30292 [  1953] By: jhi                                   on 1998/10/14  11:48:08
30293     Log: Removed duplicate CMA threads code for HPUX 10.X.
30294          (probably residue of patch(1) being too understanding)
30295          Enhanced 64-bit settings. (redo change#1940)
30296  Branch: confperl
30297        ! hints/hpux.sh
30298 ____________________________________________________________________________
30299 [  1952] By: jhi                                   on 1998/10/14  11:45:16
30300     Log: (redo change#1949) Detypo in the d_open64 warning about
30301          the impending WHOA.
30302  Branch: confperl
30303        ! hints/irix_6.sh
30304 ____________________________________________________________________________
30305 [  1951] By: jhi                                   on 1998/10/14  10:54:16
30306     Log: Mutexen should only be inited once, after they have been New()ed.
30307  Branch: confperl
30308        ! gv.c op.c
30309 ____________________________________________________________________________
30310 [  1950] By: jhi                                   on 1998/10/14  10:41:43
30311     Log: Own cppstdin.
30312  Branch: confperl
30313        ! hints/os390.sh
30314 ____________________________________________________________________________
30315 [  1949] By: jhi                                   on 1998/10/14  10:34:23
30316     Log: Detypo in the d_open64 warning about the impending WHOA.
30317  Branch: confperl
30318        ! hints/irix_6.sh
30319 ____________________________________________________________________________
30320 [  1948] By: gsar                                  on 1998/10/14  05:38:01
30321     Log: two typos
30322  Branch: perl
30323        ! pp_hot.c t/op/eval.t
30324 ____________________________________________________________________________
30325 [  1947] By: gsar                                  on 1998/10/14  05:37:10
30326     Log: let docatch() pass the buck when restartop turns out to be null,
30327          making exceptions in BEGIN{} propagate as expected
30328  Branch: perl
30329        ! pp_ctl.c t/op/misc.t
30330 ____________________________________________________________________________
30331 [  1946] By: gsar                                  on 1998/10/13  03:41:49
30332     Log: add missing file from change#1943
30333  Branch: perl
30334        ! proto.h
30335 ____________________________________________________________________________
30336 [  1945] By: gsar                                  on 1998/10/13  03:32:02
30337     Log: defer "deep recursion" warnings until CXt_SUB context is properly
30338          set up
30339  Branch: perl
30340        ! pp_hot.c t/pragma/warn/pp_hot
30341 ____________________________________________________________________________
30342 [  1944] By: gsar                                  on 1998/10/13  03:15:50
30343     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
30344          fixup the cop_seq value that must be seen by lexical lookups that
30345          emanate within eval''
30346  Branch: perl
30347        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
30348 ____________________________________________________________________________
30349 [  1943] By: gsar                                  on 1998/10/13  02:06:09
30350     Log: ensure recursive attempts to findlex()icals know enough about where
30351          the last eval'' context was encountered
30352  Branch: perl
30353        ! op.c t/op/eval.t
30354 ____________________________________________________________________________
30355 [  1942] By: gsar                                  on 1998/10/13  02:01:24
30356     Log: force copy of substrings when matching against temporaries
30357  Branch: perl
30358        ! pp_hot.c t/op/pat.t
30359 ____________________________________________________________________________
30360 [  1941] By: gsar                                  on 1998/10/13  01:49:16
30361     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
30362          implementation)
30363  Branch: perl
30364        ! pp_ctl.c t/op/runlevel.t
30365 ____________________________________________________________________________
30366 [  1940] By: jhi                                   on 1998/10/12  09:57:44
30367     Log: Removed duplicate CMA threads code for HPUX 10.X.
30368          (probably residue of patch(1) being too understanding)
30369          Enhanced 64-bit settings.
30370  Branch: confperl
30371        ! hints/hpux.sh
30372 ____________________________________________________________________________
30373 [  1939] By: jhi                                   on 1998/10/12  09:53:11
30374     Log: Initial sync from mainline perl.
30375  Branch: confperl
30376        + (add 1282 files)
30377 ____________________________________________________________________________
30378 [  1937] By: gsar                                  on 1998/10/06  21:16:34
30379     Log: fix $/ init for USE_THREADS
30380  Branch: perl
30381        ! perl.c
30382 ____________________________________________________________________________
30383 [  1936] By: gsar                                  on 1998/10/06  07:19:39
30384     Log: fix globals caught by change#1927; builds and tests on Solaris
30385  Branch: perl
30386        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
30387        ! warning.h warning.pl
30388 ____________________________________________________________________________
30389 [  1935] By: gsar                                  on 1998/10/06  06:50:35
30390     Log: add test for previous fix
30391  Branch: perl
30392        ! ext/Thread/create.t
30393 ____________________________________________________________________________
30394 [  1934] By: gsar                                  on 1998/10/06  06:37:36
30395     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
30396  Branch: perl
30397        ! util.c
30398 ____________________________________________________________________________
30399 [  1933] By: gsar                                  on 1998/10/06  05:04:20
30400     Log: undo bogus part of change#1903 (as pointed out by Larry)
30401  Branch: perl
30402        ! pp_ctl.c
30403 ____________________________________________________________________________
30404 [  1932] By: gsar                                  on 1998/10/06  04:21:31
30405     Log: added tweaked version of suggested patch
30406          From: jan.dubois@ibm.net (Jan Dubois)
30407          Date: Sat, 03 Oct 1998 19:04:48 +0200
30408          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
30409          Subject: [PATCH 5.005_52] More MakeMaker  patches
30410  Branch: perl
30411        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
30412        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
30413 ____________________________________________________________________________
30414 [  1931] By: gsar                                  on 1998/10/06  04:04:33
30415     Log: use cpp symbols instead of hardwired constants
30416          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30417          Date: Mon, 05 Oct 1998 09:23:33 +0100
30418          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
30419          Subject: [PATCH 5.005_52] By the numbers (resend)
30420  Branch: perl
30421        ! op.c
30422 ____________________________________________________________________________
30423 [  1930] By: gsar                                  on 1998/10/06  04:01:55
30424     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30425          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
30426          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
30427          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
30428  Branch: perl
30429        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
30430        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
30431 ____________________________________________________________________________
30432 [  1929] By: gsar                                  on 1998/10/06  03:50:36
30433     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30434          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
30435          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
30436          Subject: [PATCH 5.00552] Minor test improvement
30437  Branch: perl
30438        ! t/op/magic.t
30439 ____________________________________________________________________________
30440 [  1928] By: gsar                                  on 1998/10/06  03:49:03
30441     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30442          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
30443          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
30444          Subject: [PATCH 5.00552] emacs/ptags inprovements
30445  Branch: perl
30446        ! emacs/ptags
30447 ____________________________________________________________________________
30448 [  1927] By: gsar                                  on 1998/10/06  03:47:44
30449     Log: disable C<#define dirty PL_dirty> et al.
30450  Branch: perl
30451        ! embed.pl embedvar.h
30452 ____________________________________________________________________________
30453 [  1926] By: gsar                                  on 1998/10/06  03:43:32
30454     Log: From: Mark-Jason Dominus <mjd@plover.com>
30455          Date: Sun, 04 Oct 1998 14:48:11 -0400
30456          Message-ID: <19981004184811.16048.qmail@plover.com>
30457          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
30458  Branch: perl
30459        ! utils/perldoc.PL
30460 ____________________________________________________________________________
30461 [  1925] By: gsar                                  on 1998/10/06  03:27:35
30462     Log: disable USE_THREADS when PERL_OBJECT is enabled
30463  Branch: perl
30464        ! win32/Makefile win32/makefile.mk
30465 ____________________________________________________________________________
30466 [  1924] By: gsar                                  on 1998/10/06  03:26:54
30467     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
30468  Branch: perl
30469        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
30470        ! vms/perly_c.vms
30471 ____________________________________________________________________________
30472 [  1923] By: gsar                                  on 1998/10/03  05:19:56
30473     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
30474          overridden
30475  Branch: perl
30476        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
30477        ! proto.h vms/perly_c.vms
30478 ____________________________________________________________________________
30479 [  1922] By: gsar                                  on 1998/10/03  03:59:50
30480     Log: suppress manifypods leak in extensions
30481  Branch: perl
30482        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
30483 ____________________________________________________________________________
30484 [  1921] By: gsar                                  on 1998/10/02  22:30:15
30485     Log: os390 fixes (suggested by Peter Prymmer)
30486  Branch: perl
30487        ! Makefile.SH regcomp.c
30488 ____________________________________________________________________________
30489 [  1920] By: gsar                                  on 1998/10/02  21:41:19
30490     Log: squelch undef warnings
30491          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30492          Date: Fri, 02 Oct 1998 11:01:14 +0100
30493          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
30494          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
30495  Branch: perl
30496        ! Changes lib/Math/BigInt.pm
30497 ____________________________________________________________________________
30498 [  1919] By: gsar                                  on 1998/10/02  04:59:13
30499     Log: add note to INSTALL about ANSI C
30500  Branch: perl
30501        ! INSTALL
30502 ____________________________________________________________________________
30503 [  1918] By: gsar                                  on 1998/10/02  04:21:10
30504     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
30505          From: jan.dubois@ibm.net (Jan Dubois)
30506          Date: Wed, 30 Sep 1998 23:35:30 +0200
30507          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
30508          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
30509  Branch: perl
30510        ! lib/ExtUtils/xsubpp
30511 ____________________________________________________________________________
30512 [  1917] By: gsar                                  on 1998/10/02  04:16:02
30513     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
30514          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
30515          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
30516          Subject: Re: Configure test for selectbits busted
30517  Branch: perl
30518        ! Configure
30519 ____________________________________________________________________________
30520 [  1916] By: gsar                                  on 1998/10/02  04:14:17
30521     Log: From: Dan Sugalski <sugalskd@osshe.edu>
30522          Date: Wed, 30 Sep 1998 17:15:20 -0700
30523          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
30524          Subject: [PATCH 5.005_02]VMS config tweaks
30525  Branch: perl
30526        ! vms/descrip_mms.template vms/subconfigure.com
30527 ____________________________________________________________________________
30528 [  1915] By: gsar                                  on 1998/10/02  04:10:47
30529     Log: use Off_t to permit 64-bit seek()
30530          From: Scott Henry <scotth@sgi.com>
30531          Date: 29 Sep 1998 17:38:46 -0700
30532          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
30533          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
30534          --
30535          Date: 28 Sep 1998 18:55:37 -0700
30536          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
30537          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
30538  Branch: perl
30539        ! doio.c pp_sys.c proto.h sv.c
30540 ____________________________________________________________________________
30541 [  1914] By: gsar                                  on 1998/10/02  04:05:36
30542     Log: normalize tm struct passed to strftime() with mktime()
30543          From: Spider Boardman <spider@orb.nashua.nh.us>
30544          Date: Wed, 30 Sep 1998 15:12:09 -0400
30545          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
30546          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
30547  Branch: perl
30548        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30549 ____________________________________________________________________________
30550 [  1913] By: gsar                                  on 1998/10/02  03:59:46
30551     Log: don't try to run foo_SH.orig etc.
30552  Branch: perl
30553        ! Configure
30554 ____________________________________________________________________________
30555 [  1912] By: gsar                                  on 1998/10/02  03:45:37
30556     Log: make warning about glob process failure optional
30557  Branch: perl
30558        ! pod/perldiag.pod pp_hot.c
30559 ____________________________________________________________________________
30560 [  1911] By: gsar                                  on 1998/10/02  02:52:21
30561     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
30562          From: Dominic Dunlop <domo@vo.lu>
30563          Date: Tue, 29 Sep 1998 21:06:30 +0000
30564          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
30565          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
30566          --
30567          Date: Wed, 30 Sep 1998 11:46:44 +0000
30568          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
30569          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
30570  Branch: perl
30571        ! pod/perldiag.pod regcomp.c
30572 ____________________________________________________________________________
30573 [  1910] By: gsar                                  on 1998/10/02  02:48:48
30574     Log: minor Configure tweaks (via private mail)
30575          From: Jarkko Hietaniemi <jhi@iki.fi>
30576          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
30577          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
30578          Subject: [PATCH] 5.005_52: the drizzle continues
30579  Branch: perl
30580        ! Configure config_h.SH handy.h
30581 ____________________________________________________________________________
30582 [  1909] By: gsar                                  on 1998/10/02  02:46:39
30583     Log: update SCO hints for dynamic loading
30584          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
30585          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
30586          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
30587          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
30588          --
30589          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
30590          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
30591          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
30592  Branch: perl
30593        ! hints/sco.sh
30594 ____________________________________________________________________________
30595 [  1908] By: gsar                                  on 1998/10/02  02:33:39
30596     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
30597  Branch: perl
30598        ! lib/File/Find.pm
30599 ____________________________________________________________________________
30600 [  1907] By: gsar                                  on 1998/10/02  02:21:52
30601     Log: applied patches, but retained old behavior for win32 (where compilers
30602          can't read from stdin at all)
30603          From: Graham Barr <gbarr@ti.com>
30604          Date: Mon, 28 Sep 1998 09:41:49 -0500
30605          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
30606          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
30607          --
30608          Date: Tue, 29 Sep 1998 12:35:43 -0500
30609          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
30610          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
30611  Branch: perl
30612        ! ext/Errno/Errno_pm.PL
30613 ____________________________________________________________________________
30614 [  1906] By: gsar                                  on 1998/10/02  02:02:19
30615     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
30616          Hietaniemi)
30617  Branch: perl
30618        ! t/op/grent.t
30619 ____________________________________________________________________________
30620 [  1905] By: gsar                                  on 1998/10/02  01:59:56
30621     Log: win32 caveats about truncate()
30622  Branch: perl
30623        ! pod/perlport.pod
30624 ____________________________________________________________________________
30625 [  1904] By: gsar                                  on 1998/10/02  01:53:25
30626     Log: various Configure and hints updates (prefer drand48() or random()
30627          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
30628          applied modulo SCO hints superceded by later patch
30629          From: Jarkko Hietaniemi <jhi@iki.fi>
30630          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
30631          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
30632          Subject: [PATCH] 5.005_52: Configure et al:
30633  Branch: perl
30634        + ext/IPC/SysV/hints/next_3.pl
30635        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
30636        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
30637        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
30638 ____________________________________________________________________________
30639 [  1903] By: gsar                                  on 1998/10/02  01:42:37
30640     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
30641          Date: Mon, 28 Sep 1998 17:41:49 +0100
30642          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
30643          Subject: [PATCH 5.005_52] Re: More on ?p 
30644          --
30645          Date: Thu, 01 Oct 1998 09:10:58 +0100
30646          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
30647          Subject: [PATCH 5.005_52] ?p fix
30648          --
30649          Date: Thu, 01 Oct 1998 10:45:56 +0100
30650          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
30651          Subject: [PATCH 5.005_52] more on ?p
30652  Branch: perl
30653        ! pp_ctl.c
30654 ____________________________________________________________________________
30655 [  1902] By: gsar                                  on 1998/10/02  01:36:14
30656     Log: From: Kenneth Duda <kjd@cisco.com>
30657          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
30658          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
30659          Subject: writemain dies when there are more than 4000 characters of extensions
30660  Branch: perl
30661        ! writemain.SH
30662 ____________________________________________________________________________
30663 [  1901] By: gsar                                  on 1998/10/02  01:33:16
30664     Log: tweak run_byacc recipe
30665  Branch: perl
30666        ! Makefile.SH Porting/pumpkin.pod
30667 ____________________________________________________________________________
30668 [  1900] By: gsar                                  on 1998/10/02  01:02:09
30669     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
30670  Branch: perl
30671        ! perl.h pp_ctl.c
30672 ____________________________________________________________________________
30673 [  1899] By: gsar                                  on 1998/09/28  20:46:30
30674     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
30675          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
30676          Dvornik)
30677  Branch: perl
30678        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
30679 ____________________________________________________________________________
30680 [  1898] By: gsar                                  on 1998/09/28  20:42:52
30681     Log: flush unsubmitted 5.00552 change
30682  Branch: perl
30683        ! MANIFEST
30684 ____________________________________________________________________________
30685 [  1897] By: gsar                                  on 1998/09/27  04:43:06
30686     Log: run vms_yfix.pl
30687  Branch: perl
30688        ! vms/perly_c.vms
30689 ____________________________________________________________________________
30690 [  1896] By: gsar                                  on 1998/09/27  03:38:55
30691     Log: small tweak on last change
30692  Branch: perl
30693        ! win32/win32.c
30694 ____________________________________________________________________________
30695 [  1895] By: gsar                                  on 1998/09/27  03:17:17
30696     Log: fix win32_stat() to do the right thing for share names
30697  Branch: perl
30698        ! win32/win32.c
30699 ____________________________________________________________________________
30700 [  1891] By: larry                                 on 1998/09/25  18:50:40
30701     Log: Fixed apostrophe problem from Mark Knutsen.
30702  Branch: perl
30703        ! sv.h
30704
30705 ----------------
30706 Version 5.005_52
30707 ----------------
30708
30709 ____________________________________________________________________________
30710 [  1890] By: gsar                                  on 1998/09/25  10:25:00
30711     Log: update template config.sh, add new config vars to win32 stuff
30712  Branch: perl
30713        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
30714        ! pp_sys.c proto.h win32/config.bc win32/config.gc
30715        ! win32/config.vc win32/config_H.bc win32/config_H.gc
30716        ! win32/config_H.vc win32/win32.h
30717 ____________________________________________________________________________
30718 [  1889] By: gsar                                  on 1998/09/25  07:13:13
30719     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
30720          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
30721          of full-fledged 64-bit support (including support for: fseeko/ftello,
30722          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
30723          in Fcntl)
30724          From: Jarkko Hietaniemi <jhi@iki.fi>
30725          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
30726          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
30727          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
30728          --
30729          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
30730          Date: 12 Sep 1998 09:44:25 +0300
30731          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
30732          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
30733  Branch: perl
30734        + lib/filetest.pm
30735        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
30736        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
30737        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
30738        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
30739        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
30740        ! win32/makedef.pl
30741 ____________________________________________________________________________
30742 [  1888] By: gsar                                  on 1998/09/25  06:27:12
30743     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
30744  Branch: perl
30745        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
30746        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30747        ! win32/makedef.pl win32/makefile.mk win32/win32.c
30748 ____________________________________________________________________________
30749 [  1887] By: gsar                                  on 1998/09/25  04:50:49
30750     Log: win32.c tweak
30751  Branch: perl
30752        ! win32/win32.c
30753 ____________________________________________________________________________
30754 [  1886] By: gsar                                  on 1998/09/25  04:47:32
30755     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
30756  Branch: perl
30757        ! lib/ExtUtils/MakeMaker.pm
30758 ____________________________________________________________________________
30759 [  1885] By: gsar                                  on 1998/09/25  04:05:09
30760     Log: From: Dominic Dunlop <domo@vo.lu>
30761          Date: Thu, 10 Sep 1998 11:02:46 +0000
30762          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
30763          Subject: MM_Unix::canonpath erroneously turns leading // into /
30764  Branch: perl
30765        ! lib/ExtUtils/MM_Unix.pm
30766 ____________________________________________________________________________
30767 [  1884] By: gsar                                  on 1998/09/25  03:06:10
30768     Log: temporarily disable perl malloc for a2p until we clean up
30769          conflicting malloc() declarations everywhere
30770  Branch: perl
30771        ! x2p/Makefile.SH
30772 ____________________________________________________________________________
30773 [  1883] By: gsar                                  on 1998/09/25  02:27:00
30774     Log: remove obsolete win32/bin/*.pl
30775  Branch: perl
30776        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
30777        ! Changes MANIFEST win32/Makefile win32/makefile.mk
30778 ____________________________________________________________________________
30779 [  1882] By: gsar                                  on 1998/09/25  02:04:43
30780     Log: missing file in last submit
30781  Branch: perl
30782        ! proto.h
30783 ____________________________________________________________________________
30784 [  1881] By: gsar                                  on 1998/09/25  01:56:54
30785     Log: serial access to PL_x[inpr]v_root for USE_THREADS
30786  Branch: perl
30787        ! sv.c
30788 ____________________________________________________________________________
30789 [  1880] By: gsar                                  on 1998/09/25  01:19:38
30790     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
30791          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
30792          Date: Thu, 24 Sep 1998 22:01:09 +0900
30793          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
30794          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
30795  Branch: perl
30796        ! hv.c proto.h
30797 ____________________________________________________________________________
30798 [  1879] By: gsar                                  on 1998/09/25  00:20:07
30799     Log: tweaks to enable PERL_OBJECT to build & test on win32
30800  Branch: perl
30801        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
30802        ! win32/GenCAPI.pl
30803 ____________________________________________________________________________
30804 [  1878] By: gsar                                  on 1998/09/25  00:13:36
30805     Log: fix change#1861, which breaks default boot_xxx symbol generation
30806  Branch: perl
30807        ! lib/ExtUtils/Mksymlists.pm
30808 ____________________________________________________________________________
30809 [  1877] By: gsar                                  on 1998/09/24  10:29:54
30810     Log: two tweaks for clean build and test on Solaris
30811  Branch: perl
30812        ! op.c t/op/subst.t
30813 ____________________________________________________________________________
30814 [  1876] By: gsar                                  on 1998/09/24  09:04:43
30815     Log: From: Colin Kuskie <ckuskie@cadence.com>
30816          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
30817          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
30818          Subject: [PATCH 5.005_51] perlform.pod
30819  Branch: perl
30820        ! pod/perlform.pod
30821 ____________________________________________________________________________
30822 [  1875] By: gsar                                  on 1998/09/24  08:47:47
30823     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30824          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
30825          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
30826          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
30827  Branch: perl
30828        ! regexec.c
30829 ____________________________________________________________________________
30830 [  1874] By: gsar                                  on 1998/09/24  08:44:55
30831     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30832          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
30833          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
30834          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
30835  Branch: perl
30836        ! toke.c
30837 ____________________________________________________________________________
30838 [  1873] By: gsar                                  on 1998/09/24  08:39:41
30839     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30840          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
30841          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
30842          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
30843  Branch: perl
30844        ! Changes regcomp.c
30845 ____________________________________________________________________________
30846 [  1872] By: gsar                                  on 1998/09/24  08:37:00
30847     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
30848          Date: Sun, 23 Aug 1998 23:18:38 PDT
30849          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
30850          Subject: new irix_6.sh hints file
30851  Branch: perl
30852        ! hints/irix_6.sh
30853 ____________________________________________________________________________
30854 [  1871] By: gsar                                  on 1998/09/24  07:26:37
30855     Log: correct FSF address in various places
30856  Branch: perl
30857        ! Copying README ext/B/README lib/Getopt/Long.pm
30858 ____________________________________________________________________________
30859 [  1870] By: gsar                                  on 1998/09/24  07:11:56
30860     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
30861          Date:    Fri, 14 Aug 1998 09:20:16 PDT
30862          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
30863          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
30864  Branch: perl
30865        ! configure.com
30866 ____________________________________________________________________________
30867 [  1869] By: gsar                                  on 1998/09/24  06:55:59
30868     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
30869          From:    Scott Henry <scotth@sgi.com>
30870          Date:    13 Aug 1998 09:52:15 PDT
30871          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
30872          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
30873  Branch: perl
30874        ! hints/irix_6.sh
30875 ____________________________________________________________________________
30876 [  1868] By: gsar                                  on 1998/09/24  06:51:23
30877     Log: From:    Nathan Torkington <gnat@frii.com>
30878          Date:    Thu, 13 Aug 1998 10:59:48 MDT
30879          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
30880          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
30881  Branch: perl
30882        ! pod/perlfunc.pod
30883 ____________________________________________________________________________
30884 [  1867] By: gsar                                  on 1998/09/24  06:45:13
30885     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
30886          that are autoloaded)
30887  Branch: perl
30888        ! pp_ctl.c
30889 ____________________________________________________________________________
30890 [  1866] By: gsar                                  on 1998/09/24  05:21:19
30891     Log: grandfather deprecated "$$<digit>" no more
30892  Branch: perl
30893        ! pod/perldiag.pod toke.c
30894 ____________________________________________________________________________
30895 [  1865] By: gsar                                  on 1998/09/24  04:52:48
30896     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
30897          low bits (suggested by Ilya Zakharevich)
30898  Branch: perl
30899        ! hv.h
30900 ____________________________________________________________________________
30901 [  1864] By: gsar                                  on 1998/09/24  04:29:14
30902     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
30903          perly_c.diff
30904  Branch: perl
30905        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
30906        ! perly_c.diff toke.c
30907 ____________________________________________________________________________
30908 [  1863] By: gsar                                  on 1998/09/24  03:36:30
30909     Log: provide locked access to string table for USE_THREADS
30910  Branch: perl
30911        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
30912 ____________________________________________________________________________
30913 [  1862] By: gsar                                  on 1998/09/24  03:30:32
30914     Log: remove bogus warn()
30915  Branch: perl
30916        ! embed.pl
30917 ____________________________________________________________________________
30918 [  1861] By: gsar                                  on 1998/09/24  02:58:51
30919     Log: applied suggested patch, adapted for all platforms
30920          From: jan.dubois@ibm.net (Jan Dubois)
30921          Date: Sun, 20 Sep 1998 12:56:38 +0200
30922          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
30923          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
30924  Branch: perl
30925        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30926        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30927        ! lib/ExtUtils/MakeMaker.pm
30928 ____________________________________________________________________________
30929 [  1860] By: gsar                                  on 1998/09/24  02:16:14
30930     Log: upgrade to CPAN-1.40
30931  Branch: perl
30932        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
30933 ____________________________________________________________________________
30934 [  1859] By: gsar                                  on 1998/09/24  02:08:59
30935     Log: use $ENV{MAKEMAKEROPT} to set default command line args
30936  Branch: perl
30937        ! lib/ExtUtils/MakeMaker.pm
30938 ____________________________________________________________________________
30939 [  1857] By: gsar                                  on 1998/09/23  10:58:36
30940     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30941          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
30942          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
30943          Subject: More verbose Test::Harness [PATCH]
30944  Branch: perl
30945        ! lib/Test/Harness.pm
30946 ____________________________________________________________________________
30947 [  1856] By: gsar                                  on 1998/09/23  10:56:24
30948     Log: update hints for OPENSTEP 4.2 on i386
30949          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
30950          Date: Sun, 20 Sep 1998 01:03:18 +0200
30951          Message-Id: <9809192303.AA29190@Spike>
30952          Subject: Perl 5.005_02 compilation problems
30953  Branch: perl
30954        ! hints/next_4.sh
30955 ____________________________________________________________________________
30956 [  1855] By: gsar                                  on 1998/09/23  10:52:27
30957     Log: reset errno after C<require> search (as suggested by Larry)
30958  Branch: perl
30959        ! pp_ctl.c
30960 ____________________________________________________________________________
30961 [  1854] By: gsar                                  on 1998/09/23  10:50:26
30962     Log: misc pod tweaks
30963  Branch: perl
30964        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
30965 ____________________________________________________________________________
30966 [  1853] By: gsar                                  on 1998/09/23  10:46:06
30967     Log: make Pod/Html.pm handle the --title option properly (as suggested
30968          by gml4410@ggr.co.uk)
30969  Branch: perl
30970        ! lib/Pod/Html.pm
30971 ____________________________________________________________________________
30972 [  1852] By: gsar                                  on 1998/09/23  10:41:39
30973     Log: SSNEW() API for allocating memory on the savestack
30974          From: Albert Dvornik <bert@genscan.com>
30975          Date: 17 Sep 1998 19:23:07 -0400
30976          Message-Id: <tqemtae338.fsf@puma.genscan.com>
30977          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
30978  Branch: perl
30979        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
30980        ! perl.h proto.h scope.c scope.h t/io/tell.t
30981 ____________________________________________________________________________
30982 [  1851] By: gsar                                  on 1998/09/23  10:37:05
30983     Log: From: Jochen Wiedmann <joe@ispsoft.de>
30984          Date: Thu, 17 Sep 1998 17:16:06 +0200
30985          Message-ID: <360127B6.E44564A@ispsoft.de>
30986          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
30987  Branch: perl
30988        ! lib/ExtUtils/MakeMaker.pm
30989 ____________________________________________________________________________
30990 [  1850] By: gsar                                  on 1998/09/23  10:33:05
30991     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
30992          Date: 15 Sep 1998 01:32:31 +0200
30993          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
30994          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
30995  Branch: perl
30996        ! lib/ExtUtils/MM_Unix.pm
30997 ____________________________________________________________________________
30998 [  1849] By: gsar                                  on 1998/09/23  10:29:04
30999     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
31000          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
31001          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
31002          Subject: Re: extralibs.ld problem in MM_VMS.pm
31003  Branch: perl
31004        ! lib/ExtUtils/MM_VMS.pm
31005 ____________________________________________________________________________
31006 [  1848] By: gsar                                  on 1998/09/23  10:25:24
31007     Log: From: Roderick Schertler <roderick@argon.org>
31008          Date: 11 Sep 1998 16:19:21 -0400
31009          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
31010          Subject: Re: Open2 and memory leaks
31011  Branch: perl
31012        ! lib/IPC/Open3.pm
31013 ____________________________________________________________________________
31014 [  1847] By: gsar                                  on 1998/09/23  10:18:31
31015     Log: From: Roderick Schertler <roderick@argon.org>
31016          Date: Wed, 09 Sep 1998 23:52:48 -0400
31017          Message-ID: <20567.905399568@eeyore.ibcinc.com>
31018          Subject: seed srand from /dev/urandom when possible
31019  Branch: perl
31020        ! pod/perlfunc.pod pp.c
31021 ____________________________________________________________________________
31022 [  1846] By: gsar                                  on 1998/09/23  10:12:22
31023     Log: From: Roderick Schertler <roderick@argon.org>
31024          Date: Thu, 10 Sep 1998 00:32:17 -0400
31025          Message-ID: <21142.905401937@eeyore.ibcinc.com>
31026          Subject: doc update for crypt()'s salt
31027  Branch: perl
31028        ! pod/perlfunc.pod
31029 ____________________________________________________________________________
31030 [  1845] By: gsar                                  on 1998/09/23  10:09:23
31031     Log: fix h2ph handling of C<#error "foo">
31032          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
31033          Date: Thu, 10 Sep 1998 09:59:33 +0900
31034          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
31035          Subject: [5.005_02] h2ph problem
31036  Branch: perl
31037        ! utils/h2ph.PL
31038 ____________________________________________________________________________
31039 [  1844] By: gsar                                  on 1998/09/23  10:06:13
31040     Log: plug strictly private function leaks in API listing
31041  Branch: perl
31042        ! pod/perlguts.pod
31043 ____________________________________________________________________________
31044 [  1843] By: gsar                                  on 1998/09/23  10:02:57
31045     Log: hide symbol for static build
31046          From: Dominic Dunlop <domo@vo.lu>
31047          Date: Tue, 8 Sep 1998 21:40:46 +0000
31048          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
31049          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
31050  Branch: perl
31051        ! regcomp.c
31052 ____________________________________________________________________________
31053 [  1842] By: gsar                                  on 1998/09/23  09:52:46
31054     Log: define PUT_svindex(), PUT_opindex()
31055  Branch: perl
31056        ! ext/B/B/Assembler.pm
31057 ____________________________________________________________________________
31058 [  1841] By: gsar                                  on 1998/09/23  09:44:25
31059     Log: From: Dominic Dunlop <domo@vo.lu>
31060          Date: Tue, 8 Sep 1998 15:34:53 +0000
31061          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
31062          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
31063  Branch: perl
31064        ! t/pragma/warn/regexec
31065 ____________________________________________________________________________
31066 [  1840] By: gsar                                  on 1998/09/23  09:42:17
31067     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
31068  Branch: perl
31069        ! win32/bin/pl2bat.pl
31070 ____________________________________________________________________________
31071 [  1839] By: gsar                                  on 1998/09/23  09:38:18
31072     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
31073          Date: Mon, 7 Sep 1998 17:36:09 +0900
31074          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
31075          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
31076  Branch: perl
31077        ! ext/Thread/Thread.xs
31078 ____________________________________________________________________________
31079 [  1838] By: gsar                                  on 1998/09/23  09:21:11
31080     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
31081          Date: Thu, 10 Sep 1998 00:02:07 -0400
31082          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
31083          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
31084  Branch: perl
31085        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
31086        + vos/config.h vos/config_h.SH_orig vos/perl.bind
31087        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
31088        ! MANIFEST perl.c perl.h pod/perlport.pod
31089 ____________________________________________________________________________
31090 [  1837] By: gsar                                  on 1998/09/23  08:45:58
31091     Log: (via private mail)
31092          From: Charles Bailey <BAILEY@newman.upenn.edu>
31093          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
31094          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
31095          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
31096  Branch: perl
31097        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
31098        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
31099        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
31100        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
31101        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
31102        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
31103        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
31104        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
31105        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
31106        ! vms/writemain.pl
31107 ____________________________________________________________________________
31108 [  1836] By: gsar                                  on 1998/09/23  08:17:42
31109     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31110          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
31111          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
31112          Subject: [PATCH 5.005_*] OS/2 spawning typos
31113  Branch: perl
31114        ! os2/os2.c
31115 ____________________________________________________________________________
31116 [  1835] By: gsar                                  on 1998/09/23  08:09:55
31117     Log: warn on C<my($foo,$foo)>
31118  Branch: perl
31119        ! op.c pod/perldiag.pod
31120 ____________________________________________________________________________
31121 [  1834] By: gsar                                  on 1998/09/23  07:35:56
31122     Log: From: pvhp@forte.com (Peter Prymmer)
31123          Date: Fri, 4 Sep 98 13:27:41 PDT
31124          Message-Id: <9809042027.AA04463@forte.com>
31125          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
31126  Branch: perl
31127        ! README.vms
31128 ____________________________________________________________________________
31129 [  1833] By: gsar                                  on 1998/09/23  07:27:34
31130     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
31131          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
31132          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
31133          Subject: PATCH: 5.005_02 hint/hpux.sh
31134  Branch: perl
31135        ! hints/hpux.sh
31136 ____________________________________________________________________________
31137 [  1832] By: gsar                                  on 1998/09/23  07:22:40
31138     Log: fix (some) installhtml bugs
31139          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
31140          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
31141          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
31142          Subject: installhtml script needs work
31143  Branch: perl
31144        ! installhtml
31145 ____________________________________________________________________________
31146 [  1831] By: gsar                                  on 1998/09/23  07:19:30
31147     Log: document 'U' magic with examples
31148          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
31149          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
31150          Message-Id: <199809011455.PAA00631@sale-wts>
31151          Subject: Re: Looking for some XS MAGIC examples...
31152  Branch: perl
31153        ! pod/perlguts.pod
31154 ____________________________________________________________________________
31155 [  1830] By: gsar                                  on 1998/09/23  07:16:43
31156     Log: From: pvhp@forte.com (Peter Prymmer)
31157          Date: Mon, 31 Aug 98 17:13:49 PDT
31158          Message-Id: <9809010013.AA06737@forte.com>
31159          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
31160  Branch: perl
31161        ! README.os390
31162 ____________________________________________________________________________
31163 [  1829] By: gsar                                  on 1998/09/23  07:15:08
31164     Log: fix problematic typecast in filter_del()
31165          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
31166          Date: Mon, 31 Aug 1998 21:13:11 GMT
31167          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
31168          Subject: perl5.005_02 does not build on Cray T90
31169  Branch: perl
31170        ! toke.c
31171 ____________________________________________________________________________
31172 [  1828] By: gsar                                  on 1998/09/23  07:11:34
31173     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31174          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
31175          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
31176          Subject: [PATCH 5.005_5*] (?>) broken in RE
31177  Branch: perl
31178        ! regexec.c t/op/re_tests
31179 ____________________________________________________________________________
31180 [  1827] By: gsar                                  on 1998/09/23  07:09:50
31181     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
31182  Branch: perl
31183        ! t/op/grent.t t/op/groups.t
31184 ____________________________________________________________________________
31185 [  1826] By: gsar                                  on 1998/09/23  07:03:16
31186     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
31187          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
31188          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
31189          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
31190  Branch: perl
31191        - interp.sym
31192        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
31193 ____________________________________________________________________________
31194 [  1825] By: gsar                                  on 1998/09/23  06:56:40
31195     Log: re-introduce change#1703
31196  Branch: perl
31197        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
31198 ____________________________________________________________________________
31199 [  1824] By: gsar                                  on 1998/09/23  06:44:19
31200     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31201          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
31202          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
31203          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
31204  Branch: perl
31205        ! lib/perl5db.pl
31206 ____________________________________________________________________________
31207 [  1823] By: gsar                                  on 1998/09/23  06:41:34
31208         Log: From: Joe Buehler <jhpb@hekimian.com>
31209              Date: 29 Aug 1998 17:13:28 -0400
31210              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
31211              Subject: patches for perl 5.005_51 under U/WIN
31212      Branch: perl
31213            + hints/uwin.sh
31214            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
31215            ! t/lib/posix.t
31216 ____________________________________________________________________________
31217 [  1822] By: gsar                                  on 1998/09/23  06:36:59
31218         Log: add missing C<no utf8;> tweak from Larry
31219      Branch: perl
31220            ! t/op/subst.t
31221 ____________________________________________________________________________
31222 [  1821] By: gsar                                  on 1998/09/23  06:27:51
31223         Log: s/runops/CALLRUNOPS/
31224      Branch: perl
31225            ! cc_runtime.h
31226 ____________________________________________________________________________
31227 [  1820] By: gsar                                  on 1998/09/23  06:24:49
31228         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
31229      Branch: perl
31230           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
31231           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
31232           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
31233           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
31234           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
31235           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
31236           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
31237           +> t/pragma/warn/util
31238            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
31239            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
31240            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
31241            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
31242            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
31243            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
31244            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
31245            - t/pragma/warn-util
31246            ! MANIFEST t/pragma/warning.t
31247 ____________________________________________________________________________
31248 [  1819] By: gsar                                  on 1998/09/23  06:08:46
31249         Log: make \(%foo) return refs to values (not copies of values)
31250              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
31251              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
31252              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
31253              --
31254              From: Roderick Schertler <roderick@argon.org>
31255              Date: Sat, 29 Aug 1998 00:58:33 -0400
31256              Message-ID: <29894.904366713@eeyore.ibcinc.com>
31257              Subject: Re: \(%x) problems
31258      Branch: perl
31259            ! doop.c pod/perlref.pod
31260 ____________________________________________________________________________
31261 [  1818] By: gsar                                  on 1998/09/23  06:05:08
31262         Log: make h2xs generate ANSI prototypes
31263      Branch: perl
31264            ! utils/h2xs.PL
31265 ____________________________________________________________________________
31266 [  1817] By: gsar                                  on 1998/09/23  05:57:16
31267         Log: updated usethreads hints for hpux 10.X
31268              From: Matthew T Harden <mthard@mthard1.monsanto.com>
31269              Date: Fri, 28 Aug 1998 14:10:42 GMT
31270              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
31271              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
31272      Branch: perl
31273            ! hints/hpux.sh perl.h
31274 ____________________________________________________________________________
31275 [  1816] By: gsar                                  on 1998/09/23  05:53:31
31276         Log: don't create empty directories in installperl
31277              From: Robin Barker <rmb1@cise.npl.co.uk>
31278              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
31279              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
31280              Subject: [PATCH 5.005_02] install: empty dirs
31281      Branch: perl
31282            ! installperl
31283 ____________________________________________________________________________
31284 [  1815] By: gsar                                  on 1998/09/23  05:50:36
31285         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
31286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31287              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
31288              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
31289              Subject: Re: your mail
31290      Branch: perl
31291            ! regexec.c t/op/re_tests
31292 ____________________________________________________________________________
31293 [  1814] By: gsar                                  on 1998/09/23  05:45:17
31294         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
31295              Date: Thu, 20 Aug 1998 20:59:03 -0400
31296              Message-ID: <19980820205903.A12908@O2.chapin.edu>
31297              Subject: [PATCH] h2ph misquotes #error directives
31298      Branch: perl
31299            ! t/lib/h2ph.pht utils/h2ph.PL
31300 ____________________________________________________________________________
31301 [  1813] By: gsar                                  on 1998/09/23  05:42:41
31302         Log: patch to support computed regular subexpressions
31303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31304              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
31305              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
31306              Subject: [5.005_5* PATCH] Postponed RE - now!
31307      Branch: perl
31308            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
31309            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
31310 ____________________________________________________________________________
31311 [  1812] By: gsar                                  on 1998/09/23  05:26:26
31312         Log: better CR-handling on shebang line and in formats (fixed variant of
31313              patch suggested by Igor Sysoev <igor@nitek.ru>)
31314      Branch: perl
31315            ! perl.c toke.c
31316 ____________________________________________________________________________
31317 [  1811] By: gsar                                  on 1998/09/23  04:35:46
31318         Log: document non-loopish blocks better
31319              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31320              Date: Tue, 18 Aug 1998 12:28:36 +0100
31321              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
31322              Subject: Re: next in do {} while block gives error message
31323      Branch: perl
31324            ! pod/perlfunc.pod
31325 ____________________________________________________________________________
31326 [  1810] By: gsar                                  on 1998/09/23  04:12:05
31327         Log: fix bogus integerization of pop()'s return value
31328              From: Gurusamy Sarathy <gsar@engin.umich.edu>
31329              Date: Sat, 15 Aug 1998 23:27:54 -0400
31330              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
31331              Subject: Re: Complex expression does integer arithmetic 
31332      Branch: perl
31333            ! opcode.h opcode.pl
31334 ____________________________________________________________________________
31335 [  1809] By: gsar                                  on 1998/09/23  04:09:43
31336         Log: tweak README.win32
31337      Branch: perl
31338            ! README.win32
31339 ____________________________________________________________________________
31340 [  1808] By: gsar                                  on 1998/09/23  03:40:57
31341         Log: better diagnostic for do{} used as lvalue
31342      Branch: perl
31343            ! op.c pod/perlport.pod
31344 ____________________________________________________________________________
31345 [  1807] By: gsar                                  on 1998/09/23  03:38:30
31346         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
31347              From: hansm@icgroup.nl
31348              Date: Tue, 11 Aug 98 21:08:51 +0200
31349              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
31350              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
31351      Branch: perl
31352            ! malloc.c
31353 ____________________________________________________________________________
31354 [  1806] By: gsar                                  on 1998/09/23  03:36:08
31355         Log: support make written in perl (aka "pmake") on win32
31356      Branch: perl
31357            ! lib/ExtUtils/MM_Win32.pm
31358 ____________________________________________________________________________
31359 [  1805] By: gsar                                  on 1998/09/23  03:30:07
31360         Log: fix mismatched UV/U32 types for to_utf8_*()
31361      Branch: perl
31362            ! utf8.c
31363 ____________________________________________________________________________
31364 [  1804] By: gsar                                  on 1998/09/23  03:22:22
31365         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
31366              Date: Sun, 9 Aug 1998 22:38:23 +0200
31367              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
31368              Subject: [PATCH 5.5002] dos-djgpp update
31369      Branch: perl
31370            ! t/io/fs.t
31371 ____________________________________________________________________________
31372 [  1803] By: gsar                                  on 1998/09/23  03:20:13
31373         Log: apply minimal variant of patch (sent via private mail)
31374              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
31375              Date: Wed, 12 Aug 1998 15:42:35 +0300
31376              Message-Id: <199808121242.PAA29761@comanche.spices>
31377              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
31378      Branch: perl
31379            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
31380            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
31381 ____________________________________________________________________________
31382 [  1802] By: gsar                                  on 1998/09/23  03:03:39
31383         Log: adjust searchdict.t for EBCDIC (still needs documenting)
31384              From: pvhp@forte.com (Peter Prymmer)
31385              Date: Thu, 6 Aug 98 18:09:39 PDT
31386              Message-Id: <9808070109.AA06158@forte.com>
31387              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
31388      Branch: perl
31389            ! README.os390 t/lib/searchdict.t
31390 ____________________________________________________________________________
31391 [  1801] By: gsar                                  on 1998/09/23  02:54:15
31392         Log: silence redefined warning for XS(INIT) {}
31393      Branch: perl
31394            ! op.c
31395 ____________________________________________________________________________
31396 [  1800] By: gsar                                  on 1998/09/23  02:42:23
31397         Log: support match indices via special variables @- and @+
31398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31399              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
31400              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
31401              Subject: [PATCH 5.004_76] @- and @+
31402      Branch: perl
31403            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
31404            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
31405 ____________________________________________________________________________
31406 [  1799] By: gsar                                  on 1998/09/23  01:44:31
31407         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31408              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
31409              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
31410              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
31411      Branch: perl
31412            ! regcomp.c t/op/re_tests
31413 ____________________________________________________________________________
31414 [  1798] By: gsar                                  on 1998/09/23  01:39:23
31415         Log: integrate maint-5.005 changes (except conflicting change#1794)
31416      Branch: perl
31417            ! Changes
31418           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
31419           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
31420           !> win32/win32.h
31421 ____________________________________________________________________________
31422 [  1797] By: gsar                                  on 1998/09/23  01:32:36
31423         Log: add note to win32/Makefile about setting CCHOME
31424      Branch: perl
31425            ! win32/Makefile win32/makefile.mk
31426 ____________________________________________________________________________
31427 [  1796] By: gsar                                  on 1998/09/23  01:31:32
31428         Log: perl.pod tweak
31429      Branch: perl
31430            ! pod/perl.pod
31431 ____________________________________________________________________________
31432 [  1795] By: gsar                                  on 1998/09/21  20:34:10
31433         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
31434      Branch: perl
31435            ! lib/ExtUtils/xsubpp
31436 ____________________________________________________________________________
31437 [  1789] By: gsar                                  on 1998/09/18  18:01:37
31438         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
31439      Branch: perl
31440            ! cop.h t/cmd/for.t
31441 ____________________________________________________________________________
31442 [  1788] By: gsar                                  on 1998/09/17  02:19:11
31443         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
31444      Branch: perl
31445            ! win32/config.bc win32/config.gc win32/config.vc
31446 ____________________________________________________________________________
31447 [  1787] By: gsar                                  on 1998/09/17  01:45:14
31448         Log: suppress bogus warning on C<sub x {} x()>
31449      Branch: perl
31450            ! toke.c
31451 ____________________________________________________________________________
31452 [  1786] By: gsar                                  on 1998/09/17  01:42:51
31453         Log: ntohl typo in objXSUB.h
31454      Branch: perl
31455            ! objXSUB.h
31456 ____________________________________________________________________________
31457 [  1785] By: gsar                                  on 1998/09/17  01:41:48
31458         Log: fill gaps in sig_* entries in win32/config.?c
31459      Branch: perl
31460            ! win32/config.bc win32/config.gc win32/config.vc
31461 ____________________________________________________________________________
31462 [  1781] By: larry                                 on 1998/09/05  23:48:24
31463         Log: tr/// logic was hosed under utf8
31464      Branch: perl
31465            ! doop.c op.c op.h pp.c proto.h
31466 ____________________________________________________________________________
31467 [  1780] By: larry                                 on 1998/09/05  23:44:16
31468         Log: several new tests needed tweaking to work under utf8
31469      Branch: perl
31470            ! t/comp/require.t t/op/pack.t t/op/substr.t
31471 ____________________________________________________________________________
31472 [  1779] By: larry                                 on 1998/09/05  23:41:42
31473         Log: index() applied BM optimization to wrong argument
31474      Branch: perl
31475            ! op.c util.c
31476 ____________________________________________________________________________
31477 [  1778] By: larry                                 on 1998/09/05  23:38:29
31478         Log: Implicit require during compile reset line numbering
31479      Branch: perl
31480            ! pp_ctl.c
31481
31482 ----------------
31483 Version 5.005_51
31484 ----------------
31485
31486 ____________________________________________________________________________
31487 [  1777] By: gsar                                  on 1998/08/10  07:02:38
31488         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
31489              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
31490              lexical warning testsuite for win32
31491      Branch: perl
31492            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
31493            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
31494            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
31495            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
31496            ! win32/Makefile win32/makefile.mk
31497 ____________________________________________________________________________
31498 [  1776] By: gsar                                  on 1998/08/09  17:53:48
31499         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
31500      Branch: perl
31501            ! Changes MANIFEST perl.c pod/perlhist.pod
31502 ____________________________________________________________________________
31503 [  1775] By: gsar                                  on 1998/08/09  14:35:33
31504         Log: tweak warning test
31505      Branch: perl
31506            ! t/pragma/warn-toke
31507 ____________________________________________________________________________
31508 [  1774] By: gsar                                  on 1998/08/09  14:13:46
31509         Log: add missing dTHR; notes for test failures due to small stacksize
31510      Branch: perl
31511            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
31512            ! toke.c universal.c util.c
31513 ____________________________________________________________________________
31514 [  1773] By: gsar                                  on 1998/08/09  11:31:53
31515         Log: lexical warnings; tweaks to places that didn't apply correctly
31516              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
31517              Date:    Wed, 29 Jul 1998 09:28:45 BST
31518              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
31519              Subject: lexical warnings patch for 5.005_50
31520      Branch: perl
31521            + README.lexwarn lib/warning.pm t/pragma/warn-2use
31522            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
31523            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
31524            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
31525            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
31526            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
31527            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
31528            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
31529            + warning.h warning.pl
31530            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
31531            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
31532            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
31533            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
31534            ! universal.c util.c
31535 ____________________________________________________________________________
31536 [  1772] By: gsar                                  on 1998/08/08  23:06:00
31537         Log: bump patchlevel to 5.005_51
31538      Branch: perl
31539            ! patchlevel.h win32/Makefile win32/config_H.bc
31540            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
31541 ____________________________________________________________________________
31542 [  1771] By: gsar                                  on 1998/08/08  23:01:57
31543         Log: fix bogus warning on "\x{123}"
31544              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
31545              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
31546              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
31547              Subject: [5.005_50 PATCH] Some unicode problems
31548      Branch: perl
31549            ! regcomp.c toke.c
31550 ____________________________________________________________________________
31551 [  1770] By: gsar                                  on 1998/08/08  22:56:55
31552         Log: hide dup symbol for static build of ext/re
31553              From: Dominic Dunlop <domo@ppp72.vo.lu>
31554              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
31555              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
31556              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
31557      Branch: perl
31558            ! regcomp.c
31559 ____________________________________________________________________________
31560 [  1769] By: gsar                                  on 1998/08/08  22:45:06
31561         Log: fix double free on -Mutf8 -e '$b=uc("")'
31562              From: larry@wall.org (Larry Wall)
31563              Date: Fri, 7 Aug 1998 14:42:43 -0700
31564              Message-Id: <199808072142.OAA14920@wall.org>
31565              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
31566      Branch: perl
31567            ! pp.c
31568 ____________________________________________________________________________
31569 [  1768] By: gsar                                  on 1998/08/08  22:42:29
31570         Log: substr() assumes utf8 without say-so
31571              From: larry@wall.org (Larry Wall)
31572              Date: Fri, 7 Aug 1998 12:25:12 -0700
31573              Message-Id: <199808071925.MAA13436@wall.org>
31574              Subject: [PATCH 5.005_50] substr bug?
31575      Branch: perl
31576            ! pp.c
31577 ____________________________________________________________________________
31578 [  1767] By: gsar                                  on 1998/08/08  22:38:25
31579         Log: fix intolerance of SWASHes for blank lines
31580              From: Gisle Aas <aas@sn.no>
31581              Date: 06 Aug 1998 23:28:57 +0200
31582              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
31583              Subject: Re: Re[2]: another joyride begins
31584      Branch: perl
31585            ! lib/utf8_heavy.pl
31586 ____________________________________________________________________________
31587 [  1766] By: gsar                                  on 1998/08/08  22:33:10
31588         Log: utf8 doc tweak
31589              From: Gisle Aas <aas@sn.no>
31590              Date: 05 Aug 1998 00:41:04 +0200
31591              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
31592              Subject: Matching clumps
31593      Branch: perl
31594            ! lib/utf8.pm
31595 ____________________________________________________________________________
31596 [  1765] By: gsar                                  on 1998/08/08  22:31:37
31597         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
31598              From: Gisle Aas <aas@sn.no>
31599              Date: 04 Aug 1998 22:56:11 +0200
31600              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
31601              Subject: Re: another joyride begins
31602      Branch: perl
31603            ! lib/utf8_heavy.pl
31604 ____________________________________________________________________________
31605 [  1764] By: gsar                                  on 1998/08/08  22:28:43
31606         Log: From: larry@wall.org (Larry Wall)
31607              Date: Tue, 4 Aug 1998 17:04:51 -0700
31608              Message-Id: <199808050004.RAA22592@wall.org>
31609              Subject: [PATCH 5.005_50] \pX not implemented!
31610      Branch: perl
31611            ! regcomp.c
31612 ____________________________________________________________________________
31613 [  1763] By: gsar                                  on 1998/08/08  22:27:15
31614         Log: From: Stephen McCamant <alias@mcs.com>
31615              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
31616              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
31617              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
31618      Branch: perl
31619            ! op.c
31620 ____________________________________________________________________________
31621 [  1762] By: gsar                                  on 1998/08/08  22:26:09
31622         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
31623              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
31624              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
31625              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
31626      Branch: perl
31627            + t/op/grent.t t/op/pwent.t
31628            ! MANIFEST
31629 ____________________________________________________________________________
31630 [  1761] By: gsar                                  on 1998/08/08  22:21:52
31631         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31632              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
31633              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
31634              Subject: [5.005_50 PATCH] misprint in RE engine
31635      Branch: perl
31636            ! regexec.c t/op/re_tests
31637 ____________________________________________________________________________
31638 [  1760] By: gsar                                  on 1998/08/08  22:18:54
31639         Log: integrate maint-5.005 changes into mainline
31640      Branch: perl
31641           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
31642           !> (integrate 138 files)
31643 ____________________________________________________________________________
31644 [  1672] By: gsar                                  on 1998/07/27  18:35:28
31645         Log: create new Changes
31646      Branch: perl
31647            + Changes
31648            ! Changes5.005 MANIFEST
31649 ____________________________________________________________________________
31650 [  1671] By: gsar                                  on 1998/07/27  18:30:57
31651         Log: rename Changes --> Changes5.005
31652      Branch: perl
31653           +> Changes5.005
31654            - Changes
31655 ____________________________________________________________________________
31656 [  1670] By: gsar                                  on 1998/07/27  18:10:14
31657         Log: integrate 5.005_01 changes from maint
31658      Branch: perl
31659            ! Changes
31660           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
31661           !> win32/win32.c
31662 ____________________________________________________________________________
31663 [  1667] By: nick                                  on 1998/07/26  14:31:01
31664         Log: Add dTHR so that it compiles miniperl in threaded mode
31665      Branch: perl
31666            ! doop.c mg.c regcomp.c regexec.c
31667 ____________________________________________________________________________
31668 [  1666] By: nick                                  on 1998/07/26  13:01:10
31669         Log: Resolve ansiperl against mainline (@1648?)
31670              Unclear that change number has "taken".
31671      Branch: ansiperl
31672           +> (branch 169 files)
31673            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
31674           !> (integrate 131 files)
31675
31676 ----------------
31677 Version 5.005_50
31678 ----------------
31679
31680 ____________________________________________________________________________
31681 [  1665] By: gsar                                  on 1998/07/26  05:38:48
31682         Log: add trailing newline to file
31683      Branch: perl
31684            ! Changes lib/unicode/blocks.txt
31685 ____________________________________________________________________________
31686 [  1664] By: gsar                                  on 1998/07/26  05:08:48
31687         Log: integrate proto.h additions from maint-5.005
31688      Branch: perl
31689           !> pod/perlhist.pod proto.h
31690 ____________________________________________________________________________
31691 [  1663] By: gsar                                  on 1998/07/26  05:07:05
31692         Log: add new files to MANIFEST; add missing prototypes to proto.h;
31693              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
31694              add typecasts to silence warnings; tweaks for win32 builds
31695      Branch: perl
31696            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
31697            ! win32/Makefile win32/makefile.mk
31698 ____________________________________________________________________________
31699 [  1662] By: gsar                                  on 1998/07/26  05:01:52
31700         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
31701      Branch: maint-5.005/perl
31702            ! pod/perlhist.pod proto.h
31703 ____________________________________________________________________________
31704 [  1661] By: gsar                                  on 1998/07/26  02:52:48
31705         Log: up patchlevel to 5.005_50
31706      Branch: perl
31707            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
31708            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
31709 ____________________________________________________________________________
31710 [  1660] By: gsar                                  on 1998/07/26  02:43:57
31711         Log: integrate utfperl
31712      Branch: perl
31713           +> (branch 162 files)
31714           !> (integrate 29 files)
31715 ____________________________________________________________________________
31716 [  1659] By: gsar                                  on 1998/07/26  02:38:22
31717         Log: integrate maint-5.005 changes
31718      Branch: perl
31719           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
31720           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
31721           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
31722           !> vms/descrip_mms.template vms/subconfigure.com
31723 ____________________________________________________________________________
31724 [  1658] By: gsar                                  on 1998/07/26  02:23:46
31725         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
31726              Date: Fri, 24 Jul 1998 11:38:25 -0700
31727              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
31728              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
31729              --
31730              Date: Fri, 24 Jul 1998 12:30:36 -0700
31731              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
31732              Subject: [PATCH 5.005]Tweaks to README.vms
31733              --
31734              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
31735              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
31736              Subject: [PATCH 5.005] Final build cleanup patch
31737      Branch: maint-5.005/perl
31738            ! README.vms vms/descrip_mms.template vms/subconfigure.com
31739 ____________________________________________________________________________
31740 [  1657] By: gsar                                  on 1998/07/26  02:19:50
31741         Log: another platform where pp_sselect() needs a whole fd_set buffer
31742              From: Lupe Christoph <lupe@alanya.m.isar.de>
31743              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
31744              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
31745              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
31746      Branch: maint-5.005/perl
31747            ! pp_sys.c
31748 ____________________________________________________________________________
31749 [  1656] By: gsar                                  on 1998/07/26  02:12:46
31750         Log: fix problem building modules on dos-djgpp
31751              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
31752              Date: Sat, 25 Jul 1998 00:53:39 +0200
31753              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
31754              Subject: [PATCH 5.005] dos-djgpp and modules problem
31755      Branch: maint-5.005/perl
31756            ! djgpp/fixpmain
31757 ____________________________________________________________________________
31758 [  1655] By: gsar                                  on 1998/07/26  02:11:09
31759         Log: From: Tom Spindler <dogcow@home.merit.edu>
31760              Date: Wed, 22 Jul 1998 16:11:07 -0400
31761              Message-ID: <19980722161107.A16813@home.merit.edu>
31762              Subject: [PATCH 5.005] BeOS tweak
31763      Branch: maint-5.005/perl
31764            ! hints/beos.sh
31765 ____________________________________________________________________________
31766 [  1654] By: gsar                                  on 1998/07/26  02:09:29
31767         Log: various pod tweaks
31768      Branch: maint-5.005/perl
31769            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
31770            ! pod/perltoc.pod
31771 ____________________________________________________________________________
31772 [  1653] By: gsar                                  on 1998/07/26  02:05:46
31773         Log: fix emacs/ptags for PL_* changes
31774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31775              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
31776              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
31777              Subject: [PATCH 5.004_76] Yet better ptags
31778      Branch: maint-5.005/perl
31779            ! emacs/ptags
31780 ____________________________________________________________________________
31781 [  1652] By: gsar                                  on 1998/07/26  02:03:01
31782         Log: fix behavior of <=> on bigints
31783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31784              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
31785              Date: Fri, 24 Jul 1998 18:29:53 +0100
31786              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
31787      Branch: maint-5.005/perl
31788            ! lib/Math/BigInt.pm t/lib/bigintpm.t
31789 ____________________________________________________________________________
31790 [  1651] By: larry                                 on 1998/07/24  05:44:33
31791         Log: Here are the long-expected Unicode/UTF-8 modifications.
31792      Branch: utfperl
31793            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
31794            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
31795            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
31796            + lib/unicode/Decomposition.pl
31797            + lib/unicode/In/AlphabeticPresentationForms.pl
31798            + lib/unicode/In/Arabic.pl
31799            + lib/unicode/In/ArabicPresentationForms-A.pl
31800            + lib/unicode/In/ArabicPresentationForms-B.pl
31801            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
31802            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
31803            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
31804            + lib/unicode/In/BoxDrawing.pl
31805            + lib/unicode/In/CJKCompatibility.pl
31806            + lib/unicode/In/CJKCompatibilityForms.pl
31807            + lib/unicode/In/CJKCompatibilityIdeographs.pl
31808            + lib/unicode/In/CJKSymbolsandPunctuation.pl
31809            + lib/unicode/In/CJKUnifiedIdeographs.pl
31810            + lib/unicode/In/CombiningDiacriticalMarks.pl
31811            + lib/unicode/In/CombiningHalfMarks.pl
31812            + lib/unicode/In/CombiningMarksforSymbols.pl
31813            + lib/unicode/In/ControlPictures.pl
31814            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
31815            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
31816            + lib/unicode/In/EnclosedAlphanumerics.pl
31817            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
31818            + lib/unicode/In/GeneralPunctuation.pl
31819            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
31820            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
31821            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
31822            + lib/unicode/In/HalfwidthandFullwidthForms.pl
31823            + lib/unicode/In/HangulCompatibilityJamo.pl
31824            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
31825            + lib/unicode/In/Hebrew.pl
31826            + lib/unicode/In/HighPrivateUseSurrogates.pl
31827            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
31828            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
31829            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
31830            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
31831            + lib/unicode/In/LatinExtended-A.pl
31832            + lib/unicode/In/LatinExtended-B.pl
31833            + lib/unicode/In/LatinExtendedAdditional.pl
31834            + lib/unicode/In/LetterlikeSymbols.pl
31835            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
31836            + lib/unicode/In/MathematicalOperators.pl
31837            + lib/unicode/In/MiscellaneousSymbols.pl
31838            + lib/unicode/In/MiscellaneousTechnical.pl
31839            + lib/unicode/In/NumberForms.pl
31840            + lib/unicode/In/OpticalCharacterRecognition.pl
31841            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
31842            + lib/unicode/In/SmallFormVariants.pl
31843            + lib/unicode/In/SpacingModifierLetters.pl
31844            + lib/unicode/In/Specials.pl
31845            + lib/unicode/In/SuperscriptsandSubscripts.pl
31846            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
31847            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
31848            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
31849            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
31850            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
31851            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
31852            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
31853            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
31854            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
31855            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
31856            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
31857            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
31858            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
31859            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
31860            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
31861            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
31862            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
31863            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
31864            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
31865            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
31866            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
31867            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
31868            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
31869            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
31870            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
31871            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
31872            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
31873            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
31874            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
31875            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
31876            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
31877            + lib/unicode/JamoShort.pl lib/unicode/Makefile
31878            + lib/unicode/Name.pl lib/unicode/Number.pl
31879            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
31880            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
31881            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
31882            + lib/unicode/blocks.txt lib/unicode/index2.txt
31883            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
31884            + lib/unicode/names2.txt lib/unicode/props2.txt
31885            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
31886            + utf8.c utf8.h
31887            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
31888            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
31889            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
31890            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
31891            ! t/op/vec.t toke.c util.c vms/vmsish.h
31892 ____________________________________________________________________________
31893 [  1650] By: gsar                                  on 1998/07/24  04:06:48
31894         Log: create utfperl branch
31895      Branch: utfperl
31896           +> (branch 1079 files)
31897 ____________________________________________________________________________
31898 [  1649] By: gsar                                  on 1998/07/24  03:56:56
31899         Log: create maint-5.005 branch
31900      Branch: maint-5.005/perl
31901           +> (branch 1079 files)
31902 ____________________________________________________________________________
31903 [  1648] By: gsar                                  on 1998/07/24  03:36:35
31904         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
31905      Branch: perl
31906            ! Changes
31907