Todo update.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_60        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3894] By: gsar                                  on 1999/08/02  17:12:31
83         Log: integrate change#3893, make it conditional on bincompat5005
84      Branch: perl
85            ! makedef.pl
86 ____________________________________________________________________________
87 [  3893] By: jhi                                   on 1999/08/02  16:49:08
88         Log: PERL_BINCOMPAT_5005 symbol translation.
89              (AIX wouldn't link neither perl nor extensions.)
90      Branch: cfgperl
91            ! makedef.pl
92 ____________________________________________________________________________
93 [  3892] By: gsar                                  on 1999/08/02  16:09:13
94         Log: integrate cfgperl contents into mainline
95      Branch: perl
96           +> t/op/64bit.t
97            ! Changes
98           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
99           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
100           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
101 ____________________________________________________________________________
102 [  3891] By: jhi                                   on 1999/08/02  14:52:40
103         Log: AIX long long probing requires LL suffix for
104              the ll constant.  The suffix doesn't seem
105              to bother other ll platforms.
106      Branch: cfgperl
107            ! Configure config_h.SH hints/aix.sh
108      Branch: metaconfig/U/perl
109            ! quadfio.U
110 ____________________________________________________________________________
111 [  3890] By: jhi                                   on 1999/08/02  14:21:55
112         Log: Exact path to perl for open -|.
113      Branch: cfgperl
114            ! t/io/open.t
115 ____________________________________________________________________________
116 [  3889] By: jhi                                   on 1999/08/02  14:18:03
117         Log: Integrate with Sarathy.
118      Branch: cfgperl
119           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
120           !> win32/Makefile win32/config_H.bc win32/config_H.gc
121           !> win32/config_H.vc win32/makefile.mk win32/win32.c
122 ____________________________________________________________________________
123 [  3888] By: jhi                                   on 1999/08/02  14:14:29
124         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
125      Branch: cfgperl
126            ! hints/aix.sh
127 ____________________________________________________________________________
128 [  3887] By: jhi                                   on 1999/08/02  12:53:10
129         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
130              emacs code indentation doesn't get wrong ideas--
131              in other words, introduce a couple of "redundant" if:s.
132      Branch: cfgperl
133            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
134            ! util.c
135 ____________________________________________________________________________
136 [  3886] By: jhi                                   on 1999/08/02  12:43:16
137         Log: Mention that also *BSD systems with glibc are known to stumble.
138      Branch: cfgperl
139            ! t/pragma/warn/pp_hot
140 ____________________________________________________________________________
141 [  3885] By: jhi                                   on 1999/08/02  12:34:15
142         Log: Allow also non-long long but still quad platforms print quads.
143      Branch: cfgperl
144            ! Configure config_h.SH
145      Branch: metaconfig/U/perl
146            ! longdblfio.U quadfio.U
147 ____________________________________________________________________________
148 [  3884] By: jhi                                   on 1999/08/02  11:56:14
149         Log: Fix regclass utf8 hex ranges for quads.
150      Branch: cfgperl
151            ! regcomp.c
152 ____________________________________________________________________________
153 [  3883] By: jhi                                   on 1999/08/02  11:42:14
154         Log: Enhance the description of how to detect quad support.
155      Branch: cfgperl
156            ! pod/perlfunc.pod
157 ____________________________________________________________________________
158 [  3882] By: jhi                                   on 1999/08/02  11:22:19
159         Log: Fix printf %D %U %O for quads.
160      Branch: cfgperl
161            ! sv.c t/op/64bit.t
162 ____________________________________________________________________________
163 [  3881] By: jhi                                   on 1999/08/02  11:16:12
164         Log: Document quad printing.
165      Branch: cfgperl
166            ! pod/perlfunc.pod
167 ____________________________________________________________________________
168 [  3880] By: jhi                                   on 1999/08/02  10:32:01
169         Log: More 64-bit fixing.  One known bug of that kind
170              remains, 32-bit platforms using long long in
171              the test t/pragma/utf8 subtests 1-3 fail.
172              (Update: change    #3884 fixed that one.)
173      Branch: cfgperl
174            + t/op/64bit.t
175            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
176
177 ----------------
178 Version 5.005_59
179 ----------------
180
181 ____________________________________________________________________________
182 [  3879] By: gsar                                  on 1999/08/02  08:18:58
183         Log: integrate cfgperl changes into mainline
184      Branch: perl
185           !> Configure config_h.SH sv.c
186 ____________________________________________________________________________
187 [  3878] By: gsar                                  on 1999/08/02  08:13:16
188         Log: change#3692 had an unintentional patch leak through!
189              (this would explain the mysterious C<next LABEL> failures
190              people have seen)
191      Branch: perl
192            ! pp_ctl.c
193 ____________________________________________________________________________
194 [  3877] By: gsar                                  on 1999/08/02  08:00:29
195         Log: up patchlevel to 59
196      Branch: perl
197            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
198            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
199            ! win32/makefile.mk
200 ____________________________________________________________________________
201 [  3876] By: gsar                                  on 1999/08/02  07:51:18
202         Log: fix coredump under usethreads+debug
203      Branch: perl
204            ! util.c
205 ____________________________________________________________________________
206 [  3875] By: jhi                                   on 1999/08/02  07:50:51
207         Log: d_bincompat5005 could be left empty.
208      Branch: cfgperl
209            ! Configure config_h.SH
210      Branch: metaconfig/U/perl
211            ! bincompat5005.U
212 ____________________________________________________________________________
213 [  3874] By: jhi                                   on 1999/08/02  07:42:45
214         Log: Fix printf %d when IV is quad.
215      Branch: cfgperl
216            ! sv.c
217 ____________________________________________________________________________
218 [  3873] By: gsar                                  on 1999/08/02  07:41:03
219         Log: fix d_bincompat5005='' junking config.h
220      Branch: perl
221            ! Configure
222 ____________________________________________________________________________
223 [  3872] By: gsar                                  on 1999/08/02  07:38:48
224         Log: C needs parameter list, not merely type
225      Branch: perl
226            ! win32/win32.c
227 ____________________________________________________________________________
228 [  3871] By: jhi                                   on 1999/08/02  07:20:51
229         Log: Integrate with Sarathy.
230      Branch: cfgperl
231           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
232 ____________________________________________________________________________
233 [  3870] By: gsar                                  on 1999/08/02  07:12:18
234         Log: integrate cfgperl changes into mainline
235      Branch: perl
236            ! Changes
237           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
238           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
239           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
240           !> toke.c util.c
241 ____________________________________________________________________________
242 [  3869] By: gsar                                  on 1999/08/02  06:59:09
243         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
244              Date: Sat, 31 Jul 1999 19:08:33 -0700
245              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
246              Subject: [PATCH 5.005_58] "use constant" in the compiler
247      Branch: perl
248            ! ext/B/B/C.pm ext/B/B/CC.pm
249 ____________________________________________________________________________
250 [  3868] By: gsar                                  on 1999/08/02  06:55:51
251         Log: debug build tweak
252      Branch: perl
253            ! regexec.c
254 ____________________________________________________________________________
255 [  3867] By: gsar                                  on 1999/08/02  06:35:18
256         Log: create vmsperl branch (to be owned and operated by: cbailey)
257      Branch: vmsperl
258           +> (branch 1476 files)
259 ____________________________________________________________________________
260 [  3866] By: jhi                                   on 1999/08/01  23:34:40
261         Log: so_locations once is enough.
262      Branch: cfgperl
263            ! Makefile.SH
264 ____________________________________________________________________________
265 [  3865] By: jhi                                   on 1999/08/01  23:13:05
266         Log: Simplicate duplicated code.
267      Branch: cfgperl
268            ! util.c
269 ____________________________________________________________________________
270 [  3864] By: jhi                                   on 1999/08/01  22:41:41
271         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
272      Branch: cfgperl
273           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
274           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
275            - README.cygwin32 cygwin32/Makefile.SHs
276            - cygwin32/build-instructions.READFIRST
277            - cygwin32/build-instructions.charles-wilson
278            - cygwin32/build-instructions.sebastien-barre
279            - cygwin32/build-instructions.steven-morlock
280            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
281            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
282            - hints/cygwin32.sh
283           !> (integrate 61 files)
284 ____________________________________________________________________________
285 [  3863] By: jhi                                   on 1999/08/01  22:36:02
286         Log: Regen Configure and Glossary once again.
287      Branch: cfgperl
288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
289            ! config_h.SH
290 ____________________________________________________________________________
291 [  3862] By: jhi                                   on 1999/08/01  22:26:09
292         Log: Glossary update for #3861.
293      Branch: cfgperl
294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
295            ! config_h.SH
296 ____________________________________________________________________________
297 [  3861] By: jhi                                   on 1999/08/01  22:22:51
298         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
299              with -Duse64bits (using long long).
300              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
301              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
302              'print unpack "q", pack "q", 12345678901'
303              should work on such 32-bit platforms.
304              Still a lot of printf()s behind -D which wrongly assume
305              that %ld/%lx and (long) are a good combination.
306              Introducing a slew of new macros intended to be used in printf()
307              format strings: e. g. PERL_PRId64 is the string to be used
308              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
309              The PRI... naming follows the C9X naming of <inttypes.h> macros.
310      Branch: cfgperl
311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
312            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
313            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
314      Branch: metaconfig/U/perl
315            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
316 ____________________________________________________________________________
317 [  3860] By: gsar                                  on 1999/08/01  21:23:18
318         Log: integrate cfgperl contents into mainline
319      Branch: perl
320            ! toke.c
321           !> (integrate 29 files)
322 ____________________________________________________________________________
323 [  3859] By: gsar                                  on 1999/08/01  21:13:09
324         Log: From: Nathan Torkington <gnat@frii.com>
325              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
326              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
327              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
328      Branch: perl
329            ! ext/B/B/Disassembler.pm
330 ____________________________________________________________________________
331 [  3858] By: gsar                                  on 1999/08/01  21:09:15
332         Log: DB_File 1.68 update from Paul Marquess
333      Branch: perl
334            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
335            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
336            ! t/lib/db-recno.t
337 ____________________________________________________________________________
338 [  3857] By: gsar                                  on 1999/08/01  21:05:54
339         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
340              Date: Sat, 31 Jul 1999 05:13:38 -0400
341              Message-Id: <199907311407.IAA25038@localhost.frii.com>
342              Subject: [PATCH 5.005_58] More optimizations to REx engine
343      Branch: perl
344            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
345            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
346 ____________________________________________________________________________
347 [  3856] By: gsar                                  on 1999/08/01  20:59:59
348         Log: slightly modified version of suggested patch
349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
350              Date: Sat, 31 Jul 1999 04:45:12 -0400
351              Message-Id: <199907311406.IAA25034@localhost.frii.com>
352              Subject: [PATCH 5.005_58] Fix OS/2 build
353      Branch: perl
354            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
355            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
356 ____________________________________________________________________________
357 [  3855] By: gsar                                  on 1999/08/01  20:49:06
358         Log: cygwin update
359              From: "Fifer, Eric" <EFifer@sanwaint.com>
360              Date: Fri, 30 Jul 1999 18:31:48 +0100
361              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
362              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
363      Branch: perl
364            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
365            ! pp_sys.c unixish.h util.c
366 ____________________________________________________________________________
367 [  3854] By: gsar                                  on 1999/08/01  20:41:53
368         Log: fixes from Stephen McCamant that address bugs in change#3612
369              (the optimization shouldn't be enabled in expressions where
370              the variable is introduced), and fix Deparse to grok the
371              optimization
372              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
373              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
374              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
375              --
376              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
377              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
378              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
379              --
380              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
381              Message-Id: <199907310326.VAA24376@localhost.frii.com>
382              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
383      Branch: perl
384            ! ext/B/B/Deparse.pm op.c
385 ____________________________________________________________________________
386 [  3853] By: gsar                                  on 1999/08/01  20:31:32
387         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
388              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
389              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
390              Subject: [PATCH _58] Two one-liner LOGOP tweaks
391      Branch: perl
392            ! op.c opcode.h opcode.pl
393 ____________________________________________________________________________
394 [  3852] By: gsar                                  on 1999/08/01  20:29:17
395         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
396      Branch: perl
397            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
398            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
399            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
400            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
401            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
402            ! pod/perlport.pod pp_sys.c util.c
403 ____________________________________________________________________________
404 [  3851] By: gsar                                  on 1999/08/01  20:20:05
405         Log: move files around for s/cygwin32/cygwin/ renaming
406      Branch: perl
407           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
408           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
409            - README.cygwin32 cygwin32/Makefile.SHs
410            - cygwin32/build-instructions.READFIRST
411            - cygwin32/build-instructions.charles-wilson
412            - cygwin32/build-instructions.sebastien-barre
413            - cygwin32/build-instructions.steven-morlock
414            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
415            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
416            - hints/cygwin32.sh
417            ! MANIFEST
418 ____________________________________________________________________________
419 [  3850] By: gsar                                  on 1999/08/01  20:05:14
420         Log: posix-bc hints tweak (via private mail from Thomas Dorner
421              <Thomas.Dorner@start.de>)
422      Branch: perl
423            ! Changes hints/posix-bc.sh
424 ____________________________________________________________________________
425 [  3849] By: gsar                                  on 1999/08/01  19:50:20
426         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
427              <gnat@frii.com>)
428      Branch: perl
429            ! perl.h pod/perldelta.pod pod/perlguts.pod
430 ____________________________________________________________________________
431 [  3848] By: gsar                                  on 1999/08/01  18:34:41
432         Log: fix defined(@foo) encarpments
433      Branch: perl
434            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
435            ! pod/perltrap.pod
436 ____________________________________________________________________________
437 [  3847] By: jhi                                   on 1999/08/01  17:17:07
438         Log: Undo #3790 and the patches that attempted to fix it
439              (#3837, #3838, #3845).  The #3790 caused linkage failures
440              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
441              IRIX 6.5.
442      Branch: cfgperl
443            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
444            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
445            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
446 ____________________________________________________________________________
447 [  3846] By: jhi                                   on 1999/08/01  11:41:52
448         Log: Reading 64-bit decimal numbers was broken because
449              the NV was cast to an I32, not an IV.
450      Branch: cfgperl
451            ! toke.c
452 ____________________________________________________________________________
453 [  3845] By: jhi                                   on 1999/08/01  11:00:24
454         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
455      Branch: cfgperl
456            + ext/SDBM_File/hints/solaris.pl
457 ____________________________________________________________________________
458 [  3844] By: jhi                                   on 1999/08/01  10:55:44
459         Log: Enable Solaris largefiles support only if -Duse64bits is used.
460              (Effectively removes #3311).
461      Branch: cfgperl
462            ! hints/solaris_2.sh
463 ____________________________________________________________________________
464 [  3843] By: jhi                                   on 1999/07/31  22:44:56
465         Log: Integer overflow iteration.
466      Branch: cfgperl
467            ! t/op/oct.t toke.c util.c
468 ____________________________________________________________________________
469 [  3842] By: jhi                                   on 1999/07/31  22:11:03
470         Log: Remove a lot of unused regnode codes.
471              Noticed by Ilya.
472      Branch: cfgperl
473            ! regcomp.c regcomp.sym regexec.c regnodes.h
474 ____________________________________________________________________________
475 [  3841] By: jhi                                   on 1999/07/31  21:53:54
476         Log: Make the use64bits and usethreads friendlier/braver;
477              they no more wimp out if the platform is unknown.
478              On use64bits if gcc used -DUSE_LONG_LONG is added
479              to the ccflags (this dependency on gcc caused a slightly weird
480              reordering of Configure, but things still seem to work.)
481      Branch: cfgperl
482            ! Configure README.threads config_h.SH
483      Branch: metaconfig
484            ! U/threads/usethreads.U
485      Branch: metaconfig/U/perl
486            ! use64bits.U
487 ____________________________________________________________________________
488 [  3840] By: jhi                                   on 1999/07/31  20:26:22
489         Log: Hack the "integer overflow" code some more.
490      Branch: cfgperl
491            ! perl.h toke.c util.c
492 ____________________________________________________________________________
493 [  3839] By: jhi                                   on 1999/07/31  20:22:00
494         Log: Test oct() at the 2^32-1 limit.
495      Branch: cfgperl
496            ! t/op/oct.t
497 ____________________________________________________________________________
498 [  3838] By: jhi                                   on 1999/07/31  20:08:43
499         Log: Update MANIFEST for #3837.
500      Branch: cfgperl
501            ! MANIFEST
502 ____________________________________________________________________________
503 [  3837] By: jhi                                   on 1999/07/31  20:02:40
504         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
505              (a core dump with a corrput stack ensues).
506      Branch: cfgperl
507            + ext/SDBM_File/hints/dec_osf.pl
508 ____________________________________________________________________________
509 [  3836] By: jhi                                   on 1999/07/29  21:09:01
510         Log: Allow for Configure -Ubincompat5005 override.
511      Branch: cfgperl
512            ! Configure config_h.SH
513      Branch: metaconfig/U/perl
514            ! bincompat5005.U
515 ____________________________________________________________________________
516 [  3835] By: jhi                                   on 1999/07/29  21:04:02
517         Log: Make Configure support PERL_BINCOMPAT_5005.
518      Branch: cfgperl
519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
520            ! config_h.SH
521      Branch: metaconfig/U/perl
522            + bincompat5005.U
523 ____________________________________________________________________________
524 [  3834] By: jhi                                   on 1999/07/29  19:25:35
525         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
526      Branch: cfgperl
527            ! Makefile.SH
528 ____________________________________________________________________________
529 [  3833] By: jhi                                   on 1999/07/29  14:07:09
530         Log: Integrate with Sarathy.  I overruled on perldelta
531              and perldiag.
532      Branch: cfgperl
533           !> README.win32 emacs/cperl-mode.el globals.c installperl
534           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
535           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
536           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
537           !> win32/perllib.c win32/win32.c
538 ____________________________________________________________________________
539 [  3832] By: jhi                                   on 1999/07/29  14:02:50
540         Log: Repent and make overly large integerish
541              constants non-fatal.  They are now promoted
542              to NVs, accompanied by an overflow warning that
543              is by default on.
544      Branch: cfgperl
545            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
546            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
547            ! toke.c util.c
548 ____________________________________________________________________________
549 [  3831] By: jhi                                   on 1999/07/29  11:40:04
550         Log: AIX exhibits different error on failed system().
551              Slightly modified patch via private email from
552              David R. Favor <dfavor@austin.ibm.com>
553      Branch: cfgperl
554            ! t/op/exec.t
555 ____________________________________________________________________________
556 [  3830] By: gsar                                  on 1999/07/29  07:46:11
557         Log: cperl-mode.el v4.19
558      Branch: perl
559            ! emacs/cperl-mode.el
560 ____________________________________________________________________________
561 [  3829] By: gsar                                  on 1999/07/29  07:30:35
562         Log: From: jan.dubois@ibm.net (Jan Dubois)
563              Date: Wed, 28 Jul 1999 22:01:42 +0200
564              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
565              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
566      Branch: perl
567            ! win32/bin/pl2bat.pl
568 ____________________________________________________________________________
569 [  3828] By: gsar                                  on 1999/07/29  07:19:27
570         Log: tweak previous change for multiple hits
571      Branch: perl
572            ! utils/perldoc.PL
573 ____________________________________________________________________________
574 [  3827] By: gsar                                  on 1999/07/29  07:10:00
575         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
576              really needs a pod2text() compatibility function)
577      Branch: perl
578            ! utils/perldoc.PL
579 ____________________________________________________________________________
580 [  3826] By: gsar                                  on 1999/07/29  01:33:46
581         Log: minor tweaks to pods and toke.c comments
582      Branch: perl
583            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
584 ____________________________________________________________________________
585 [  3825] By: gsar                                  on 1999/07/29  00:12:52
586         Log: integrate cfgperl changes into mainline
587      Branch: perl
588           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
589           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
590           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
591           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
592           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
593           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
594           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
595           !> t/pragma/warn/util toke.c util.c
596 ____________________________________________________________________________
597 [  3824] By: jhi                                   on 1999/07/28  21:15:04
598         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
599      Branch: cfgperl
600            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
601            ! ext/IO/lib/IO/Socket/INET.pm
602 ____________________________________________________________________________
603 [  3823] By: jhi                                   on 1999/07/28  20:29:17
604         Log: Continue pack() doc honing.
605      Branch: cfgperl
606            ! pod/perlfunc.pod
607 ____________________________________________________________________________
608 [  3822] By: jhi                                   on 1999/07/28  20:17:37
609         Log: Enhance pack() doc.
610      Branch: cfgperl
611            ! pod/perlfunc.pod
612 ____________________________________________________________________________
613 [  3821] By: jhi                                   on 1999/07/28  18:34:50
614         Log: UNIX Domain Sockets are not implemented under QNX.
615              
616              From: Norton Allen <allen@huarp.harvard.edu>
617              To: perl5-porters@perl.org
618              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
619              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
620              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
621      Branch: cfgperl
622            ! t/lib/io_unix.t
623 ____________________________________________________________________________
624 [  3820] By: jhi                                   on 1999/07/28  18:13:37
625         Log: IO::* enhancements.
626              
627              1) write() and syswrite() will now accept a single-argument
628              form of the call, for consistency with Perl's syswrite().
629              2) You can create a TCP-based IO::Socket::INET without forcing
630              a connect attempt.  This allows you to configure its options
631              (like making it non-blocking) and then call connect() manually.
632              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
633              from ever returning the correct value.
634              
635              From: Lincoln Stein <lstein@formaggio.cshl.org>
636              To: Graham Barr <gbarr@pobox.com>
637              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
638              Subject: Re: patch for IO::*
639              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
640              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
641      Branch: cfgperl
642            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
643            ! ext/IO/lib/IO/Socket/INET.pm
644 ____________________________________________________________________________
645 [  3819] By: gsar                                  on 1999/07/28  18:08:06
646         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
647      Branch: perl
648            ! README.win32 globals.c installperl iperlsys.h makedef.pl
649            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
650            ! win32/win32.c
651 ____________________________________________________________________________
652 [  3818] By: jhi                                   on 1999/07/28  17:48:16
653         Log: Need to add QNX to the list for DONT_DECLARE_STD.
654              (The elimination of use of the _() macro apparently triggered
655              an incompatability with a #define of atof)
656              
657              From: Norton Allen <allen@huarp.harvard.edu>
658              To: perl5-porters@perl.org
659              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
660              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
661              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
662      Branch: cfgperl
663            ! perl.h
664 ____________________________________________________________________________
665 [  3817] By: jhi                                   on 1999/07/28  17:46:30
666         Log: Need to add some more conditions to deal with the case
667              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
668              which is true for QNX4.
669              From: Norton Allen <allen@huarp.harvard.edu>
670              To: perl5-porters@perl.org
671              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
672              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
673              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
674      Branch: cfgperl
675            ! pp_sys.c
676 ____________________________________________________________________________
677 [  3816] By: jhi                                   on 1999/07/28  17:43:40
678         Log: The QNX shell needs a couple more semicolons.
679              
680              From: Norton Allen <allen@huarp.harvard.edu>
681              To: perl5-porters@perl.org
682              Subject: [ID 19990728.007] Patch:Configure _58 QNX
683              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
684              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
685              
686              plus silence metalint moanings on vendorprefix.
687      Branch: cfgperl
688            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
689            ! config_h.SH
690 ____________________________________________________________________________
691 [  3815] By: jhi                                   on 1999/07/28  17:31:11
692         Log: Silence metalint on vendorprefix.U.
693      Branch: metaconfig
694            ! U/installdirs/vendorprefix.U
695 ____________________________________________________________________________
696 [  3814] By: jhi                                   on 1999/07/28  17:13:29
697         Log: QNX shell needs more semicolons.
698      Branch: metaconfig/U/perl
699            ! Extensions.U
700 ____________________________________________________________________________
701 [  3813] By: jhi                                   on 1999/07/28  17:05:08
702         Log: Integrate with Sarathy.
703      Branch: cfgperl
704           !> lib/ExtUtils/MM_Unix.pm
705 ____________________________________________________________________________
706 [  3812] By: jhi                                   on 1999/07/28  16:20:17
707         Log: Fix a typo, un-shout, and reformat the installation output.
708      Branch: cfgperl
709            ! lib/ExtUtils/Install.pm
710 ____________________________________________________________________________
711 [  3811] By: gsar                                  on 1999/07/28  15:41:11
712         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
713      Branch: perl
714            ! lib/ExtUtils/MM_Unix.pm
715 ____________________________________________________________________________
716 [  3810] By: jhi                                   on 1999/07/28  13:55:57
717         Log: Talk more about subsecond things in perlfunc.
718              (Yes, redundant with perlfaq8.)
719      Branch: cfgperl
720            ! pod/perlfunc.pod
721 ____________________________________________________________________________
722 [  3809] By: jhi                                   on 1999/07/28  07:23:48
723         Log: Integrate with Sarathy.
724      Branch: cfgperl
725           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
726           !> t/op/pwent.t
727 ____________________________________________________________________________
728 [  3808] By: jhi                                   on 1999/07/28  07:23:03
729         Log: Document toke.c.
730              From: Nathan Torkington <gnat@frii.com>
731              To: perl5-porters@perl.org
732              Subject: Re: toke.c patch, work in progress
733              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
734              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
735      Branch: cfgperl
736            ! toke.c
737 ____________________________________________________________________________
738 [  3807] By: jhi                                   on 1999/07/28  07:10:56
739         Log: perlre clarification.
740              
741              From: Ian Phillipps <ian@dial.pipex.com>
742              To: Perl 5 Porters <perl5-porters@perl.org>
743              Subject: [PATCH 5.00557] Add definite article to perlre.pod
744              Date: Tue, 27 Jul 1999 10:46:29 +0100
745              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
746      Branch: cfgperl
747            ! pod/perlre.pod
748 ____________________________________________________________________________
749 [  3806] By: gsar                                  on 1999/07/28  07:07:46
750         Log: fix the perl -V breakage
751              
752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
753              To: Jarkko Hietaniemi <jhi@iki.fi>
754              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
755              gsar@activestate.com
756              Subject: Re: Follow up to: _58 on AIX 431
757              Date: Tue, 27 Jul 1999 17:42:00 -0400
758              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
759      Branch: perl
760            ! configpm
761 ____________________________________________________________________________
762 [  3805] By: gsar                                  on 1999/07/28  07:03:34
763         Log: avoid warning (from Doug MacEachern)
764      Branch: perl
765            ! perl.h
766 ____________________________________________________________________________
767 [  3804] By: gsar                                  on 1999/07/28  06:59:30
768         Log: Pod::Html tweak
769              
770              From: jan.dubois@ibm.net (Jan Dubois)
771              To: perl5-porters@perl.org
772              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
773              Date: Tue, 27 Jul 1999 22:14:12 +0200
774              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
775      Branch: perl
776            ! lib/Pod/Html.pm
777 ____________________________________________________________________________
778 [  3803] By: gsar                                  on 1999/07/28  06:56:38
779         Log: freebsd hints update
780              
781              From: Anton Berezin <tobez@plab.ku.dk>
782              To: perl5-porters@perl.org
783              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
784              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
785              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
786      Branch: perl
787            ! hints/freebsd.sh
788 ____________________________________________________________________________
789 [  3802] By: gsar                                  on 1999/07/28  06:51:32
790         Log: cosmetic testsuite patch
791              
792              From: Graham Barr <gbarr@ti.com>
793              To: Perl5 Porters <perl5-porters@perl.org>
794              Subject: 5.005_58 build
795              Date: Tue, 27 Jul 1999 08:09:25 -0500
796              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
797      Branch: perl
798            ! t/op/grent.t t/op/pwent.t
799 ____________________________________________________________________________
800 [  3801] By: jhi                                   on 1999/07/27  13:49:39
801         Log: Minuscule cleanup of the integer overflow patch.
802      Branch: cfgperl
803            ! util.c
804 ____________________________________________________________________________
805 [  3800] By: jhi                                   on 1999/07/27  13:37:23
806         Log: Test hex('x...').
807      Branch: cfgperl
808            ! t/op/oct.t
809 ____________________________________________________________________________
810 [  3799] By: jhi                                   on 1999/07/27  12:45:45
811         Log: Integrate with Sarathy (5.005_58).
812      Branch: cfgperl
813            - ext/B/byteperl.c
814           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
815           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
816           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
817           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
818           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
819           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
820           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
821           !> win32/config_H.vc
822 ____________________________________________________________________________
823 [  3798] By: jhi                                   on 1999/07/27  12:42:43
824         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
825              they used to be just optional lexical warnings.
826              Also, with warnings turned on, constants > 2**32-1
827              trigger a non-portability warning.
828      Branch: cfgperl
829            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
830            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
831            ! util.c
832 ____________________________________________________________________________
833 [  3797] By: gsar                                  on 1999/07/27  10:48:27
834         Log: here lies 5.005_58
835      Branch: perl
836            - ext/B/byteperl.c
837            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
838            ! pod/perlfaq9.pod pod/perlhist.pod
839
840 ----------------
841 Version 5.005_58
842 ----------------
843
844 ____________________________________________________________________________
845 [  3796] By: gsar                                  on 1999/07/27  09:23:42
846         Log: regenerate win32/config_H.?c
847      Branch: perl
848            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
849 ____________________________________________________________________________
850 [  3795] By: gsar                                  on 1999/07/27  09:02:31
851         Log: From: Tye McQueen <tye@metronet.com>
852              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
853              Message-Id: <199907270019.AA08223@metronet.com>
854              Subject: Patch pl2bat.pl so batch file can fail
855      Branch: perl
856            ! win32/bin/pl2bat.pl
857 ____________________________________________________________________________
858 [  3794] By: gsar                                  on 1999/07/27  08:59:58
859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
860              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
861              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
862              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
863      Branch: perl
864            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
865            ! lib/SelfLoader.pm
866 ____________________________________________________________________________
867 [  3793] By: gsar                                  on 1999/07/27  08:19:16
868         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
869              (from Andy Dougherty)
870      Branch: perl
871            ! embed.h embed.pl
872 ____________________________________________________________________________
873 [  3792] By: gsar                                  on 1999/07/27  08:04:19
874         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
875              and Brad Appleton)
876      Branch: perl
877            ! lib/Pod/Parser.pm
878 ____________________________________________________________________________
879 [  3791] By: gsar                                  on 1999/07/27  07:50:54
880         Log: cover case where CLK_TCK is a float, not integer (from
881              alexander smishlajev <als@turnhere.com>)
882      Branch: perl
883            ! ext/Devel/DProf/DProf.xs
884 ____________________________________________________________________________
885 [  3790] By: gsar                                  on 1999/07/27  07:45:08
886         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
887              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
888      Branch: perl
889            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
890            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
891 ____________________________________________________________________________
892 [  3789] By: jhi                                   on 1999/07/27  07:44:55
893         Log: Integrate with Sarathy.
894      Branch: cfgperl
895           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
896           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
897           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
898           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
899           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
900           !> proto.h t/comp/proto.t t/io/open.t
901 ____________________________________________________________________________
902 [  3788] By: gsar                                  on 1999/07/27  07:29:59
903         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
904              to Russ Allbery <rra@stanford.edu>); s/Simple// and
905              s/pod2txt/pod2text/ etc.
906      Branch: perl
907            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
908            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
909 ____________________________________________________________________________
910 [  3787] By: gsar                                  on 1999/07/27  06:48:40
911         Log: From: Andy Dougherty <doughera@lafayette.edu>
912              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
913              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
914              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
915      Branch: perl
916            ! ext/SDBM_File/sdbm/sdbm.h
917 ____________________________________________________________________________
918 [  3786] By: gsar                                  on 1999/07/27  06:30:09
919         Log: applied suggested patch; added missing prototype changes to
920              opcode.pl along with documentation typos (feature still needs
921              to be described in perlopentut.pod and summarized in
922              perldelta.pod)
923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
924              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
925              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
926              Subject: [PATCH 5.00557] 3-arg open
927      Branch: perl
928            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
929            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
930            ! proto.h t/comp/proto.t t/io/open.t
931 ____________________________________________________________________________
932 [  3785] By: gsar                                  on 1999/07/27  04:36:39
933         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
934              <roland.bauer@fff.at>)
935      Branch: perl
936            ! lib/Pod/Html.pm
937 ____________________________________________________________________________
938 [  3784] By: gsar                                  on 1999/07/27  03:56:17
939         Log: change#3762 wasn't needed
940      Branch: perl
941            ! ext/B/B/CC.pm
942 ____________________________________________________________________________
943 [  3783] By: jhi                                   on 1999/07/26  19:08:21
944         Log: Integrate with Sarathy.
945      Branch: cfgperl
946           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
947           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
948           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
949 ____________________________________________________________________________
950 [  3782] By: gsar                                  on 1999/07/26  18:16:50
951         Log: update Changes, patchlevel &c.
952      Branch: perl
953            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
954            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
955 ____________________________________________________________________________
956 [  3781] By: gsar                                  on 1999/07/26  17:54:47
957         Log: a more correct fix for change#2744
958              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
959              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
960              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
961              Subject: [PATCH _57] Re: toke.c questions 
962      Branch: perl
963            ! toke.c
964 ____________________________________________________________________________
965 [  3780] By: gsar                                  on 1999/07/26  17:37:04
966         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
967      Branch: perl
968            ! pod/perlfunc.pod
969 ____________________________________________________________________________
970 [  3779] By: jhi                                   on 1999/07/26  16:37:23
971         Log: Dusting off.
972      Branch: cfgperl
973            ! README.threads
974 ____________________________________________________________________________
975 [  3778] By: gsar                                  on 1999/07/26  13:28:46
976         Log: avoid DIVZERO
977      Branch: perl
978            ! utils/dprofpp.PL
979 ____________________________________________________________________________
980 [  3777] By: gsar                                  on 1999/07/26  13:18:53
981         Log: warnings identified by Borland compiler
982      Branch: perl
983            ! makedef.pl pp_ctl.c
984 ____________________________________________________________________________
985 [  3776] By: jhi                                   on 1999/07/26  13:07:36
986         Log: Integrate with Sarathy.
987      Branch: cfgperl
988           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
989 ____________________________________________________________________________
990 [  3775] By: gsar                                  on 1999/07/26  12:55:43
991         Log: avoid infinite recursion when Thread.pm croaks during
992              bootstrap
993      Branch: perl
994            ! lib/Carp/Heavy.pm
995 ____________________________________________________________________________
996 [  3774] By: gsar                                  on 1999/07/26  12:43:02
997         Log: integrate cfgperl contents into mainline
998      Branch: perl
999           +> lib/Carp/Heavy.pm
1000           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
1001           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
1002           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
1003           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1004           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
1005 ____________________________________________________________________________
1006 [  3773] By: jhi                                   on 1999/07/26  12:40:29
1007         Log: Use long doubles only if they are useful.
1008      Branch: cfgperl
1009            ! ext/POSIX/POSIX.xs
1010 ____________________________________________________________________________
1011 [  3772] By: gsar                                  on 1999/07/26  12:33:11
1012         Log: typo in change#3768
1013      Branch: perl
1014            ! pp_hot.c
1015 ____________________________________________________________________________
1016 [  3771] By: gsar                                  on 1999/07/26  12:08:27
1017         Log: alpha-stage support for user-hooks in @INC
1018              From: Ken Fox <kfox@ford.com>
1019              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
1020              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
1021              Subject: Re: loading remote modules
1022      Branch: perl
1023            ! pp_ctl.c
1024 ____________________________________________________________________________
1025 [  3770] By: jhi                                   on 1999/07/26  11:38:36
1026         Log: Back out #3735.  Needs more work.
1027      Branch: cfgperl
1028            ! Makefile.SH cflags.SH configpm ext/util/make_ext
1029            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
1030            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
1031            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1032            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
1033 ____________________________________________________________________________
1034 [  3769] By: jhi                                   on 1999/07/26  11:24:45
1035         Log: Integrate with Sarathy.
1036      Branch: cfgperl
1037           !> (integrate 35 files)
1038 ____________________________________________________________________________
1039 [  3768] By: gsar                                  on 1999/07/26  11:03:07
1040         Log: optimize method name lookup
1041              From: Chip Salzenberg <chip@perlsupport.com>
1042              Date: Thu, 22 Jul 1999 13:43:36 -0400
1043              Message-ID: <19990722134336.Q391@perlsupport.com>
1044              Subject: [PATCH] OP_METHOD_NAMED
1045      Branch: perl
1046            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
1047            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
1048            ! proto.h
1049 ____________________________________________________________________________
1050 [  3767] By: gsar                                  on 1999/07/26  10:44:11
1051         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
1052              foo()->()); rework grammar to remove conflicts
1053              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1054              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
1055              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
1056              Subject: [PATCH _57, long] Re: optional arrow asymmetry
1057      Branch: perl
1058            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
1059            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
1060            ! vms/perly_c.vms vms/perly_h.vms
1061 ____________________________________________________________________________
1062 [  3766] By: jhi                                   on 1999/07/26  10:18:56
1063         Log: Use $< instead of $*.c in *perlmain.o rules.
1064      Branch: cfgperl
1065            ! Makefile.SH
1066 ____________________________________________________________________________
1067 [  3765] By: gsar                                  on 1999/07/26  09:28:48
1068         Log: From: Ian Phillipps <ian@dial.pipex.com>
1069              Date: Fri, 23 Jul 1999 23:35:56 +0100
1070              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
1071              Subject: (Version 2) Extending unpack to deal with counted strings
1072      Branch: perl
1073            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
1074 ____________________________________________________________________________
1075 [  3764] By: jhi                                   on 1999/07/26  09:17:26
1076         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1077              To: perl5-porters@perl.org (Mailing list Perl5)
1078              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
1079              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
1080              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
1081              
1082              The patch was based on 5_57 so had to re-apply lib/Carp.pm
1083              parts of changes #3498, #3696, and #3702 for the new
1084              lib/Carp/Heavy.pm.
1085      Branch: cfgperl
1086            + lib/Carp/Heavy.pm
1087            ! MANIFEST lib/Carp.pm
1088 ____________________________________________________________________________
1089 [  3763] By: gsar                                  on 1999/07/26  09:03:17
1090         Log: ~ isn't valid in VMS filenames
1091      Branch: perl
1092            ! lib/Pod/Html.pm
1093 ____________________________________________________________________________
1094 [  3762] By: gsar                                  on 1999/07/26  08:59:47
1095         Log: setstate stop-gap from Vishal Bhatia
1096      Branch: perl
1097            ! ext/B/B/CC.pm
1098 ____________________________________________________________________________
1099 [  3761] By: gsar                                  on 1999/07/26  08:06:39
1100         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
1101              add B::OP::name() method that returns just the op_name;
1102              convert Deparse et all to use that instead of B::OP::ppaddr();
1103              add support for OP_SETSTATE in Deparse
1104      Branch: perl
1105            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
1106            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1107            ! ext/B/B/Xref.pm opcode.h opcode.pl
1108 ____________________________________________________________________________
1109 [  3760] By: jhi                                   on 1999/07/26  07:14:43
1110         Log: Integrate with Sarathy.
1111      Branch: cfgperl
1112           !> (integrate 43 files)
1113 ____________________________________________________________________________
1114 [  3759] By: gsar                                  on 1999/07/26  05:12:24
1115         Log: add disclaimer about perl 4 libraries (modified version of
1116              patch suggested by Clinton Pierce <cpierce1@ford.com>)
1117      Branch: perl
1118            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
1119            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
1120            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
1121            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
1122            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
1123 ____________________________________________________________________________
1124 [  3758] By: gsar                                  on 1999/07/26  04:48:35
1125         Log: make reset() behave with high-bit characters
1126              From: Ian Phillipps <ian@dial.pipex.com>
1127              Date: Thu, 22 Jul 1999 22:48:59 +0100
1128              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
1129              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
1130      Branch: perl
1131            ! sv.c
1132 ____________________________________________________________________________
1133 [  3757] By: gsar                                  on 1999/07/26  04:40:32
1134         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
1135      Branch: perl
1136            ! pod/perlport.pod
1137 ____________________________________________________________________________
1138 [  3756] By: gsar                                  on 1999/07/26  04:20:37
1139         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
1140      Branch: perl
1141            ! utils/dprofpp.PL
1142 ____________________________________________________________________________
1143 [  3755] By: gsar                                  on 1999/07/26  04:18:00
1144         Log: disable VPATH for now (breaks x2p build)
1145      Branch: perl
1146            ! x2p/Makefile.SH
1147 ____________________________________________________________________________
1148 [  3754] By: gsar                                  on 1999/07/26  03:15:33
1149         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
1150              (%! has the necessary magic); misc typos
1151      Branch: perl
1152            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1153            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
1154            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
1155            ! utils/h2xs.PL
1156 ____________________________________________________________________________
1157 [  3753] By: gsar                                  on 1999/07/26  02:38:28
1158         Log: integrate cfgperl contents into mainline
1159      Branch: perl
1160           +> t/pragma/locale/latin1 t/pragma/locale/utf8
1161           !> (integrate 53 files)
1162 ____________________________________________________________________________
1163 [  3752] By: gsar                                  on 1999/07/26  02:11:31
1164         Log: ensure implicitly closed handles don't set $? or $!
1165      Branch: perl
1166            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
1167 ____________________________________________________________________________
1168 [  3751] By: gsar                                  on 1999/07/26  01:28:34
1169         Log: change#3534 didn't preserve undef return values from caller()
1170      Branch: perl
1171            ! Changes pp_ctl.c
1172 ____________________________________________________________________________
1173 [  3750] By: jhi                                   on 1999/07/25  20:59:29
1174         Log: Back up a tiny bit from #3735.
1175              This may break builds outside the source directory
1176              but then again, they do not work that ell yet anyway.
1177      Branch: cfgperl
1178            ! Makefile.SH
1179 ____________________________________________________________________________
1180 [  3750] By: jhi                                   on 1999/07/25  20:59:29
1181         Log: Back up a tiny bit from #3735.
1182              This may break builds outside the source directory
1183              but then again, they do not work that ell yet anyway.
1184      Branch: cfgperl
1185            ! Makefile.SH
1186 ____________________________________________________________________________
1187 [  3749] By: jhi                                   on 1999/07/25  19:15:55
1188         Log: Integrate with Sarathy.
1189      Branch: cfgperl
1190           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
1191 ____________________________________________________________________________
1192 [  3748] By: jhi                                   on 1999/07/25  19:06:59
1193         Log: Recode locale.t so that the change in #3730
1194              is not needed and locale.t works both without
1195              and with the utf8 pragma.
1196      Branch: cfgperl
1197            + t/pragma/locale/latin1 t/pragma/locale/utf8
1198            ! MANIFEST t/pragma/locale.t
1199 ____________________________________________________________________________
1200 [  3747] By: jhi                                   on 1999/07/25  19:01:46
1201         Log: Like #3743.
1202      Branch: cfgperl
1203            ! utils/perlbug.PL
1204 ____________________________________________________________________________
1205 [  3746] By: gsar                                  on 1999/07/25  18:08:58
1206         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
1207              append a HISTORY section to POD if option is used
1208      Branch: perl
1209            ! utils/h2xs.PL
1210 ____________________________________________________________________________
1211 [  3745] By: gsar                                  on 1999/07/25  17:40:03
1212         Log: warn rather than die when parse_version() can't cut it (from
1213              Michael G Schwern <schwern@pobox.com>)
1214      Branch: perl
1215            ! lib/ExtUtils/MM_Unix.pm
1216 ____________________________________________________________________________
1217 [  3744] By: gsar                                  on 1999/07/25  16:32:48
1218         Log: make map behave like grep wrt indirect object slot when
1219              there are parentheses; revert an experimental mod by Larry
1220              in change#2038 that failed to parse %{{qw(a b c)}} properly
1221              (this means C<map {use Foo; ...} ...> still needs a proper
1222              fix)
1223      Branch: perl
1224            ! toke.c
1225 ____________________________________________________________________________
1226 [  3743] By: jhi                                   on 1999/07/25  16:24:55
1227         Log: Fix a typo in #3725.
1228      Branch: cfgperl
1229            ! utils/perlbug.PL
1230 ____________________________________________________________________________
1231 [  3742] By: jhi                                   on 1999/07/25  16:14:39
1232         Log: Integrate with Sarathy.
1233      Branch: cfgperl
1234           !> (integrate 26 files)
1235 ____________________________________________________________________________
1236 [  3741] By: jhi                                   on 1999/07/25  16:02:28
1237         Log: Cut-and-pasto in #3737.
1238      Branch: cfgperl
1239            ! perl.c
1240 ____________________________________________________________________________
1241 [  3740] By: gsar                                  on 1999/07/25  15:59:34
1242         Log: add note about glibc bug
1243      Branch: perl
1244            ! t/pragma/warn/pp_hot
1245 ____________________________________________________________________________
1246 [  3739] By: gsar                                  on 1999/07/25  15:48:40
1247         Log: fix bug in change#3728 that might free COPs prematurely;
1248              null(op) now does more thorough scrubbing of the op, which
1249              fixes a few compile-time memory "leaks"
1250      Branch: perl
1251            ! dump.c embed.h embed.pl op.c proto.h
1252 ____________________________________________________________________________
1253 [  3738] By: jhi                                   on 1999/07/25  14:15:26
1254         Log: In accordance with #3737.
1255      Branch: metaconfig
1256            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
1257            ! U/modified/Oldconfig.U
1258      Branch: metaconfig/U/perl
1259            ! Extensions.U
1260 ____________________________________________________________________________
1261 [  3737] By: jhi                                   on 1999/07/25  14:12:34
1262         Log: Use vendorprefixlib.
1263      Branch: cfgperl
1264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1265            ! config_h.SH perl.c
1266 ____________________________________________________________________________
1267 [  3736] By: jhi                                   on 1999/07/25  13:10:03
1268         Log: Populate metaconfig branch.
1269      Branch: metaconfig
1270            + (add 1468 files)
1271      Branch: metaconfig/U/perl
1272            + (add 101 files)
1273 ____________________________________________________________________________
1274 [  3735] By: jhi                                   on 1999/07/25  12:27:20
1275         Log: First steps of making builds outside the source
1276              directory possible.  These should get us as far
1277              as miniperl, then building DynaLoader falls into
1278              tiny twinkling pieces as MakeMaker knows nothing
1279              of VPATH mindset.
1280      Branch: cfgperl
1281            ! Configure Makefile.SH cflags.SH config_h.SH configpm
1282            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
1283            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
1284            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
1285            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
1286 ____________________________________________________________________________
1287 [  3734] By: jhi                                   on 1999/07/25  11:19:28
1288         Log: Poor Glossary--are we fixed yet?
1289      Branch: cfgperl
1290            ! Porting/Glossary
1291 ____________________________________________________________________________
1292 [  3733] By: jhi                                   on 1999/07/25  11:15:06
1293         Log: Change #3732 mistakenly clobbered Glossary.
1294      Branch: cfgperl
1295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1296            ! config_h.SH
1297 ____________________________________________________________________________
1298 [  3732] By: jhi                                   on 1999/07/25  10:46:39
1299         Log: Andy's new installation scheme (note: a lot of this
1300              leaked in already with change #3731).  The vendor*
1301              stuff is not used anywhere (in *.SH, say), so it
1302              isn't in Configure, either.
1303      Branch: cfgperl
1304            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1305            ! config_h.SH
1306 ____________________________________________________________________________
1307 [  3731] By: jhi                                   on 1999/07/25  10:12:07
1308         Log: Circumcode a strange shell(?) bug in AIX found
1309              while trying to do -Duse64bits (which I couldn't do
1310              in the end because the CPU isn't 64-bit in that box,
1311              but at least now the probing doesn't crash.)
1312      Branch: cfgperl
1313            ! Configure config_h.SH hints/aix.sh
1314 ____________________________________________________________________________
1315 [  3730] By: gsar                                  on 1999/07/25  04:56:56
1316         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
1317              a utf8 bug in one of the new RE optimizations
1318      Branch: perl
1319            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
1320            ! t/pragma/locale.t
1321 ____________________________________________________________________________
1322 [  3729] By: jhi                                   on 1999/07/23  19:56:27
1323         Log: From: Andy Dougherty <doughera@lafayette.edu>
1324              To: Perl Porters <perl5-porters@perl.org>
1325              Subject: [PATCH 5.005_57] INSTALL-1.58
1326              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
1327              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
1328              
1329              plus
1330              
1331              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1332              To: Andy Dougherty <doughera@lafayette.edu>
1333              Cc: Perl Porters <perl5-porters@perl.org>
1334              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
1335              Date: Fri, 23 Jul 1999 13:38:25 -0400
1336              Message-ID: <19990723133825.A12033@O2.chapin.edu>
1337      Branch: cfgperl
1338            ! INSTALL
1339 ____________________________________________________________________________
1340 [  3728] By: gsar                                  on 1999/07/23  17:24:42
1341         Log: applied suggested patch for tracking line numbers correctly in
1342              optimized blocks with a single statement; changed setcop to
1343              setstate and added code for -Dx dumps
1344              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1345              Date: Wed, 23 Jun 1999 17:27:42 +0100
1346              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
1347              Subject: [PATCH 5.005_57] Line number error in optimised else() 
1348      Branch: perl
1349            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
1350            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
1351            ! pp_proto.h t/op/misc.t
1352 ____________________________________________________________________________
1353 [  3727] By: gsar                                  on 1999/07/23  15:56:04
1354         Log: avoid useless use of target for pp_each(); also fixes bugs due to
1355              refcount held by the target
1356      Branch: perl
1357            ! opcode.h opcode.pl pp.c t/op/each.t
1358 ____________________________________________________________________________
1359 [  3726] By: jhi                                   on 1999/07/23  12:08:30
1360         Log: Change #3725 aftershock.
1361      Branch: cfgperl
1362            ! INSTALL jpl/JNI/JNI.pm
1363 ____________________________________________________________________________
1364 [  3725] By: jhi                                   on 1999/07/23  11:58:49
1365         Log: Introduce $Config{ldlibpthname} which contains
1366              the name of the environment variable holding the
1367              dynamic library search path, often LD_LIBRARY_PATH.
1368              Use this new feature all over.
1369              Also removed remnants of admonition "add LD_LIBRARY_PATH
1370              before running make" because Makefile.SH does this for you. 
1371      Branch: cfgperl
1372            ! Configure Makefile.SH config_h.SH
1373            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
1374            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
1375            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
1376            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
1377            ! jpl/install-jpl utils/perlbug.PL
1378 ____________________________________________________________________________
1379 [  3724] By: jhi                                   on 1999/07/23  08:03:36
1380         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
1381              To: perl5-porters@perl.org
1382              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
1383              Date: Thu, 22 Jul 1999 19:58:34 -0400
1384              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
1385      Branch: cfgperl
1386            ! av.c
1387 ____________________________________________________________________________
1388 [  3723] By: gsar                                  on 1999/07/23  00:01:29
1389         Log: emit warning about function calls that were encountered too early
1390              to enforce their prototype
1391      Branch: perl
1392            ! op.c op.h pod/perldiag.pod
1393 ____________________________________________________________________________
1394 [  3722] By: jhi                                   on 1999/07/22  21:19:59
1395         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1396              To: perl5-porters@perl.org
1397              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
1398              Subject: [PATCH] MakeMaker documentation
1399              Date: Wed, 21 Jul 1999 14:15:42 -0400
1400              Message-ID: <19990721141542.A1800@O2.chapin.edu>
1401      Branch: cfgperl
1402            ! lib/ExtUtils/MakeMaker.pm
1403 ____________________________________________________________________________
1404 [  3721] By: jhi                                   on 1999/07/22  21:05:19
1405         Log: From: pvhp@forte.com (Peter Prymmer)
1406              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
1407              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
1408              Date: Wed, 21 Jul 99 17:15:39 PDT
1409              Message-Id: <9907220015.AA11931@forte.com>
1410      Branch: cfgperl
1411            ! hints/os390.sh
1412 ____________________________________________________________________________
1413 [  3720] By: jhi                                   on 1999/07/22  20:51:17
1414         Log: AIX magic: ccdlflags needs to be different for
1415              Perl itself and for extra-core extensions
1416              (as used by ExtUtilss::embed::ldopts).
1417              Based on the problems described in
1418              
1419              From: Mike W Ellwood <mwe@rl.ac.uk>
1420              To: perl5-porters@perl.org
1421              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
1422              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
1423              Reply-To: m.w.ellwood@rl.ac.uk
1424              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
1425      Branch: cfgperl
1426            ! Configure Makefile.SH config_h.SH hints/aix.sh
1427 ____________________________________________________________________________
1428 [  3719] By: jhi                                   on 1999/07/22  08:23:53
1429         Log: Update history records.
1430      Branch: cfgperl
1431            ! pod/perlhist.pod
1432 ____________________________________________________________________________
1433 [  3718] By: jhi                                   on 1999/07/21  13:54:42
1434         Log: Todododobedobedo.
1435      Branch: cfgperl
1436            ! Todo
1437 ____________________________________________________________________________
1438 [  3717] By: jhi                                   on 1999/07/21  12:10:48
1439         Log: Even more Todo.
1440      Branch: cfgperl
1441            ! Todo
1442 ____________________________________________________________________________
1443 [  3716] By: jhi                                   on 1999/07/21  11:40:39
1444         Log: Use Errno more extensively so that error
1445              messages are more portable (another way
1446              would be to muck around with LC_MESSAGES).
1447              Problem reported in
1448              
1449              From: oracle@pcr8.pcr.com
1450              To: perl5-porters@perl.org
1451              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
1452              Date: Mon, 19 Jul 1999 18:39:13 -0400
1453              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
1454      Branch: cfgperl
1455            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1456            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
1457            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
1458 ____________________________________________________________________________
1459 [  3715] By: jhi                                   on 1999/07/21  11:05:36
1460         Log: Slightly modified patch.
1461              From: Sean Sheedy <seans@ncube.com>
1462              To: perl5-porters@perl.org
1463              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
1464              Date: Tue, 20 Jul 1999 09:52:06 -0700
1465              Message-Id: <3794A935.1C150E54@ncube.com>
1466      Branch: cfgperl
1467            ! cflags.SH x2p/cflags.SH
1468 ____________________________________________________________________________
1469 [  3714] By: jhi                                   on 1999/07/20  21:26:19
1470         Log: More Todo.
1471      Branch: cfgperl
1472            ! Todo
1473 ____________________________________________________________________________
1474 [  3713] By: jhi                                   on 1999/07/20  18:02:45
1475         Log: Integrate with Sarathy.
1476      Branch: cfgperl
1477           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1478           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1479           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
1480           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
1481           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
1482           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
1483           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
1484           +> utils/dprofpp.PL
1485           !> INSTALL MAINTAIN MANIFEST configure.com
1486           !> ext/Devel/Peek/Makefile.PL installman installperl
1487           !> pod/roffitall utils/Makefile vms/descrip_mms.template
1488           !> win32/Makefile win32/makefile.mk win32/win32.h
1489 ____________________________________________________________________________
1490 [  3712] By: gsar                                  on 1999/07/20  15:29:01
1491         Log: DProf tweak
1492      Branch: perl
1493            ! ext/Devel/DProf/DProf.xs
1494 ____________________________________________________________________________
1495 [  3711] By: gsar                                  on 1999/07/20  07:56:19
1496         Log: another DProf build tweak
1497      Branch: perl
1498            ! utils/dprofpp.PL
1499 ____________________________________________________________________________
1500 [  3710] By: gsar                                  on 1999/07/20  07:36:36
1501         Log: move DProf things around to where they are supposed to be
1502      Branch: perl
1503            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
1504            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
1505            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
1506            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
1507            + t/lib/dprof/test6_t t/lib/dprof/test6_v
1508           +> utils/dprofpp.PL
1509            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
1510            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
1511            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
1512            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
1513            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
1514            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
1515            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
1516            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
1517            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
1518            ! installperl pod/roffitall utils/Makefile
1519            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1520 ____________________________________________________________________________
1521 [  3709] By: gsar                                  on 1999/07/20  06:13:16
1522         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
1523      Branch: perl
1524            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1525            ! ext/Devel/Peek/Makefile.PL
1526 ____________________________________________________________________________
1527 [  3708] By: gsar                                  on 1999/07/20  06:01:22
1528         Log: move DProf to Devel/DProf
1529      Branch: perl
1530           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1531           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1532           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
1533           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
1534           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
1535           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
1536           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
1537           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
1538           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
1539           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
1540           +> ext/Devel/DProf/test.pl
1541            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1542            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1543            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1544            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1545            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1546            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1547            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1548            ! MAINTAIN MANIFEST configure.com win32/Makefile
1549            ! win32/makefile.mk
1550 ____________________________________________________________________________
1551 [  3707] By: gsar                                  on 1999/07/20  05:39:11
1552         Log: add Devel::DProf v19990108 from CPAN, as it was
1553      Branch: perl
1554            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1555            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1556            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1557            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1558            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1559            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1560            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1561            ! MANIFEST
1562 ____________________________________________________________________________
1563 [  3706] By: gsar                                  on 1999/07/20  04:52:25
1564         Log: C<union any> needs no PERL_OBJECT-treatment
1565      Branch: perl
1566            ! win32/win32.h
1567 ____________________________________________________________________________
1568 [  3705] By: gsar                                  on 1999/07/20  04:11:54
1569         Log: fix problem in default build
1570      Branch: perl
1571            ! win32/Makefile win32/makefile.mk
1572 ____________________________________________________________________________
1573 [  3704] By: jhi                                   on 1999/07/19  07:06:36
1574         Log: Integrate with Sarathy.
1575      Branch: cfgperl
1576           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
1577           !> win32/win32.c
1578 ____________________________________________________________________________
1579 [  3703] By: gsar                                  on 1999/07/19  05:55:57
1580         Log: win32 nits
1581      Branch: perl
1582            ! makedef.pl sv.h
1583 ____________________________________________________________________________
1584 [  3702] By: gsar                                  on 1999/07/19  04:29:34
1585         Log: don't display tid from main thread (or testsuite breaks)
1586      Branch: perl
1587            ! lib/Carp.pm util.c
1588 ____________________________________________________________________________
1589 [  3701] By: gsar                                  on 1999/07/19  00:47:52
1590         Log: remove several doubled (and tripled!) entries
1591      Branch: perl
1592            ! pod/perldiag.pod
1593 ____________________________________________________________________________
1594 [  3700] By: gsar                                  on 1999/07/19  00:42:34
1595         Log: integrate cfgperl contents into mainline
1596      Branch: perl
1597           +> makedef.pl
1598            - perl_exp.SH win32/makedef.pl
1599           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1600           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
1601           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
1602           !> utf8.c util.c win32/Makefile win32/makefile.mk
1603 ____________________________________________________________________________
1604 [  3699] By: gsar                                  on 1999/07/19  00:33:59
1605         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
1606      Branch: perl
1607            ! Changes win32/win32.c
1608 ____________________________________________________________________________
1609 [  3698] By: jhi                                   on 1999/07/18  21:33:57
1610         Log: Integrate with Sarathy.
1611      Branch: cfgperl
1612           +> t/op/chars.t
1613           !> (integrate 57 files)
1614 ____________________________________________________________________________
1615 [  3697] By: gsar                                  on 1999/07/18  05:22:36
1616         Log: From: pvhp@forte.com (Peter Prymmer)
1617              Date: Thu, 1 Jul 99 19:31:24 PDT
1618              Message-Id: <9907020231.AA16942@forte.com>
1619              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
1620      Branch: perl
1621            + t/op/chars.t
1622            ! MANIFEST ebcdic.c t/op/ord.t
1623 ____________________________________________________________________________
1624 [  3696] By: gsar                                  on 1999/07/18  05:11:02
1625         Log: display thread id in diagnostics (suggested by Dan Sugalski)
1626      Branch: perl
1627            ! lib/Carp.pm util.c
1628 ____________________________________________________________________________
1629 [  3695] By: gsar                                  on 1999/07/18  04:57:47
1630         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
1631      Branch: perl
1632            ! pod/perldiag.pod
1633 ____________________________________________________________________________
1634 [  3694] By: gsar                                  on 1999/07/18  04:56:28
1635         Log: cache [NIUP]V conversions of defined READONLY values
1636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1637              Date: Sun, 11 Jul 1999 04:39:44 -0400
1638              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
1639              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
1640      Branch: perl
1641            ! sv.c
1642 ____________________________________________________________________________
1643 [  3693] By: gsar                                  on 1999/07/18  03:53:38
1644         Log: From: jan.dubois@ibm.net (Jan Dubois)
1645              Date: Sat, 17 Jul 1999 10:58:29 +0200
1646              Message-ID: <379144ad.13616689@smtp1.ibm.net>
1647              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
1648      Branch: perl
1649            ! lib/ExtUtils/Manifest.pm
1650 ____________________________________________________________________________
1651 [  3692] By: gsar                                  on 1999/07/18  03:51:03
1652         Log: remove spurious newSTATEOP() that causes goto to enter one too many
1653              contexts when jumping between if and elsif blocks
1654      Branch: perl
1655            ! perly.c perly.y pp_ctl.c t/op/goto.t
1656 ____________________________________________________________________________
1657 [  3691] By: gsar                                  on 1999/07/18  01:49:59
1658         Log: detypo, update Changes
1659      Branch: perl
1660            ! Changes doio.c
1661 ____________________________________________________________________________
1662 [  3690] By: gsar                                  on 1999/07/18  01:16:59
1663         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
1664      Branch: perl
1665            ! lib/integer.pm
1666 ____________________________________________________________________________
1667 [  3689] By: gsar                                  on 1999/07/18  00:47:17
1668         Log: ensure __END__ appears on a line by itself in wrapped
1669              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
1670              mention caveat about successfull kill()
1671      Branch: perl
1672            ! pod/perlfunc.pod win32/bin/pl2bat.pl
1673 ____________________________________________________________________________
1674 [  3688] By: gsar                                  on 1999/07/17  20:47:44
1675         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
1676      Branch: perl
1677            ! ext/SDBM_File/sdbm/Makefile.PL
1678 ____________________________________________________________________________
1679 [  3687] By: gsar                                  on 1999/07/17  20:43:27
1680         Log: make CC.pm use a distinct CCPP() macro rather than PP()
1681              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
1682      Branch: perl
1683            ! cc_runtime.h ext/B/B/CC.pm
1684 ____________________________________________________________________________
1685 [  3686] By: gsar                                  on 1999/07/17  20:39:08
1686         Log: tiny bug in vars.pm (from John Dlugosz)
1687      Branch: perl
1688            ! lib/vars.pm
1689 ____________________________________________________________________________
1690 [  3685] By: gsar                                  on 1999/07/17  20:37:27
1691         Log: applied suggested patch, along with later tweak
1692              From: jan.dubois@ibm.net (Jan Dubois)
1693              Date: Wed, 14 Jul 1999 23:53:43 +0200
1694              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
1695              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
1696      Branch: perl
1697            ! lib/Pod/Html.pm
1698 ____________________________________________________________________________
1699 [  3684] By: gsar                                  on 1999/07/17  20:24:32
1700         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
1701      Branch: perl
1702            ! thrdvar.h
1703 ____________________________________________________________________________
1704 [  3683] By: gsar                                  on 1999/07/17  20:21:01
1705         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1706              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
1707              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
1708              Subject: [PATCH 5.005_57] Segfaults if $^P
1709      Branch: perl
1710            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
1711            ! proto.h
1712 ____________________________________________________________________________
1713 [  3682] By: gsar                                  on 1999/07/17  20:04:17
1714         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
1715              and prefix/lib/perl5/man are ass_u_med only if those directories
1716              actually exist; else prefix/{lib,man} are used)
1717      Branch: perl
1718            ! lib/ExtUtils/MM_Unix.pm
1719 ____________________________________________________________________________
1720 [  3681] By: gsar                                  on 1999/07/17  19:12:33
1721         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
1722      Branch: perl
1723            ! op.c t/comp/proto.t
1724 ____________________________________________________________________________
1725 [  3680] By: gsar                                  on 1999/07/17  18:23:55
1726         Log: fix vec() on magic values
1727              From: Ian Phillipps <ian@dial.pipex.com>
1728              Date: Mon, 12 Jul 1999 12:30:05 +0100
1729              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
1730              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
1731      Branch: perl
1732            ! doop.c t/op/tie.t
1733 ____________________________________________________________________________
1734 [  3679] By: gsar                                  on 1999/07/17  18:10:44
1735         Log: make system() return -1 and set $! if exec of child failed
1736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1737              Date: Fri, 9 Jul 1999 05:21:13 -0400
1738              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
1739              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
1740      Branch: perl
1741            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
1742            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
1743 ____________________________________________________________________________
1744 [  3678] By: gsar                                  on 1999/07/17  17:54:01
1745         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1746              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
1747              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
1748              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
1749      Branch: perl
1750            ! util.c
1751 ____________________________________________________________________________
1752 [  3677] By: gsar                                  on 1999/07/17  17:34:38
1753         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
1754              converted Ken's documentation outline into pod
1755      Branch: perl
1756            ! x2p/find2perl.PL
1757 ____________________________________________________________________________
1758 [  3676] By: gsar                                  on 1999/07/17  16:34:09
1759         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
1760              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
1761              Steve Lidie
1762      Branch: perl
1763            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
1764            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1765            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
1766            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
1767            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
1768            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
1769 ____________________________________________________________________________
1770 [  3675] By: gsar                                  on 1999/07/17  00:16:53
1771         Log: backout redundant change#3628
1772      Branch: perl
1773            ! Changes hints/bsdos.sh
1774 ____________________________________________________________________________
1775 [  3674] By: jhi                                   on 1999/07/15  14:26:03
1776         Log: Fix the bin/oct/hex constant overflow tests for
1777              long long platforms.
1778      Branch: cfgperl
1779            ! t/pragma/warn/util
1780 ____________________________________________________________________________
1781 [  3673] By: jhi                                   on 1999/07/14  21:59:11
1782         Log: Fixed AIX dynamic loading and AIX shared Perl library.
1783              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
1784              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
1785              Hijacked win32/makedef.pl for more general purpose export
1786              list building, now it is used (as toplevel makedef.pl)
1787              for win32 and AIX (perl_exp.SH made unnecessary).
1788              Because the export lists are now correct in AIX, no more linker
1789              warnings about "Exported symbol not defined" should appear.
1790      Branch: cfgperl
1791            + makedef.pl
1792            - perl_exp.SH win32/makedef.pl
1793            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1794            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
1795            ! win32/makefile.mk
1796 ____________________________________________________________________________
1797 [  3672] By: gsar                                  on 1999/07/14  17:12:13
1798         Log: minor efficiency tweak
1799      Branch: perl
1800            ! pp_ctl.c
1801 ____________________________________________________________________________
1802 [  3671] By: jhi                                   on 1999/07/14  16:22:39
1803         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
1804              if its caller re_intuit_start() was entered with strend == strpos
1805              because end_shift ended up as -1.  The patch ain't necessarily
1806              correct but least the core dump is avoided.
1807      Branch: cfgperl
1808            ! regexec.c
1809 ____________________________________________________________________________
1810 [  3670] By: jhi                                   on 1999/07/13  07:59:09
1811         Log: Integrate with Sarathy.
1812      Branch: cfgperl
1813            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1814            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1815           !> (integrate 67 files)
1816 ____________________________________________________________________________
1817 [  3669] By: gsar                                  on 1999/07/12  06:14:54
1818         Log: fixups for sundry warnings about function pointers
1819      Branch: perl
1820            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
1821            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
1822            ! win32/win32.c win32/win32.h
1823 ____________________________________________________________________________
1824 [  3668] By: gsar                                  on 1999/07/12  04:11:58
1825         Log: tweaks for win32/borland
1826      Branch: perl
1827            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
1828 ____________________________________________________________________________
1829 [  3667] By: gsar                                  on 1999/07/12  01:55:15
1830         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
1831              builds; passing the implicit context is unified among the three
1832              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
1833              flavors (see the top of perl.h) for testing; all varargs functions
1834              foo() have a va_list-taking variant vfoo() for generating the
1835              context-free versions; the PERL_OBJECT build should now be
1836              hyper-compatible with CPAN extensions (C++ is totally out of
1837              the picture)
1838              
1839              result has only been tested on Windows
1840              
1841              TODO: write docs on the THX rationale and idiomatic usage of
1842              the Perl API
1843      Branch: perl
1844            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1845            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1846            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
1847            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
1848            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1849            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
1850            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1851            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
1852            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
1853            ! global.sym globals.c intrpvar.h iperlsys.h
1854            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1855            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
1856            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
1857            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
1858            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
1859            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1860            ! win32/dl_win32.xs win32/include/dirent.h
1861            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
1862            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
1863            ! win32/win32iop.h win32/win32sck.c
1864 ____________________________________________________________________________
1865 [  3666] By: jhi                                   on 1999/07/11  22:00:13
1866         Log: Integrate with Sarathy.
1867      Branch: cfgperl
1868           !> op.c t/op/lex_assign.t
1869 ____________________________________________________________________________
1870 [  3665] By: jhi                                   on 1999/07/11  21:59:01
1871         Log: More manual sync.
1872      Branch: cfgperl
1873            ! pod/perldelta.pod
1874 ____________________________________________________________________________
1875 [  3664] By: gsar                                  on 1999/07/11  19:11:07
1876         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
1877              remedy and related tests via private mail
1878      Branch: perl
1879            ! op.c t/op/lex_assign.t
1880 ____________________________________________________________________________
1881 [  3663] By: jhi                                   on 1999/07/11  15:04:37
1882         Log: Manual synchronization with Sarathy (some files
1883              had drifted apart for no apparent reason), plus
1884              I had a typo in dl_vms.xs Sarathy had fixed.
1885      Branch: cfgperl
1886            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
1887 ____________________________________________________________________________
1888 [  3662] By: jhi                                   on 1999/07/10  12:23:21
1889         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
1890              to adapt to the underlying platform (the binary, 0b1..., test
1891              was broken in 64-bit platforms).  Also change "hex" in the
1892              warning messages to "hexadecimal" to match "binary" and "octal".
1893      Branch: cfgperl
1894            ! pod/perldiag.pod t/pragma/warn/util util.c
1895 ____________________________________________________________________________
1896 [  3661] By: jhi                                   on 1999/07/08  21:54:55
1897         Log: Integrate with Sarathy.
1898      Branch: cfgperl
1899           +> perlapi.c perlapi.h
1900           !> (integrate 43 files)
1901 ____________________________________________________________________________
1902 [  3660] By: gsar                                  on 1999/07/08  18:47:35
1903         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
1904      Branch: perl
1905            + perlapi.c perlapi.h
1906            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
1907            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
1908            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
1909            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
1910            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
1911            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
1912            ! win32/win32.h
1913 ____________________________________________________________________________
1914 [  3659] By: gsar                                  on 1999/07/08  18:41:45
1915         Log: sundry cleanups for clean build on windows
1916      Branch: perl
1917            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
1918 ____________________________________________________________________________
1919 [  3658] By: gsar                                  on 1999/07/08  01:24:25
1920         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
1921              type mismatch problems
1922      Branch: perl
1923            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
1924            ! t/pragma/warn/op toke.c utf8.c util.c
1925 ____________________________________________________________________________
1926 [  3657] By: jhi                                   on 1999/07/07  23:01:16
1927         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
1928      Branch: cfgperl
1929            ! pod/perldiag.pod
1930           !> Changes configure.com ext/B/B/Deparse.pm
1931           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
1932           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
1933           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
1934           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
1935           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
1936           !> t/pragma/overload.t thread.h vms/vms.c
1937 ____________________________________________________________________________
1938 [  3656] By: gsar                                  on 1999/07/07  21:04:38
1939         Log: integrate cfgperl contents
1940      Branch: perl
1941           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1942           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1943           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1944            ! Changes
1945           !> (integrate 45 files)
1946 ____________________________________________________________________________
1947 [  3655] By: gsar                                  on 1999/07/07  18:55:45
1948         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
1949              <pvhp@forte.com>
1950      Branch: perl
1951            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
1952 ____________________________________________________________________________
1953 [  3654] By: gsar                                  on 1999/07/07  18:47:03
1954         Log: change#1889 mistakenly removed F_SETLK
1955      Branch: perl
1956            ! ext/Fcntl/Fcntl.xs
1957 ____________________________________________________________________________
1958 [  3653] By: gsar                                  on 1999/07/07  18:42:42
1959         Log: B::Deparse update
1960              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1961              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
1962              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
1963              Subject: [PATCH _57, long] B::Deparse 0.58
1964      Branch: perl
1965            ! ext/B/B/Deparse.pm
1966 ____________________________________________________________________________
1967 [  3652] By: gsar                                  on 1999/07/07  18:41:07
1968         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1969              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
1970              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
1971              Subject: Re: [ID 19990705.001] Overloading boolean conversion
1972      Branch: perl
1973            ! gv.c t/pragma/overload.t
1974 ____________________________________________________________________________
1975 [  3651] By: gsar                                  on 1999/07/07  17:47:30
1976         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
1977      Branch: perl
1978            ! perlsfio.h
1979 ____________________________________________________________________________
1980 [  3650] By: gsar                                  on 1999/07/07  17:45:52
1981         Log: applied new parts of suggested patch
1982              From: Charles Bailey <BAILEY@newman.upenn.edu>
1983              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
1984              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
1985              Subject: [PATCH 5.005_57] Consolidated VMS patch
1986      Branch: perl
1987            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
1988            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
1989            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
1990            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
1991            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
1992 ____________________________________________________________________________
1993 [  3649] By: jhi                                   on 1999/07/07  13:38:02
1994         Log: Sync regcomp warn with reality.
1995      Branch: cfgperl
1996            ! t/pragma/warn/regcomp
1997 ____________________________________________________________________________
1998 [  3648] By: jhi                                   on 1999/07/07  13:04:55
1999         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
2000              resolved manually.
2001      Branch: cfgperl
2002           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
2003           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
2004           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
2005            - README.lexwarn
2006           !> (integrate 79 files)
2007 ____________________________________________________________________________
2008 [  3647] By: gsar                                  on 1999/07/07  10:32:03
2009         Log: From: jan.dubois@ibm.net (Jan Dubois)
2010              Date: Thu, 01 Jul 1999 11:17:53 +0200
2011              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
2012              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
2013      Branch: perl
2014            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
2015            ! lib/ExtUtils/MakeMaker.pm
2016 ____________________________________________________________________________
2017 [  3646] By: gsar                                  on 1999/07/07  10:27:55
2018         Log: fix undocumented IO::Handle functions as suggested
2019              by cj10@cam.ac.uk
2020      Branch: perl
2021            ! ext/IO/lib/IO/Handle.pm
2022 ____________________________________________________________________________
2023 [  3645] By: gsar                                  on 1999/07/07  10:18:55
2024         Log: prohibit thread join()ing itself (from Dan Sugalski)
2025      Branch: perl
2026            ! ext/Thread/Thread.xs
2027 ____________________________________________________________________________
2028 [  3644] By: gsar                                  on 1999/07/07  10:14:26
2029         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2030              Date: Wed, 30 Jun 1999 14:02:42 -0700
2031              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
2032              Subject:  [PATCH 5.005_57] Compiler and XSUBS
2033      Branch: perl
2034            ! ext/B/B/C.pm
2035 ____________________________________________________________________________
2036 [  3643] By: gsar                                  on 1999/07/07  10:08:38
2037         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
2038              (from François Désarménien <desar@club-internet.fr>)
2039      Branch: perl
2040            ! pod/perlsyn.pod
2041 ____________________________________________________________________________
2042 [  3642] By: gsar                                  on 1999/07/07  10:03:24
2043         Log: From: Doug MacEachern <dougm@cp.net>
2044              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
2045              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
2046              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
2047      Branch: perl
2048            ! ext/B/B.xs
2049 ____________________________________________________________________________
2050 [  3641] By: gsar                                  on 1999/07/07  10:00:57
2051         Log: slightly modified version of suggested patch
2052              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
2053              Date: Mon, 28 Jun 1999 14:23:59 -0400
2054              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
2055              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
2056      Branch: perl
2057            ! ext/POSIX/POSIX.xs
2058 ____________________________________________________________________________
2059 [  3640] By: gsar                                  on 1999/07/07  09:45:43
2060         Log: lexical warnings update (warning.t fails one test
2061              due to leaked scalar, investigation pending)
2062              From: paul.marquess@bt.com
2063              Date: Sat, 26 Jun 1999 23:19:52 +0100
2064              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
2065              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
2066      Branch: perl
2067            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
2068            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
2069            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
2070            - README.lexwarn
2071            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
2072            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2073            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
2074            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
2075            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2076            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
2077            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
2078            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2079            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2080            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2081            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2082            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2083            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
2084            ! warning.h warning.pl win32/win32.c
2085 ____________________________________________________________________________
2086 [  3639] By: gsar                                  on 1999/07/07  08:09:30
2087         Log: From: Brian Jepson <bjepson@home.com>
2088              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
2089              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
2090              Subject: Patch to JPL example program
2091      Branch: perl
2092            ! jpl/JPL_Rolo/JPL_Rolo.jpl
2093 ____________________________________________________________________________
2094 [  3638] By: jhi                                   on 1999/07/07  08:07:58
2095         Log: Integrate with Sarathy.
2096      Branch: cfgperl
2097           !> (integrate 34 files)
2098 ____________________________________________________________________________
2099 [  3637] By: gsar                                  on 1999/07/07  08:07:49
2100         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2101              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
2102              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
2103              Subject: [PATCH _57, long] Eliminate CONDOPs
2104      Branch: perl
2105            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
2106            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
2107            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
2108            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
2109            ! pod/perltoc.pod pp_ctl.c pp_hot.c
2110 ____________________________________________________________________________
2111 [  3636] By: gsar                                  on 1999/07/07  07:50:51
2112         Log: adapted suggested patch for IO-1.20x
2113              From: ian@dial.pipex.com
2114              Date:  Fri, 25 Jun 1999 10:39:42 +0100
2115              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
2116              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
2117      Branch: perl
2118            ! ext/IO/lib/IO/Socket.pm
2119 ____________________________________________________________________________
2120 [  3635] By: gsar                                  on 1999/07/07  07:26:05
2121         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
2122      Branch: perl
2123            ! hints/powerux.sh
2124 ____________________________________________________________________________
2125 [  3634] By: gsar                                  on 1999/07/07  07:20:02
2126         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2127              Date: Wed, 23 Jun 1999 16:16:05 +0100
2128              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
2129              Subject: [PATCH 5.005_57] memleak in optimizer
2130      Branch: perl
2131            ! embed.h embed.pl objXSUB.h op.c proto.h
2132 ____________________________________________________________________________
2133 [  3633] By: gsar                                  on 1999/07/07  07:10:52
2134         Log: add do-not-edit caveats for files generated by opcode.pl
2135              (suggested by Hugo van der Sanden)
2136      Branch: perl
2137            ! opcode.h opcode.pl pp.sym pp_proto.h
2138 ____________________________________________________________________________
2139 [  3632] By: gsar                                  on 1999/07/07  06:41:13
2140         Log: better diagnostics on read operations from write-only
2141              filehandles
2142      Branch: perl
2143            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
2144            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2145 ____________________________________________________________________________
2146 [  3631] By: gsar                                  on 1999/07/07  02:03:34
2147         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
2148              by David Muir Sharnoff <muir@idiom.com>)
2149      Branch: perl
2150            ! lib/Sys/Hostname.pm
2151 ____________________________________________________________________________
2152 [  3630] By: gsar                                  on 1999/07/07  01:57:16
2153         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2154              Date: Sun, 20 Jun 1999 17:17:17 -0700
2155              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
2156              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
2157      Branch: perl
2158            ! ext/B/B/CC.pm
2159 ____________________________________________________________________________
2160 [  3629] By: gsar                                  on 1999/07/07  01:46:03
2161         Log: installperl should write normal messages to STDOUT, not STDERR
2162      Branch: perl
2163            ! installperl
2164 ____________________________________________________________________________
2165 [  3628] By: gsar                                  on 1999/07/07  01:41:25
2166         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
2167      Branch: perl
2168            ! hints/bsdos.sh
2169 ____________________________________________________________________________
2170 [  3627] By: gsar                                  on 1999/07/07  00:27:10
2171         Log: make diagnostic on C<my $^I> etc., more readable
2172      Branch: perl
2173            ! op.c
2174 ____________________________________________________________________________
2175 [  3626] By: gsar                                  on 1999/07/06  23:47:27
2176         Log: From: Andy Dougherty <doughera@lafayette.edu>
2177              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
2178              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
2179              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
2180      Branch: perl
2181            ! Makefile.SH utils/Makefile
2182 ____________________________________________________________________________
2183 [  3625] By: jhi                                   on 1999/07/06  21:50:46
2184         Log: Some new files of #3624 missing from MANIFEST.
2185      Branch: cfgperl
2186            ! MANIFEST
2187 ____________________________________________________________________________
2188 [  3624] By: jhi                                   on 1999/07/06  21:47:04
2189         Log: POSIX [[:character class:]] support for standard, locale,
2190              and utf8.  If both utf8 and locale are on, utf8 wins.
2191              I don't fully understand why so many tables changed in
2192              lib/unicode because of "make" -- maybe it was just overdue.
2193      Branch: cfgperl
2194            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
2195            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
2196            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
2197            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
2198            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
2199            ! lib/unicode/Block.pl lib/unicode/Category.pl
2200            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2201            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
2202            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
2203            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
2204            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
2205            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
2206            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
2207            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
2208            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
2209            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
2210            ! t/pragma/warn/regcomp utf8.c
2211 ____________________________________________________________________________
2212 [  3623] By: gsar                                  on 1999/07/06  20:52:48
2213         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2214              Date: Wed, 16 Jun 1999 14:57:22 -0400
2215              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
2216              Subject: [PATCH 5.00557] Devel::Peek
2217      Branch: perl
2218            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
2219 ____________________________________________________________________________
2220 [  3622] By: gsar                                  on 1999/07/06  20:22:59
2221         Log: applied patch after demunging headers with appropriate paths
2222              From: "Vishal Bhatia" <vishalb@my-deja.com>
2223              Date: Sat, 12 Jun 1999 08:23:59 -0700
2224              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
2225              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
2226      Branch: perl
2227            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
2228            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
2229 ____________________________________________________________________________
2230 [  3621] By: gsar                                  on 1999/07/06  20:10:50
2231         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2232              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
2233              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
2234              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
2235      Branch: perl
2236            ! doio.c
2237 ____________________________________________________________________________
2238 [  3620] By: jhi                                   on 1999/07/06  19:16:47
2239         Log: Mention EPOC and SOCKS.
2240      Branch: cfgperl
2241            ! pod/perldelta.pod
2242 ____________________________________________________________________________
2243 [  3619] By: gsar                                  on 1999/07/06  16:52:37
2244         Log: fix int vs STRLEN issue
2245      Branch: perl
2246            ! pp.c
2247 ____________________________________________________________________________
2248 [  3618] By: jhi                                   on 1999/07/06  16:52:20
2249         Log: There ain't Perl_atonv().
2250      Branch: cfgperl
2251            ! ext/ByteLoader/bytecode.h
2252 ____________________________________________________________________________
2253 [  3617] By: jhi                                   on 1999/07/06  15:55:22
2254         Log: Integrate with Sarathy.
2255      Branch: cfgperl
2256           !> Makefile.SH
2257 ____________________________________________________________________________
2258 [  3616] By: jhi                                   on 1999/07/06  15:54:09
2259         Log: Tweak for #3613.
2260      Branch: cfgperl
2261            ! Configure config_h.SH
2262 ____________________________________________________________________________
2263 [  3615] By: gsar                                  on 1999/07/06  11:00:21
2264         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2265              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
2266              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
2267              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
2268      Branch: perl
2269            ! Makefile.SH
2270 ____________________________________________________________________________
2271 [  3614] By: jhi                                   on 1999/07/06  10:44:48
2272         Log: Integrate with Sarathy.
2273      Branch: cfgperl
2274           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
2275           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
2276 ____________________________________________________________________________
2277 [  3613] By: jhi                                   on 1999/07/06  10:43:20
2278         Log: From: Nathan Kurz <nate@valleytel.net>
2279              Subject: [ID 19990612.001 compiling three deep modules within ext/]
2280              ply-To: nate@valleytel.net
2281              erl5-porters@perl.org
2282              Date: Sat, 12 Jun 1999 01:26:04 -0500
2283              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
2284      Branch: cfgperl
2285            ! Configure config_h.SH
2286 ____________________________________________________________________________
2287 [  3612] By: gsar                                  on 1999/07/06  10:17:52
2288         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2289              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
2290              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
2291              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
2292      Branch: perl
2293            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
2294 ____________________________________________________________________________
2295 [  3611] By: gsar                                  on 1999/07/06  09:51:20
2296         Log: From: pvhp@forte.com (Peter Prymmer)
2297              Date: Fri, 11 Jun 99 17:07:19 PDT
2298              Message-Id: <9906120007.AA13802@forte.com>
2299              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
2300      Branch: perl
2301            ! ext/IO/lib/IO/File.pm
2302 ____________________________________________________________________________
2303 [  3610] By: gsar                                  on 1999/07/06  09:37:37
2304         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
2305              tweak)
2306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2307              Date: Wed, 09 Jun 1999 18:27:51 +0100
2308              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
2309              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
2310      Branch: perl
2311            ! perl.h t/base/rs.t
2312 ____________________________________________________________________________
2313 [  3609] By: jhi                                   on 1999/07/06  09:28:48
2314         Log: Integrate with Sarathy.
2315      Branch: cfgperl
2316           !> (integrate 49 files)
2317 ____________________________________________________________________________
2318 [  3608] By: gsar                                  on 1999/07/06  09:28:21
2319         Log: test tweak
2320      Branch: perl
2321            ! t/pragma/warn/op
2322 ____________________________________________________________________________
2323 [  3607] By: jhi                                   on 1999/07/06  09:22:48
2324         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
2325      Branch: cfgperl
2326            ! Configure config_h.SH
2327 ____________________________________________________________________________
2328 [  3606] By: gsar                                  on 1999/07/06  09:05:02
2329         Log: applied slightly tweaked version of suggested patch for
2330              improved RE API
2331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2332              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
2333              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
2334              Subject: [PATCH 5.005_57] REx engine rehash
2335      Branch: perl
2336            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
2337            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
2338            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
2339            ! util.c
2340 ____________________________________________________________________________
2341 [  3605] By: gsar                                  on 1999/07/06  08:54:03
2342         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
2343      Branch: perl
2344            ! sv.c
2345 ____________________________________________________________________________
2346 [  3604] By: gsar                                  on 1999/07/06  07:08:30
2347         Log: From: paul.marquess@bt.com
2348              Date: Tue, 8 Jun 1999 22:37:58 +0100 
2349              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
2350              Subject: [PATCH 5.005_57] DB_File 1.67
2351      Branch: perl
2352            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2353            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2354 ____________________________________________________________________________
2355 [  3603] By: gsar                                  on 1999/07/06  07:04:50
2356         Log: From: paul.marquess@bt.com
2357              Date: Tue, 8 Jun 1999 22:34:01 +0100 
2358              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
2359              Subject: [PATCH 5.005_57] DBM Filters
2360      Branch: perl
2361            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2362            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
2363            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2364            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
2365 ____________________________________________________________________________
2366 [  3602] By: gsar                                  on 1999/07/06  07:00:01
2367         Log: slightly tweaked version of suggested patch
2368              From: Dan Sugalski <sugalskd@ous.edu>
2369              Date: Tue, 08 Jun 1999 14:09:38 -0700
2370              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
2371              Subject: [PATCH 5.005_57]Use NV instead of double in the core
2372      Branch: perl
2373            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
2374            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
2375            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
2376            ! proto.h sv.c sv.h toke.c universal.c util.c
2377 ____________________________________________________________________________
2378 [  3601] By: gsar                                  on 1999/07/06  06:52:57
2379         Log: integrate cfgperl contents into mainline
2380      Branch: perl
2381           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2382           +> epoc/perl.mmp epoc/perl.pkg
2383           !> (integrate 30 files)
2384 ____________________________________________________________________________
2385 [  3598] By: jhi                                   on 1999/07/05  20:02:55
2386         Log: Integrate with mainperl.
2387      Branch: cfgperl
2388           +> lib/CGI/Pretty.pm
2389           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2390           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
2391           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
2392           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
2393           !> vms/vmsish.h
2394 ____________________________________________________________________________
2395 [  3597] By: jhi                                   on 1999/07/05  19:59:48
2396         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
2397              that addresses the notorious "Additional libraries" question.
2398      Branch: cfgperl
2399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2400            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
2401            ! pp_sys.c
2402 ____________________________________________________________________________
2403 [  3596] By: gsar                                  on 1999/07/05  18:30:51
2404         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2405              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
2406              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
2407              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
2408      Branch: perl
2409            ! pp_sys.c t/lib/io_udp.t
2410 ____________________________________________________________________________
2411 [  3595] By: gsar                                  on 1999/07/05  18:29:08
2412         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2413              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
2414              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
2415              Subject: [PATCH 5.00557] Setting $^E wipes out $!
2416      Branch: perl
2417            ! mg.c
2418 ____________________________________________________________________________
2419 [  3594] By: gsar                                  on 1999/07/05  18:24:53
2420         Log: hand-apply whitespace mutiliated patch
2421              From: Dan Sugalski <sugalskd@osshe.edu>
2422              Date: Mon, 07 Jun 1999 14:46:42 -0700
2423              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
2424              Subject: [PATCH 5.005_57]Updated VMS patch
2425      Branch: perl
2426            ! thread.h vms/descrip_mms.template vms/subconfigure.com
2427            ! vms/vms.c vms/vmsish.h
2428 ____________________________________________________________________________
2429 [  3593] By: gsar                                  on 1999/07/05  17:53:04
2430         Log: applied parts not duplicated by previous patches
2431              From: "Vishal Bhatia" <vishalb@my-deja.com>
2432              Date: Sat, 05 Jun 1999 08:42:17 -0700
2433              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
2434              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
2435      Branch: perl
2436            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2437            ! ext/B/B/Stackobj.pm
2438 ____________________________________________________________________________
2439 [  3592] By: jhi                                   on 1999/07/05  17:17:22
2440         Log: AIX threaded build, plus few more on the side.
2441      Branch: cfgperl
2442            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
2443            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2444            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
2445            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
2446 ____________________________________________________________________________
2447 [  3591] By: gsar                                  on 1999/07/05  16:52:34
2448         Log: "\e" and "\a" didn't produce right escape under EBCDIC
2449              From: pvhp@forte.com (Peter Prymmer)
2450              Date: Fri, 4 Jun 99 12:00:27 PDT
2451              Message-Id: <9906041900.AA28387@forte.com>
2452              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
2453      Branch: perl
2454            ! toke.c
2455 ____________________________________________________________________________
2456 [  3590] By: gsar                                  on 1999/07/05  16:40:01
2457         Log: s/scalar ref constructor/single ref constructor/ (suggested
2458              by Stephen McCamant)
2459      Branch: perl
2460            ! opcode.h opcode.pl
2461 ____________________________________________________________________________
2462 [  3589] By: gsar                                  on 1999/07/05  16:34:06
2463         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
2464      Branch: perl
2465            ! ext/GDBM_File/GDBM_File.xs
2466 ____________________________________________________________________________
2467 [  3588] By: gsar                                  on 1999/07/05  16:29:39
2468         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
2469              is unchanged still)
2470      Branch: perl
2471            ! op.c
2472 ____________________________________________________________________________
2473 [  3587] By: jhi                                   on 1999/07/05  10:31:43
2474         Log: Make perl_exp.SH smarter about what to include and what to exclude.
2475      Branch: cfgperl
2476            ! perl_exp.SH
2477 ____________________________________________________________________________
2478 [  3586] By: jhi                                   on 1999/07/05  09:29:31
2479         Log: Remove unnecessary and extraneous my $i = 0.
2480      Branch: cfgperl
2481            ! bytecode.pl
2482 ____________________________________________________________________________
2483 [  3585] By: jhi                                   on 1999/07/05  07:28:59
2484         Log: Integrate with mainperl.
2485      Branch: cfgperl
2486           !> (integrate 30 files)
2487 ____________________________________________________________________________
2488 [  3584] By: gsar                                  on 1999/07/05  05:36:28
2489         Log: From: Vishal Bhatia <vishalb@hotmail.com>
2490              Date: Thu, 03 Jun 1999 00:57:48 PDT
2491              Message-ID: <19990603075749.86665.qmail@hotmail.com>
2492              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
2493      Branch: perl
2494            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2495 ____________________________________________________________________________
2496 [  3583] By: gsar                                  on 1999/07/05  05:31:19
2497         Log: suppress fancy display when in verbose mode (suggested by
2498              Paul Johnson <pjcj@transeda.com>)
2499      Branch: perl
2500            ! lib/Test/Harness.pm
2501 ____________________________________________________________________________
2502 [  3582] By: gsar                                  on 1999/07/05  05:17:12
2503         Log: cygwin32 update
2504              From: "Fifer, Eric" <EFifer@sanwaint.com>
2505              Date:  Wed, 2 Jun 1999 15:16:05 +0100
2506              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
2507              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
2508      Branch: perl
2509            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
2510            ! cygwin32/build-instructions.READFIRST
2511            ! cygwin32/build-instructions.charles-wilson
2512            ! cygwin32/build-instructions.sebastien-barre
2513            ! cygwin32/build-instructions.steven-morlock
2514            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
2515            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
2516            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
2517            ! t/op/magic.t util.c
2518 ____________________________________________________________________________
2519 [  3581] By: gsar                                  on 1999/07/05  02:46:18
2520         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
2521      Branch: perl
2522            ! util.c
2523 ____________________________________________________________________________
2524 [  3580] By: gsar                                  on 1999/07/05  02:38:03
2525         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
2526              Date: Mon, 31 May 1999 18:18:13 -0600
2527              Message-ID: <19990601001813.AAA17834@csgsystems.com>
2528              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
2529      Branch: perl
2530            ! t/TEST t/UTEST t/harness utils/perlcc.PL
2531 ____________________________________________________________________________
2532 [  3579] By: gsar                                  on 1999/07/05  01:20:58
2533         Log: compatibility tweak for Class::Struct
2534      Branch: perl
2535            ! lib/Class/Struct.pm
2536 ____________________________________________________________________________
2537 [  3578] By: jhi                                   on 1999/07/04  23:26:01
2538         Log: Miscellaneus AIX fixes + SOCKS support.
2539      Branch: cfgperl
2540            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2541            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
2542            ! hints/aix.sh pp_sys.c
2543 ____________________________________________________________________________
2544 [  3577] By: gsar                                  on 1999/07/04  23:07:39
2545         Log: test tweak
2546      Branch: perl
2547            ! t/io/openpid.t
2548 ____________________________________________________________________________
2549 [  3576] By: jhi                                   on 1999/07/04  22:39:23
2550         Log: Integrate with mainperl.
2551      Branch: cfgperl
2552           +> t/io/openpid.t
2553            - win32/perlhost.h
2554           !> (integrate 51 files)
2555 ____________________________________________________________________________
2556 [  3575] By: jhi                                   on 1999/07/04  22:26:48
2557         Log: Added 64-bit support for AIX 4.3 or better
2558              based on Martin H. Rusoff's observations.
2559      Branch: cfgperl
2560            ! Configure config_h.SH hints/aix.sh
2561 ____________________________________________________________________________
2562 [  3574] By: jhi                                   on 1999/07/04  21:34:47
2563         Log: Do not throw away gccvers compilation errors.
2564              From: Andy Dougherty <doughera@lafayette.edu>
2565              To: Ron Seguin <rseguin@on.bell.ca>
2566              Cc: Perl Porters <perl5-porters@perl.org>
2567              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
2568              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
2569              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
2570      Branch: cfgperl
2571            ! Configure config_h.SH
2572 ____________________________________________________________________________
2573 [  3573] By: gsar                                  on 1999/07/04  21:10:32
2574         Log: adapted suggested tests for addition to testsuite
2575              From: RonaldWS@aol.com
2576              Date:  Sun, 30 May 1999 16:27:28 EDT
2577              Message-Id:  <25cd799f.2482f930@aol.com>
2578              Subject: [19990530.007] Open with pipe | does not return pid under win32
2579      Branch: perl
2580            + t/io/openpid.t
2581            ! MANIFEST win32/win32.c
2582 ____________________________________________________________________________
2583 [  3572] By: gsar                                  on 1999/07/04  20:29:32
2584         Log: perl_run() should call my_exit(0) for normal completion
2585      Branch: perl
2586            ! perl.c
2587 ____________________________________________________________________________
2588 [  3571] By: jhi                                   on 1999/07/04  20:10:44
2589         Log: Add test for change #3568 plus general cleanup.
2590      Branch: cfgperl
2591            ! t/pragma/locale.t
2592 ____________________________________________________________________________
2593 [  3570] By: gsar                                  on 1999/07/04  20:03:21
2594         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
2595              overloading
2596      Branch: perl
2597            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2598            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
2599 ____________________________________________________________________________
2600 [  3569] By: gsar                                  on 1999/07/04  18:04:48
2601         Log: make AIX dynaloading work when libperl is shared (and thus under
2602              mod_perl etc.)
2603              From: Jens-Uwe Mager <jum@helios.de>
2604              Date:  Sat, 29 May 1999 17:09:52 +0200
2605              Message-Id:  <199905291509.RAA43978@ans.helios.de>
2606              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
2607      Branch: perl
2608            ! ext/DynaLoader/dl_aix.xs
2609 ____________________________________________________________________________
2610 [  3568] By: jhi                                   on 1999/07/04  14:54:23
2611         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
2612              This resulted for example in the 'o' magic not being cleared by
2613              magic_setcollxfrm(), which resulted in strange cmp results.
2614              The bug was reported originally in the message
2615              Subject: Bug with locale
2616              From: Jan Starzynski <jan@planet.de> 
2617              To: perlbug@perl.com 
2618              Date: Fri, 09 Apr 1999 13:23:07 +0200 
2619              Message-ID: <370DE31B.DAEE1332@planet.de> 
2620      Branch: cfgperl
2621            ! pp.c
2622 ____________________________________________________________________________
2623 [  3567] By: gsar                                  on 1999/07/04  02:38:34
2624         Log: remove misleading info on defined(&func), unclutter deprecation
2625              about defined(@array)
2626      Branch: perl
2627            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2628            ! t/pragma/warn/op
2629 ____________________________________________________________________________
2630 [  3566] By: gsar                                  on 1999/07/04  01:46:31
2631         Log: From: jan.dubois@ibm.net (Jan Dubois)
2632              Date: Wed, 26 May 1999 22:07:17 +0200
2633              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
2634              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
2635      Branch: perl
2636            ! Changes win32/win32.c win32/win32.h
2637 ____________________________________________________________________________
2638 [  3565] By: gsar                                  on 1999/07/04  01:26:02
2639         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
2640              for win32 issues)
2641      Branch: perl
2642            ! pod/perlxstut.pod
2643 ____________________________________________________________________________
2644 [  3564] By: gsar                                  on 1999/07/02  03:09:04
2645         Log: avoid warnings
2646      Branch: perl
2647            ! ext/Thread/Thread/Specific.pm lib/fields.pm
2648 ____________________________________________________________________________
2649 [  3563] By: gsar                                  on 1999/06/28  19:23:47
2650         Log: inc version (for CPAN.pm sanity)
2651      Branch: perl
2652            ! lib/Text/ParseWords.pm
2653 ____________________________________________________________________________
2654 [  3562] By: gsar                                  on 1999/06/28  19:19:01
2655         Log: regen perltoc
2656      Branch: perl
2657            ! pod/perltoc.pod
2658 ____________________________________________________________________________
2659 [  3561] By: gsar                                  on 1999/06/28  19:08:41
2660         Log: From: Damian Conway <damian@cs.monash.edu.au>
2661              Date: Wed, 26 May 1999 00:58:35 -0400
2662              Message-Id: <199905260458.AAA06411@defender.perl.org>
2663              Subject: [19990526.002] Misc. improvements to Class:Struct
2664      Branch: perl
2665            ! MANIFEST lib/Class/Struct.pm
2666 ____________________________________________________________________________
2667 [  3560] By: gsar                                  on 1999/06/28  18:50:52
2668         Log: remove bogus PL_optype_size
2669      Branch: perl
2670            ! bytecode.pl ext/ByteLoader/byterun.h
2671 ____________________________________________________________________________
2672 [  3559] By: gsar                                  on 1999/06/28  18:22:26
2673         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
2674      Branch: perl
2675            + lib/CGI/Pretty.pm
2676            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
2677            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
2678            ! t/lib/cgi-html.t t/lib/cgi-request.t
2679 ____________________________________________________________________________
2680 [  3558] By: jhi                                   on 1999/06/28  07:30:21
2681         Log: Change Olaf Lebbe's email address.
2682      Branch: cfgperl
2683            ! README.epoc
2684 ____________________________________________________________________________
2685 [  3557] By: gsar                                  on 1999/06/28  00:07:33
2686         Log: make autogenerated files writable
2687      Branch: perl
2688            - win32/perlhost.h
2689            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
2690            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
2691            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
2692            ! proto.h regnodes.h warning.h win32/config_H.bc
2693            ! win32/config_H.gc win32/config_H.vc
2694 ____________________________________________________________________________
2695 [  3556] By: jhi                                   on 1999/06/27  19:22:53
2696         Log: Update MANIFEST to match #3555.
2697      Branch: cfgperl
2698            ! MANIFEST
2699 ____________________________________________________________________________
2700 [  3555] By: jhi                                   on 1999/06/27  19:16:22
2701         Log: EPOC port to Psion5.
2702              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2703              To: Jarkko Hietaniemi <jhi@iki.fi>
2704              Cc: perl5-porters@perl.org
2705              Subject: Re: Psion5
2706              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
2707              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
2708      Branch: cfgperl
2709            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2710            + epoc/perl.mmp epoc/perl.pkg
2711            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
2712            ! perl.h sv.c util.c
2713 ____________________________________________________________________________
2714 [  3554] By: jhi                                   on 1999/06/27  18:50:52
2715         Log: Integrate from mainperl.
2716      Branch: cfgperl
2717           !> (integrate 48 files)
2718 ____________________________________________________________________________
2719 [  3553] By: gsar                                  on 1999/06/27  14:28:49
2720         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
2721              gone from the public API); PERL_OBJECT builds again on
2722              windows
2723              
2724              TODO: namespace-clean the typedefs in iperlsys.h and
2725              elsewhere; remove C++ remnants from public headers
2726      Branch: perl
2727            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
2728            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2729            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2730            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
2731            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
2732            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
2733            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
2734            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2735            ! win32/config.gc win32/config.vc win32/dl_win32.xs
2736            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2737            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
2738            ! win32/win32sck.c
2739 ____________________________________________________________________________
2740 [  3552] By: gsar                                  on 1999/06/27  13:49:31
2741         Log: integrate cfgperl changes into mainline
2742      Branch: perl
2743           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2744           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2745           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2746           !> util.c
2747 ____________________________________________________________________________
2748 [  3551] By: gsar                                  on 1999/06/27  13:31:11
2749         Log: fix indents
2750      Branch: perl
2751            ! op.c
2752 ____________________________________________________________________________
2753 [  3550] By: gsar                                  on 1999/06/24  22:42:53
2754         Log: update Changes
2755      Branch: perl
2756            ! Changes
2757 ____________________________________________________________________________
2758 [  3549] By: gsar                                  on 1999/06/24  22:41:17
2759         Log: avoid race condition in the CAPI extension bootstrap handler
2760      Branch: perl
2761            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
2762 ____________________________________________________________________________
2763 [  3548] By: gsar                                  on 1999/06/24  22:39:53
2764         Log: sanity check to cover the case when perl is installed into the
2765              X:\ (drive root)
2766      Branch: perl
2767            ! win32/win32.c
2768 ____________________________________________________________________________
2769 [  3547] By: gsar                                  on 1999/06/22  19:30:32
2770         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
2771      Branch: perl
2772            ! lib/Tie/RefHash.pm
2773 ____________________________________________________________________________
2774 [  3544] By: jhi                                   on 1999/06/18  19:24:28
2775         Log: Tidy up #3542 and #3543. 
2776      Branch: cfgperl
2777            ! t/pragma/locale.t util.c
2778 ____________________________________________________________________________
2779 [  3543] By: jhi                                   on 1999/06/18  10:28:45
2780         Log: Spice up locale.t.
2781      Branch: cfgperl
2782            ! t/pragma/locale.t
2783 ____________________________________________________________________________
2784 [  3542] By: jhi                                   on 1999/06/17  22:42:03
2785         Log: Fixed two long-standing locale bugs.
2786              
2787              Both problems were related to numeric locale which
2788              controls the radix character aka the decimal separator.
2789              (1) printf (and sprintf) were resetting the numeric locale to C.
2790              (2) Using locale-numerically formatted floating point
2791              numbers (e.g. "1,23") together with -w caused warnings about
2792              "isn't numeric".  The operations were working fine, though,
2793              because atof() was using the local locale.
2794              Both problems reported by Stefan Vogtner.
2795              
2796              Introduced a wrapper for atof() that attempts to convert
2797              the string both ways.  This helps Perl to understand
2798              numbers like this "4.56" even when using a local locale
2799              makes atof() understand only numbers like this "7,89".
2800              
2801              Remaining related problems, both of which existed before
2802              this patch and continue to exist after this patch:
2803              (a) The behaviour of print() is _not_ as documented by perllocale.
2804              Instead of always using the C locale, print() does use the
2805              local locale, just like the *printf() do.  This may be fixable
2806              now that switching to-and-fro between locales has been made
2807              more consistent, but fixing print() would change existing
2808              behaviour.  perllocale is not changed by this patch.
2809              (b) If a number has been stringified (say, via "$number") under
2810              a local locale, the cached string value persists even under
2811              "no locale".  This may or may not be a problem: operations
2812              work fine because the original number is still there, but
2813              that the string form keeps its locale-ish outlook may be
2814              somewhat confusing.
2815      Branch: cfgperl
2816            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2817            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2818            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2819            ! util.c
2820 ____________________________________________________________________________
2821 [  3541] By: jhi                                   on 1999/06/17  20:00:16
2822         Log: Integrate from mainperl.
2823      Branch: cfgperl
2824           !> ext/Data/Dumper/Dumper.pm op.c
2825 ____________________________________________________________________________
2826 [  3540] By: gsar                                  on 1999/06/16  16:49:55
2827         Log: dump C<0> as such, not C<'0'>
2828      Branch: perl
2829            ! ext/Data/Dumper/Dumper.pm
2830 ____________________________________________________________________________
2831 [  3539] By: gsar                                  on 1999/06/13  04:04:40
2832         Log: fix coredumper in change#3498
2833      Branch: perl
2834            ! op.c
2835 ____________________________________________________________________________
2836 [  3538] By: jhi                                   on 1999/06/12  22:01:26
2837         Log: Integrate from mainperl.
2838      Branch: cfgperl
2839           +> lib/caller.pm
2840           !> (integrate 36 files)
2841 ____________________________________________________________________________
2842 [  3537] By: gsar                                  on 1999/06/12  06:43:03
2843         Log: EXTERN_C declarations for global arrays in various
2844              headers, so perl can be built even in C++ mode; win32
2845              build fixups; regen headers
2846      Branch: perl
2847            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
2848            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
2849 ____________________________________________________________________________
2850 [  3536] By: gsar                                  on 1999/06/12  06:38:21
2851         Log: caller.pm typos
2852      Branch: perl
2853            ! lib/caller.pm
2854 ____________________________________________________________________________
2855 [  3535] By: gsar                                  on 1999/06/11  23:13:54
2856         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
2857              is temporarily gone
2858      Branch: perl
2859            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
2860            ! pod/perldelta.pod proto.h win32/perllib.c
2861 ____________________________________________________________________________
2862 [  3534] By: gsar                                  on 1999/06/11  20:41:51
2863         Log: implement C<use caller 'encoding'>
2864      Branch: perl
2865            + lib/caller.pm
2866            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
2867 ____________________________________________________________________________
2868 [  3533] By: gsar                                  on 1999/06/11  16:51:04
2869         Log: truncate() has a peculiar exemption from strict barewords, even
2870              though it has a non-filehandle prototype
2871      Branch: perl
2872            ! op.c t/io/fs.t
2873 ____________________________________________________________________________
2874 [  3532] By: gsar                                  on 1999/06/11  09:09:16
2875         Log: GDBM tweak
2876      Branch: perl
2877            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
2878 ____________________________________________________________________________
2879 [  3531] By: gsar                                  on 1999/06/10  23:34:19
2880         Log: part of the platform changes for IMPLICIT_CONTEXT
2881      Branch: perl
2882            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
2883            ! jpl/PerlInterpreter/PerlInterpreter.c
2884            ! jpl/PerlInterpreter/PerlInterpreter.h
2885            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
2886            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
2887 ____________________________________________________________________________
2888 [  3530] By: jhi                                   on 1999/06/10  20:55:56
2889         Log: Integrate from mainperl.
2890      Branch: cfgperl
2891           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2892 ____________________________________________________________________________
2893 [  3529] By: gsar                                  on 1999/06/10  20:40:01
2894         Log: DB_File tweaks for IMPLICIT CONTEXT
2895      Branch: perl
2896            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2897 ____________________________________________________________________________
2898 [  3528] By: jhi                                   on 1999/06/10  10:18:15
2899         Log: Integrate from mainperl.
2900      Branch: cfgperl
2901           !> (integrate 105 files)
2902 ____________________________________________________________________________
2903 [  3527] By: gsar                                  on 1999/06/10  09:30:35
2904         Log: most globals are now interpreter local; locale initialization
2905              was too early, defer it until interpreter is allocated and
2906              initialized; multiple interpreters should now be
2907              concurrency-safe (untested)
2908      Branch: perl
2909            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
2910            ! perlvars.h
2911 ____________________________________________________________________________
2912 [  3526] By: gsar                                  on 1999/06/10  08:38:00
2913         Log: fix small nits
2914      Branch: perl
2915            ! cc_runtime.h ext/B/B/CC.pm run.c
2916 ____________________________________________________________________________
2917 [  3525] By: gsar                                  on 1999/06/10  04:41:38
2918         Log: win32 build fixes
2919      Branch: perl
2920            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
2921            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2922            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
2923            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
2924            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2925            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
2926            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2927            ! win32/win32.c win32/win32.h win32/win32sck.c
2928            ! win32/win32thread.c win32/win32thread.h
2929 ____________________________________________________________________________
2930 [  3524] By: gsar                                  on 1999/06/09  18:03:01
2931         Log: more complete support for implicit thread/interpreter pointer,
2932              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
2933              without that enabled):
2934              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
2935              is a noop; tests pass on Solaris; should be faster now!
2936              - MULTIPLICITY has been tested with and without
2937              PERL_IMPLICIT_CONTEXT on Solaris
2938              - improved function database now merged with embed.pl
2939              - everything except the varargs functions have foo(a,b,c) macros
2940              to provide compatibility
2941              - varargs functions default to compatibility variants that
2942              get the context pointer using dTHX
2943              - there should be almost no source compatibility issues as a
2944              result of all this
2945              - dl_foo.xs changes other than dl_dlopen.xs untested
2946              - still needs documentation, fixups for win32 etc
2947              Next step: migrate most non-mutex variables from perlvars.h
2948              to intrpvar.h
2949      Branch: perl
2950            - proto.pl
2951            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
2952            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
2953            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2954            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2955            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
2956            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2957            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
2958            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2959            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2960            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
2961            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2962            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2963            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
2964            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
2965            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
2966            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
2967            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
2968            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
2969            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
2970            ! util.c win32/Makefile win32/makefile.mk writemain.SH
2971 ____________________________________________________________________________
2972 [  3523] By: gsar                                  on 1999/06/07  05:24:13
2973         Log: missed a file
2974      Branch: perl
2975            + proto.pl
2976            ! MANIFEST
2977 ____________________________________________________________________________
2978 [  3522] By: gsar                                  on 1999/06/07  05:18:34
2979         Log: initial stub implementation of implicit thread/this
2980              pointer    argument; builds/tests on Solaris, win32
2981              hasn't been fixed up yet; proto.h, global.sym and
2982              static function decls are now generated from a common
2983              database in proto.pl; some inconsistently named
2984              perl_foo() things are now Perl_foo(), compatibility
2985              #defines provided; perl_foo() (lowercase 'p') reserved
2986              for functions that take an explicit context argument;
2987              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
2988      Branch: perl
2989            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
2990            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
2991            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
2992            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
2993            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
2994            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
2995            ! universal.c utf8.c util.c
2996 ____________________________________________________________________________
2997 [  3521] By: gsar                                  on 1999/06/04  23:00:22
2998         Log: clean up some stray "global" symbols
2999      Branch: perl
3000            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
3001            ! pp_proto.h proto.h
3002 ____________________________________________________________________________
3003 [  3520] By: jhi                                   on 1999/06/02  21:33:28
3004         Log: Integrate from mainperl.
3005      Branch: cfgperl
3006           !> (integrate 94 files)
3007 ____________________________________________________________________________
3008 [  3519] By: gsar                                  on 1999/06/02  07:16:10
3009         Log: avoid dereferencing null pointer from getpwent() et al
3010      Branch: perl
3011            ! pp_sys.c
3012 ____________________________________________________________________________
3013 [  3518] By: gsar                                  on 1999/06/02  04:47:10
3014         Log: remove _() non-ansism
3015      Branch: perl
3016            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
3017            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
3018            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
3019            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
3020            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
3021            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
3022            ! ext/re/re.xs handy.h hv.c iperlsys.h
3023            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
3024            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
3025            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
3026            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
3027            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
3028            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
3029            ! vms/vmsish.h vms/writemain.pl vos/config.h
3030            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
3031            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
3032            ! win32/perllib.c win32/runperl.c win32/win32.h
3033            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
3034            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
3035 ____________________________________________________________________________
3036 [  3517] By: gsar                                  on 1999/06/02  02:17:51
3037         Log: missed a few files
3038      Branch: perl
3039            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
3040 ____________________________________________________________________________
3041 [  3516] By: gsar                                  on 1999/06/02  01:37:33
3042         Log: integrate cfgperl contents into mainline
3043      Branch: perl
3044           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3045           +> ext/ByteLoader/byterun.h
3046            - bytecode.h byterun.c byterun.h
3047            ! Changes
3048           !> (integrate 58 files)
3049 ____________________________________________________________________________
3050 [  3515] By: gsar                                  on 1999/06/02  00:48:50
3051         Log: remove stray K&R-isms
3052      Branch: perl
3053            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
3054            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
3055            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
3056            ! toke.c util.c win32/win32.c x2p/hash.c
3057 ____________________________________________________________________________
3058 [  3514] By: gsar                                  on 1999/06/01  15:55:55
3059         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
3060              strict 'subs'
3061      Branch: perl
3062            ! op.c t/pragma/strict-subs
3063 ____________________________________________________________________________
3064 [  3513] By: jhi                                   on 1999/06/01  07:17:05
3065         Log: Patch applying of #3499 had gone awry.
3066      Branch: cfgperl
3067            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
3068 ____________________________________________________________________________
3069 [  3512] By: gsar                                  on 1999/05/31  19:21:30
3070         Log: tighter -help output
3071      Branch: perl
3072            ! perl.c
3073 ____________________________________________________________________________
3074 [  3511] By: gsar                                  on 1999/05/31  17:18:23
3075         Log: fix memory leak in C<eval 'return sub {...}'>
3076      Branch: perl
3077            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
3078 ____________________________________________________________________________
3079 [  3510] By: gsar                                  on 1999/05/31  14:11:46
3080         Log: tweak C++isms
3081      Branch: perl
3082            ! win32/dl_win32.xs win32/win32.c
3083 ____________________________________________________________________________
3084 [  3509] By: jhi                                   on 1999/05/30  13:02:26
3085         Log: Cleanup of #3488.
3086      Branch: cfgperl
3087            ! Configure config_h.SH
3088 ____________________________________________________________________________
3089 [  3508] By: jhi                                   on 1999/05/30  11:16:01
3090         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3091              To: Mailing list Perl5 <perl5-porters@perl.org>
3092              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
3093              Date: Sat, 29 May 1999 20:18:13 -0400
3094              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
3095      Branch: cfgperl
3096            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
3097 ____________________________________________________________________________
3098 [  3507] By: jhi                                   on 1999/05/29  20:05:40
3099         Log: From: Mark-Jason Dominus <mjd@plover.com>
3100              To: perl5-porters@perl.com
3101              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
3102              Date: Sat, 29 May 1999 14:45:10 -0400
3103              Message-ID: <19990529184510.27557.qmail@plover.com>
3104      Branch: cfgperl
3105            ! op.h
3106 ____________________________________________________________________________
3107 [  3506] By: gsar                                  on 1999/05/29  16:49:39
3108         Log: avoid gv_check() recursive pit
3109      Branch: perl
3110            ! gv.c
3111 ____________________________________________________________________________
3112 [  3505] By: jhi                                   on 1999/05/29  11:38:16
3113         Log: From: jan.dubois@ibm.net (Jan Dubois)
3114              To: Gurusamy Sarathy <gsar@activestate.com>
3115              Cc: perl5-porters@perl.org
3116              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
3117              Date: Sat, 29 May 1999 08:46:22 +0200
3118              Message-ID: <374f8007.2016008@smtp1.ibm.net>
3119      Branch: cfgperl
3120            ! t/op/grent.t t/op/pwent.t
3121 ____________________________________________________________________________
3122 [  3504] By: jhi                                   on 1999/05/29  11:07:10
3123         Log: QNX needs <sys/select.h> to define fd_set.
3124              
3125              From: Norton Allen <allen@huarp.harvard.edu>
3126              To: perl5-porters@perl.org
3127              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
3128              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
3129              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
3130      Branch: cfgperl
3131            ! ext/IO/poll.c
3132 ____________________________________________________________________________
3133 [  3503] By: jhi                                   on 1999/05/29  10:53:31
3134         Log: From: jan.dubois@ibm.net (Jan Dubois)
3135              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
3136              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
3137              Date: Fri, 28 May 1999 20:14:35 +0200
3138              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
3139      Branch: cfgperl
3140            ! lib/Math/BigFloat.pm
3141 ____________________________________________________________________________
3142 [  3502] By: jhi                                   on 1999/05/29  10:44:44
3143         Log: Make Configure support the change #3367,
3144              SysV shadow passwords.
3145      Branch: cfgperl
3146            ! Configure config_h.SH pp_sys.c
3147 ____________________________________________________________________________
3148 [  3501] By: gsar                                  on 1999/05/28  21:22:23
3149         Log: add wide versions of win32 system calls (first step in
3150              globalization); delayload winsock for performance if compiling
3151              with VC 6.0
3152      Branch: perl
3153            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
3154            ! win32/win32.c win32/win32.h
3155 ____________________________________________________________________________
3156 [  3500] By: jhi                                   on 1999/05/28  21:17:24
3157         Log: The new t/lib/io_linenum.t was using stricture
3158              before @INC was set up.
3159      Branch: cfgperl
3160            ! t/lib/io_linenum.t
3161 ____________________________________________________________________________
3162 [  3499] By: jhi                                   on 1999/05/28  17:13:23
3163         Log: From: Tom Hughes <tom@compton.nu>
3164              To: perl5-porters@perl.org
3165              Subject: [PATCH 5.005_57] ByteLoader mark 2
3166              Date: Wed, 26 May 1999 23:59:49 +0100
3167              Message-ID: <bf337a0849.tom@compton.compton.nu>
3168              
3169              plus resolve tiny conflict with #3479
3170              plus regen_headers.
3171      Branch: cfgperl
3172            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3173            + ext/ByteLoader/byterun.h
3174            - bytecode.h byterun.c byterun.h
3175            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
3176            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
3177            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3178            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
3179            ! perl.h perlvars.h proto.h util.c utils/Makefile
3180 ____________________________________________________________________________
3181 [  3498] By: jhi                                   on 1999/05/28  16:53:04
3182         Log: From: Mark-Jason Dominus <mjd@plover.com>
3183              To: perl5-porters@perl.com
3184              Subject: PATCH (5.005_57): defined(@a) now deprecated
3185              Date: Thu, 27 May 1999 16:05:44 -0400
3186              Message-ID: <19990527200544.13330.qmail@plover.com>
3187      Branch: cfgperl
3188            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
3189            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
3190 ____________________________________________________________________________
3191 [  3497] By: jhi                                   on 1999/05/28  16:50:54
3192         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3193              To: perl5-porters@perl.org (Mailing list Perl5)
3194              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
3195              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
3196              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
3197      Branch: cfgperl
3198            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
3199            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
3200 ____________________________________________________________________________
3201 [  3496] By: jhi                                   on 1999/05/28  16:48:39
3202         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3203              To: perl5-porters@perl.org (Mailing list Perl5)
3204              Subject: [PATCH 5.00557] Required OS/2-related patches
3205              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
3206              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
3207      Branch: cfgperl
3208            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
3209            ! t/op/stat.t util.c
3210 ____________________________________________________________________________
3211 [  3495] By: jhi                                   on 1999/05/28  16:45:56
3212         Log: From: Paul Johnson <pjcj@transeda.com>
3213              To: perl5-porters <perl5-porters@perl.org>
3214              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
3215              Date: Fri, 28 May 1999 15:13:54 +0100
3216              Message-ID: <19990528151354.B289@west-tip.transeda.com>
3217      Branch: cfgperl
3218            ! t/TEST
3219 ____________________________________________________________________________
3220 [  3494] By: jhi                                   on 1999/05/28  16:44:34
3221         Log: From: Paul Johnson <pjcj@transeda.com>
3222              To: perl5-porters <perl5-porters@perl.org>
3223              Subject: [PATCH 5.005_57] Fixes related to working local $.
3224              Date: Fri, 28 May 1999 15:11:18 +0100
3225              Message-ID: <19990528151118.A289@west-tip.transeda.com>
3226      Branch: cfgperl
3227            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
3228 ____________________________________________________________________________
3229 [  3493] By: gsar                                  on 1999/05/28  16:37:26
3230         Log: change#3449 wasn't doing enough
3231      Branch: perl
3232            ! op.c t/comp/proto.t
3233 ____________________________________________________________________________
3234 [  3492] By: jhi                                   on 1999/05/28  08:12:23
3235         Log: From: paul.marquess@bt.com
3236              To: doughera@lafayette.edu
3237              Cc: perl5-porters@perl.org
3238              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
3239              Date: Thu, 27 May 1999 23:31:38 +0100
3240              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
3241              
3242              Had to be applied manually; some mailer had munged the patch slightly.
3243      Branch: cfgperl
3244            ! ext/NDBM_File/NDBM_File.xs
3245 ____________________________________________________________________________
3246 [  3491] By: jhi                                   on 1999/05/28  07:51:17
3247         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3248              To: perl5-porters@perl.org
3249              Subject: [PATCH 5.005_57] fixing eval in the compiler
3250              Date: Thu, 27 May 1999 07:56:54 -0700
3251              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
3252      Branch: cfgperl
3253            ! cc_runtime.h scope.h
3254 ____________________________________________________________________________
3255 [  3490] By: jhi                                   on 1999/05/28  07:47:06
3256         Log: From: Andy Dougherty <doughera@lafayette.edu>
3257              To: perlbug@perl.com
3258              Cc: Jarkko Hietaniemi <jhi@iki.fi>
3259              Subject: [PATCH] Configure updates for ISC 4.1
3260              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
3261              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
3262      Branch: cfgperl
3263            ! Configure config_h.SH
3264 ____________________________________________________________________________
3265 [  3489] By: jhi                                   on 1999/05/28  07:39:17
3266         Log: Integrate from mainperl.
3267      Branch: cfgperl
3268           !> malloc.c win32/makedef.pl win32/win32.c
3269 ____________________________________________________________________________
3270 [  3488] By: jhi                                   on 1999/05/27  16:57:19
3271         Log: From: Andy Dougherty <doughera@lafayette.edu>
3272              To: Perl Porters <perl5-porters@perl.org>
3273              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
3274              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
3275              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
3276      Branch: cfgperl
3277            ! Configure config_h.SH hints/sunos_4_1.sh util.c
3278 ____________________________________________________________________________
3279 [  3487] By: gsar                                  on 1999/05/27  03:56:20
3280         Log: make win32_spawnvp() inherit standard handles even when they
3281              may be redirected
3282      Branch: perl
3283            ! win32/win32.c
3284 ____________________________________________________________________________
3285 [  3486] By: jhi                                   on 1999/05/26  19:55:52
3286         Log: From: Andy Dougherty <doughera@lafayette.edu>
3287              To: perl5-porters@perl.org
3288              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
3289              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
3290              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
3291      Branch: cfgperl
3292            ! util.c
3293 ____________________________________________________________________________
3294 [  3485] By: chip                                  on 1999/05/26  17:19:11
3295         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
3296      Branch: maint-5.004/perl
3297            ! Configure
3298 ____________________________________________________________________________
3299 [  3484] By: gsar                                  on 1999/05/26  01:56:28
3300         Log: fix missing exported symbol
3301      Branch: perl
3302            ! malloc.c win32/makedef.pl
3303 ____________________________________________________________________________
3304 [  3483] By: jhi                                   on 1999/05/25  23:08:07
3305         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
3306              
3307              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3308              To: perlbug@perl.com
3309              Subject: OpenBSD hints file update
3310              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
3311              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
3312      Branch: cfgperl
3313            ! hints/openbsd.sh
3314 ____________________________________________________________________________
3315 [  3482] By: jhi                                   on 1999/05/25  23:01:25
3316         Log: From: Tom Hughes <tom@compton.nu>
3317              To: perl5-porters@perl.org
3318              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
3319              Date: Tue, 25 May 1999 23:10:23 +0100
3320              Message-ID: <1ed7f10749.tom@compton.compton.nu>
3321      Branch: cfgperl
3322            ! Configure config_h.SH
3323 ____________________________________________________________________________
3324 [  3481] By: jhi                                   on 1999/05/25  22:31:50
3325         Log: 3479, 3480, 3481 seems logical.
3326      Branch: cfgperl
3327           !> hints/aix.sh
3328 ____________________________________________________________________________
3329 [  3480] By: jhi                                   on 1999/05/25  22:13:39
3330         Log: The change #3479 wasn't perfect.
3331      Branch: perl
3332            ! hints/aix.sh
3333 ____________________________________________________________________________
3334 [  3479] By: jhi                                   on 1999/05/25  21:59:21
3335         Log: Cures for _57 in AIX 4.1.5.0.
3336              (1) The lddlflags lost its -lc by change #3660
3337              (and the politeness of change #3257).
3338              (2) optype_size must end up in perl.exp (as PL_optype_size).
3339              Added it to perlvars.h, fixed bytecode.pl,
3340              regen'ed the relevant headers.
3341      Branch: cfgperl
3342            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
3343            ! perlvars.h
3344      Branch: perl
3345            ! hints/aix.sh
3346 ____________________________________________________________________________
3347 [  3478] By: jhi                                   on 1999/05/25  20:13:47
3348         Log: Integrate from mainperl.
3349      Branch: cfgperl
3350           +> pod/perltootc.pod
3351           !> (integrate 101 files)
3352 ____________________________________________________________________________
3353 [  3477] By: gsar                                  on 1999/05/25  10:43:48
3354         Log: here be 5.005_57
3355      Branch: perl
3356            ! Changes MANIFEST Porting/makerel
3357           !> Changes5.005
3358
3359 ----------------
3360 Version 5.005_57
3361 ----------------
3362
3363 ____________________________________________________________________________
3364 [  3476] By: gsar                                  on 1999/05/25  09:23:43
3365         Log: up patchlevel &c
3366      Branch: perl
3367            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3368            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3369            ! win32/makefile.mk
3370 ____________________________________________________________________________
3371 [  3475] By: gsar                                  on 1999/05/25  09:14:51
3372         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3373              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
3374              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
3375              Subject: [PATCH 5.005_56] REx engine improvements
3376      Branch: perl
3377            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
3378            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
3379            ! thrdvar.h util.c
3380 ____________________________________________________________________________
3381 [  3474] By: gsar                                  on 1999/05/25  08:39:56
3382         Log: test case for change#3470
3383      Branch: perl
3384            ! t/lib/bigintpm.t
3385 ____________________________________________________________________________
3386 [  3473] By: gsar                                  on 1999/05/25  08:36:52
3387         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
3388      Branch: perl
3389            ! Changes pod/perlport.pod
3390 ____________________________________________________________________________
3391 [  3472] By: gsar                                  on 1999/05/25  08:28:57
3392         Log: assorted tweaks
3393      Branch: perl
3394            ! doio.c iperlsys.h win32/config.bc win32/config.gc
3395            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3396            ! win32/config_H.vc win32/makedef.pl
3397 ____________________________________________________________________________
3398 [  3471] By: gsar                                  on 1999/05/25  06:06:04
3399         Log: perlref update from Tom Christiansen
3400      Branch: perl
3401            ! pod/perlref.pod
3402 ____________________________________________________________________________
3403 [  3470] By: gsar                                  on 1999/05/25  06:03:27
3404         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3405              Date: Mon, 24 May 1999 17:43:56 -0400
3406              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
3407              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
3408      Branch: perl
3409            ! hv.c
3410 ____________________________________________________________________________
3411 [  3469] By: gsar                                  on 1999/05/25  05:59:22
3412         Log: avoid temporary files that have a constant name (from a suggestion
3413              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
3414      Branch: perl
3415            ! lib/ExtUtils/MM_Unix.pm
3416 ____________________________________________________________________________
3417 [  3468] By: gsar                                  on 1999/05/25  05:54:29
3418         Log: From: pvhp@forte.com (Peter Prymmer)
3419              Date: Mon, 24 May 99 11:20:25 PDT
3420              Message-Id: <9905241820.AA28071@forte.com>
3421              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
3422      Branch: perl
3423            ! lib/Pod/Text.pm
3424 ____________________________________________________________________________
3425 [  3467] By: gsar                                  on 1999/05/25  04:08:50
3426         Log: fix glob() bug that resulted in missing symlinks that don't point
3427              anywhere
3428      Branch: perl
3429            ! pp_hot.c
3430 ____________________________________________________________________________
3431 [  3466] By: gsar                                  on 1999/05/25  03:00:00
3432         Log: avoid enumerating @INC contents in diagnostic if @INC was never
3433              searched
3434      Branch: perl
3435            ! pod/perldiag.pod pp_ctl.c
3436 ____________________________________________________________________________
3437 [  3465] By: gsar                                  on 1999/05/25  02:24:08
3438         Log: add caveat about close(PIPE) carelessness
3439      Branch: perl
3440            ! pod/perlfunc.pod
3441 ____________________________________________________________________________
3442 [  3464] By: gsar                                  on 1999/05/24  23:55:53
3443         Log: fix bogus line numbers for void context warnings
3444              (change#2548 was overeager)
3445      Branch: perl
3446            ! op.c
3447 ____________________________________________________________________________
3448 [  3463] By: gsar                                  on 1999/05/24  23:31:58
3449         Log: change#3455 had a typo
3450      Branch: perl
3451            ! pp_ctl.c
3452 ____________________________________________________________________________
3453 [  3462] By: gsar                                  on 1999/05/24  17:32:20
3454         Log: more pod updates from Tom Christiansen; regen perltoc
3455      Branch: perl
3456            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
3457            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
3458 ____________________________________________________________________________
3459 [  3461] By: gsar                                  on 1999/05/24  07:41:32
3460         Log: perlmod notes from Damian Conway (via Tom Christiansen)
3461      Branch: perl
3462            ! pod/perlmod.pod
3463 ____________________________________________________________________________
3464 [  3460] By: gsar                                  on 1999/05/24  07:24:11
3465         Log: major pod update from Tom Christiansen
3466      Branch: perl
3467            + pod/perltootc.pod
3468            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
3469            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
3470            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
3471            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
3472            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
3473            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
3474            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
3475            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
3476            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
3477            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
3478            ! pod/perlxs.pod pod/pod2man.PL
3479 ____________________________________________________________________________
3480 [  3459] By: gsar                                  on 1999/05/24  06:26:48
3481         Log: perlfaq update from Tom Christiansen
3482      Branch: perl
3483            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3484            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3485            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3486            ! pod/perlfaq9.pod
3487 ____________________________________________________________________________
3488 [  3458] By: gsar                                  on 1999/05/24  05:55:11
3489         Log: updated to v1.50 from CPAN
3490      Branch: perl
3491            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3492 ____________________________________________________________________________
3493 [  3457] By: gsar                                  on 1999/05/24  05:46:20
3494         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3495              Date: Sun, 23 May 1999 16:35:07 +0100
3496              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
3497              Subject: [PATCH 5.005_56] name PL_in_eval bits
3498      Branch: perl
3499            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
3500 ____________________________________________________________________________
3501 [  3456] By: gsar                                  on 1999/05/24  05:18:06
3502         Log: make -t mode the default on emacs/dumb terminals
3503      Branch: perl
3504            ! Changes utils/perldoc.PL
3505 ____________________________________________________________________________
3506 [  3455] By: gsar                                  on 1999/05/24  05:05:19
3507         Log: return 0 rather than "" when scalar grep has nothing to iterate
3508              on (brings behavior in line with documentation)
3509      Branch: perl
3510            ! pp_ctl.c
3511 ____________________________________________________________________________
3512 [  3454] By: gsar                                  on 1999/05/24  04:52:52
3513         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
3514              Date: Thu, 20 May 1999 13:27:02 -1000
3515              Message-Id: <E10kcDN-0007TA-00@lapaki>
3516              Subject: Problem with MM_Unix in 5.005_03
3517      Branch: perl
3518            ! lib/ExtUtils/MM_Unix.pm
3519 ____________________________________________________________________________
3520 [  3453] By: gsar                                  on 1999/05/24  04:39:49
3521         Log: avoid removing duplicates in user-generated warnings
3522              From: byron@omix.com (Byron Brummer)
3523              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
3524              Message-Id: <199905201101.EAA91175@thrush.omix.com>
3525              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
3526      Branch: perl
3527            ! lib/diagnostics.pm
3528 ____________________________________________________________________________
3529 [  3452] By: gsar                                  on 1999/05/24  04:23:10
3530         Log: straighten some code to avoid NeXT compiler bugs (from
3531              Geoff Kuenning <geoff@cs.hmc.edu>)
3532      Branch: perl
3533            ! pp_ctl.c
3534 ____________________________________________________________________________
3535 [  3451] By: gsar                                  on 1999/05/24  03:03:05
3536         Log: minor logic tweak for reserved word warning
3537      Branch: perl
3538            ! lib/Test/Harness.pm toke.c
3539 ____________________________________________________________________________
3540 [  3450] By: gsar                                  on 1999/05/24  02:34:20
3541         Log: oops, some files missing in change#3449
3542      Branch: perl
3543            ! op.c op.h toke.c
3544 ____________________________________________________________________________
3545 [  3449] By: gsar                                  on 1999/05/24  02:33:12
3546         Log: allow '*' prototype to autoquote even barewords that happen to be
3547              function names; parens or ampersand continue to force the other
3548              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
3549              do the right thing, for example
3550      Branch: perl
3551            ! t/comp/proto.t
3552 ____________________________________________________________________________
3553 [  3448] By: gsar                                  on 1999/05/24  01:51:24
3554         Log: remove vestiges of PL_last_proto
3555      Branch: perl
3556            ! embedvar.h intrpvar.h objXSUB.h
3557 ____________________________________________________________________________
3558 [  3447] By: gsar                                  on 1999/05/24  01:49:20
3559         Log: redo change#2061 and parts of change#1169 with code in the
3560              parser; PL_last_proto hackery gone, strict 'subs' in now
3561              implemented in the optimizer where specifying the exceptional
3562              cases is much more robust; '*' (bareword) prototype now works
3563              reliably when used in second and subsequent arguments
3564      Branch: perl
3565            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
3566 ____________________________________________________________________________
3567 [  3446] By: gsar                                  on 1999/05/23  05:00:55
3568         Log: remove redundant part of change#1169 superceded by change#2061;
3569              avoid "future reserved word" warning on prototypical bearwords
3570      Branch: perl
3571            ! t/lib/fatal.t toke.c
3572 ____________________________________________________________________________
3573 [  3445] By: gsar                                  on 1999/05/21  23:36:49
3574         Log: s/isspace/isSPACE/g and make sure the CRT version is always
3575              passed an unsigned char (fixes random occurrence of spaces in
3576              arguments containing high-bit chars passed to spawned children,
3577              on win32)
3578      Branch: perl
3579            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
3580 ____________________________________________________________________________
3581 [  3444] By: gsar                                  on 1999/05/21  23:08:55
3582         Log: integrate Configure changes from cfgperl
3583      Branch: perl
3584           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3585           !> config_h.SH
3586 ____________________________________________________________________________
3587 [  3443] By: jhi                                   on 1999/05/21  22:00:56
3588         Log: Integrate from mainperl.
3589      Branch: cfgperl
3590           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
3591           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
3592           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
3593           !> win32/perlhost.h win32/win32.c x2p/walk.c
3594 ____________________________________________________________________________
3595 [  3442] By: jhi                                   on 1999/05/21  21:59:46
3596         Log: fflush.
3597      Branch: cfgperl
3598            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3599            ! config_h.SH
3600 ____________________________________________________________________________
3601 [  3441] By: gsar                                  on 1999/05/21  17:48:55
3602         Log: integrate cfgperl changes
3603      Branch: perl
3604           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3605           !> config_h.SH hints/sunos_4_1.sh installperl
3606 ____________________________________________________________________________
3607 [  3440] By: gsar                                  on 1999/05/21  17:42:49
3608         Log: test tweak
3609      Branch: perl
3610            ! t/comp/proto.t
3611 ____________________________________________________________________________
3612 [  3439] By: gsar                                  on 1999/05/21  17:31:26
3613         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
3614              (Configure fflush(NULL) detection seems broken on Solaris, which
3615              is why I hit the problem)
3616      Branch: perl
3617            ! Changes perl.h
3618 ____________________________________________________________________________
3619 [  3438] By: gsar                                  on 1999/05/20  16:41:01
3620         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
3621      Branch: perl
3622            ! pod/perlport.pod
3623 ____________________________________________________________________________
3624 [  3437] By: jhi                                   on 1999/05/20  07:14:39
3625         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
3626              (via private email).
3627      Branch: cfgperl
3628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3629            ! config_h.SH hints/sunos_4_1.sh
3630 ____________________________________________________________________________
3631 [  3436] By: gsar                                  on 1999/05/20  05:18:26
3632         Log: various little nits
3633      Branch: perl
3634            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
3635            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
3636            ! win32/perlhost.h win32/win32.c x2p/walk.c
3637 ____________________________________________________________________________
3638 [  3435] By: jhi                                   on 1999/05/18  16:25:49
3639         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3640              To: perl5-porters@perl.org
3641              Subject: installperl
3642              Date: Fri, 14 May 1999 21:34:58 +0100
3643              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
3644      Branch: cfgperl
3645            ! installperl
3646 ____________________________________________________________________________
3647 [  3434] By: jhi                                   on 1999/05/17  21:25:54
3648         Log: Integrate from mainperl.
3649      Branch: cfgperl
3650           +> lib/ExtUtils/MM_Cygwin.pm
3651            - cygwin32/impure_ptr.c
3652           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3653           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3654           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
3655           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
3656           !> x2p/find2perl.PL
3657 ____________________________________________________________________________
3658 [  3433] By: gsar                                  on 1999/05/17  09:49:01
3659         Log: integrate cfgperl changes into mainline
3660      Branch: perl
3661           !> Configure INSTALL config_h.SH configure.com embed.h
3662           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
3663           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
3664           !> util.c
3665 ____________________________________________________________________________
3666 [  3432] By: gsar                                  on 1999/05/17  09:06:45
3667         Log: emit more appropriate diagnostic for failed glob (variant
3668              of patch suggested by Graham Barr)
3669      Branch: perl
3670            ! gv.c pod/perldiag.pod pp.c pp_hot.c
3671 ____________________________________________________________________________
3672 [  3431] By: gsar                                  on 1999/05/17  08:38:09
3673         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3674              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
3675              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
3676              Subject: find2perl does not grok the 'c' suffix to the -size argument
3677      Branch: perl
3678            ! x2p/find2perl.PL
3679 ____________________________________________________________________________
3680 [  3430] By: gsar                                  on 1999/05/17  08:26:21
3681         Log: additional cleanups for cygwin32 port
3682              From: "Fifer, Eric" <EFifer@sanwaint.com>
3683              Date: Wed, 12 May 1999 20:25:54 +0100
3684              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
3685              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
3686      Branch: perl
3687            + lib/ExtUtils/MM_Cygwin.pm
3688            - cygwin32/impure_ptr.c
3689            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3690            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3691            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
3692            ! perl.h util.c
3693 ____________________________________________________________________________
3694 [  3429] By: gsar                                  on 1999/05/17  08:01:04
3695         Log: From: Andy Dougherty <doughera@lafayette.edu>
3696              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3697              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3698              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3699      Branch: perl
3700            ! INSTALL
3701 ____________________________________________________________________________
3702 [  3428] By: jhi                                   on 1999/05/17  07:03:26
3703         Log: Integrate from mainperl modulo the Socket.xs change.
3704      Branch: cfgperl
3705           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
3706           !> win32/win32.c win32/win32.h
3707 ____________________________________________________________________________
3708 [  3427] By: jhi                                   on 1999/05/16  22:09:11
3709         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3710              To: perl5-porters@perl.org (Mailing list Perl5)
3711              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
3712              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
3713              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
3714      Branch: cfgperl
3715            ! ext/Devel/Peek/Peek.xs
3716 ____________________________________________________________________________
3717 [  3426] By: jhi                                   on 1999/05/16  22:07:11
3718         Log: From: Mark-Jason Dominus <mjd@plover.com>
3719              To: perl5-porters@perl.com
3720              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
3721              Date: Sat, 15 May 1999 12:43:47 -0400
3722              Message-ID: <19990515164348.7313.qmail@plover.com>
3723      Branch: cfgperl
3724            ! pod/perldiag.pod
3725 ____________________________________________________________________________
3726 [  3425] By: nick                                  on 1999/05/15  15:56:10
3727         Log: Mingw32 + w32api-0.1.5 tweaks
3728              - now more like other Win32 compilers
3729      Branch: perl
3730            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
3731            ! win32/win32.h
3732 ____________________________________________________________________________
3733 [  3424] By: nick                                  on 1999/05/14  21:04:22
3734         Log: Experimental "slab" allocator for ops.
3735              To try it -DPL_OP_SLAB_ALLOC for op.c 
3736              This is for proof of concept only, it leaks memory 
3737              (ops are not free'd) so don't use in embedded apps.
3738              If this minimalist version does not show performance 
3739              gain then whole idea is worthless. 
3740              Nick see's approx 12% speed up vs perlmalloc running
3741              perl -Ilib -MCPAN -e '' 
3742              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
3743      Branch: perl
3744            ! op.c
3745 ____________________________________________________________________________
3746 [  3423] By: gsar                                  on 1999/05/14  19:55:04
3747         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
3748              found (brings sitelib intuition in line with privlib)
3749      Branch: perl
3750            ! win32/win32.c
3751 ____________________________________________________________________________
3752 [  3422] By: jhi                                   on 1999/05/14  08:08:01
3753         Log: From: pvhp@forte.com (Peter Prymmer)
3754              To: perl5-porters@perl.org, vmsperl@perl.org
3755              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
3756              Date: Thu, 13 May 99 15:29:57 PDT
3757              Message-Id: <9905132229.AA15854@forte.com>
3758      Branch: cfgperl
3759            ! configure.com
3760 ____________________________________________________________________________
3761 [  3421] By: jhi                                   on 1999/05/14  07:34:20
3762         Log: Integrate from mainperl.
3763      Branch: cfgperl
3764           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
3765 ____________________________________________________________________________
3766 [  3420] By: jhi                                   on 1999/05/14  07:33:26
3767         Log: Still fflushing.
3768      Branch: cfgperl
3769            ! Configure config_h.SH util.c
3770 ____________________________________________________________________________
3771 [  3419] By: gsar                                  on 1999/05/14  03:08:29
3772         Log: mortalize string allocations by win32_get_{priv,site}lib()
3773              (fixes small memory leak in interpreter)
3774      Branch: perl
3775            ! win32/win32.c
3776 ____________________________________________________________________________
3777 [  3418] By: gsar                                  on 1999/05/14  03:06:50
3778         Log: make win32_longname() preserve kind of slashes in argument
3779      Branch: perl
3780            ! win32/win32.c
3781 ____________________________________________________________________________
3782 [  3417] By: gsar                                  on 1999/05/14  03:04:44
3783         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
3784      Branch: perl
3785            ! lib/ExtUtils/MM_Unix.pm
3786 ____________________________________________________________________________
3787 [  3416] By: jhi                                   on 1999/05/13  21:18:06
3788         Log: Integrate from mainperl.
3789      Branch: cfgperl
3790           !> pp_ctl.c
3791 ____________________________________________________________________________
3792 [  3415] By: jhi                                   on 1999/05/13  21:16:49
3793         Log: Fixes from Andy Dougherty (via private email).
3794      Branch: cfgperl
3795            ! Configure config_h.SH
3796 ____________________________________________________________________________
3797 [  3414] By: nick                                  on 1999/05/13  20:04:26
3798         Log: valist vs va_list typo
3799      Branch: perl
3800            ! pp_ctl.c
3801 ____________________________________________________________________________
3802 [  3413] By: jhi                                   on 1999/05/13  15:04:05
3803         Log: From: Andy Dougherty <doughera@lafayette.edu>
3804              To: perlbug@perl.com
3805              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3806              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3807              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3808      Branch: cfgperl
3809            ! INSTALL
3810 ____________________________________________________________________________
3811 [  3412] By: jhi                                   on 1999/05/13  14:20:17
3812         Log: Integrate from mainperl.
3813      Branch: cfgperl
3814           !> pp_ctl.c
3815 ____________________________________________________________________________
3816 [  3411] By: gsar                                  on 1999/05/13  14:16:56
3817         Log: docatch_body() declaration mismatch
3818      Branch: perl
3819            ! pp_ctl.c
3820 ____________________________________________________________________________
3821 [  3410] By: jhi                                   on 1999/05/13  13:51:44
3822         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
3823      Branch: cfgperl
3824            ! Configure config_h.SH perl.h
3825 ____________________________________________________________________________
3826 [  3409] By: jhi                                   on 1999/05/13  13:31:53
3827         Log: Still fflushing strong.
3828      Branch: cfgperl
3829            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
3830            ! proto.h util.c
3831 ____________________________________________________________________________
3832 [  3408] By: jhi                                   on 1999/05/12  14:30:23
3833         Log: Integrate from mainperl.
3834      Branch: cfgperl
3835           !> (integrate 30 files)
3836 ____________________________________________________________________________
3837 [  3407] By: jhi                                   on 1999/05/12  12:28:31
3838         Log: Be tidier with fflush(NULL) testing.
3839      Branch: cfgperl
3840            ! Configure config_h.SH
3841 ____________________________________________________________________________
3842 [  3406] By: gsar                                  on 1999/05/12  11:26:03
3843         Log: better range-checking on list slices, with test
3844              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3845              Date: Sun, 02 May 1999 17:02:53 +0100
3846              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
3847              Subject: Re: List slice of undefs returns 0 items 
3848      Branch: perl
3849            ! pp.c t/op/list.t
3850 ____________________________________________________________________________
3851 [  3405] By: gsar                                  on 1999/05/12  11:22:27
3852         Log: change#3397 needs test tweak
3853      Branch: perl
3854            ! Changes t/pragma/warn/sv
3855 ____________________________________________________________________________
3856 [  3404] By: gsar                                  on 1999/05/12  11:07:44
3857         Log: typo in change#3397
3858      Branch: perl
3859            ! doop.c
3860 ____________________________________________________________________________
3861 [  3403] By: gsar                                  on 1999/05/12  10:49:01
3862         Log: From: Stephen Zander <gibreel@pobox.com>
3863              Date: 12 May 1999 01:22:31 -0700
3864              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
3865              Subject: Re: Test::Harness runs tainted tests with wrong library path
3866      Branch: perl
3867            ! lib/Test/Harness.pm
3868 ____________________________________________________________________________
3869 [  3402] By: gsar                                  on 1999/05/12  10:42:06
3870         Log: typo in change#3400
3871      Branch: perl
3872            ! ext/B/B/Deparse.pm
3873 ____________________________________________________________________________
3874 [  3401] By: jhi                                   on 1999/05/12  10:40:42
3875         Log: A better, shinier, and possibly even correctly working
3876              reincarnation of #3398.
3877      Branch: cfgperl
3878            ! Configure config_h.SH
3879 ____________________________________________________________________________
3880 [  3400] By: gsar                                  on 1999/05/12  10:40:11
3881         Log: deparse \&func() as \(&func()) for clarity
3882              From: Albert Dvornik <bert@genscan.com>
3883              Date: 11 May 1999 13:32:04 -0400
3884              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
3885              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
3886      Branch: perl
3887            ! ext/B/B/Deparse.pm
3888 ____________________________________________________________________________
3889 [  3399] By: gsar                                  on 1999/05/12  10:36:02
3890         Log: more testsuite smarts (many of them courtesy Ilya)
3891      Branch: perl
3892            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
3893            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
3894            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
3895            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
3896            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
3897            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
3898            ! t/op/pwent.t
3899 ____________________________________________________________________________
3900 [  3398] By: jhi                                   on 1999/05/12  09:33:08
3901         Log: Detect whether fflush(NULL) works as per change #3352.
3902      Branch: cfgperl
3903            ! Configure config_h.SH perl.h
3904 ____________________________________________________________________________
3905 [  3397] By: gsar                                  on 1999/05/12  08:56:03
3906         Log: From: jan.dubois@ibm.net (Jan Dubois)
3907              Date: Wed, 12 May 1999 01:01:00 +0200
3908              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
3909              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
3910      Branch: perl
3911            ! doop.c
3912 ____________________________________________________________________________
3913 [  3396] By: gsar                                  on 1999/05/12  08:23:27
3914         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
3915              stat() behaves similarly
3916      Branch: perl
3917            ! win32/win32.c
3918 ____________________________________________________________________________
3919 [  3395] By: jhi                                   on 1999/05/11  22:21:32
3920         Log: Redo parts of #3341 and #3358 that #3394 undid.
3921      Branch: cfgperl
3922            ! Configure config_h.SH
3923 ____________________________________________________________________________
3924 [  3394] By: jhi                                   on 1999/05/11  22:03:48
3925         Log: Add I_NETINET_TCP to help change #3391.
3926      Branch: cfgperl
3927            ! Configure config_h.SH ext/Socket/Socket.xs
3928 ____________________________________________________________________________
3929 [  3393] By: jhi                                   on 1999/05/11  21:44:59
3930         Log: Integrate from mainperl.
3931      Branch: cfgperl
3932           !> (integrate 55 files)
3933 ____________________________________________________________________________
3934 [  3392] By: gsar                                  on 1999/05/11  20:56:43
3935         Log: update embedvar.h
3936      Branch: perl
3937            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
3938 ____________________________________________________________________________
3939 [  3391] By: gsar                                  on 1999/05/11  16:32:05
3940         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3941              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
3942              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
3943              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
3944      Branch: perl
3945            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3946 ____________________________________________________________________________
3947 [  3390] By: gsar                                  on 1999/05/11  15:27:40
3948         Log: display more frequent progress messages when STDOUT is a tty
3949      Branch: perl
3950            ! lib/Test/Harness.pm
3951 ____________________________________________________________________________
3952 [  3389] By: gsar                                  on 1999/05/11  14:40:58
3953         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3954              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
3955              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
3956              Subject: [PATCH 5.005_53] Explanations by Test::Harness
3957      Branch: perl
3958            ! lib/Test/Harness.pm
3959 ____________________________________________________________________________
3960 [  3388] By: gsar                                  on 1999/05/11  14:08:14
3961         Log: avoid creating spurious subroutine stubs on failed subroutine
3962              call and other places of sv_2cv() misuse; fixes problems with
3963              failed subroutine calls "hiding" later attempts to lookup methods
3964              in base classes
3965      Branch: perl
3966            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
3967 ____________________________________________________________________________
3968 [  3387] By: gsar                                  on 1999/05/11  09:34:13
3969         Log: various fixes for clean build and test on win32; configpm broken,
3970              needed to open myconfig.SH rather than myconfig; sundry adjustments
3971              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
3972              work under win32; getenv_sv() changed to getenv_len() since SVs
3973              aren't visible in the lower echelons; remove bogus exports from
3974              config.sym; PERL_OBJECT-ness for C++ exception support; null out
3975              IoDIRP in filter_del() or sv_free() will attempt to close it
3976      Branch: perl
3977            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
3978            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
3979            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
3980            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
3981            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
3982            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
3983            ! win32/config.gc win32/config.vc win32/makedef.pl
3984            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
3985            ! win32/win32.c win32/win32.h
3986 ____________________________________________________________________________
3987 [  3386] By: gsar                                  on 1999/05/11  02:49:07
3988         Log: gutsupport for C++ exceptions
3989              From: Chip Salzenberg <chip@perlsupport.com>
3990              Date: Tue, 9 Mar 1999 11:51:57 -0500
3991              Message-ID: <19990309115157.E7911@perlsupport.com>
3992              Subject: [PATCH 5.005] Flexible Exceptions
3993      Branch: perl
3994            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
3995            ! scope.c scope.h thrdvar.h util.c
3996 ____________________________________________________________________________
3997 [  3385] By: gsar                                  on 1999/05/10  19:33:36
3998         Log: "weak" references internals, still needs perlguts documentation
3999              (somewhat modified version of patch suggested by Tuomas J. Lukka
4000              <lukka@fas.harvard.edu>)
4001      Branch: perl
4002            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
4003            ! pod/perldiag.pod proto.h sv.c sv.h util.c
4004 ____________________________________________________________________________
4005 [  3384] By: jhi                                   on 1999/05/10  18:21:43
4006         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
4007              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
4008      Branch: cfgperl
4009            ! INSTALL hints/dec_osf.sh
4010 ____________________________________________________________________________
4011 [  3381] By: jhi                                   on 1999/05/10  14:39:28
4012         Log: Integrate from mainperl.
4013      Branch: cfgperl
4014           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
4015           +> cygwin32/build-instructions.charles-wilson
4016           +> cygwin32/build-instructions.sebastien-barre
4017           +> cygwin32/build-instructions.steven-morlock
4018           +> cygwin32/build-instructions.steven-morlock2
4019           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
4020           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4021           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
4022           +> t/op/numconvert.t utils/perlbc.PL
4023            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4024            - cygwin32/perlld
4025           !> (integrate 105 files)
4026 ____________________________________________________________________________
4027 [  3380] By: gsar                                  on 1999/05/10  12:27:14
4028         Log: regen regnodes.h
4029      Branch: perl
4030            ! Changes regnodes.h
4031 ____________________________________________________________________________
4032 [  3379] By: gsar                                  on 1999/05/10  12:17:26
4033         Log: From: jan.dubois@ibm.net (Jan Dubois)
4034              Date: Sat, 01 May 1999 22:55:36 +0200
4035              Message-ID: <373067e9.56194713@smtp1.ibm.net>
4036              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
4037      Branch: perl
4038            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
4039            ! win32/config_H.vc
4040 ____________________________________________________________________________
4041 [  3378] By: gsar                                  on 1999/05/10  12:07:13
4042         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4043              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
4044              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
4045              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
4046      Branch: perl
4047            + t/op/numconvert.t
4048            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
4049            ! util.c
4050 ____________________________________________________________________________
4051 [  3377] By: gsar                                  on 1999/05/10  11:39:48
4052         Log: pp_modulo comment tweak from Ilya
4053      Branch: perl
4054            ! pp.c
4055 ____________________________________________________________________________
4056 [  3376] By: gsar                                  on 1999/05/10  11:30:40
4057         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4058              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
4059              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
4060              Subject: Test.pm update [PATCH _56]
4061      Branch: perl
4062            ! lib/Test.pm
4063 ____________________________________________________________________________
4064 [  3375] By: gsar                                  on 1999/05/10  11:28:30
4065         Log: From: jan.dubois@ibm.net (Jan Dubois)
4066              Date: Fri, 07 May 1999 00:59:54 +0200
4067              Message-ID: <373318ae.19292461@smtp1.ibm.net>
4068              Subject: Re: Using existing memory for an SV's PV 
4069      Branch: perl
4070            ! sv.c
4071 ____________________________________________________________________________
4072 [  3374] By: gsar                                  on 1999/05/10  11:23:44
4073         Log: From: jan.dubois@ibm.net (Jan Dubois)
4074              Date: Fri, 07 May 1999 00:59:52 +0200
4075              Message-ID: <37321800.19118320@smtp1.ibm.net>
4076              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
4077      Branch: perl
4078            ! perl.h
4079 ____________________________________________________________________________
4080 [  3373] By: gsar                                  on 1999/05/10  11:22:10
4081         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4082              Date: Thu, 6 May 1999 18:17:28 -0400
4083              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
4084              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
4085      Branch: perl
4086            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
4087            ! util.c
4088 ____________________________________________________________________________
4089 [  3372] By: gsar                                  on 1999/05/10  10:57:49
4090         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4091              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
4092              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
4093              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
4094      Branch: perl
4095            ! regcomp.c regcomp.pl
4096 ____________________________________________________________________________
4097 [  3371] By: gsar                                  on 1999/05/10  10:54:01
4098         Log: From: lane@duphy4.physics.drexel.edu
4099              Date: Tue, 04 May 1999 10:19:25 -0700
4100              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
4101              Subject: [PATCH 5.005.56] pod->html VMS fixes
4102      Branch: perl
4103            ! installhtml lib/Pod/Html.pm
4104 ____________________________________________________________________________
4105 [  3370] By: gsar                                  on 1999/05/10  10:45:52
4106         Log: testsuite nits
4107      Branch: perl
4108            ! t/lib/io_linenum.t t/op/filetest.t
4109 ____________________________________________________________________________
4110 [  3369] By: gsar                                  on 1999/05/10  10:35:22
4111         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4112              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
4113              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
4114              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
4115      Branch: perl
4116            ! os2/os2ish.h os2/os2thread.h
4117 ____________________________________________________________________________
4118 [  3368] By: gsar                                  on 1999/05/10  10:00:11
4119         Log: From: Albert Dvornik <bert@genscan.com>
4120              Date: 03 May 1999 12:20:57 -0400
4121              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
4122              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
4123      Branch: perl
4124            ! dump.c
4125 ____________________________________________________________________________
4126 [  3367] By: gsar                                  on 1999/05/10  09:55:51
4127         Log: shadow password support for Solaris (needs Configure help to
4128              determine HAS_GETSPENT)
4129              From: "Patrick O'Brien" <pdo@cs.umd.edu>
4130              Date: Sat, 01 May 1999 19:41:17 -0400
4131              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
4132              Subject: getpwent() under solaris
4133      Branch: perl
4134            ! pp_sys.c
4135 ____________________________________________________________________________
4136 [  3366] By: gsar                                  on 1999/05/10  09:45:58
4137         Log: From: jan.dubois@ibm.net (Jan Dubois)
4138              Date: Sat, 01 May 1999 23:45:47 +0200
4139              Message-ID: <373373fb.59284266@smtp1.ibm.net>
4140              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
4141      Branch: perl
4142            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4143            ! pod/perldelta.pod
4144 ____________________________________________________________________________
4145 [  3365] By: gsar                                  on 1999/05/10  09:34:22
4146         Log: test suite and fix input_line_number()
4147              From: Paul Johnson <pjcj@transeda.com>
4148              Date: Thu, 29 Apr 1999 06:28:14 +0100
4149              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
4150              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
4151      Branch: perl
4152            + t/lib/io_linenum.t
4153            ! MANIFEST ext/IO/lib/IO/Handle.pm
4154 ____________________________________________________________________________
4155 [  3364] By: gsar                                  on 1999/05/10  09:20:56
4156         Log: fix overeager [:foo:] parsing
4157              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4158              Date: Fri, 30 Apr 1999 09:26:18 +0100
4159              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
4160              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
4161      Branch: perl
4162            ! regcomp.c t/op/re_tests
4163 ____________________________________________________________________________
4164 [  3363] By: gsar                                  on 1999/05/10  09:09:21
4165         Log: documentation for Win32 builtins (somewhat modified)
4166              From: jan.dubois@ibm.net (Jan Dubois)
4167              Date: Tue, 30 Mar 1999 08:05:03 +0200
4168              Message-ID: <37006783.1926460@smtp1.ibm.net>
4169              Subject: Re: Issues with build 509 
4170      Branch: perl
4171            + pod/Win32.pod
4172            ! MANIFEST
4173 ____________________________________________________________________________
4174 [  3362] By: gsar                                  on 1999/05/10  08:22:07
4175         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
4176      Branch: perl
4177            ! lib/File/Copy.pm win32/win32.c
4178 ____________________________________________________________________________
4179 [  3361] By: gsar                                  on 1999/05/10  08:11:29
4180         Log: escape ampersands in <pre> sections
4181      Branch: perl
4182            ! Changes lib/Pod/Html.pm
4183 ____________________________________________________________________________
4184 [  3360] By: gsar                                  on 1999/05/10  08:04:14
4185         Log: AIX hints enhancements (threads build, SOCKS support)
4186              From: "David R. Favor" <dfavor@austin.ibm.com>
4187              Date: Wed, 28 Apr 1999 08:45:28 -0500
4188              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
4189              Subject: Working build for AIX + gcc + threading
4190      Branch: perl
4191            ! hints/aix.sh
4192 ____________________________________________________________________________
4193 [  3359] By: gsar                                  on 1999/05/10  07:49:26
4194         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
4195              Date: Tue, 27 Apr 1999 23:47:24 PDT
4196              Message-ID: <19990428064724.95244.qmail@hotmail.com>
4197              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
4198              --
4199              Date: Thu, 29 Apr 1999 18:21:06 -0700
4200              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
4201              Subject: [PATCH 5.005_56] double constants ( C.pm)
4202              --
4203              Date: Mon, 03 May 1999 20:21:31 PDT
4204              Message-ID: <19990504032131.81113.qmail@hotmail.com>
4205              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
4206              --
4207              Date: Thu, 06 May 1999 17:57:09 -0700
4208              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
4209              Subject: Stash.pm
4210      Branch: perl
4211            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
4212            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
4213 ____________________________________________________________________________
4214 [  3358] By: gsar                                  on 1999/05/10  04:39:15
4215         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
4216              From: alexander smishlajev <als@turnhere.com>
4217              Date: Sun, 25 Apr 1999 14:58:29 +0300
4218              Message-ID: <37230365.5F68B460@turnhere.com>
4219              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
4220      Branch: perl
4221            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
4222            + cygwin32/build-instructions.charles-wilson
4223            + cygwin32/build-instructions.sebastien-barre
4224            + cygwin32/build-instructions.steven-morlock
4225            + cygwin32/build-instructions.steven-morlock2
4226            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
4227            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4228            - cygwin32/perlld
4229            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
4230            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
4231            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
4232            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
4233            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
4234            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
4235 ____________________________________________________________________________
4236 [  3357] By: gsar                                  on 1999/05/10  04:07:07
4237         Log: applied suggested patch, modulo already applied parts
4238              From: Charles Bailey <BAILEY@newman.upenn.edu>
4239              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
4240              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
4241              Subject: [Patch 5.005_56] VMS consolidated patch #2
4242      Branch: perl
4243            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
4244            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
4245            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
4246            ! vms/subconfigure.com vms/test.com vms/vms.c
4247 ____________________________________________________________________________
4248 [  3356] By: gsar                                  on 1999/05/10  03:48:08
4249         Log: applied suggested patch, with win32 and PERL_OBJECT additions
4250              From: Tom Hughes <tom@compton.nu>
4251              Date: Sat, 24 Apr 1999 18:11:59 +0100
4252              Message-ID: <609bdff748.tom@compton.compton.nu>
4253              Subject: ByteLoader patch
4254      Branch: perl
4255            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4256            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
4257            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
4258            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
4259            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
4260            ! utils/Makefile win32/Makefile win32/makefile.mk
4261 ____________________________________________________________________________
4262 [  3355] By: gsar                                  on 1999/05/10  03:22:49
4263         Log: document 'test' attribute (from Andreas Koenig)
4264      Branch: perl
4265            ! lib/ExtUtils/MakeMaker.pm
4266 ____________________________________________________________________________
4267 [  3354] By: gsar                                  on 1999/05/10  03:12:37
4268         Log: From: pmarquess@bfsec.bt.co.uk
4269              Date: Thu, 22 Apr 1999 23:12:08 +0100
4270              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
4271              Subject: PATCH for small bug in scan_bin
4272      Branch: perl
4273            ! util.c
4274 ____________________________________________________________________________
4275 [  3353] By: gsar                                  on 1999/05/10  02:39:33
4276         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
4277              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
4278      Branch: perl
4279            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
4280            ! win32/win32iop.h
4281 ____________________________________________________________________________
4282 [  3352] By: gsar                                  on 1999/05/09  22:47:39
4283         Log: flush all open output buffers before fork(), exec(), system, qx//
4284              and pipe open() operations, simplifying buffering headaches faced
4285              by users; uses fflush(NULL), which may need Configure test
4286      Branch: perl
4287            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
4288            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
4289 ____________________________________________________________________________
4290 [  3351] By: gsar                                  on 1999/05/09  21:11:51
4291         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
4292              Leroy <jll@skynet.be>)
4293      Branch: perl
4294            ! utils/perlcc.PL
4295 ____________________________________________________________________________
4296 [  3350] By: gsar                                  on 1999/05/09  20:39:11
4297         Log: normalize $^X to full pathname on win32
4298      Branch: perl
4299            ! win32/runperl.c
4300 ____________________________________________________________________________
4301 [  3349] By: gsar                                  on 1999/05/09  20:23:07
4302         Log: allow readline($globref), <$globref> already works
4303      Branch: perl
4304            ! pp_hot.c
4305 ____________________________________________________________________________
4306 [  3348] By: gsar                                  on 1999/05/09  20:00:09
4307         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
4308              <lemburg@online-club.de>)
4309      Branch: perl
4310            ! utils/perldoc.PL
4311 ____________________________________________________________________________
4312 [  3347] By: gsar                                  on 1999/05/09  18:47:21
4313         Log: additions to Thread.pm docs from Tuomas J. Lukka
4314              <lukka@fas.harvard.edu>
4315      Branch: perl
4316            ! ext/Thread/Thread.pm
4317 ____________________________________________________________________________
4318 [  3346] By: gsar                                  on 1999/05/09  18:38:00
4319         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4320              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
4321              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
4322              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
4323      Branch: perl
4324            ! ext/B/B/Xref.pm
4325 ____________________________________________________________________________
4326 [  3345] By: gsar                                  on 1999/05/09  18:22:43
4327         Log: work around mangled archname on win32 while finding privlib/sitelib;
4328              normalize lib paths to forward slashes internally
4329      Branch: perl
4330            ! win32/win32.c
4331 ____________________________________________________________________________
4332 [  3344] By: gsar                                  on 1999/05/09  03:20:06
4333         Log: fix typo in dbm filters that caused odbm.t to fail
4334      Branch: perl
4335            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
4336 ____________________________________________________________________________
4337 [  3343] By: gsar                                  on 1999/05/09  02:02:59
4338         Log: tweak test totals
4339      Branch: perl
4340            ! Changes t/lib/tie-stdhandle.t
4341 ____________________________________________________________________________
4342 [  3342] By: gsar                                  on 1999/05/09  01:42:06
4343         Log: import list propagation busted (pointed out by Ton Hospel
4344              <thospel@mail.dma.be>)
4345      Branch: perl
4346            ! lib/autouse.pm
4347 ____________________________________________________________________________
4348 [  3341] By: gsar                                  on 1999/05/09  00:54:18
4349         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
4350              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
4351      Branch: perl
4352            ! Configure Makefile.SH
4353 ____________________________________________________________________________
4354 [  3340] By: gsar                                  on 1999/05/09  00:40:41
4355         Log: generate manpages for newly added utils
4356      Branch: perl
4357            ! installman
4358 ____________________________________________________________________________
4359 [  3339] By: gsar                                  on 1999/05/09  00:33:50
4360         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4361              Date: Sun, 02 May 1999 17:59:24 +0100
4362              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
4363              Subject: [PATCH] Re: ptr to realloced memory in yylex
4364      Branch: perl
4365            ! toke.c
4366 ____________________________________________________________________________
4367 [  3338] By: jhi                                   on 1999/05/08  22:40:29
4368         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
4369      Branch: cfgperl
4370            ! INSTALL
4371 ____________________________________________________________________________
4372 [  3337] By: jhi                                   on 1999/05/08  22:22:26
4373         Log: Integrate from mainperl.
4374      Branch: cfgperl
4375           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
4376           !> (integrate 54 files)
4377 ____________________________________________________________________________
4378 [  3336] By: gsar                                  on 1999/05/08  21:48:22
4379         Log: make perldoc -f grok nested =items
4380      Branch: perl
4381            ! utils/perldoc.PL
4382 ____________________________________________________________________________
4383 [  3335] By: gsar                                  on 1999/05/08  19:48:11
4384         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
4385      Branch: perl
4386            ! op.c t/lib/fields.t
4387 ____________________________________________________________________________
4388 [  3334] By: gsar                                  on 1999/05/08  19:09:41
4389         Log: update test totals
4390      Branch: perl
4391            ! t/lib/bigintpm.t
4392 ____________________________________________________________________________
4393 [  3333] By: gsar                                  on 1999/05/08  16:56:02
4394         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
4395      Branch: perl
4396            ! pod/perlfunc.pod
4397 ____________________________________________________________________________
4398 [  3332] By: gsar                                  on 1999/05/08  16:46:44
4399         Log: applied suggested patch, added tests
4400              From: William Mann <wmann@avici.com>
4401              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
4402              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
4403              Subject: BigInt.pm extensions for logical operations
4404      Branch: perl
4405            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
4406 ____________________________________________________________________________
4407 [  3331] By: gsar                                  on 1999/05/08  16:09:33
4408         Log: avoid temporary files named 'tmp'
4409      Branch: perl
4410            ! Makefile.SH pp.c
4411 ____________________________________________________________________________
4412 [  3330] By: nick                                  on 1999/05/08  14:16:30
4413         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
4414              Provide Tie::StdHandle
4415              Basic update of docs.
4416      Branch: perl
4417            + t/lib/tie-stdhandle.t
4418            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
4419 ____________________________________________________________________________
4420 [  3329] By: nick                                  on 1999/05/08  12:03:45
4421         Log: Tweaks to open(my $fh,...) stuff
4422      Branch: perl
4423            ! op.c pp.c pp_sys.c t/io/open.t
4424 ____________________________________________________________________________
4425 [  3328] By: nick                                  on 1999/05/08  11:18:42
4426         Log: Bring SDBM_File.xs into line with new typemap
4427      Branch: perl
4428            ! ext/SDBM_File/SDBM_File.xs
4429 ____________________________________________________________________________
4430 [  3327] By: gsar                                  on 1999/05/08  00:07:11
4431         Log: add test case for AUTOLOAD reentrancy fix in change#3279
4432      Branch: perl
4433            ! t/lib/autoloader.t
4434 ____________________________________________________________________________
4435 [  3326] By: nick                                  on 1999/05/07  21:24:50
4436         Log: Implement open( my $fh, ...) and similar.
4437              Set flag in op.c for "constructor ops"
4438              In pp_rv2gv, if flag is set and arg is PADSV and uninit
4439              vivify as reference to a detached GV.
4440              (Name of GV is the pad name.)
4441              This scheme should "just work" for pipe/socket etc. too.
4442              
4443              #if 0 out the open(FH,undef) for now.
4444              Change t/io/open.t to test open(my $fh,...)
4445      Branch: perl
4446            ! op.c pp.c pp_sys.c t/io/open.t
4447 ____________________________________________________________________________
4448 [  3325] By: nick                                  on 1999/05/07  21:18:42
4449         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
4450      Branch: perl
4451            ! util.c
4452 ____________________________________________________________________________
4453 [  3324] By: gsar                                  on 1999/05/07  20:28:31
4454         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
4455              intervening code has to allocate SVs)
4456      Branch: perl
4457            ! util.c
4458 ____________________________________________________________________________
4459 [  3323] By: gsar                                  on 1999/05/07  19:45:08
4460         Log: allow line numbers to show in diagnostics during global destruction
4461      Branch: perl
4462            ! util.c
4463 ____________________________________________________________________________
4464 [  3322] By: gsar                                  on 1999/05/07  09:38:11
4465         Log: From: Dan Sugalski <sugalskd@ous.edu>
4466              Date: Fri, 09 Apr 1999 16:16:39 -0700
4467              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
4468              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
4469      Branch: perl
4470            ! lib/ExtUtils/MM_VMS.pm
4471 ____________________________________________________________________________
4472 [  3321] By: gsar                                  on 1999/05/07  09:08:23
4473         Log: From: kwzh@gnu.org (Karl Heuer)
4474              Date: Wed, 7 Apr 1999 23:58:58 -0400
4475              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
4476              Subject: [perl-5.005.02] detect lack of /dev/tty
4477      Branch: perl
4478            ! Makefile.SH
4479 ____________________________________________________________________________
4480 [  3320] By: gsar                                  on 1999/05/07  08:52:14
4481         Log: allow distinct prefix for versioned executables
4482              From: Roderick Schertler <roderick@argon.org>
4483              Date: Wed, 07 Apr 1999 15:34:56 -0400
4484              Message-ID: <3003.923513696@eeyore.ibcinc.com>
4485              Subject: perl55.00503 -> perl5.00503 patch for installperl
4486      Branch: perl
4487            ! INSTALL installperl
4488 ____________________________________________________________________________
4489 [  3319] By: gsar                                  on 1999/05/07  08:07:02
4490         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4491              Date: Mon, 05 Apr 1999 15:38:42 -0700
4492              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
4493              Subject: Re: chomp fails with $/ in fixed-length record mode
4494              --
4495              From: Roderick Schertler <roderick@argon.org>
4496              Date: Tue, 06 Apr 1999 21:11:37 -0400
4497              Message-ID: <2795.923447497@eeyore.ibcinc.com>
4498              Subject: Re: chomp fails with $/ in fixed-length record mode
4499      Branch: perl
4500            ! doop.c pod/perlfunc.pod t/op/chop.t
4501 ____________________________________________________________________________
4502 [  3318] By: gsar                                  on 1999/05/07  07:56:35
4503         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4504              Date: Tue, 6 Apr 1999 01:40:36 -0400
4505              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
4506              Subject: [PATCH 5.005_*] Make % use fmod()
4507      Branch: perl
4508            ! pp.c t/op/arith.t
4509 ____________________________________________________________________________
4510 [  3317] By: gsar                                  on 1999/05/07  04:18:11
4511         Log: DBM Filters (via private mail)
4512              From: pmarquess@bfsec.bt.co.uk
4513              Date: Sun, 18 Apr 1999 21:05:52 +0100
4514              Message-Id: <199904182009.NAA19152@activestate.com>
4515              Subject: DBM Filters
4516      Branch: perl
4517            + pod/perldbmfilter.pod
4518            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4519            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4520            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4521            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
4522            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
4523            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
4524            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
4525            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
4526            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
4527            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
4528            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4529            ! t/lib/sdbm.t
4530 ____________________________________________________________________________
4531 [  3316] By: gsar                                  on 1999/05/07  03:28:53
4532         Log: avoid negative return value from Win32::GetTickCount()
4533              From: jan.dubois@ibm.net (Jan Dubois)
4534              Date: Sat, 03 Apr 1999 19:04:18 +0200
4535              Message-ID: <37084742.22824479@smtp1.ibm.net>
4536              Subject: Re: Win32::GetTickCount
4537      Branch: perl
4538            ! win32/win32.c
4539 ____________________________________________________________________________
4540 [  3315] By: nick                                  on 1999/05/06  21:44:38
4541         Log: open(FH,undef) # creates new_tmpfile opened read/write
4542              Add t/io/open.t with test for above.
4543      Branch: perl
4544            + t/io/open.t
4545            ! pp_sys.c
4546 ____________________________________________________________________________
4547 [  3314] By: gsar                                  on 1999/05/06  08:01:23
4548         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
4549              Date: Tue, 30 Mar 1999 23:40:34 PST
4550              Message-ID: <19990331074034.6117.qmail@hotmail.com>
4551              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
4552              --
4553              Date: Wed, 07 Apr 1999 00:28:23 -0800
4554              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
4555              Subject: [PATCH 5.005_56] function prototypes(B.pm)
4556              --
4557              Date: Thu, 22 Apr 1999 23:40:52 -0700
4558              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
4559              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
4560              --
4561              Date: Tue, 27 Apr 1999 01:14:49 PDT
4562              Message-ID: <19990427081449.28615.qmail@hotmail.com>
4563              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
4564      Branch: perl
4565            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
4566            ! t/op/ref.t
4567 ____________________________________________________________________________
4568 [  3313] By: jhi                                   on 1999/05/06  07:59:52
4569         Log: Integrate from mainperl.
4570      Branch: cfgperl
4571           !> (integrate 33 files)
4572 ____________________________________________________________________________
4573 [  3312] By: gsar                                  on 1999/05/06  07:11:50
4574         Log: add Ethiopic section to unicode master database (from Ken
4575              Whistler <kenw@sybase.com>)
4576      Branch: perl
4577            ! lib/unicode/UnicodeData-Latest.txt
4578 ____________________________________________________________________________
4579 [  3311] By: gsar                                  on 1999/05/06  05:37:55
4580         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
4581              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
4582              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
4583              Subject: Largefiles for Solaris
4584      Branch: perl
4585            ! hints/solaris_2.sh
4586 ____________________________________________________________________________
4587 [  3310] By: gsar                                  on 1999/05/06  05:14:35
4588         Log: emit more accurate diagnostic for syntax errors involving <>
4589              within eval""
4590      Branch: perl
4591            ! toke.c utils/perldoc.PL
4592 ____________________________________________________________________________
4593 [  3309] By: gsar                                  on 1999/05/06  04:36:31
4594         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
4595      Branch: perl
4596            ! t/lib/open3.t
4597 ____________________________________________________________________________
4598 [  3308] By: gsar                                  on 1999/05/06  03:19:16
4599         Log: applied first part of suggested patch (bug described cannot be
4600              reproduced any longer, so the second inconclusive part has not
4601              been applied)
4602              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4603              Date: Sun, 28 Mar 1999 04:51:34 +0100
4604              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
4605              Subject: [PATCH 5.005_56] Re: A core dump 
4606      Branch: perl
4607            ! toke.c
4608 ____________________________________________________________________________
4609 [  3307] By: gsar                                  on 1999/05/06  01:56:06
4610         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
4611              change#3180)
4612      Branch: perl
4613            ! op.c
4614 ____________________________________________________________________________
4615 [  3306] By: gsar                                  on 1999/05/05  17:17:34
4616         Log: applied non-conflicting parts of suggested patch
4617              From: Charles Bailey <BAILEY@newman.upenn.edu>
4618              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
4619              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
4620              Subject: [Patch 5.005_56] Revised VMS patch
4621      Branch: perl
4622            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
4623            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
4624 ____________________________________________________________________________
4625 [  3305] By: gsar                                  on 1999/05/05  16:20:19
4626         Log: make perldoc use backslashed pathnames within system() on win32
4627      Branch: perl
4628            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
4629 ____________________________________________________________________________
4630 [  3304] By: gsar                                  on 1999/05/05  07:29:43
4631         Log: upgrade Pod::Parser to v1.081 from CPAN
4632      Branch: perl
4633            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
4634            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
4635            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
4636 ____________________________________________________________________________
4637 [  3303] By: gsar                                  on 1999/05/05  07:02:07
4638         Log: From: Andy Dougherty <doughera@lafayette.edu>
4639              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
4640              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
4641              Subject: [PATCH 5.005_03-MT3] INSTALL patches
4642      Branch: perl
4643            ! INSTALL
4644 ____________________________________________________________________________
4645 [  3302] By: gsar                                  on 1999/05/05  06:55:21
4646         Log: load base packages based on nonexistent $VERSION
4647              From: andreas.koenig@anima.de (Andreas J. Koenig)
4648              Date: 19 Mar 1999 06:00:28 +0100
4649              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
4650              Subject: Re: base.pm flaw
4651      Branch: perl
4652            ! lib/base.pm lib/locale.pm
4653 ____________________________________________________________________________
4654 [  3301] By: gsar                                  on 1999/05/04  05:41:08
4655         Log: pod2man outputs switched date and revision label (fix suggested by
4656              EthanSasiela@mede.com)
4657      Branch: perl
4658            ! pod/pod2man.PL
4659 ____________________________________________________________________________
4660 [  3300] By: gsar                                  on 1999/05/03  18:48:25
4661         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
4662              (makes opendir(D,"c:") work reliably)
4663      Branch: perl
4664            ! win32/win32.c
4665 ____________________________________________________________________________
4666 [  3299] By: gsar                                  on 1999/05/02  19:39:55
4667         Log: add test case for change#3298
4668      Branch: perl
4669            ! sv.c t/op/readdir.t
4670 ____________________________________________________________________________
4671 [  3298] By: gsar                                  on 1999/05/02  19:24:41
4672         Log: close directory handles properly when localized
4673      Branch: perl
4674            ! sv.c
4675 ____________________________________________________________________________
4676 [  3297] By: jhi                                   on 1999/04/30  11:42:14
4677         Log: Integrate from mainperl.
4678      Branch: cfgperl
4679           !> Changes config_h.SH configure.com lib/AutoLoader.pm
4680           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
4681           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
4682           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
4683           !> vms/subconfigure.com win32/win32.c
4684 ____________________________________________________________________________
4685 [  3293] By: chip                                  on 1999/04/29  18:50:49
4686         Log: Fix shebang lines.
4687      Branch: maint-5.004/perl
4688            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
4689            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
4690            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
4691            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
4692            ! x2p/find2perl.PL x2p/s2p.PL
4693 ____________________________________________________________________________
4694 [  3284] By: gsar                                  on 1999/04/27  00:48:42
4695         Log: integrate change#3279 from maint-5.004
4696      Branch: perl
4697            ! lib/AutoLoader.pm
4698 ____________________________________________________________________________
4699 [  3279] By: chip                                  on 1999/04/26  23:09:26
4700         Log: Make &AutoLoad::AUTOLOAD reentrant.
4701      Branch: maint-5.004/perl
4702            ! lib/AutoLoader.pm
4703 ____________________________________________________________________________
4704 [  3276] By: chip                                  on 1999/04/26  22:34:36
4705         Log: Make porting scripts executable.
4706      Branch: maint-5.004/perl
4707            ! Changes Porting/genlog Porting/makerel Porting/p4desc
4708            ! Porting/patchls
4709 ____________________________________________________________________________
4710 [  3274] By: gsar                                  on 1999/04/26  17:30:31
4711         Log: allow embedded null characters in diagnostics
4712      Branch: perl
4713            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
4714 ____________________________________________________________________________
4715 [  3273] By: gsar                                  on 1999/04/26  08:27:22
4716         Log: hand-applied conflicting parts of suggested patch
4717              From: Charles Bailey <BAILEY@newman.upenn.edu>
4718              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
4719              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
4720              Subject: [PATCH 5.005_56] VMS configuration/build
4721      Branch: perl
4722            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
4723            ! vms/munchconfig.c vms/subconfigure.com
4724 ____________________________________________________________________________
4725 [  3272] By: gsar                                  on 1999/04/26  08:25:41
4726         Log: update Changes; tweak minor regressions
4727      Branch: perl
4728            ! Changes lib/AutoSplit.pm lib/File/Path.pm
4729 ____________________________________________________________________________
4730 [  3271] By: gsar                                  on 1999/04/26  07:52:51
4731         Log: integrate change#3229 from maint-5.004
4732      Branch: perl
4733            ! pp_ctl.c util.c
4734 ____________________________________________________________________________
4735 [  3270] By: gsar                                  on 1999/04/25  22:58:27
4736         Log: fix buggy reference count on refs to SVs with autoviv magic
4737              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
4738              accessing free()d memory)
4739      Branch: perl
4740            ! pp.c t/op/ref.t
4741 ____________________________________________________________________________
4742 [  3269] By: gsar                                  on 1999/04/24  17:07:55
4743         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
4744              on win32)
4745      Branch: perl
4746            ! win32/win32.c
4747 ____________________________________________________________________________
4748 [  3268] By: gsar                                  on 1999/04/24  16:38:25
4749         Log: kill dup hunk
4750      Branch: perl
4751            ! config_h.SH
4752 ____________________________________________________________________________
4753 [  3267] By: gsar                                  on 1999/04/24  16:35:57
4754         Log: integrate cfgperl changes into mainline
4755      Branch: perl
4756           +> myconfig.SH
4757            - myconfig
4758            ! pod/perlre.pod
4759           !> (integrate 38 files)
4760 ____________________________________________________________________________
4761 [  3266] By: jhi                                   on 1999/04/23  18:42:44
4762         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4763              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
4764              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
4765              Cc: Lionel Cons <lionel.cons@cern.ch>,
4766              Ilya Zakharevich <ilya@math.ohio-state.edu>,
4767              David Hayes <david@bdel.com>
4768              Subject: [PATCH] h2ph
4769              Date: Fri, 23 Apr 1999 12:37:23 -0400
4770              Message-ID: <19990423123723.A49550@O2.chapin.edu>
4771      Branch: cfgperl
4772            ! utils/h2ph.PL
4773 ____________________________________________________________________________
4774 [  3265] By: jhi                                   on 1999/04/21  18:17:12
4775         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4776              To: perlbug@perl.org
4777              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
4778              Date: Wed, 21 Apr 1999 08:17:54 -0700
4779              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
4780      Branch: cfgperl
4781            ! vms/descrip_mms.template
4782 ____________________________________________________________________________
4783 [  3264] By: jhi                                   on 1999/04/20  08:50:54
4784         Log: From: Andy Dougherty <doughera@lafayette.edu>
4785              To: The Perl Porters Mailing List <perl5-porters@perl.org>
4786              Subject: [PATCH 5.005_56] Re: 5.006 Todo
4787              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
4788              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
4789      Branch: cfgperl
4790            ! Porting/pumpkin.pod
4791 ____________________________________________________________________________
4792 [  3263] By: jhi                                   on 1999/04/20  08:05:01
4793         Log: From: Chip Salzenberg <chip@perlsupport.com>
4794              To: Perl 5 Porters <perl5-porters@perl.org>
4795              Subject: [PATCH 5.005_56] Configure: $sig_count
4796              Date: Sun, 18 Apr 1999 17:54:36 -0400
4797              Message-ID: <19990418175436.A27496@perlsupport.com>
4798      Branch: cfgperl
4799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4800            ! config_h.SH
4801 ____________________________________________________________________________
4802 [  3262] By: jhi                                   on 1999/04/19  18:23:50
4803         Log: Subject: PATCH wrong faq reference in perlbook.pod
4804              From: Robin Barker <rmb1@cise.npl.co.uk>
4805              To: perlbug@perl.com
4806              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
4807              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
4808      Branch: cfgperl
4809            ! pod/perlbook.pod
4810 ____________________________________________________________________________
4811 [  3261] By: jhi                                   on 1999/04/15  13:59:04
4812         Log: From: Andy Dougherty <doughera@lafayette.edu>
4813              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
4814              Cc: Perl Porters <perl5-porters@perl.org>
4815              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
4816              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
4817              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
4818      Branch: cfgperl
4819            ! hints/solaris_2.sh
4820 ____________________________________________________________________________
4821 [  3260] By: jhi                                   on 1999/04/15  13:56:53
4822         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4823              To: pumpkings@jhereg.perl.com
4824              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
4825              Date: Thu, 15 Apr 1999 07:13:41 -0600
4826              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
4827      Branch: cfgperl
4828            ! pod/perldata.pod
4829 ____________________________________________________________________________
4830 [  3259] By: jhi                                   on 1999/04/13  23:12:52
4831         Log: LDLIBPTH also on 'clean' targets.
4832      Branch: cfgperl
4833            ! Makefile.SH
4834 ____________________________________________________________________________
4835 [  3258] By: jhi                                   on 1999/04/13  21:38:46
4836         Log: Add information about the two DEC C compiler optimizer bugs
4837              (what patch levels of the compilers fix them).
4838      Branch: cfgperl
4839            ! pp.c t/op/repeat.t
4840 ____________________________________________________________________________
4841 [  3257] By: jhi                                   on 1999/04/13  14:25:08
4842         Log: Be polite about ccdlflags and lddflags, too.
4843              Avoid Perl's malloc only when threaded.
4844      Branch: cfgperl
4845            ! hints/aix.sh
4846 ____________________________________________________________________________
4847 [  3256] By: jhi                                   on 1999/04/13  10:21:33
4848         Log: Croak if no known ways to semctl() (don't assume union semun).
4849      Branch: cfgperl
4850            ! doio.c perl.h
4851 ____________________________________________________________________________
4852 [  3255] By: jhi                                   on 1999/04/13  09:10:26
4853         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4854              To: perl5-porters@perl.org, vmsperl@perl.org
4855              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
4856              Date: Mon, 12 Apr 1999 13:36:48 -0700
4857              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
4858      Branch: cfgperl
4859            ! lib/ExtUtils/MM_VMS.pm
4860 ____________________________________________________________________________
4861 [  3254] By: jhi                                   on 1999/04/13  06:56:26
4862         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4863              To: perlbug@perl.com
4864              Subject: Update for OpenBSD hints
4865              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
4866              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
4867      Branch: cfgperl
4868            ! hints/openbsd.sh
4869 ____________________________________________________________________________
4870 [  3229] By: chip                                  on 1999/04/13  04:04:14
4871         Log: Preserve errno from importunities of sfio.
4872      Branch: maint-5.004/perl
4873            ! pp_ctl.c util.c
4874 ____________________________________________________________________________
4875 [  3226] By: jhi                                   on 1999/04/11  12:52:26
4876         Log: If both ways to call semctl are broken,    skip the tests.
4877      Branch: cfgperl
4878            ! t/lib/ipc_sysv.t
4879 ____________________________________________________________________________
4880 [  3225] By: jhi                                   on 1999/04/10  22:27:28
4881         Log: From: Andy Dougherty <doughera@lafayette.edu>
4882              To: dsembr01@ox.slug.louisville.edu
4883              Cc: perlbug@perl.com
4884              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
4885              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
4886              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
4887      Branch: cfgperl
4888            ! ext/POSIX/POSIX.xs
4889 ____________________________________________________________________________
4890 [  3224] By: jhi                                   on 1999/04/09  18:50:32
4891         Log: From: Andy Dougherty <doughera@lafayette.edu>
4892              To: Perl Porters <perl5-porters@perl.org>
4893              Subject: [PATCH 5.005_56] Re: prefix= in hints
4894              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
4895              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
4896              
4897              (Overrides change #3204 from Kurt)
4898      Branch: cfgperl
4899            ! hints/linux.sh
4900 ____________________________________________________________________________
4901 [  3223] By: jhi                                   on 1999/04/09  18:37:55
4902         Log: Understand Apollo's //node notation.
4903              
4904              From: Johann Klasek <jk@auto.tuwien.ac.at>
4905              To: jhi@iki.fi
4906              Subject: Re: DomainPerl
4907              Date: Fri, 9 Apr 1999 18:21:37 +0200
4908              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
4909      Branch: cfgperl
4910            ! lib/Cwd.pm
4911 ____________________________________________________________________________
4912 [  3220] By: jhi                                   on 1999/04/04  16:33:49
4913         Log: Integrate from mainperl.
4914      Branch: cfgperl
4915           !> (integrate 39 files)
4916 ____________________________________________________________________________
4917 [  3219] By: gsar                                  on 1999/04/04  02:48:17
4918         Log: tweak previous change
4919      Branch: maint-5.005/perl
4920            ! win32/win32.c
4921 ____________________________________________________________________________
4922 [  3218] By: gsar                                  on 1999/04/04  02:44:47
4923         Log: be careful about extending the stack for the Win32:: builtins
4924      Branch: maint-5.005/perl
4925            ! win32/win32.c
4926 ____________________________________________________________________________
4927 [  3217] By: gsar                                  on 1999/04/04  01:59:26
4928         Log: correct places that said newSVpv() when they meant newSVpvn()
4929      Branch: perl
4930            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
4931            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
4932            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4933            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
4934            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
4935            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
4936            ! win32/win32.c
4937 ____________________________________________________________________________
4938 [  3216] By: gsar                                  on 1999/04/03  23:58:27
4939         Log: avoid duplicate code
4940      Branch: perl
4941            ! sv.c
4942 ____________________________________________________________________________
4943 [  3215] By: gsar                                  on 1999/04/03  23:14:34
4944         Log: grow PL_tmps_stack more efficiently; make it more amenable to
4945              STRESS_REALLOC testing
4946      Branch: perl
4947            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
4948            ! sv.c
4949 ____________________________________________________________________________
4950 [  3214] By: gsar                                  on 1999/04/03  21:01:09
4951         Log: scrounge and save three extra branches in pp_entersub()
4952      Branch: perl
4953            ! cv.h pp_ctl.c pp_hot.c
4954 ____________________________________________________________________________
4955 [  3213] By: gsar                                  on 1999/04/03  17:43:23
4956         Log: remove duplicate code and an extra branch in sv_setsv() and
4957              other hot code by making SvTHINKFIRST() think about FAKE SVs
4958      Branch: perl
4959            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
4960            ! proto.h scope.c sv.c sv.h
4961 ____________________________________________________________________________
4962 [  3212] By: jhi                                   on 1999/04/03  16:20:09
4963         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
4964              
4965              From: John Bley <jbb6@acpub.duke.edu>
4966              To: perlbug@perl.org
4967              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
4968              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
4969              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
4970      Branch: cfgperl
4971            ! doio.c pp_sys.c
4972 ____________________________________________________________________________
4973 [  3211] By: jhi                                   on 1999/04/03  13:27:26
4974         Log: Change #3210 was rather unportable.  This is better.
4975      Branch: cfgperl
4976            ! Configure config_h.SH
4977 ____________________________________________________________________________
4978 [  3210] By: jhi                                   on 1999/04/03  13:16:20
4979         Log: Avoid Digital UNIX' ksh.
4980              
4981              From: Jarkko Hietaniemi <jhi@iki.fi> 
4982              To: Henrik Tougaard <ht000@siberut.foa.dk> 
4983              Cc: perlbug@perl.com, ht000@foa.dk 
4984              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
4985              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
4986              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
4987      Branch: cfgperl
4988            ! Configure config_h.SH
4989 ____________________________________________________________________________
4990 [  3209] By: jhi                                   on 1999/04/03  12:49:04
4991         Log: Integrate from mainperl.
4992      Branch: cfgperl
4993           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
4994 ____________________________________________________________________________
4995 [  3208] By: jhi                                   on 1999/04/03  12:27:24
4996         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
4997              
4998              From: Lionel Cons <lionel.cons@cern.ch>
4999              To: jhi@iki.fi
5000              Cc: perlbug@perl.com, kstar@isinet.com,
5001              Philippe Defert <philippe.defert@cern.ch>
5002              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
5003              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
5004              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
5005      Branch: cfgperl
5006            ! hints/irix_6.sh
5007 ____________________________________________________________________________
5008 [  3207] By: jhi                                   on 1999/04/03  12:20:21
5009         Log: Be polite about usemymalloc.
5010      Branch: cfgperl
5011            ! hints/aix.sh
5012 ____________________________________________________________________________
5013 [  3206] By: gsar                                  on 1999/04/02  23:31:59
5014         Log: a typo in change#3205
5015      Branch: perl
5016            ! t/lib/bigfloatpm.t
5017 ____________________________________________________________________________
5018 [  3205] By: gsar                                  on 1999/04/02  23:20:31
5019         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
5020              returns NaNs faithfully)
5021      Branch: perl
5022            ! t/lib/bigfloatpm.t
5023 ____________________________________________________________________________
5024 [  3204] By: jhi                                   on 1999/04/02  22:03:23
5025         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
5026              
5027              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5028              To: perl5-porters@perl.org
5029              Subject: linux hints nit
5030              Date: Fri, 2 Apr 1999 16:49:47 -0500
5031              Message-ID: <19990402164947.E80926@O2.chapin.edu>
5032      Branch: cfgperl
5033            ! hints/linux.sh
5034 ____________________________________________________________________________
5035 [  3203] By: jhi                                   on 1999/04/02  22:00:56
5036         Log: Display exact glibc version in Linux. 
5037              
5038              From: Andy Dougherty <doughera@lafayette.edu>
5039              To: Perl Porters <perl5-porters@perl.org>
5040              Subject: Displaying glibc version on Linux
5041              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
5042              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
5043      Branch: cfgperl
5044            ! hints/linux.sh
5045 ____________________________________________________________________________
5046 [  3202] By: gsar                                  on 1999/04/02  21:23:18
5047         Log: various little goofs
5048      Branch: perl
5049            ! Changes Makefile.SH README installperl
5050 ____________________________________________________________________________
5051 [  3201] By: jhi                                   on 1999/04/02  13:13:39
5052         Log: Configure regen.
5053              
5054              Add llseek + offset_t probing.
5055              Change CONFIG to CONFIGDOTSH.
5056              'unset foo' is unportable, use foo=''.
5057      Branch: cfgperl
5058            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
5059            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
5060            ! perl_exp.SH writemain.SH
5061 ____________________________________________________________________________
5062 [  3200] By: jhi                                   on 1999/04/02  12:06:22
5063         Log: Introduce myconfig.SH.
5064              
5065              From: Andy Dougherty <doughera@lafayette.edu>
5066              To: Jarkko Hietaniemi <jhi@iki.fi>
5067              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
5068              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
5069              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
5070              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
5071      Branch: cfgperl
5072            + myconfig.SH
5073            - myconfig
5074            ! MANIFEST
5075 ____________________________________________________________________________
5076 [  3195] By: jhi                                   on 1999/03/28  16:42:54
5077         Log: Update perlhist on 5_03.
5078      Branch: maint-5.005/perl
5079            ! pod/perlhist.pod
5080 ____________________________________________________________________________
5081 [  3194] By: jhi                                   on 1999/03/28  12:30:01
5082         Log: Integrate from mainperl.
5083      Branch: cfgperl
5084           +> t/op/grep.t
5085            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5086            ! t/lib/bigintpm.t
5087           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
5088           !> t/lib/thread.t
5089 ____________________________________________________________________________
5090 [  3189] By: gsar                                  on 1999/03/28  08:22:00
5091         Log: various pod niggles
5092      Branch: maint-5.005/perl
5093            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
5094            ! pod/perlfunc.pod pod/perlhist.pod
5095 ____________________________________________________________________________
5096 [  3187] By: gsar                                  on 1999/03/28  07:31:16
5097         Log: regularize CAPI declarations (CAPI extensions now build under
5098              the Borland compiler)
5099      Branch: maint-5.005/perl
5100            ! win32/GenCAPI.pl
5101 ____________________________________________________________________________
5102 [  3186] By: gsar                                  on 1999/03/28  07:26:33
5103         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
5104              -DPERL_CAPI
5105      Branch: maint-5.005/perl
5106            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5107 ____________________________________________________________________________
5108 [  3183] By: gsar                                  on 1999/03/28  06:00:46
5109         Log: update p4 utility to ignore non-text files
5110      Branch: perl
5111            ! Porting/p4desc
5112 ____________________________________________________________________________
5113 [  3181] By: gsar                                  on 1999/03/28  03:37:23
5114         Log: integrate change#3179 from maint-5.005
5115      Branch: perl
5116           !> ext/Thread/Thread.xs t/lib/thread.t
5117 ____________________________________________________________________________
5118 [  3180] By: gsar                                  on 1999/03/28  02:28:20
5119         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
5120              (sometimes caused bizarreness in the BLOCK)
5121      Branch: perl
5122            + t/op/grep.t
5123            ! MANIFEST op.c
5124 ____________________________________________________________________________
5125 [  3179] By: gsar                                  on 1999/03/28  02:14:04
5126         Log: fix thread segfault when passing large number of arguments to child
5127              a la C<Thread->new($foo, 1..1000)>
5128      Branch: maint-5.005/perl
5129            ! ext/Thread/Thread.xs t/lib/thread.t
5130 ____________________________________________________________________________
5131 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
5132         Log: fix $Config{'usethreads'} typo in perlthrtut
5133              
5134              From: Ian Maloney <szhmf9@wsblob.ubs.com>
5135              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
5136              Message-Id: <199903251540.QAA02439@wsblob.>
5137              Subject: perlthrtut documentation error
5138      Branch: maint-5.005/perl
5139            ! pod/perlthrtut.pod
5140 ____________________________________________________________________________
5141 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
5142         Log: Update Test.pm to VERSION 1.122 from CPAN
5143      Branch: maint-5.005/perl
5144            ! lib/Test.pm
5145 ____________________________________________________________________________
5146 [  3171] By: jhi                                   on 1999/03/26  22:38:28
5147         Log: Integrate from mainperl.
5148      Branch: cfgperl
5149           !> (integrate 37 files)
5150 ____________________________________________________________________________
5151 [  3170] By: gsar                                  on 1999/03/26  01:30:25
5152         Log: specify type of bracket in "Unmatched bracket" diagnostic;
5153              prefer 'brace' or 'curly bracket' over 'curly brace'
5154      Branch: perl
5155            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
5156            ! t/op/misc.t t/op/re_tests toke.c
5157 ____________________________________________________________________________
5158 [  3169] By: gsar                                  on 1999/03/26  00:50:51
5159         Log: better description of "Integer overflow" diagnostic
5160      Branch: perl
5161            ! pod/perldiag.pod
5162 ____________________________________________________________________________
5163 [  3168] By: gsar                                  on 1999/03/25  11:02:46
5164         Log: applied needful parts of suggested patch
5165              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5166              Date: Tue, 23 Mar 1999 16:21:43 -0800
5167              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
5168              Subject: [PATCH 5.005_56] pp_formline correction
5169      Branch: perl
5170            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
5171 ____________________________________________________________________________
5172 [  3167] By: gsar                                  on 1999/03/25  10:39:02
5173         Log: clarify what a "comment" means (due to Mark-Jason Dominus
5174              <mjd@plover.com>)
5175      Branch: perl
5176            ! pod/perlsyn.pod
5177 ____________________________________________________________________________
5178 [  3166] By: gsar                                  on 1999/03/25  10:33:18
5179         Log: describe current behavior on local($foo{nothere}) (suggested by
5180              Lionel Cons <lionel.cons@cern.ch>)
5181      Branch: perl
5182            ! pod/perlsub.pod
5183 ____________________________________________________________________________
5184 [  3165] By: gsar                                  on 1999/03/25  06:21:05
5185         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
5186              <vishalb@hotmail.com>)
5187      Branch: perl
5188            ! ext/B/B/C.pm
5189 ____________________________________________________________________________
5190 [  3164] By: gsar                                  on 1999/03/25  06:17:27
5191         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5192              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
5193              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
5194              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
5195      Branch: perl
5196            ! ext/B/B.xs op.h opcode.pl
5197 ____________________________________________________________________________
5198 [  3163] By: gsar                                  on 1999/03/25  06:15:49
5199         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
5200              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
5201              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
5202              Subject: [PATCH _56] B::Deparse 0.57
5203              --
5204              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
5205              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
5206              Subject: Re: [PATCH _56] B::Deparse 0.57 
5207      Branch: perl
5208            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
5209 ____________________________________________________________________________
5210 [  3162] By: gsar                                  on 1999/03/25  06:11:46
5211         Log: fix a few places that said 'int', but meant 'STRLEN'
5212      Branch: perl
5213            ! pod/perlguts.pod proto.h sv.c
5214 ____________________________________________________________________________
5215 [  3161] By: gsar                                  on 1999/03/25  06:01:18
5216         Log: From: Russ Allbery <rra@stanford.edu>
5217              Date: 22 Mar 1999 04:26:26 -0800
5218              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
5219              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
5220      Branch: perl
5221            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
5222            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
5223            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
5224            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
5225 ____________________________________________________________________________
5226 [  3160] By: gsar                                  on 1999/03/25  02:26:31
5227         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
5228      Branch: perl
5229            ! opcode.h opcode.pl
5230 ____________________________________________________________________________
5231 [  3159] By: gsar                                  on 1999/03/25  02:18:17
5232         Log: add statement-modifier loops to :base_loop class
5233      Branch: perl
5234            ! ext/Opcode/Opcode.pm
5235 ____________________________________________________________________________
5236 [  3158] By: gsar                                  on 1999/03/25  00:36:57
5237         Log: integrate changes#3105,3130,3154 from maint-5.005
5238      Branch: perl
5239           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
5240 ____________________________________________________________________________
5241 [  3157] By: gsar                                  on 1999/03/25  00:24:17
5242         Log: remove bogus panic()
5243      Branch: perl
5244            ! Changes lib/Math/BigFloat.pm
5245 ____________________________________________________________________________
5246 [  3156] By: jhi                                   on 1999/03/24  22:43:43
5247         Log: Integrate from mainperl.
5248      Branch: cfgperl
5249           +> (branch 38 files)
5250           !> (integrate 68 files)
5251 ____________________________________________________________________________
5252 [  3155] By: jhi                                   on 1999/03/24  22:12:17
5253         Log: Configure regenerated because of changes #3130/#3154 and #3147.
5254      Branch: cfgperl
5255            ! Configure config_h.SH
5256 ____________________________________________________________________________
5257 [  3154] By: jhi                                   on 1999/03/24  21:40:51
5258         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
5259              based on suggestions from Andy Dougherty.
5260      Branch: maint-5.005/perl
5261            ! INSTALL
5262 ____________________________________________________________________________
5263 [  3153] By: gsar                                  on 1999/03/24  10:38:05
5264         Log: applied suggested patch, modulo superceded parts
5265              From: Charles Bailey <BAILEY@newman.upenn.edu>
5266              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
5267              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
5268              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
5269      Branch: perl
5270            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5271            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
5272            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
5273            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
5274 ____________________________________________________________________________
5275 [  3152] By: gsar                                  on 1999/03/24  10:30:51
5276         Log: applied suggested patch, modulo superceded parts
5277              From: Charles Bailey <BAILEY@newman.upenn.edu>
5278              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
5279              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
5280              Subject: [PATCH 5.005_56] Miscellaneous small fixes
5281      Branch: perl
5282            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
5283            ! lib/File/Basename.pm
5284 ____________________________________________________________________________
5285 [  3151] By: gsar                                  on 1999/03/24  10:15:00
5286         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
5287      Branch: perl
5288            ! pod/perlop.pod
5289 ____________________________________________________________________________
5290 [  3150] By: gsar                                  on 1999/03/24  10:09:13
5291         Log: missing integration in previous change
5292      Branch: perl
5293           !> README.apollo
5294 ____________________________________________________________________________
5295 [  3149] By: gsar                                  on 1999/03/24  10:06:44
5296         Log: integrate changes#3116,3119 from maint-5.005
5297      Branch: perl
5298            + README.apollo
5299           +> apollo/netinet/in.h
5300           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
5301 ____________________________________________________________________________
5302 [  3148] By: gsar                                  on 1999/03/24  10:01:56
5303         Log: integrate changes#3091-3094 from maint-5.005
5304      Branch: perl
5305           !> README.hurd vms/subconfigure.com vos/config.h
5306           !> vos/config_h.SH_orig
5307 ____________________________________________________________________________
5308 [  3147] By: gsar                                  on 1999/03/24  09:31:49
5309         Log: warn about newfangled vfork() caveats
5310      Branch: perl
5311            ! Configure
5312 ____________________________________________________________________________
5313 [  3146] By: jhi                                   on 1999/03/24  09:20:14
5314         Log: Bring in changes #2808 and #2812 (from mainline perl)
5315              that enhance the perlbug checklist.
5316      Branch: maint-5.005/perl
5317            ! utils/perlbug.PL
5318 ____________________________________________________________________________
5319 [  3145] By: gsar                                  on 1999/03/24  08:37:02
5320         Log: integrate change#3115 from maint-5.005
5321      Branch: perl
5322           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5323           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
5324 ____________________________________________________________________________
5325 [  3144] By: gsar                                  on 1999/03/24  08:33:59
5326         Log: add note about map in scalar context
5327      Branch: perl
5328            ! pod/perlfunc.pod
5329 ____________________________________________________________________________
5330 [  3143] By: gsar                                  on 1999/03/24  08:25:59
5331         Log: doc tweak
5332      Branch: perl
5333            ! lib/Time/Local.pm
5334 ____________________________________________________________________________
5335 [  3142] By: gsar                                  on 1999/03/24  08:20:37
5336         Log: applied suggested patch, modulo bogus hunk
5337              From: "Vishal Bhatia" <vishalb@hotmail.com>
5338              Date: Thu, 11 Mar 1999 07:40:27 PST
5339              Message-ID: <19990311154027.25891.qmail@hotmail.com>
5340              Subject: [PATCH 5.005_56] Minor fixes in perlcc
5341      Branch: perl
5342            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
5343 ____________________________________________________________________________
5344 [  3141] By: gsar                                  on 1999/03/24  08:06:12
5345         Log: integrate change#3104 from maint-5.005
5346      Branch: perl
5347           !> README.os390 t/lib/posix.t
5348 ____________________________________________________________________________
5349 [  3140] By: gsar                                  on 1999/03/24  06:34:56
5350         Log: fix failure of C<&locked_sub;> under -Dusethreads
5351      Branch: perl
5352            ! pp_hot.c t/lib/thread.t
5353 ____________________________________________________________________________
5354 [  3139] By: gsar                                  on 1999/03/24  05:52:00
5355         Log: debugger tweak (wasn't printing a newline after recalled commands)
5356      Branch: perl
5357            ! lib/perl5db.pl
5358 ____________________________________________________________________________
5359 [  3138] By: gsar                                  on 1999/03/24  05:33:28
5360         Log: document OO exceptions (based on a suggestion by Andreas Koenig
5361              <andreas.koenig@anima.de>)
5362      Branch: perl
5363            ! pod/perlfunc.pod
5364 ____________________________________________________________________________
5365 [  3137] By: gsar                                  on 1999/03/24  02:50:20
5366         Log: better "Illegal %s digit ignored" warnings
5367      Branch: perl
5368            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
5369            ! toke.c util.c
5370 ____________________________________________________________________________
5371 [  3136] By: gsar                                  on 1999/03/24  02:26:38
5372         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
5373      Branch: perl
5374            + t/pragma/utf8.t
5375            ! regcomp.c
5376 ____________________________________________________________________________
5377 [  3135] By: gsar                                  on 1999/03/24  01:29:09
5378         Log: flip release & version in win32_uname()
5379      Branch: perl
5380            ! win32/win32.c
5381 ____________________________________________________________________________
5382 [  3134] By: gsar                                  on 1999/03/24  01:08:33
5383         Log: support POSIX::uname() via win32_uname()
5384      Branch: perl
5385            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
5386            ! win32/config.gc win32/config.vc win32/config_H.bc
5387            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5388            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5389 ____________________________________________________________________________
5390 [  3133] By: gsar                                  on 1999/03/23  22:20:10
5391         Log: From: jan.dubois@ibm.net (Jan Dubois)
5392              Date: Sat, 06 Mar 1999 21:42:56 +0100
5393              Message-ID: <36e49281.50337171@smtp1.ibm.net>
5394              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
5395      Branch: perl
5396            ! pod/perldelta.pod
5397 ____________________________________________________________________________
5398 [  3132] By: gsar                                  on 1999/03/23  22:17:45
5399         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
5400              Date: Sat, 06 Mar 1999 17:50:49 +0100
5401              Message-ID: <36e25209.33833760@smtp1.ibm.net>
5402              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
5403              --
5404              Date: Sat, 06 Mar 1999 18:15:00 +0100
5405              Message-ID: <36e36222.37954195@smtp1.ibm.net>
5406              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
5407      Branch: perl
5408            + t/lib/filefunc.t
5409            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
5410            ! pod/perldelta.pod pod/perlmodlib.pod
5411 ____________________________________________________________________________
5412 [  3131] By: gsar                                  on 1999/03/23  22:07:59
5413         Log: integrate cfgperl changes into mainline
5414      Branch: perl
5415           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5416           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
5417           !> installperl malloc.c perl.c perl.h pod/perl.pod
5418           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
5419 ____________________________________________________________________________
5420 [  3130] By: jhi                                   on 1999/03/23  22:02:23
5421         Log: Don't use config.msg to remind about the
5422              LD_LIBRARY_PATH because Makefile.SH takes
5423              care of that.
5424              
5425              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
5426              This used to be the default but in some MT or another it
5427              was dropped because of some transient error or another.
5428      Branch: maint-5.005/perl
5429            ! Configure hints/dec_osf.sh
5430 ____________________________________________________________________________
5431 [  3129] By: gsar                                  on 1999/03/23  21:38:03
5432         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
5433              to size    and better maintainability)
5434      Branch: perl
5435            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5436            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
5437            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
5438            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
5439            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
5440            + t/pod/include.xr t/pod/included.t t/pod/included.xr
5441            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
5442            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
5443            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
5444            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
5445            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
5446            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
5447            ! win32/Makefile win32/makefile.mk win32/pod.mak
5448 ____________________________________________________________________________
5449 [  3128] By: jhi                                   on 1999/03/23  10:14:54
5450         Log: Integrate from mainperl.
5451      Branch: cfgperl
5452           !> (integrate 46 files)
5453 ____________________________________________________________________________
5454 [  3127] By: gsar                                  on 1999/03/23  06:57:30
5455         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
5456              Date: Thu, 4 Mar 1999 10:54:01 -0800
5457              Message-Id: <9903041854.AA46868@frc0000>
5458              Subject: patch for useless Math::BigInt warnings
5459      Branch: perl
5460            ! lib/Math/BigInt.pm
5461 ____________________________________________________________________________
5462 [  3126] By: gsar                                  on 1999/03/23  05:54:37
5463         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
5464              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5465              Date: Fri, 19 Feb 1999 15:47:59 -0500
5466              Message-ID: <19990219154759.A32350@O2.chapin.edu>
5467              Subject: [PATCH] OSF/1 hints
5468      Branch: perl
5469            ! hints/dec_osf.sh
5470 ____________________________________________________________________________
5471 [  3125] By: gsar                                  on 1999/03/23  00:56:38
5472         Log: avoid typeglob persistence in pp_readline()
5473      Branch: perl
5474            ! sv.c t/op/gv.t
5475 ____________________________________________________________________________
5476 [  3124] By: gsar                                  on 1999/03/22  21:12:23
5477         Log: update copyright years
5478      Branch: perl
5479            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
5480            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
5481            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
5482            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
5483            ! sv.c sv.h toke.c utf8.c utf8.h util.c
5484 ____________________________________________________________________________
5485 [  3123] By: gsar                                  on 1999/03/22  07:07:06
5486         Log: implement win32_spawnvp() internally, making it return true PIDs
5487              for asynchronous spawns; fix win32_kill() to always deal with
5488              PIDs
5489      Branch: perl
5490            ! win32/win32.c win32/win32.h
5491 ____________________________________________________________________________
5492 [  3122] By: jhi                                   on 1999/03/19  21:12:14
5493         Log: Describe the new Benchmark feature in more detail.
5494      Branch: cfgperl
5495            ! pod/perldelta.pod
5496      Branch: maint-5.005/perl
5497            ! pod/perldelta.pod
5498 ____________________________________________________________________________
5499 [  3121] By: jhi                                   on 1999/03/19  08:16:12
5500         Log: AVAILABILITY tuning.
5501      Branch: cfgperl
5502            ! pod/perl.pod
5503      Branch: maint-5.005/perl
5504            ! pod/perl.pod
5505 ____________________________________________________________________________
5506 [  3120] By: jhi                                   on 1999/03/17  14:52:17
5507         Log: Rhapsody change assumed too much.
5508      Branch: cfgperl
5509            ! t/op/stat.t
5510 ____________________________________________________________________________
5511 [  3119] By: jhi                                   on 1999/03/17  14:33:43
5512         Log: More Apollo fixes.
5513      Branch: maint-5.005/perl
5514            ! README.apollo hints/apollo.sh t/lib/io_udp.t
5515 ____________________________________________________________________________
5516 [  3118] By: jhi                                   on 1999/03/16  17:23:39
5517         Log: Nada.
5518      Branch: maint-5.005/perl
5519            ! README.apollo
5520 ____________________________________________________________________________
5521 [  3117] By: jhi                                   on 1999/03/16  17:18:49
5522         Log: Apollo DomainOS AVAILABILITY.
5523      Branch: cfgperl
5524            ! pod/perl.pod
5525      Branch: maint-5.005/perl
5526            ! pod/perl.pod
5527 ____________________________________________________________________________
5528 [  3116] By: jhi                                   on 1999/03/16  17:14:00
5529         Log: Apollo DomainOS patch
5530              From: Johann Klasek <jk@auto.tuwien.ac.at>
5531              Subject: Re: DomainPerl
5532              Date: Tue, 16 Mar 1999 17:46:32 +0100
5533              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
5534      Branch: maint-5.005/perl
5535            + README.apollo apollo/netinet/in.h
5536            ! MANIFEST hints/apollo.sh
5537 ____________________________________________________________________________
5538 [  3115] By: jhi                                   on 1999/03/16  14:23:54
5539         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
5540              To: Gurusamy Sarathy <gsar@activestate.com>,
5541              Graham Barr <gbarr@pobox.com>
5542              Cc: Perl5 Porters <perl5-porters@perl.org>,
5543              "Paul.Marquess" <Paul.Marquess@btinternet.com>
5544              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
5545              Date: Sun, 14 Mar 1999 14:43:57 -0000
5546              Message-Id: <199903141841.NAA17040@defender.perl.org>
5547      Branch: maint-5.005/perl
5548            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5549            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5550 ____________________________________________________________________________
5551 [  3114] By: jhi                                   on 1999/03/16  12:42:20
5552         Log: Mention Rhapsody in 5.005_5X perldelta,
5553              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
5554              *planned* AVAILABILITY.
5555      Branch: cfgperl
5556            ! pod/perl.pod pod/perldelta.pod
5557      Branch: maint-5.005/perl
5558            ! pod/perl.pod
5559 ____________________________________________________________________________
5560 [  3113] By: jhi                                   on 1999/03/16  10:38:53
5561         Log: perldelta niggling.
5562      Branch: cfgperl
5563            ! pod/perldelta.pod
5564      Branch: maint-5.005/perl
5565            ! pod/perldelta.pod
5566 ____________________________________________________________________________
5567 [  3112] By: jhi                                   on 1999/03/16  10:35:21
5568         Log: Integrate from mainperl.
5569      Branch: cfgperl
5570           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5571           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5572 ____________________________________________________________________________
5573 [  3111] By: jhi                                   on 1999/03/16  10:28:10
5574         Log: AVAILABILITY update: still mention PowerUX,
5575              Novell Netware now has sources available.
5576      Branch: cfgperl
5577            ! pod/perl.pod
5578      Branch: maint-5.005/perl
5579            ! pod/perl.pod
5580 ____________________________________________________________________________
5581 [  3110] By: gsar                                  on 1999/03/16  04:34:23
5582         Log: sundry pod niggles
5583      Branch: perl
5584            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5585            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5586 ____________________________________________________________________________
5587 [  3109] By: jhi                                   on 1999/03/15  17:00:11
5588         Log: Integrate from mainperl.
5589      Branch: cfgperl
5590           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5591           +> lib/unicode/Is/Syllable.pl
5592           +> lib/unicode/MakeEthiopicSyllables.PL
5593           +> lib/unicode/README.Ethiopic
5594           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5595           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5596           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5597           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5598           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5599           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5600           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5601           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
5602 ____________________________________________________________________________
5603 [  3108] By: jhi                                   on 1999/03/15  16:58:12
5604         Log: First pass of integrating the Rhapsody port,
5605              
5606              From: Wilfredo Sanchez <wsanchez@apple.com> 
5607              Subject: Keeping the world in sync.
5608              Reply-To: wsanchez@apple.com 
5609              To: perlbug@perl.com 
5610              Date: Fri, 13 Nov 1998 17:11:30 -0800 
5611              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
5612      Branch: cfgperl
5613            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5614            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
5615            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
5616            ! x2p/util.c
5617 ____________________________________________________________________________
5618 [  3107] By: gsar                                  on 1999/03/15  03:22:10
5619         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
5620              From: Daniel Yacob <dmulholl@cs.indiana.edu>
5621              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
5622              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
5623              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
5624      Branch: perl
5625            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5626            + lib/unicode/Is/Syllable.pl
5627            + lib/unicode/MakeEthiopicSyllables.PL
5628            + lib/unicode/README.Ethiopic
5629            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5630            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5631            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5632            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5633            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5634            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5635            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5636            ! lib/unicode/Name.pl lib/unicode/Number.pl
5637 ____________________________________________________________________________
5638 [  3106] By: gsar                                  on 1999/03/12  20:35:36
5639         Log: change#3067 failed package.t due to needless creation of $a and $b;
5640              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
5641      Branch: perl
5642            ! op.c
5643 ____________________________________________________________________________
5644 [  3105] By: jhi                                   on 1999/03/12  15:54:57
5645         Log: Recognize the NetBSD packages collection.
5646      Branch: maint-5.005/perl
5647            ! hints/netbsd.sh
5648 ____________________________________________________________________________
5649 [  3104] By: jhi                                   on 1999/03/12  09:07:04
5650         Log: From: pvhp@forte.com (Peter Prymmer)
5651              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
5652              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
5653              Date: Thu, 11 Mar 99 14:24:54 PST
5654              Message-Id: <9903112224.AA24346@forte.com>
5655      Branch: maint-5.005/perl
5656            ! README.os390 t/lib/posix.t
5657 ____________________________________________________________________________
5658 [  3103] By: jhi                                   on 1999/03/10  11:07:46
5659         Log: Integrate from mainperl.
5660      Branch: cfgperl
5661           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
5662           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
5663           !> t/pragma/warn/1global toke.c win32/makedef.pl
5664 ____________________________________________________________________________
5665 [  3102] By: jhi                                   on 1999/03/10  11:01:20
5666         Log: From: pvhp@forte.com (Peter Prymmer)
5667              To: perl5-porters@perl.org
5668              Subject: [5.005_03-MT6]Patch: time passes
5669              Date: Tue, 9 Mar 99 18:42:17 PST
5670              Message-Id: <9903100242.AA29057@forte.com>
5671      Branch: maint-5.005/perl
5672            ! perl.c
5673 ____________________________________________________________________________
5674 [  3101] By: jhi                                   on 1999/03/10  10:30:15
5675         Log: From: Mark-Jason Dominus <mjd@plover.com>
5676              To: perl5-porters@perl.com
5677              Subject: Minor fix to perlfunc.pod
5678              Date: Mon, 08 Mar 1999 20:05:53 -0500
5679              Message-ID: <19990309010553.13757.qmail@plover.com>
5680      Branch: maint-5.005/perl
5681            ! pod/perlfunc.pod
5682 ____________________________________________________________________________
5683 [  3100] By: gsar                                  on 1999/03/09  23:04:44
5684         Log: change#3060 had the wrong quotes
5685      Branch: perl
5686            ! pod/pod2man.PL
5687 ____________________________________________________________________________
5688 [  3099] By: jhi                                   on 1999/03/09  12:52:21
5689         Log: d_uname was broken (probably since _53), reported by
5690              
5691              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5692              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
5693              cpan-testers@perl.org
5694              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
5695              Date: Mon, 08 Mar 1999 13:22:31 +0000
5696              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
5697              
5698              and
5699              
5700              From: lvirden@cas.org (Larry W. Virden)
5701              To: perlbug@perl.com
5702              Subject: configure not correctly identifying uname posix compatibility
5703              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
5704              Message-Id: <199903081136.GAA23682@cas.org>
5705      Branch: cfgperl
5706            ! Configure config_h.SH
5707 ____________________________________________________________________________
5708 [  3098] By: gsar                                  on 1999/03/09  03:16:07
5709         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
5710      Branch: perl
5711            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
5712 ____________________________________________________________________________
5713 [  3097] By: gsar                                  on 1999/03/09  02:50:43
5714         Log: use yyerror() instead of croak() so that compile-time failures in
5715              my(LIST) don't confuse globals with lexicals
5716      Branch: perl
5717            ! op.c toke.c
5718 ____________________________________________________________________________
5719 [  3096] By: gsar                                  on 1999/03/09  02:47:36
5720         Log: adjust testsuite for change#3067
5721      Branch: perl
5722            ! t/pragma/warn/1global
5723 ____________________________________________________________________________
5724 [  3095] By: gsar                                  on 1999/03/08  21:04:48
5725         Log: remove bogus symbols from global.sym
5726      Branch: perl
5727            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
5728            ! perl.h win32/makedef.pl
5729 ____________________________________________________________________________
5730 [  3094] By: jhi                                   on 1999/03/06  16:16:15
5731         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5732              To: jhi@iki.fi
5733              Subject: Oops
5734              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
5735              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
5736      Branch: maint-5.005/perl
5737            ! README.hurd
5738 ____________________________________________________________________________
5739 [  3093] By: jhi                                   on 1999/03/06  15:59:46
5740         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5741              To: jhi@iki.fi
5742              Subject: New Hurd README
5743              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
5744              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
5745      Branch: maint-5.005/perl
5746            ! README.hurd
5747 ____________________________________________________________________________
5748 [  3092] By: jhi                                   on 1999/03/06  12:52:06
5749         Log: From: Paul_Green@stratus.com
5750              To: perl5-porters@perl.org
5751              Cc: jhi@iki.fi, Paul_Green@stratus.com
5752              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
5753              Date: Fri, 5 Mar 1999 18:08:49 -0500 
5754              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
5755      Branch: maint-5.005/perl
5756            ! vos/config.h vos/config_h.SH_orig
5757 ____________________________________________________________________________
5758 [  3091] By: jhi                                   on 1999/03/06  12:42:21
5759         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5760              To: perl5-porters@perl.org, vmsperl@perl.org
5761              Subject: [PATCH 5.005_03-MT6]VMS build patch
5762              Date: Fri, 05 Mar 1999 12:36:19 -0800
5763              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
5764      Branch: maint-5.005/perl
5765            ! vms/subconfigure.com
5766 ____________________________________________________________________________
5767 [  3090] By: gsar                                  on 1999/03/06  04:40:03
5768         Log: integrate change#3089 from mainline
5769              
5770              tolerate CRs after options
5771      Branch: maint-5.005/perl
5772           !> perl.c
5773 ____________________________________________________________________________
5774 [  3089] By: gsar                                  on 1999/03/06  04:30:40
5775         Log: tolerate CRs after options
5776      Branch: perl
5777            ! perl.c
5778 ____________________________________________________________________________
5779 [  3088] By: jhi                                   on 1999/03/05  12:49:01
5780         Log: Integrate from mainperl.
5781      Branch: cfgperl
5782           +> README.hurd
5783           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
5784 ____________________________________________________________________________
5785 [  3087] By: gsar                                  on 1999/03/05  06:41:16
5786         Log: adjust timeouts to accomodate slow/busy systems
5787      Branch: perl
5788            ! t/lib/io_sock.t
5789 ____________________________________________________________________________
5790 [  3083] By: gsar                                  on 1999/03/05  01:32:47
5791         Log: integrate change#3081 from maint-5.005
5792      Branch: perl
5793           !> ext/Errno/Errno_pm.PL
5794 ____________________________________________________________________________
5795 [  3082] By: gsar                                  on 1999/03/05  01:31:06
5796         Log: integrate change#2904 from maint-5.005
5797      Branch: perl
5798           +> README.hurd
5799           !> MANIFEST
5800 ____________________________________________________________________________
5801 [  3081] By: gsar                                  on 1999/03/05  00:14:33
5802         Log: protect against doubled backslashes
5803      Branch: maint-5.005/perl
5804            ! ext/Errno/Errno_pm.PL
5805 ____________________________________________________________________________
5806 [  3077] By: jhi                                   on 1999/03/04  08:10:13
5807         Log: Integrate from mainperl.
5808      Branch: cfgperl
5809           +> ext/B/B/Stash.pm
5810           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
5811           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
5812           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
5813           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
5814 ____________________________________________________________________________
5815 [  3076] By: jhi                                   on 1999/03/04  08:07:59
5816         Log: Regen config_h.SH once more because of *size, 
5817              noticed by
5818              
5819              From: Hans Mulder <hansm@icgned.icgroup.nl>
5820              To: Jarkko Hietaniemi <jhi@iki.fi>
5821              Cc: perl5-porters@perl.org
5822              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5823              Date: Thu,  4 Mar 99 00:10:45 +0100
5824              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5825      Branch: cfgperl
5826            ! Configure config_h.SH
5827 ____________________________________________________________________________
5828 [  3068] By: gsar                                  on 1999/03/04  05:48:03
5829         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
5830              Date: Thu,  4 Mar 99 00:10:45 +0100
5831              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5832              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5833      Branch: perl
5834            ! config_h.SH
5835 ____________________________________________________________________________
5836 [  3067] By: gsar                                  on 1999/03/04  05:44:32
5837         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
5838              From: Graham Barr <gbarr@ti.com>
5839              Date: Wed, 3 Mar 1999 17:23:56 -0600
5840              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
5841              Subject: Re: 'use strict' doesn't work for one-letter variables
5842      Branch: perl
5843            ! gv.c op.c
5844 ____________________________________________________________________________
5845 [  3066] By: gsar                                  on 1999/03/04  05:20:50
5846         Log: updates to compiler modules
5847              From: "Vishal Bhatia" <vishalb@hotmail.com>
5848              Date: Tue, 02 Mar 1999 23:27:25 PST
5849              Message-ID: <19990303072725.779.qmail@hotmail.com>
5850              Subject: PATCH 5.005_56 + Test procedure
5851      Branch: perl
5852            + ext/B/B/Stash.pm
5853            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
5854            ! lib/Test/Harness.pm utils/perlcc.PL
5855 ____________________________________________________________________________
5856 [  3065] By: gsar                                  on 1999/03/04  05:03:30
5857         Log: more s/s_/s!/ etc.
5858      Branch: perl
5859            ! pod/perldelta.pod pod/perlfunc.pod
5860 ____________________________________________________________________________
5861 [  3064] By: gsar                                  on 1999/03/04  04:50:45
5862         Log: integrate cfgperl contents into mainline
5863      Branch: perl
5864           !> Configure README.vms bytecode.h config_h.SH configure.com
5865           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
5866           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
5867           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5868 ____________________________________________________________________________
5869 [  3063] By: gsar                                  on 1999/03/04  04:44:13
5870         Log: HP-UX has yet another spelling for /NaNQ?/
5871      Branch: perl
5872            ! t/lib/bigfloatpm.t
5873 ____________________________________________________________________________
5874 [  3062] By: gsar                                  on 1999/03/04  04:36:08
5875         Log: error-check for accept() test
5876      Branch: perl
5877            ! t/lib/io_sock.t
5878 ____________________________________________________________________________
5879 [  3061] By: gsar                                  on 1999/03/04  03:40:25
5880         Log: allow custom comparison function in File::Compare::compare_text()
5881              From: jan.dubois@ibm.net (Jan Dubois)
5882              Date: Fri, 26 Feb 1999 21:56:09 +0100
5883              Message-ID: <36db0838.8805651@smtp1.ibm.net>
5884              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5885      Branch: perl
5886            ! lib/File/Compare.pm
5887 ____________________________________________________________________________
5888 [  3060] By: gsar                                  on 1999/03/04  03:37:38
5889         Log: better version of change#3038
5890              From: abigail@fnx.com
5891              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
5892              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
5893              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
5894      Branch: perl
5895            ! pod/pod2man.PL
5896 ____________________________________________________________________________
5897 [  3058] By: jhi                                   on 1999/03/03  22:30:40
5898         Log: Configure regen to
5899              (1) match maint-5.005 patches #3056 and #3057
5900              (2) better version of PHOSTNAME of #3050
5901              (3) the crosscompile/multiarch config_h.SH trouble solved for now
5902      Branch: cfgperl
5903            ! Configure config_h.SH
5904 ____________________________________________________________________________
5905 [  3054] By: jhi                                   on 1999/03/03  09:57:59
5906         Log: Change #3053 missed perldelta.
5907      Branch: cfgperl
5908            ! pod/perldelta.pod
5909 ____________________________________________________________________________
5910 [  3053] By: jhi                                   on 1999/03/03  08:29:43
5911         Log: Use '!' to mark native integer packings instead of '_'.
5912      Branch: cfgperl
5913            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
5914 ____________________________________________________________________________
5915 [  3052] By: jhi                                   on 1999/03/02  23:12:36
5916         Log: The HP-UX threads patch (change #3028) is needed also here.
5917      Branch: cfgperl
5918            ! hints/hpux.sh thread.h
5919 ____________________________________________________________________________
5920 [  3051] By: jhi                                   on 1999/03/02  08:24:52
5921         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5922              To: perl5-porters@perl.org, vmsperl@perl.org
5923              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
5924              Date: Mon, 01 Mar 1999 16:10:57 -0800
5925              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
5926      Branch: cfgperl
5927            ! README.vms
5928      Branch: maint-5.005/perl
5929            ! README.vms
5930 ____________________________________________________________________________
5931 [  3050] By: jhi                                   on 1999/03/02  08:22:29
5932         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5933              To: perl5-porters@perl.org, vmsperl@perl.org
5934              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
5935              Date: Mon, 01 Mar 1999 16:06:29 -0800
5936              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
5937              
5938              From: Dan Sugalski <sugalskd@osshe.edu>
5939              To: perl5-porters@perl.org, vmsperl@perl.org
5940              Subject: [PATCH 5.005_56]vmsish.pm patch
5941              Date: Mon, 01 Mar 1999 20:19:04 -0800
5942              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
5943              
5944              plus Configure regen containing a "solution" to the
5945              crosscompile/multiarch problem.
5946      Branch: cfgperl
5947            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
5948            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5949 ____________________________________________________________________________
5950 [  3049] By: jhi                                   on 1999/03/02  07:34:21
5951         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
5952              To: perl5-porters@perl.org
5953              Subject: [PATCH] Eliminate (valid) warning in byterun.c
5954              Date: Mon, 01 Mar 1999 17:27:59 -0500
5955              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
5956      Branch: cfgperl
5957            ! bytecode.h
5958      Branch: maint-5.005/perl
5959            ! bytecode.h
5960 ____________________________________________________________________________
5961 [  3048] By: gsar                                  on 1999/03/02  06:41:21
5962         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5963      Branch: perl
5964            ! MANIFEST README.hpux
5965 ____________________________________________________________________________
5966 [  3047] By: jhi                                   on 1999/03/01  06:34:43
5967         Log: Integrate from mainperl.
5968      Branch: cfgperl
5969           +> README.hpux lib/File/Spec/Functions.pm
5970           !> (integrate 28 files)
5971 ____________________________________________________________________________
5972 [  3046] By: gsar                                  on 1999/03/01  05:34:28
5973         Log: this is 5.005_56
5974      Branch: perl
5975            ! Changes
5976
5977 ----------------
5978 Version 5.005_56
5979 ----------------
5980
5981 ____________________________________________________________________________
5982 [  3045] By: gsar                                  on 1999/03/01  03:32:30
5983         Log: destroy PL_svref_mutex in perl_destruct()
5984      Branch: perl
5985            ! perl.c
5986 ____________________________________________________________________________
5987 [  3044] By: gsar                                  on 1999/03/01  00:38:50
5988         Log: up patchlevel &c.
5989      Branch: perl
5990            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5991            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5992            ! win32/makefile.mk
5993 ____________________________________________________________________________
5994 [  3043] By: gsar                                  on 1999/03/01  00:14:15
5995         Log: integrate cfgperl contents into mainline
5996      Branch: perl
5997            ! pod/perldelta.pod
5998           !> Configure config_h.SH
5999 ____________________________________________________________________________
6000 [  3042] By: gsar                                  on 1999/02/28  23:55:08
6001         Log: slightly edited version of suggested patch
6002              From: jan.dubois@ibm.net (Jan Dubois)
6003              Date: Mon, 01 Mar 1999 00:32:05 +0100
6004              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
6005              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
6006      Branch: perl
6007            + lib/File/Spec/Functions.pm
6008            ! MANIFEST lib/File/Spec.pm
6009 ____________________________________________________________________________
6010 [  3041] By: gsar                                  on 1999/02/28  22:47:19
6011         Log: fix subtle bug in eval'' testsuite
6012      Branch: perl
6013            ! t/op/eval.t
6014 ____________________________________________________________________________
6015 [  3040] By: gsar                                  on 1999/02/28  22:46:24
6016         Log: avoid literal control characters in change#3039
6017      Branch: perl
6018            ! t/base/lex.t
6019 ____________________________________________________________________________
6020 [  3039] By: gsar                                  on 1999/02/28  21:47:18
6021         Log: todo item: permit extended control variables a la ${^Foo} (patch
6022              courtesy Mark-Jason Dominus <mjd@plover.com>)
6023      Branch: perl
6024            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
6025            ! t/base/lex.t toke.c
6026 ____________________________________________________________________________
6027 [  3038] By: gsar                                  on 1999/02/28  21:21:05
6028         Log: From: abigail@fnx.com
6029              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
6030              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
6031              Subject: Recognize -> and => inside [A-Z]<> sequences.
6032      Branch: perl
6033            ! pod/pod2man.PL
6034 ____________________________________________________________________________
6035 [  3037] By: gsar                                  on 1999/02/28  21:12:22
6036         Log: fix longstanding bug: searches for lexicals originating within eval''
6037              weren't stopping at the subroutine boundary correctly
6038      Branch: perl
6039            ! op.c proto.h t/op/eval.t
6040 ____________________________________________________________________________
6041 [  3036] By: gsar                                  on 1999/02/28  20:02:29
6042         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
6043              as stacked list values
6044              From: jan.dubois@ibm.net (Jan Dubois)
6045              Date: Sat, 27 Feb 1999 18:24:17 +0100
6046              Message-ID: <36e22849.36531259@smtp1.ibm.net>
6047              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
6048      Branch: perl
6049            ! win32/win32.c
6050 ____________________________________________________________________________
6051 [  3035] By: gsar                                  on 1999/02/28  19:48:54
6052         Log: remove superfluous stack_sp decl
6053      Branch: perl
6054            ! jpl/JNI/JNI.xs
6055 ____________________________________________________________________________
6056 [  3034] By: gsar                                  on 1999/02/28  19:34:58
6057         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
6058      Branch: perl
6059            ! lib/Getopt/Std.pm
6060 ____________________________________________________________________________
6061 [  3033] By: gsar                                  on 1999/02/28  19:23:41
6062         Log: add File::Compare::compare_text()
6063              From: jan.dubois@ibm.net (Jan Dubois)
6064              Date: Fri, 26 Feb 1999 00:20:41 +0100
6065              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
6066              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
6067      Branch: perl
6068            ! lib/File/Compare.pm pod/perltodo.pod
6069 ____________________________________________________________________________
6070 [  3032] By: gsar                                  on 1999/02/28  19:01:33
6071         Log: add README.hpux
6072      Branch: perl
6073            + README.hpux
6074            ! MAINTAIN MANIFEST
6075 ____________________________________________________________________________
6076 [  3031] By: gsar                                  on 1999/02/28  18:49:08
6077         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
6078              James Cromie <jcromie@fossil.uswc.uswest.com>
6079      Branch: perl
6080            ! lib/Pod/Html.pm
6081 ____________________________________________________________________________
6082 [  3030] By: gsar                                  on 1999/02/28  18:35:09
6083         Log: From: jan.dubois@ibm.net (Jan Dubois)
6084              Date: Wed, 24 Feb 1999 22:34:56 +0100
6085              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
6086              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
6087      Branch: perl
6088            ! lib/Test/Harness.pm
6089 ____________________________________________________________________________
6090 [  3029] By: gsar                                  on 1999/02/28  18:28:18
6091         Log: add note about env pollution
6092      Branch: perl
6093            ! INSTALL pod/perltodo.pod
6094 ____________________________________________________________________________
6095 [  3028] By: jhi                                   on 1999/02/26  14:40:00
6096         Log: HP-UX 11 threads.
6097              
6098              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6099              To: perl5-porters@perl.org
6100              Cc: jhi@cc.hut.fi
6101              Subject: Maint 5 and _54 with threading on HP-UX 11.00
6102              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
6103              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
6104              
6105              NOTE from jhi: the hpux hints could still be more robust by
6106              disabling gdbm when necessary.
6107              
6108              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
6109              linking -lgdbm -lpthread creates an executable that instantly
6110              core dumps on a pthreads internal panic:
6111              
6112              ./gdpt
6113              
6114              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
6115              Return Pointer is 0xc082bf33
6116              17639 quit (core dumped)  ./gdpt
6117              
6118              You don't have to *use* either gdbm or pthreads in the executable,
6119              just linking them together is enough.  Workaround is to recompile
6120              the GDBM under HP-UX 11, that makes the problem go away.
6121      Branch: maint-5.005/perl
6122            ! hints/hpux.sh thread.h
6123 ____________________________________________________________________________
6124 [  3025] By: jhi                                   on 1999/02/25  20:41:07
6125         Log: Temporary workaround for the config_h.SH versus
6126              crosscompile and multiarch plus introduce 'rt'
6127              to $libswanted: in UNIX98 sched_yield() lives there.
6128      Branch: cfgperl
6129            ! Configure config_h.SH
6130 ____________________________________________________________________________
6131 [  3024] By: jhi                                   on 1999/02/24  12:54:59
6132         Log: Integrate from mainperl.
6133      Branch: cfgperl
6134           +> t/lib/fatal.t
6135           !> (integrate 44 files)
6136 ____________________________________________________________________________
6137 [  3023] By: gsar                                  on 1999/02/24  07:02:12
6138         Log: integrate cfgperl contents
6139      Branch: perl
6140           !> (integrate 30 files)
6141 ____________________________________________________________________________
6142 [  3022] By: gsar                                  on 1999/02/24  05:59:47
6143         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
6144              Date: 23 Feb 1999 17:53:22 -0700
6145              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
6146              Subject: [PATCH: _55] perldoc -q broken
6147      Branch: perl
6148            ! utils/perldoc.PL
6149 ____________________________________________________________________________
6150 [  3021] By: gsar                                  on 1999/02/24  05:51:53
6151         Log: ansify perlio.c, fix PerlIO-ish typos
6152      Branch: perl
6153            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
6154            ! iperlsys.h perlio.c
6155 ____________________________________________________________________________
6156 [  3020] By: gsar                                  on 1999/02/24  05:28:06
6157         Log: adjust a Perl_malloc() flag for NeXT
6158              From: Hans Mulder <hansm@icgned.icgroup.nl>
6159              Date: Tue, 23 Feb 99 00:26:25 +0100
6160              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
6161              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
6162      Branch: perl
6163            ! perl.h
6164 ____________________________________________________________________________
6165 [  3019] By: gsar                                  on 1999/02/24  05:19:42
6166         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
6167      Branch: perl
6168            ! pod/perltodo.pod
6169 ____________________________________________________________________________
6170 [  3018] By: gsar                                  on 1999/02/24  04:15:18
6171         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6172              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
6173              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
6174              Subject: improved error message [PATCH _55] [RESEND]
6175      Branch: perl
6176            ! sv.c
6177 ____________________________________________________________________________
6178 [  3017] By: gsar                                  on 1999/02/24  03:50:34
6179         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6180              Date: Sun, 21 Feb 1999 20:02:18 -0700
6181              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
6182              Subject: perlfunc updates (against 55)
6183      Branch: perl
6184            ! pod/perlfunc.pod
6185 ____________________________________________________________________________
6186 [  3016] By: gsar                                  on 1999/02/24  03:17:05
6187         Log: testsuite adjustments
6188              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6189              Date: Sat, 20 Feb 1999 15:24:57 +0000
6190              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
6191              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
6192      Branch: perl
6193            ! t/lib/io_sock.t t/op/lex_assign.t
6194 ____________________________________________________________________________
6195 [  3015] By: gsar                                  on 1999/02/24  02:54:47
6196         Log: avoid modifying readonly values from qw()
6197      Branch: perl
6198            ! lib/ExtUtils/MM_Unix.pm
6199 ____________________________________________________________________________
6200 [  3014] By: gsar                                  on 1999/02/24  02:49:04
6201         Log: more "correct" utbuf for utime()
6202      Branch: perl
6203            ! doio.c
6204 ____________________________________________________________________________
6205 [  3013] By: jhi                                   on 1999/02/22  19:27:44
6206         Log: Fix MacPerl version, change PowerUX to PowerMAX.
6207              
6208              From: Chris Nandor <pudge@pobox.com>
6209              To: jhi@iki.fi
6210              Cc: perl5-porters@perl.org
6211              Subject: Re: perl current availability as documented by perl.pod
6212              Date: Sun, 21 Feb 1999 11:06:03 -0500
6213              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
6214              
6215              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
6216              To: jhi@iki.fi
6217              Cc: perl5-porters@perl.org
6218              Subject: Re: perl current availability as documented by perl.pod
6219              Date: Mon, 22 Feb 1999 13:08:30 GMT
6220              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
6221      Branch: cfgperl
6222            ! pod/perl.pod
6223      Branch: maint-5.005/perl
6224            ! pod/perl.pod
6225 ____________________________________________________________________________
6226 [  3012] By: jhi                                   on 1999/02/22  10:26:11
6227         Log: Snapshot the cross-compilation/multiarchitecture stuff
6228              (currently broken in next)
6229      Branch: cfgperl
6230            ! Configure config_h.SH pp.c
6231 ____________________________________________________________________________
6232 [  3011] By: jhi                                   on 1999/02/22  10:24:51
6233         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6234              To: gsar@activestate.com (Gurusamy Sarathy)
6235              Cc: perl5-porters@perl.org (Perl5 Porters)
6236              Subject: [PATCH 5.005_55] DB_File 1.64 patch
6237              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
6238              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
6239      Branch: cfgperl
6240            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6241            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
6242 ____________________________________________________________________________
6243 [  3009] By: jhi                                   on 1999/02/22  09:14:26
6244         Log: Scratch #3008 and introduce $crosscompile and $multiarch
6245              also in non-Configure lands.
6246      Branch: cfgperl
6247            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
6248            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
6249            ! win32/config.gc win32/config.vc win32/config_H.bc
6250            ! win32/config_H.gc win32/config_H.vc
6251 ____________________________________________________________________________
6252 [  3008] By: jhi                                   on 1999/02/22  08:58:04
6253         Log: Add -DMULTIARCH (see change #3006).
6254      Branch: cfgperl
6255            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
6256 ____________________________________________________________________________
6257 [  3007] By: jhi                                   on 1999/02/22  08:54:06
6258         Log: Undo the references to local{lib,arch} introduced by #3006.
6259      Branch: cfgperl
6260            ! Configure config_h.SH
6261 ____________________________________________________________________________
6262 [  3006] By: jhi                                   on 1999/02/22  08:43:50
6263         Log: From: hansm@icgned.icgroup.nl
6264              To: perlbug@perl.com
6265              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
6266              Date: Sun, 21 Feb 1999 22:58:55 +0100
6267              Reply-To: hansmu@xs4all.nl
6268              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
6269              
6270              plus other Configure changes: prepare for cross-compilation/
6271              multiarchitecture builds.
6272      Branch: cfgperl
6273            ! Configure config_h.SH
6274 ____________________________________________________________________________
6275 [  3005] By: jhi                                   on 1999/02/22  08:35:30
6276         Log: Configure/Perl knew how to look for use Mach cthreads
6277              but Configure didn't let them to be used ($osname 'next').
6278      Branch: cfgperl
6279            ! Configure config_h.SH
6280      Branch: maint-5.005/perl
6281            ! Configure
6282 ____________________________________________________________________________
6283 [  3004] By: jhi                                   on 1999/02/21  15:46:02
6284         Log: Update Acorn AVAILABILITY.
6285      Branch: cfgperl
6286            ! pod/perl.pod
6287      Branch: maint-5.005/perl
6288            ! pod/perl.pod
6289 ____________________________________________________________________________
6290 [  3003] By: jhi                                   on 1999/02/21  14:50:42
6291         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
6292              To: perl5-porters@perl.org (Perl 5 Porters)
6293              Subject: PATCH: perlref.pod - symbolic ref example
6294              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
6295              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
6296      Branch: cfgperl
6297            ! pod/perlref.pod
6298      Branch: maint-5.005/perl
6299            ! pod/perlref.pod
6300 ____________________________________________________________________________
6301 [  3002] By: jhi                                   on 1999/02/21  14:35:22
6302         Log: Sync cfgperl with maint-5.005 change #3000.
6303      Branch: cfgperl
6304            ! pod/perlfunc.pod t/op/pack.t
6305 ____________________________________________________________________________
6306 [  2999] By: gsar                                  on 1999/02/20  22:48:30
6307         Log: From:    John Bley <jbb6@acpub.duke.edu>
6308              Date:    Sat, 20 Feb 1999 16:02:34 EST
6309              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
6310              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
6311      Branch: perl
6312            ! regcomp.c
6313 ____________________________________________________________________________
6314 [  2998] By: jhi                                   on 1999/02/20  14:13:06
6315         Log: Enhanced the endianness description.
6316      Branch: cfgperl
6317            ! pod/perlfunc.pod
6318 ____________________________________________________________________________
6319 [  2996] By: jhi                                   on 1999/02/20  13:55:41
6320         Log: Glossary now mostly fixed.
6321      Branch: cfgperl
6322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6323            ! config_h.SH
6324 ____________________________________________________________________________
6325 [  2994] By: jhi                                   on 1999/02/20  11:58:33
6326         Log: Perldeltify GNU/Hurd.
6327      Branch: cfgperl
6328            ! pod/perldelta.pod
6329 ____________________________________________________________________________
6330 [  2993] By: gsar                                  on 1999/02/20  00:59:10
6331         Log: fix typo in Perl_sbrk()
6332              From: hansm@icgned.icgroup.nl
6333              Date: Fri, 19 Feb 1999 23:19:31 +0100
6334              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
6335              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
6336      Branch: perl
6337            ! malloc.c
6338 ____________________________________________________________________________
6339 [  2992] By: gsar                                  on 1999/02/20  00:51:08
6340         Log: integrate change#2980 from maint-5.005
6341      Branch: perl
6342           !> utils/h2xs.PL
6343 ____________________________________________________________________________
6344 [  2991] By: gsar                                  on 1999/02/20  00:34:01
6345         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6346              Date: Thu, 18 Feb 1999 18:51:38 +0000
6347              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
6348              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
6349      Branch: perl
6350            ! pp_hot.c t/op/pat.t
6351 ____________________________________________________________________________
6352 [  2990] By: gsar                                  on 1999/02/20  00:30:48
6353         Log: From: jan.dubois@ibm.net (Jan Dubois)
6354              Date: Thu, 18 Feb 1999 19:14:07 +0100
6355              Message-ID: <36d15809.40853323@smtp1.ibm.net>
6356              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
6357      Branch: perl
6358            ! win32/win32.c
6359 ____________________________________________________________________________
6360 [  2989] By: gsar                                  on 1999/02/20  00:27:01
6361         Log: do poll() emulation unless HAS_POLL && I_POLL
6362      Branch: perl
6363            ! ext/IO/poll.h
6364 ____________________________________________________________________________
6365 [  2988] By: gsar                                  on 1999/02/19  23:52:12
6366         Log: tweak RE for NaNQ? recognition
6367      Branch: perl
6368            ! t/lib/bigfloatpm.t
6369 ____________________________________________________________________________
6370 [  2987] By: gsar                                  on 1999/02/19  23:29:59
6371         Log: mention C<use utf8> and C<use warning> in perldelta
6372      Branch: perl
6373            ! pod/perldelta.pod
6374 ____________________________________________________________________________
6375 [  2985] By: jhi                                   on 1999/02/19  20:43:19
6376         Log: pack/unpack better in (network-)short-non-16-bits and
6377              (network-)long-non-32-bits systems such as Cray C90.
6378      Branch: cfgperl
6379            ! perl.h pp.c t/op/pack.t
6380 ____________________________________________________________________________
6381 [  2984] By: jhi                                   on 1999/02/19  20:38:54
6382         Log: Regen Configure.
6383      Branch: cfgperl
6384            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6385            ! perl.c
6386 ____________________________________________________________________________
6387 [  2982] By: jhi                                   on 1999/02/19  19:51:49
6388         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
6389              not probed for and         
6390              
6391              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6392              To: Chaim Frenkel <chaimf@pobox.com>,
6393              Russ Allbery <rra@stanford.edu>,
6394              Jarkko Hietaniemi <jhi@iki.fi>,
6395              Gurusamy Sarathy <gsar@activestate.com>,
6396              Graham Barr <gbarr@pobox.com>
6397              Cc: bdensch@ameritech.net, perlbug@perl.com
6398              Subject: [PATCH] Re: Solaris 7 for Intel
6399              Message-ID: <19990219124404.A30182@O2.chapin.edu>
6400              
6401              Glossary is still missing some terms because
6402              mkglossary is misbehaving (change #2981 updated
6403              Glossary manually)
6404      Branch: cfgperl
6405            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6406            ! Porting/config_H
6407 ____________________________________________________________________________
6408 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
6409         Log: Make result of h2xs work when user adds C<use strict>
6410      Branch: maint-5.005/perl
6411            ! utils/h2xs.PL
6412 ____________________________________________________________________________
6413 [  2979] By: gsar                                  on 1999/02/19  05:24:29
6414         Log: doc for change#2978
6415      Branch: perl
6416            ! pod/perlsub.pod
6417 ____________________________________________________________________________
6418 [  2978] By: gsar                                  on 1999/02/19  05:08:29
6419         Log: bring '*' prototype closer to how it behaves internally
6420      Branch: perl
6421            + t/lib/fatal.t
6422            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
6423 ____________________________________________________________________________
6424 [  2977] By: gsar                                  on 1999/02/19  02:50:31
6425         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
6426      Branch: perl
6427            ! perly.h
6428 ____________________________________________________________________________
6429 [  2975] By: gsar                                  on 1999/02/18  21:41:57
6430         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
6431              of lexical searches in BEGIN|INIT|END)
6432      Branch: perl
6433            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
6434            ! vms/perly_c.vms
6435 ____________________________________________________________________________
6436 [  2974] By: gsar                                  on 1999/02/18  21:03:06
6437         Log: missing PERL_POLLUTE_MALLOC
6438      Branch: perl
6439            ! ext/SDBM_File/sdbm/sdbm.h
6440 ____________________________________________________________________________
6441 [  2973] By: gsar                                  on 1999/02/18  17:10:49
6442         Log: From:    Andy Dougherty <doughera@lafayette.edu>
6443              Date:    Wed, 17 Feb 1999 17:22:50 EST
6444              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
6445              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
6446      Branch: perl
6447            ! lib/dotsh.pl
6448 ____________________________________________________________________________
6449 [  2972] By: gsar                                  on 1999/02/18  17:04:12
6450         Log: s/#defined/#define/
6451      Branch: perl
6452            ! ext/Data/Dumper/Dumper.xs
6453 ____________________________________________________________________________
6454 [  2970] By: gsar                                  on 1999/02/18  03:26:43
6455         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
6456      Branch: perl
6457            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6458            ! ext/GDBM_File/typemap
6459 ____________________________________________________________________________
6460 [  2969] By: gsar                                  on 1999/02/17  23:30:47
6461         Log: correct slurp mode doc
6462      Branch: perl
6463            ! pod/perlfunc.pod pod/perlop.pod
6464 ____________________________________________________________________________
6465 [  2968] By: jhi                                   on 1999/02/17  23:15:49
6466         Log: Ultrix hints update.
6467              
6468              From: Spider Boardman <spider@zk3.dec.com>
6469              To: perlbug@perl.com
6470              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
6471              Date: Tue, 16 Feb 1999 23:04:28 -0500
6472              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
6473      Branch: cfgperl
6474            ! hints/ultrix_4.sh
6475 ____________________________________________________________________________
6476 [  2966] By: jhi                                   on 1999/02/17  23:09:21
6477         Log: Change #2965 wiped out some Sarathy's _55 changes.
6478              Now unwiped.
6479      Branch: cfgperl
6480            ! Configure pp.c t/op/pack.t
6481 ____________________________________________________________________________
6482 [  2965] By: jhi                                   on 1999/02/17  23:00:04
6483         Log: Configure tweaks.
6484              
6485              Fix the Unixware/SCO uname scan:
6486              
6487              From: Tom Hughes <thh@cyberscience.com>
6488              To: perlbug@perl.com
6489              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
6490              Date: 17 Feb 1999 15:34:15 +0000    
6491              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
6492              
6493              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
6494              
6495              From: Joe Buehler <jhpb@hekimian.com>
6496              To: perl5-porters@perl.org
6497              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
6498              Date: 12 Feb 1999 11:25:21 -0500
6499              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
6500              
6501              Make the pthreads joinable constant scan to output to fd 4, not 2.
6502      Branch: cfgperl
6503            ! Configure
6504 ____________________________________________________________________________
6505 [  2964] By: gsar                                  on 1999/02/17  21:30:07
6506         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6507              Date: Wed, 17 Feb 1999 06:53:13 -0700
6508              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
6509              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
6510      Branch: perl
6511            ! lib/Pod/Functions.pm
6512 ____________________________________________________________________________
6513 [  2963] By: gsar                                  on 1999/02/17  21:18:21
6514         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
6515              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6516              Date: Wed, 17 Feb 1999 10:06:01 +0000
6517              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
6518              Subject: Re: [5.005_53] panic: pad_free curpad 
6519      Branch: perl
6520            ! regcomp.c regexec.c t/op/misc.t
6521 ____________________________________________________________________________
6522 [  2962] By: gsar                                  on 1999/02/16  21:26:28
6523         Log: NaNQ? tweak
6524      Branch: perl
6525            ! t/lib/bigfloatpm.t
6526 ____________________________________________________________________________
6527 [  2961] By: jhi                                   on 1999/02/16  19:26:38
6528         Log: Integrate from mainperl.
6529      Branch: cfgperl
6530           !> (integrate 37 files)
6531 ____________________________________________________________________________
6532 [  2960] By: gsar                                  on 1999/02/16  18:04:29
6533         Log: undo change#2465 (qw[] is a real list now)
6534      Branch: perl
6535            ! pod/perlop.pod
6536 ____________________________________________________________________________
6537 [  2959] By: gsar                                  on 1999/02/16  07:09:33
6538         Log: this was 5.005_55
6539      Branch: perl
6540            ! Changes
6541
6542 ----------------
6543 Version 5.005_55
6544 ----------------
6545
6546 ____________________________________________________________________________
6547 [  2958] By: gsar                                  on 1999/02/16  06:18:27
6548         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
6549              elide dups and non-dependents from Changes
6550      Branch: perl
6551            ! Changes pod/perlhist.pod
6552           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
6553           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
6554           !> pod/perlport.pod pp.c t/op/pack.t
6555 ____________________________________________________________________________
6556 [  2957] By: gsar                                  on 1999/02/16  04:09:47
6557         Log: propagate PERL_VERSION everywhere, add to pod
6558      Branch: perl
6559            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
6560            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
6561            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
6562            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
6563            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
6564            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
6565            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
6566            ! win32/config.gc win32/config.vc win32/config_sh.PL
6567            ! win32/win32.c x2p/a2py.c
6568 ____________________________________________________________________________
6569 [  2955] By: jhi                                   on 1999/02/15  16:15:03
6570         Log: The pack tests now better in C90 (after the packnative patches).
6571      Branch: cfgperl
6572            ! t/op/pack.t
6573 ____________________________________________________________________________
6574 [  2954] By: gsar                                  on 1999/02/15  14:11:50
6575         Log: tweak Configure to follow new PERL_VERSION etc.
6576      Branch: perl
6577            ! Configure patchlevel.h pod/perlhist.pod
6578 ____________________________________________________________________________
6579 [  2953] By: jhi                                   on 1999/02/15  14:02:21
6580         Log: Integrate from mainperl.
6581      Branch: cfgperl
6582           !> MANIFEST Porting/makerel
6583 ____________________________________________________________________________
6584 [  2952] By: jhi                                   on 1999/02/15  13:50:07
6585         Log: Enhance the packnative patch: use the packnative code
6586              only if required.  Also added hefty testing (hopefully
6587              I didn't assume too much...).  Tested on alpha, ix86, sparc.
6588      Branch: cfgperl
6589            ! pod/perlfunc.pod pp.c t/op/pack.t
6590 ____________________________________________________________________________
6591 [  2951] By: jhi                                   on 1999/02/15  13:46:56
6592         Log: AVAILABILITY from 5.005_03-tobe, will of course
6593              require updating when 5.006 comes out.
6594      Branch: cfgperl
6595            ! pod/perl.pod
6596 ____________________________________________________________________________
6597 [  2949] By: gsar                                  on 1999/02/15  13:28:51
6598         Log: will this be it for 5.005_55?
6599      Branch: perl
6600            ! MANIFEST Porting/makerel
6601 ____________________________________________________________________________
6602 [  2948] By: jhi                                   on 1999/02/15  13:23:52
6603         Log: Integrate from mainperl.
6604      Branch: cfgperl
6605           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
6606           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6607           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6608           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
6609           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
6610           !> win32/config.gc win32/config.vc win32/config_H.bc
6611           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6612 ____________________________________________________________________________
6613 [  2947] By: jhi                                   on 1999/02/15  13:20:41
6614         Log: perlport.pod 1.39 from Chris.
6615      Branch: cfgperl
6616            ! pod/perlport.pod
6617 ____________________________________________________________________________
6618 [  2946] By: jhi                                   on 1999/02/15  13:09:58
6619         Log: Import Ultrix update, change #2864, 
6620              
6621              From: Spider Boardman <spider@zk3.dec.com>
6622              To: perlbug@perl.com
6623              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6624              Date: Wed, 10 Feb 1999 23:33:31 -0500
6625              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6626      Branch: cfgperl
6627            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6628 ____________________________________________________________________________
6629 [  2945] By: jhi                                   on 1999/02/15  13:04:50
6630         Log: OpenBSD sparc SHMLBA.
6631      Branch: cfgperl
6632            ! ext/IPC/SysV/SysV.xs
6633 ____________________________________________________________________________
6634 [  2944] By: gsar                                  on 1999/02/15  12:09:52
6635         Log: update win32/config* stuff, Changes
6636      Branch: perl
6637            ! Changes win32/Makefile win32/config.bc win32/config.gc
6638            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6639            ! win32/config_H.vc win32/makefile.mk
6640 ____________________________________________________________________________
6641 [  2943] By: gsar                                  on 1999/02/15  11:54:08
6642         Log: #include patchlevel.h by default, provide
6643              PERL_{REVISION,VERSION,SUBVERSION}
6644      Branch: perl
6645            ! patchlevel.h perl.h
6646 ____________________________________________________________________________
6647 [  2942] By: gsar                                  on 1999/02/15  10:26:59
6648         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
6649              misc fixes
6650      Branch: perl
6651            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
6652 ____________________________________________________________________________
6653 [  2941] By: gsar                                  on 1999/02/15  10:24:37
6654         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
6655              Message-ID: <19990207002851.B9185@toldyouso.com>
6656              Message-ID: <19990207212152.A9765@toldyouso.com>
6657              Message-ID: <19990207212041.A9622@toldyouso.com>
6658              Message-ID: <19990207213127.A10244@toldyouso.com>
6659              Message-ID: <19990207212559.A9950@toldyouso.com>
6660              Message-ID: <19990207212842.A9994@toldyouso.com>
6661              Message-ID: <19990207212500.A9860@toldyouso.com>
6662              Message-ID: <19990207213013.A10105@toldyouso.com>
6663      Branch: perl
6664            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6665            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6666            ! pod/perlmodlib.pod pod/perltoc.pod
6667 ____________________________________________________________________________
6668 [  2940] By: gsar                                  on 1999/02/15  10:07:08
6669         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
6670              of suggested patch)
6671              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
6672              Date: Mon, 08 Feb 1999 01:14:41 -0000
6673              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
6674              Subject: [PATCH 5.005_54] some pending C.pm stuff 
6675      Branch: perl
6676            ! ext/B/B/C.pm
6677 ____________________________________________________________________________
6678 [  2939] By: jhi                                   on 1999/02/15  08:40:18
6679         Log: Integrate from mainperl.
6680      Branch: cfgperl
6681           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
6682            - lib/File/PathConvert.pm
6683           !> (integrate 81 files)
6684 ____________________________________________________________________________
6685 [  2938] By: gsar                                  on 1999/02/15  06:56:39
6686         Log: change#2839 was bogus, redo
6687      Branch: perl
6688           !> t/lib/h2ph.pht
6689 ____________________________________________________________________________
6690 [  2937] By: gsar                                  on 1999/02/15  06:38:15
6691         Log: support Win32::GetFullPathName() and Win32::SetLastError()
6692              From: jan.dubois@ibm.net (Jan Dubois)
6693              Date: Tue, 09 Feb 1999 22:27:31 +0100
6694              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
6695              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
6696      Branch: perl
6697            ! win32/win32.c
6698 ____________________________________________________________________________
6699 [  2936] By: gsar                                  on 1999/02/15  06:26:39
6700         Log: support native integers, pack("L_",...) etc. (via private mail)
6701              From: Jarkko Hietaniemi <jhi@iki.fi>
6702              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
6703              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
6704              Subject: the "packnative" patch
6705      Branch: perl
6706            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
6707            ! t/lib/ipc_sysv.t t/op/pack.t
6708 ____________________________________________________________________________
6709 [  2935] By: gsar                                  on 1999/02/15  06:04:02
6710         Log: From: Michael G Schwern <schwern@pobox.com>
6711              Date: Tue, 9 Feb 1999 04:13:12 -0500
6712              Message-ID: <19990209041312.A15788@toldyouso.com>
6713              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
6714      Branch: perl
6715            ! utils/h2xs.PL
6716 ____________________________________________________________________________
6717 [  2934] By: gsar                                  on 1999/02/15  05:30:13
6718         Log: fix bugs in the handling of negative numbers, among other things
6719              From: Steven Knight <knight@theopera.baldmt.citilink.com>
6720              Date: Mon, 8 Feb 1999 01:16:24 -0600
6721              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
6722              Subject: Math::BigFloat and Math::BigInt
6723      Branch: perl
6724            + t/lib/bigfloat.t t/lib/bigfloatpm.t
6725            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
6726            ! t/lib/bigintpm.t
6727 ____________________________________________________________________________
6728 [  2933] By: gsar                                  on 1999/02/15  04:57:52
6729         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
6730              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
6731              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
6732              Subject: s2p incorrectly handles hold space commands
6733      Branch: perl
6734            ! x2p/s2p.PL
6735 ____________________________________________________________________________
6736 [  2932] By: gsar                                  on 1999/02/15  04:45:55
6737         Log: clarify what a "line" is
6738      Branch: perl
6739            ! pod/perlfunc.pod pod/perlvar.pod
6740 ____________________________________________________________________________
6741 [  2931] By: gsar                                  on 1999/02/15  04:23:29
6742         Log: backout change#2811 and add newer version based on File::Spec
6743              From: Barrie Slaymaker <rbs@telerama.com>
6744              Date: Thu, 11 Feb 1999 16:29:24 -0500
6745              Message-ID: <36C34BB4.A62090E0@telerama.com>
6746              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
6747      Branch: perl
6748            - lib/File/PathConvert.pm
6749            ! MANIFEST installhtml lib/Pod/Html.pm
6750 ____________________________________________________________________________
6751 [  2930] By: gsar                                  on 1999/02/15  04:16:25
6752         Log: From: Barrie Slaymaker <rbs@telerama.com>
6753              Date: Thu, 11 Feb 1999 19:39:48 -0500
6754              Message-ID: <36C37854.707D139@telerama.com>
6755              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
6756      Branch: perl
6757            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6758 ____________________________________________________________________________
6759 [  2929] By: gsar                                  on 1999/02/15  04:06:50
6760         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
6761              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
6762              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
6763              Subject: [PATCH]5.005_54 (DOC) fix many typos
6764              --
6765              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
6766              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
6767              Subject: [PATCH]5.005_54 (DOC) typos
6768      Branch: perl
6769            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
6770            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
6771            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6772            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6773            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
6774            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
6775            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
6776            ! pod/perlvar.pod pod/perlxs.pod
6777 ____________________________________________________________________________
6778 [  2928] By: gsar                                  on 1999/02/15  03:39:53
6779         Log: allow the Carp routines to pass through exception objects
6780      Branch: perl
6781            ! lib/Carp.pm
6782 ____________________________________________________________________________
6783 [  2927] By: gsar                                  on 1999/02/15  03:22:57
6784         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
6785      Branch: perl
6786            ! pod/perlfaq8.pod
6787 ____________________________________________________________________________
6788 [  2926] By: gsar                                  on 1999/02/15  03:19:39
6789         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
6790              have done that, but didn't)
6791      Branch: perl
6792           !> utils/h2ph.PL
6793 ____________________________________________________________________________
6794 [  2925] By: gsar                                  on 1999/02/15  03:17:01
6795         Log: integrate cfgperl changes into mainline
6796      Branch: perl
6797            ! Changes
6798           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6799           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
6800           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
6801           !> vms/subconfigure.com
6802 ____________________________________________________________________________
6803 [  2924] By: gsar                                  on 1999/02/15  03:07:08
6804         Log: add const qualifier to most char* prototypes, handle ripple effect
6805      Branch: perl
6806            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
6807            ! universal.c util.c
6808 ____________________________________________________________________________
6809 [  2923] By: gsar                                  on 1999/02/15  01:04:30
6810         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6811              Date: Thu, 04 Feb 1999 02:37:31 +0000
6812              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
6813              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
6814      Branch: perl
6815            ! pp_ctl.c t/op/range.t
6816 ____________________________________________________________________________
6817 [  2922] By: gsar                                  on 1999/02/15  00:24:34
6818         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6819              Date: Sun, 31 Jan 1999 01:50:06 +0000
6820              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
6821              Subject: [PATCH 5.005_03t4] regexp flags bug
6822      Branch: perl
6823            ! regcomp.c t/op/re_tests
6824 ____________________________________________________________________________
6825 [  2921] By: gsar                                  on 1999/02/15  00:13:02
6826         Log: use New() et al., rather than safemalloc() et al.
6827              From: jan.dubois@ibm.net (Jan Dubois)
6828              Date: Fri, 29 Jan 1999 23:27:22 +0100
6829              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
6830              Subject: [PATCH _03-MT5] POSIX.xs memory API
6831      Branch: perl
6832            ! ext/POSIX/POSIX.xs
6833 ____________________________________________________________________________
6834 [  2920] By: gsar                                  on 1999/02/15  00:05:33
6835         Log: tweak READ() docs to mention $buffer must be altered by reference
6836      Branch: perl
6837            ! pod/perltie.pod
6838 ____________________________________________________________________________
6839 [  2919] By: gsar                                  on 1999/02/14  23:50:39
6840         Log: applied suggested patch, with several language/readability tweaks
6841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6842              Date: Fri, 29 Jan 1999 00:25:02 -0500
6843              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
6844              Subject: Re: [PATCH 5.005_*] Better parsing docs
6845      Branch: perl
6846            ! pod/perlop.pod
6847 ____________________________________________________________________________
6848 [  2918] By: gsar                                  on 1999/02/14  23:20:42
6849         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
6850              of silently returning bogus values)
6851              From: Peter Chines <pchines@nhgri.nih.gov>
6852              Date: Wed, 27 Jan 1999 16:11:31 -0500
6853              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
6854              Subject: Time::Local
6855      Branch: perl
6856            ! lib/Time/Local.pm pod/perldelta.pod
6857 ____________________________________________________________________________
6858 [  2917] By: gsar                                  on 1999/02/14  11:21:43
6859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6860              Date: Thu, 28 Jan 1999 10:02:20 -0500
6861              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
6862              Subject: Re: [PATCH 5.005_53] Better perldoc
6863      Branch: perl
6864            ! utils/perldoc.PL
6865 ____________________________________________________________________________
6866 [  2916] By: gsar                                  on 1999/02/14  10:59:38
6867         Log: back out change#2751, apply updated version 
6868              From: jan.dubois@ibm.net (Jan Dubois)
6869              Date: Sat, 06 Feb 1999 01:06:29 +0100
6870              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
6871              Subject: [PATCH] Cleanup of File::Spec module
6872      Branch: perl
6873            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6874            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6875            ! lib/File/Spec/Win32.pm
6876 ____________________________________________________________________________
6877 [  2915] By: gsar                                  on 1999/02/14  10:48:01
6878         Log: tweak select() test
6879      Branch: perl
6880            ! pod/perlipc.pod t/op/fh.t
6881 ____________________________________________________________________________
6882 [  2914] By: gsar                                  on 1999/02/14  10:25:55
6883         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
6884      Branch: perl
6885            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
6886 ____________________________________________________________________________
6887 [  2913] By: gsar                                  on 1999/02/14  10:03:51
6888         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
6889              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
6890              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
6891              Subject: Re: SvOPV() or SvPV_nolen() or ...
6892      Branch: perl
6893            ! pod/perlguts.pod
6894 ____________________________________________________________________________
6895 [  2912] By: gsar                                  on 1999/02/14  09:57:29
6896         Log: provide SvPV_nolen(sv) to avoid use of PL_na
6897              From: jan.dubois@ibm.net (Jan Dubois)
6898              Date: Sun, 24 Jan 1999 02:45:32 +0100
6899              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
6900              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
6901      Branch: perl
6902            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
6903            ! sv.h
6904 ____________________________________________________________________________
6905 [  2911] By: gsar                                  on 1999/02/14  06:51:05
6906         Log: elide stray effluvium
6907      Branch: perl
6908            ! pod/perldelta.pod
6909 ____________________________________________________________________________
6910 [  2910] By: gsar                                  on 1999/02/14  05:51:56
6911         Log: slurping an empty file should return '' rather than undef, with
6912              commensurate effects on ARGV processing
6913      Branch: perl
6914            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6915            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
6916 ____________________________________________________________________________
6917 [  2909] By: gsar                                  on 1999/02/14  00:02:11
6918         Log: perly_c.diff typo
6919      Branch: perl
6920            ! perly.c perly_c.diff vms/perly_c.vms
6921 ____________________________________________________________________________
6922 [  2908] By: gsar                                  on 1999/02/13  18:20:13
6923         Log: From: jan.dubois@ibm.net (Jan Dubois)
6924              Date: Sat, 13 Feb 1999 13:25:53 +0100
6925              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
6926              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
6927      Branch: perl
6928            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
6929 ____________________________________________________________________________
6930 [  2907] By: jhi                                   on 1999/02/13  15:07:26
6931         Log: Integrate from mainperl.
6932      Branch: cfgperl
6933           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
6934           !> (integrate 150 files)
6935 ____________________________________________________________________________
6936 [  2903] By: gsar                                  on 1999/02/12  13:25:59
6937         Log: From: jan.dubois@ibm.net (Jan Dubois)
6938              Date: Sun, 24 Jan 1999 01:12:00 +0100
6939              Message-ID: <36b66479.62756298@smtp1.ibm.net>
6940              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
6941      Branch: perl
6942            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
6943            ! proto.h sv.c sv.h
6944 ____________________________________________________________________________
6945 [  2902] By: gsar                                  on 1999/02/12  12:55:11
6946         Log: script to generate ctags from etags
6947              From: Colin Kuskie <ckuskie@cadence.com>
6948              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
6949              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
6950              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
6951      Branch: perl
6952            + emacs/e2ctags.pl
6953            ! Makefile.SH pod/perlfaq3.pod
6954 ____________________________________________________________________________
6955 [  2901] By: gsar                                  on 1999/02/12  12:40:17
6956         Log: allow boolean assign ops to be lvalues
6957              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6958              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
6959              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
6960              --
6961              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6962              Date: Mon, 18 Jan 1999 10:04:00 +0000
6963              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
6964              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
6965      Branch: perl
6966            + t/op/lop.t
6967            ! MANIFEST op.c
6968 ____________________________________________________________________________
6969 [  2899] By: jhi                                   on 1999/02/12  12:03:48
6970         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
6971      Branch: cfgperl
6972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6973            ! config_h.SH hints/openbsd.sh
6974 ____________________________________________________________________________
6975 [  2898] By: gsar                                  on 1999/02/12  11:49:25
6976         Log: support win32_putenv()
6977      Branch: perl
6978            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
6979            ! win32/win32.c win32/win32iop.h
6980 ____________________________________________________________________________
6981 [  2894] By: gsar                                  on 1999/02/12  11:09:27
6982         Log: add missing hunk in change#2657
6983      Branch: perl
6984            ! ext/B/B/CC.pm
6985 ____________________________________________________________________________
6986 [  2893] By: gsar                                  on 1999/02/12  11:00:13
6987         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6988              Date: Tue, 19 Jan 1999 20:13:15 -0500
6989              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
6990              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
6991      Branch: perl
6992            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
6993            ! t/pragma/subs.t t/pragma/warning.t
6994 ____________________________________________________________________________
6995 [  2892] By: gsar                                  on 1999/02/12  10:44:38
6996         Log: update change#2670 to later version
6997              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6998              Date: Sun, 31 Jan 1999 16:16:14 +0000
6999              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
7000              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
7001      Branch: perl
7002            ! t/op/subst.t toke.c
7003 ____________________________________________________________________________
7004 [  2891] By: gsar                                  on 1999/02/12  10:31:17
7005         Log: make testsuite somewhat location independent
7006      Branch: perl
7007            ! (edit 117 files)
7008 ____________________________________________________________________________
7009 [  2890] By: gsar                                  on 1999/02/12  10:00:30
7010         Log: add $AutoLoader::VERSION
7011      Branch: perl
7012            ! lib/AutoLoader.pm
7013 ____________________________________________________________________________
7014 [  2889] By: gsar                                  on 1999/02/12  09:55:48
7015         Log: tweak PERL_STRICT_CR notes
7016      Branch: perl
7017            ! pod/perl5005delta.pod
7018 ____________________________________________________________________________
7019 [  2888] By: gsar                                  on 1999/02/12  09:41:45
7020         Log: add note about test-notty target
7021      Branch: perl
7022            ! README.win32
7023 ____________________________________________________________________________
7024 [  2887] By: gsar                                  on 1999/02/12  09:37:37
7025         Log: add perltodo.pod
7026      Branch: perl
7027            + pod/perltodo.pod
7028            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
7029            ! win32/pod.mak
7030 ____________________________________________________________________________
7031 [  2886] By: jhi                                   on 1999/02/12  08:52:14
7032         Log: Integrate from mainperl.
7033      Branch: cfgperl
7034           +> t/op/fh.t
7035           !> (integrate 30 files)
7036 ____________________________________________________________________________
7037 [  2885] By: gsar                                  on 1999/02/12  08:42:10
7038         Log: note how to find REG_INFTY limit
7039      Branch: perl
7040            ! pod/perlre.pod
7041 ____________________________________________________________________________
7042 [  2884] By: jhi                                   on 1999/02/12  08:36:14
7043         Log: OpenBSD pthreads awareness, thanks to
7044              David Leonard <david.leonard@csee.uq.edu.au>
7045      Branch: maint-5.005/perl
7046            ! Configure hints/openbsd.sh
7047 ____________________________________________________________________________
7048 [  2882] By: gsar                                  on 1999/02/12  08:05:20
7049         Log: IO is maintained by p5p (per Graham Barr's wishes)
7050      Branch: perl
7051            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
7052            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
7053            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7054            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7055 ____________________________________________________________________________
7056 [  2881] By: gsar                                  on 1999/02/12  07:57:13
7057         Log: fh.t typo
7058      Branch: perl
7059            ! t/op/fh.t
7060 ____________________________________________________________________________
7061 [  2880] By: gsar                                  on 1999/02/12  07:38:16
7062         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
7063      Branch: perl
7064            ! perl.c pod/perlrun.pod
7065 ____________________________________________________________________________
7066 [  2879] By: gsar                                  on 1999/02/12  05:39:29
7067         Log: fix ops that are not filehandle constructors to not create GV if it
7068              doesn't already exist (avoids leaks); extend semantics of defined()
7069              so that defined(*{$foo}) works (experimental)
7070      Branch: perl
7071            + t/op/fh.t
7072            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
7073            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
7074 ____________________________________________________________________________
7075 [  2877] By: jhi                                   on 1999/02/11  20:44:00
7076         Log: From: Chris Nandor <pudge@pobox.com>
7077              To: perl5-porters@perl.org
7078              Subject: [PATCH] perlport.pod 1.39
7079              Date: Thu, 11 Feb 1999 12:28:35 -0500
7080              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
7081      Branch: cfgperl
7082            ! pod/perlport.pod
7083 ____________________________________________________________________________
7084 [  2870] By: gsar                                  on 1999/02/11  11:17:08
7085         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
7086      Branch: perl
7087            ! ext/IO/lib/IO/Pipe.pm
7088 ____________________________________________________________________________
7089 [  2869] By: gsar                                  on 1999/02/11  11:00:56
7090         Log: update win32/pod.mak
7091      Branch: perl
7092            ! win32/pod.mak
7093 ____________________________________________________________________________
7094 [  2868] By: gsar                                  on 1999/02/11  10:42:44
7095         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
7096              Date: Fri, 08 Jan 1999 14:36:53 +1100
7097              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
7098              Subject: Re: [Fwd: IO::Socket::connect and blocking]
7099      Branch: perl
7100            ! ext/IO/lib/IO/Socket.pm
7101 ____________________________________________________________________________
7102 [  2867] By: gsar                                  on 1999/02/11  09:43:03
7103         Log: av_extend() doc tweak from Jan Dubois
7104      Branch: perl
7105            ! pod/perlguts.pod
7106 ____________________________________________________________________________
7107 [  2866] By: gsar                                  on 1999/02/11  09:27:17
7108         Log: display full pathname of unreadable files
7109      Branch: perl
7110            ! utils/perldoc.PL
7111 ____________________________________________________________________________
7112 [  2865] By: gsar                                  on 1999/02/11  09:02:31
7113         Log: missing patch in change#2522
7114      Branch: perl
7115            ! lib/Pod/Text.pm
7116 ____________________________________________________________________________
7117 [  2864] By: jhi                                   on 1999/02/11  08:45:00
7118         Log: From: Spider Boardman <spider@zk3.dec.com>
7119              To: perlbug@perl.com
7120              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
7121              Date: Wed, 10 Feb 1999 23:33:31 -0500
7122              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
7123      Branch: maint-5.005/perl
7124            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
7125 ____________________________________________________________________________
7126 [  2862] By: gsar                                  on 1999/02/11  08:14:34
7127         Log: integrate changes#2738,2740 from maint-5.005
7128      Branch: perl
7129           !> lib/ExtUtils/MakeMaker.pm
7130 ____________________________________________________________________________
7131 [  2861] By: jhi                                   on 1999/02/11  08:04:25
7132         Log: Integrate from mainperl.
7133      Branch: cfgperl
7134           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
7135           !> t/op/range.t win32/config.gc
7136 ____________________________________________________________________________
7137 [  2860] By: gsar                                  on 1999/02/11  07:30:08
7138         Log: binmode() support for cygwin32 (suggested by Steven Morlock
7139              <newspost@morlock.net>)
7140      Branch: perl
7141            ! perl.h
7142 ____________________________________________________________________________
7143 [  2859] By: gsar                                  on 1999/02/11  07:14:21
7144         Log: update Changes
7145      Branch: perl
7146            ! Changes
7147           !> pod/perl5005delta.pod
7148 ____________________________________________________________________________
7149 [  2856] By: gsar                                  on 1999/02/11  07:07:39
7150         Log: integrate perldelta changes from maint-5.005
7151      Branch: perl
7152           !> pod/perl5005delta.pod
7153 ____________________________________________________________________________
7154 [  2855] By: gsar                                  on 1999/02/11  06:31:50
7155         Log: applied suggested patch; added tests
7156              From: Adam Krolnik <adamk@gypsy.cyrix.com>
7157              Date: Sat, 12 Dec 98 15:30:18 -0600
7158              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
7159              Subject: Range operation doesn't handle IV_MAX
7160      Branch: perl
7161            ! pp_ctl.c t/op/range.t
7162 ____________________________________________________________________________
7163 [  2854] By: gsar                                  on 1999/02/11  05:00:55
7164         Log: compatibility fix: magic non-propagation in foreach implicit localization
7165      Branch: perl
7166            ! pp_ctl.c t/op/local.t win32/config.gc
7167 ____________________________________________________________________________
7168 [  2852] By: gsar                                  on 1999/02/10  23:17:49
7169         Log: fair warning about -Dusethreads
7170      Branch: maint-5.005/perl
7171            ! Configure INSTALL README.threads
7172 ____________________________________________________________________________
7173 [  2847] By: jhi                                   on 1999/02/09  19:13:28
7174         Log: Integrate from mainperl.
7175      Branch: cfgperl
7176           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
7177           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
7178 ____________________________________________________________________________
7179 [  2846] By: gsar                                  on 1999/02/09  13:53:28
7180         Log: a modified version of suggested patch for pack template 'Z'; added docs
7181              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
7182              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
7183              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
7184              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
7185      Branch: perl
7186            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
7187 ____________________________________________________________________________
7188 [  2845] By: gsar                                  on 1999/02/09  00:03:26
7189         Log: clarify docs for change#2835
7190      Branch: perl
7191            ! pod/perldelta.pod pod/perlop.pod
7192 ____________________________________________________________________________
7193 [  2844] By: gsar                                  on 1999/02/08  23:40:57
7194         Log: addendum to change#2823
7195              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7196              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
7197              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
7198              Subject: [PATCH] Docs and tests for method-call syntax
7199      Branch: perl
7200            ! pod/perlobj.pod t/op/method.t
7201 ____________________________________________________________________________
7202 [  2843] By: jhi                                   on 1999/02/08  21:06:28
7203         Log: Ultrix mmap tidbit.
7204      Branch: cfgperl
7205            ! hints/ultrix_4.sh
7206 ____________________________________________________________________________
7207 [  2842] By: jhi                                   on 1999/02/08  20:22:55
7208         Log: Integrate from mainperl.
7209      Branch: cfgperl
7210           +> t/op/subst_wamp.t
7211           !> (integrate 35 files)
7212 ____________________________________________________________________________
7213 [  2841] By: jhi                                   on 1999/02/08  18:23:26
7214         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7215              To: Mailing list Perl5 <perl5-porters@perl.org>
7216              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
7217              Date: Sun, 7 Feb 1999 17:25:22 -0500
7218              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
7219      Branch: cfgperl
7220            + t/op/subst_amp.t
7221            ! MANIFEST regcomp.c t/op/subst.t
7222 ____________________________________________________________________________
7223 [  2840] By: jhi                                   on 1999/02/08  18:16:54
7224         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7225              To: Mailing list Perl5 <perl5-porters@perl.org>
7226              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
7227              Date: Sun, 7 Feb 1999 17:00:10 -0500
7228              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
7229      Branch: cfgperl
7230            ! pp_hot.c t/op/pat.t
7231 ____________________________________________________________________________
7232 [  2839] By: jhi                                   on 1999/02/08  17:25:30
7233         Log: A require was missing.
7234      Branch: cfgperl
7235            ! t/lib/h2ph.pht
7236 ____________________________________________________________________________
7237 [  2838] By: jhi                                   on 1999/02/08  16:38:41
7238         Log: Bring in the change #2809 (the Configure part has been
7239              modified rather a lot since the #2809, though.)
7240      Branch: cfgperl
7241            ! Configure utils/h2ph.PL
7242 ____________________________________________________________________________
7243 [  2835] By: gsar                                  on 1999/02/08  14:40:23
7244         Log: make qw() into a true list at compile time (slightly modified
7245              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
7246      Branch: perl
7247            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
7248 ____________________________________________________________________________
7249 [  2834] By: gsar                                  on 1999/02/08  13:23:16
7250         Log: make safesysmalloc() etc., always available; safemalloc() et al are
7251              now macros that point to the right malloc; fix various places in
7252              sources that need to always use safesysmalloc() et al
7253      Branch: perl
7254            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
7255            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
7256 ____________________________________________________________________________
7257 [  2833] By: gsar                                  on 1999/02/08  10:56:16
7258         Log: remove spurious #endif in last change
7259      Branch: perl
7260            ! perl.h
7261 ____________________________________________________________________________
7262 [  2832] By: gsar                                  on 1999/02/08  10:34:55
7263         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
7264              them ask for insanity (untested)
7265      Branch: perl
7266            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
7267            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
7268            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
7269 ____________________________________________________________________________
7270 [  2831] By: jhi                                   on 1999/02/08  08:33:33
7271         Log: Update vms/subconfigure.com along the lines of change #2829.
7272      Branch: cfgperl
7273            ! vms/subconfigure.com
7274 ____________________________________________________________________________
7275 [  2830] By: gsar                                  on 1999/02/08  00:19:46
7276         Log: integrate cfgperl changes into mainline
7277      Branch: perl
7278           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
7279           +> lib/File/PathConvert.pm pod/perlthrtut.pod
7280            ! Changes
7281           !> (integrate 93 files)
7282 ____________________________________________________________________________
7283 [  2829] By: jhi                                   on 1999/02/07  23:49:46
7284         Log: Configure update.
7285              
7286              Probe for mmap() et alia.
7287              The *cc*symbols patch (just Configure, no h2ph).
7288      Branch: cfgperl
7289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7290            ! config_h.SH perl.h
7291 ____________________________________________________________________________
7292 [  2828] By: gsar                                  on 1999/02/07  23:38:47
7293         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7294              Date: Sun, 7 Feb 1999 17:25:22 -0500
7295              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
7296              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
7297      Branch: perl
7298            + t/op/subst_amp.t t/op/subst_wamp.t
7299            ! MANIFEST regcomp.c t/op/subst.t
7300 ____________________________________________________________________________
7301 [  2827] By: gsar                                  on 1999/02/07  23:27:32
7302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7303              Date: Sun, 7 Feb 1999 17:00:10 -0500
7304              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
7305              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
7306      Branch: perl
7307            ! pp_hot.c t/op/pat.t
7308 ____________________________________________________________________________
7309 [  2826] By: gsar                                  on 1999/02/07  23:26:04
7310         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
7311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7312              Date: Sun, 7 Feb 1999 15:07:27 -0500
7313              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
7314              Subject: Re: fixing memory leaks in REx compilation
7315      Branch: perl
7316            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
7317            ! regexec.c
7318 ____________________________________________________________________________
7319 [  2825] By: jhi                                   on 1999/02/07  18:05:13
7320         Log: Integrate from mainperl.
7321      Branch: cfgperl
7322           +> lib/DB.pm t/comp/bproto.t
7323           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
7324           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
7325           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
7326           !> toke.c vms/perly_c.vms
7327 ____________________________________________________________________________
7328 [  2824] By: gsar                                  on 1999/02/07  14:21:48
7329         Log: tweak doc on bitwise ops
7330      Branch: perl
7331            ! pod/perlop.pod
7332 ____________________________________________________________________________
7333 [  2823] By: gsar                                  on 1999/02/07  13:38:31
7334         Log: applied suggested patch; regen perly* and vms/perly*
7335              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7336              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
7337              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
7338              Subject: [PATCH] Re: Suggestion for perlobj man page
7339      Branch: perl
7340            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
7341 ____________________________________________________________________________
7342 [  2822] By: gsar                                  on 1999/02/07  12:39:09
7343         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
7344              disabled, fails tests)
7345      Branch: perl
7346            ! regcomp.h
7347 ____________________________________________________________________________
7348 [  2821] By: gsar                                  on 1999/02/07  11:09:39
7349         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
7350              <Alexander.Barilo@aexp.com>)
7351      Branch: perl
7352            ! lib/Pod/Html.pm
7353 ____________________________________________________________________________
7354 [  2820] By: gsar                                  on 1999/02/07  10:20:35
7355         Log: add draft debugging API implementation
7356      Branch: perl
7357            + lib/DB.pm
7358            ! MANIFEST
7359 ____________________________________________________________________________
7360 [  2819] By: gsar                                  on 1999/02/07  09:58:45
7361         Log: avoid garbage in db->dirbuf
7362              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
7363              Date: Sat, 05 Dec 1998 14:14:54 +0900
7364              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
7365              Subject: SDBM bug
7366      Branch: perl
7367            ! ext/SDBM_File/sdbm/sdbm.c
7368 ____________________________________________________________________________
7369 [  2818] By: gsar                                  on 1999/02/07  09:32:24
7370         Log: missing entry
7371      Branch: perl
7372            ! MANIFEST
7373 ____________________________________________________________________________
7374 [  2817] By: gsar                                  on 1999/02/07  09:30:47
7375         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
7376      Branch: perl
7377            + t/comp/bproto.t
7378            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
7379 ____________________________________________________________________________
7380 [  2816] By: gsar                                  on 1999/02/06  00:14:29
7381         Log: minor bug in dumping blessed subrefs
7382      Branch: perl
7383            ! ext/Data/Dumper/Dumper.pm
7384 ____________________________________________________________________________
7385 [  2812] By: jhi                                   on 1999/02/03  22:02:24
7386         Log: Enhance change #2808.
7387              
7388              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7389              To: perl5-porters@perl.org
7390              Subject: Re: [PATCH 5.00*]: perlbug checklist
7391              Date: Wed, 3 Feb 1999 19:02:27 +0000
7392              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
7393      Branch: cfgperl
7394            ! utils/perlbug.PL
7395 ____________________________________________________________________________
7396 [  2811] By: jhi                                   on 1999/02/03  21:53:23
7397         Log: From: Barrie Slaymaker <rbs@telerama.com>
7398              To: perl5-porters@perl.org
7399              CC: pod-people@perl.org
7400              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
7401              Date: Wed, 03 Feb 1999 10:34:18 -0500
7402              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
7403              
7404              Add File::PathConvert.pm.
7405              Fix Pod::Html and installhtml to understand relative urls.
7406      Branch: cfgperl
7407            + lib/File/PathConvert.pm
7408            ! MANIFEST installhtml lib/Pod/Html.pm
7409 ____________________________________________________________________________
7410 [  2810] By: jhi                                   on 1999/02/03  20:25:10
7411         Log: From: Francois Desarmenien <desar@club-internet.fr>
7412              To: Mailing list Perl5 <perl5-porters@perl.org>
7413              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
7414              Date: Wed, 03 Feb 1999 13:13:24 +0000
7415              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
7416              
7417              (note: this patch completely overrides Tom Wolfe's patch,
7418              change #2604)
7419      Branch: cfgperl
7420            + ext/GDBM_File/hints/sco.pl
7421            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
7422 ____________________________________________________________________________
7423 [  2809] By: jhi                                   on 1999/02/03  19:54:16
7424         Log: h2ph fixes + Configure patch to support them.
7425              
7426              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7427              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
7428              Gurusamy Sarathy <gsar@engin.umich.edu>
7429              Cc: perl5-porters@perl.org
7430              Subject: [PATCH 5.00503_MT5] h2ph.PL
7431              Date: Tue, 2 Feb 1999 19:48:06 -0500
7432              Message-ID: <19990202194806.E10647@O2.chapin.edu>
7433      Branch: maint-5.005/perl
7434            ! Configure utils/h2ph.PL
7435 ____________________________________________________________________________
7436 [  2808] By: jhi                                   on 1999/02/03  16:59:55
7437         Log: Enhance the perlbug checklist.
7438      Branch: cfgperl
7439            ! utils/perlbug.PL
7440 ____________________________________________________________________________
7441 [  2807] By: jhi                                   on 1999/02/03  14:01:37
7442         Log: Document the standard strftime %formats.
7443              
7444              From: Dominic Dunlop <domo@vo.lu>
7445              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
7446              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
7447              Date: Tue, 2 Feb 1999 15:55:29 +0100
7448              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
7449      Branch: cfgperl
7450            ! ext/POSIX/POSIX.pod
7451 ____________________________________________________________________________
7452 [  2806] By: jhi                                   on 1999/02/03  13:58:00
7453         Log: Integrate from mainperl.
7454      Branch: cfgperl
7455           !> perl.h
7456 ____________________________________________________________________________
7457 [  2805] By: gsar                                  on 1999/02/03  03:32:31
7458         Log: PL_uuemap[] init needs help for sizeof()
7459      Branch: perl
7460            ! perl.h
7461 ____________________________________________________________________________
7462 [  2804] By: jhi                                   on 1999/02/02  20:44:30
7463         Log: These should've been already in #2803.
7464      Branch: cfgperl
7465            ! Configure config_h.SH vms/subconfigure.com
7466 ____________________________________________________________________________
7467 [  2803] By: jhi                                   on 1999/02/02  20:38:45
7468         Log: telldir prototype issue, from mists of time...
7469      Branch: cfgperl
7470            ! hints/netbsd.sh pp_sys.c
7471 ____________________________________________________________________________
7472 [  2801] By: jhi                                   on 1999/02/02  17:40:14
7473         Log: From: John Bley <jbb6@acpub.duke.edu>
7474              To: perlbug@perl.org
7475              Subject: [PATCH]5.005_54 (DOC) fix minor typos
7476              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
7477              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
7478      Branch: cfgperl
7479            ! pod/perlre.pod
7480 ____________________________________________________________________________
7481 [  2800] By: jhi                                   on 1999/02/02  17:26:49
7482         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
7483      Branch: cfgperl
7484            ! Todo-5.005
7485 ____________________________________________________________________________
7486 [  2799] By: jhi                                   on 1999/02/02  17:18:51
7487         Log: Update FindBin from maint-5.005.
7488      Branch: cfgperl
7489            ! lib/FindBin.pm
7490 ____________________________________________________________________________
7491 [  2798] By: jhi                                   on 1999/02/02  17:16:07
7492         Log: Fix typecasts in #2797
7493              
7494              From: "G. Del Merritt" <del@intranetics.com>
7495              Date: Fri, 29 Jan 1999 11:47:25 -0700
7496              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
7497              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
7498      Branch: cfgperl
7499            ! ext/POSIX/POSIX.xs
7500 ____________________________________________________________________________
7501 [  2797] By: jhi                                   on 1999/02/02  17:14:37
7502         Log: From: Ted Law <tedlaw@cibcwg.com>
7503              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
7504              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
7505              Subject: POSIX::strftime buffer overflow problem
7506      Branch: cfgperl
7507            ! ext/POSIX/POSIX.xs
7508 ____________________________________________________________________________
7509 [  2796] By: jhi                                   on 1999/02/02  17:13:23
7510         Log: Do not use File::Slurp.
7511      Branch: cfgperl
7512            ! t/lib/textfill.t
7513 ____________________________________________________________________________
7514 [  2795] By: jhi                                   on 1999/02/02  17:11:48
7515         Log: perlhist update from maint-5.005.
7516      Branch: cfgperl
7517            ! pod/perlhist.pod
7518 ____________________________________________________________________________
7519 [  2794] By: jhi                                   on 1999/02/02  17:10:33
7520         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
7521      Branch: cfgperl
7522            ! ext/POSIX/POSIX.pm
7523 ____________________________________________________________________________
7524 [  2793] By: jhi                                   on 1999/02/02  17:08:39
7525         Log: Missed the html test from change #2787. 
7526      Branch: cfgperl
7527            ! t/lib/cgi-html.t
7528 ____________________________________________________________________________
7529 [  2792] By: jhi                                   on 1999/02/02  17:01:24
7530         Log: Update Getopt::Long to 2.19.
7531      Branch: cfgperl
7532            ! lib/Getopt/Long.pm
7533 ____________________________________________________________________________
7534 [  2791] By: jhi                                   on 1999/02/02  16:59:13
7535         Log: overload syntax is no longer experimental
7536      Branch: cfgperl
7537            ! lib/overload.pm
7538 ____________________________________________________________________________
7539 [  2789] By: jhi                                   on 1999/02/02  16:47:50
7540         Log: Still doc fixes.
7541      Branch: cfgperl
7542            ! lib/diagnostics.pm
7543 ____________________________________________________________________________
7544 [  2788] By: jhi                                   on 1999/02/02  16:47:07
7545         Log: Doc fixes.
7546      Branch: cfgperl
7547            ! lib/CGI.pm lib/diagnostics.pm
7548 ____________________________________________________________________________
7549 [  2787] By: jhi                                   on 1999/02/02  16:38:55
7550         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
7551              where applicable).
7552      Branch: cfgperl
7553            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
7554            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7555            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7556            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
7557            ! eg/cgi/frameset.cgi eg/cgi/index.html
7558            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7559            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7560            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7561            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
7562            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7563            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
7564 ____________________________________________________________________________
7565 [  2786] By: jhi                                   on 1999/02/02  16:17:52
7566         Log: Update CPAN to 1.47.
7567      Branch: cfgperl
7568            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7569 ____________________________________________________________________________
7570 [  2785] By: jhi                                   on 1999/02/02  16:09:03
7571         Log: From: Mark-Jason Dominus <mjd@plover.com>
7572              Date: Sat, 16 Jan 1999 17:22:06 -0500
7573              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
7574              Message-ID: <19990116222206.3674.qmail@plover.com>
7575      Branch: cfgperl
7576            ! pod/perlsub.pod
7577 ____________________________________________________________________________
7578 [  2784] By: jhi                                   on 1999/02/02  16:01:31
7579         Log: Fix incorrect "used only once" warnings
7580              
7581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7582              Date: Fri, 8 Jan 1999 04:37:10 -0500
7583              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
7584              Subject: Re: change#965 flakiness
7585      Branch: cfgperl
7586            ! gv.c
7587 ____________________________________________________________________________
7588 [  2783] By: jhi                                   on 1999/02/02  15:50:38
7589         Log: perldelta updates.
7590      Branch: cfgperl
7591            ! pod/perldelta.pod
7592 ____________________________________________________________________________
7593 [  2782] By: jhi                                   on 1999/02/02  14:28:26
7594         Log: Mirror change #2781.
7595      Branch: cfgperl
7596            ! hints/linux.sh
7597 ____________________________________________________________________________
7598 [  2781] By: jhi                                   on 1999/02/02  14:27:01
7599         Log: Update the MkLinux note.
7600      Branch: maint-5.005/perl
7601            ! hints/linux.sh
7602 ____________________________________________________________________________
7603 [  2780] By: jhi                                   on 1999/02/02  14:10:59
7604         Log: Update todo.
7605      Branch: cfgperl
7606            ! Todo-5.005
7607 ____________________________________________________________________________
7608 [  2779] By: jhi                                   on 1999/02/02  14:00:25
7609         Log: Integrate from mainperl.
7610      Branch: cfgperl
7611            ! t/lib/textfill.t t/lib/textwrap.t
7612           !> (integrate 32 files)
7613 ____________________________________________________________________________
7614 [  2778] By: jhi                                   on 1999/02/02  13:56:23
7615         Log: VMS update, applicable parts of
7616              
7617              From: Dan Sugalski <sugalskd@osshe.edu>
7618              To: perl5-porters@perl.org
7619              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7620              Date: Wed, 20 Jan 1999 12:05:18 -0800
7621              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7622              
7623              From: Dan Sugalski <sugalskd@osshe.edu>
7624              To: perlbug@perl.com, vmsperl@perl.org
7625              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
7626              Date: Tue, 26 Jan 1999 14:40:38 -0800
7627              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
7628              
7629              From: Dan Sugalski <sugalskd@osshe.edu>
7630              To: perl5-porters@perl.org, vmsperl@perl.org
7631              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
7632              Date: Tue, 26 Jan 1999 14:55:29 -0800
7633              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
7634      Branch: cfgperl
7635            ! vms/ext/Stdio/test.pl vms/subconfigure.com
7636 ____________________________________________________________________________
7637 [  2777] By: jhi                                   on 1999/02/02  13:43:24
7638         Log: Synch usethreads parts from maint-5.005.
7639      Branch: cfgperl
7640            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
7641            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
7642            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7643            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7644 ____________________________________________________________________________
7645 [  2776] By: jhi                                   on 1999/02/02  13:17:16
7646         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
7647      Branch: cfgperl
7648            ! Makefile.SH hints/freebsd.sh
7649 ____________________________________________________________________________
7650 [  2774] By: jhi                                   on 1999/02/02  13:10:39
7651         Log: Add perlthrtut, update pod/* machinery.
7652              (a pod/Makefile.SH is sorely needed)
7653      Branch: cfgperl
7654            + pod/perlthrtut.pod
7655            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7656 ____________________________________________________________________________
7657 [  2773] By: jhi                                   on 1999/02/02  12:54:24
7658         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7659              To: perl5-porters@perl.org
7660              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
7661              Date: Tue, 26 Jan 1999 22:25:07 +0000
7662              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
7663      Branch: cfgperl
7664            ! pod/perlguts.pod
7665 ____________________________________________________________________________
7666 [  2771] By: jhi                                   on 1999/02/02  12:47:34
7667         Log: Use perlbug instead of personal email address.
7668      Branch: cfgperl
7669            ! Configure
7670 ____________________________________________________________________________
7671 [  2770] By: jhi                                   on 1999/02/02  12:42:06
7672         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7673              
7674              From: "G. Del Merritt" <del@intranetics.com>
7675              To: perlbug@perl.com
7676              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7677              Date: Tue, 26 Jan 1999 12:09:09 -0700
7678              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7679      Branch: cfgperl
7680            ! iperlsys.h
7681 ____________________________________________________________________________
7682 [  2769] By: jhi                                   on 1999/02/02  12:37:57
7683         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7684              To: Mailing list Perl5 <perl5-porters@perl.org>
7685              Subject: [PATCH 5.005_*] OS/2 threads
7686              Date: Tue, 26 Jan 1999 13:39:46 -0500
7687              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
7688      Branch: cfgperl
7689            ! os2/os2ish.h
7690 ____________________________________________________________________________
7691 [  2768] By: jhi                                   on 1999/02/02  12:36:16
7692         Log: Apply change #2711 from maint-5.005:
7693              
7694              make ok", "make okfile", and "make nok" were broken
7695              with -Duseshrplib, because of a shared typo.
7696              
7697              From: Spider Boardman <spider@web.zk3.dec.com>
7698              To: perlbug@perl.com
7699              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7700              Date: Wed, 27 Jan 1999 12:27:15 -0500
7701              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7702      Branch: cfgperl
7703            ! Makefile.SH
7704 ____________________________________________________________________________
7705 [  2766] By: jhi                                   on 1999/02/02  12:27:08
7706         Log: Make Configure use "int main()" instead of bare "main()".
7707              Like maint-5.005 change #2703 but now via metaconfig.
7708      Branch: cfgperl
7709            ! Configure
7710 ____________________________________________________________________________
7711 [  2765] By: jhi                                   on 1999/02/02  11:59:30
7712         Log: Undo part of change #2562.
7713      Branch: cfgperl
7714            ! Configure
7715 ____________________________________________________________________________
7716 [  2764] By: jhi                                   on 1999/02/02  11:52:39
7717         Log: NetBSD synch with maint-5.005.
7718      Branch: cfgperl
7719            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7720 ____________________________________________________________________________
7721 [  2763] By: jhi                                   on 1999/02/02  11:44:07
7722         Log: $Config{installusrbinperl}
7723              (maint-5.005 changes #2614 and #2709)
7724      Branch: cfgperl
7725            ! Configure installperl
7726 ____________________________________________________________________________
7727 [  2762] By: jhi                                   on 1999/02/02  11:29:13
7728         Log: Errno update from maint-5.005 (changes #2583, #2710).
7729      Branch: cfgperl
7730            ! Configure ext/Errno/Errno_pm.PL
7731 ____________________________________________________________________________
7732 [  2759] By: jhi                                   on 1999/02/02  10:53:20
7733         Log: Update Trig.pm from maint-5.005.
7734      Branch: cfgperl
7735            ! lib/Math/Trig.pm
7736 ____________________________________________________________________________
7737 [  2757] By: jhi                                   on 1999/02/02  10:41:26
7738         Log: MPE/iX update (mirror maint-5.005 change #2715)
7739      Branch: cfgperl
7740            ! hints/mpeix.sh mpeix/relink
7741 ____________________________________________________________________________
7742 [  2756] By: jhi                                   on 1999/02/02  10:38:08
7743         Log: BeOS update (Mirror maint-5.005 change #2727).
7744      Branch: cfgperl
7745            + ext/DynaLoader/dl_beos.xs
7746            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7747            ! lib/ExtUtils/MM_Unix.pm
7748 ____________________________________________________________________________
7749 [  2754] By: gsar                                  on 1999/02/02  08:52:13
7750         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
7751      Branch: perl
7752            ! Porting/pumpkin.pod Todo Todo-5.005
7753 ____________________________________________________________________________
7754 [  2753] By: gsar                                  on 1999/02/02  08:46:21
7755         Log: Todo tweaks
7756      Branch: perl
7757            ! Todo Todo-5.005
7758 ____________________________________________________________________________
7759 [  2752] By: jhi                                   on 1999/02/01  22:15:12
7760         Log: Add perlthrtut.pod.
7761              
7762              From: Dan Sugalski <sugalskd@osshe.edu>
7763              To: perl5-porters@perl.org
7764              Subject: perlthrtut.pod
7765              Date: Mon, 01 Feb 1999 10:57:11 -0800
7766              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
7767      Branch: maint-5.005/perl
7768            + pod/perlthrtut.pod
7769            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
7770            ! pod/roffitall
7771 ____________________________________________________________________________
7772 [  2751] By: gsar                                  on 1999/02/01  07:28:05
7773         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
7774      Branch: perl
7775            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7776            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7777 ____________________________________________________________________________
7778 [  2750] By: gsar                                  on 1999/02/01  07:09:20
7779         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7780              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
7781              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
7782              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
7783      Branch: perl
7784            ! regexec.c
7785 ____________________________________________________________________________
7786 [  2749] By: gsar                                  on 1999/02/01  07:07:59
7787         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7788              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
7789              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
7790              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
7791      Branch: perl
7792            ! regexec.c
7793 ____________________________________________________________________________
7794 [  2748] By: gsar                                  on 1999/02/01  06:47:06
7795         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
7796              Date: Thu, 3 Dec 1998 15:10:17 -0500
7797              Message-Id: <199812032010.PAA09692@jik.shore.net>
7798              Subject: sample checksum code in "perlfunc" man page is wrong
7799      Branch: perl
7800            ! pod/perlfunc.pod
7801 ____________________________________________________________________________
7802 [  2747] By: gsar                                  on 1999/02/01  06:35:13
7803         Log: typos in Pod/Text.pm
7804              From: "Greg Chapman" <glc@well.com>
7805              Date: Tue, 1 Dec 1998 10:50:18 -0800
7806              Message-Id: <199812011849.KAA08816@smtp.well.com>
7807              Subject: Glitch in Pod::Text
7808      Branch: perl
7809            ! lib/Pod/Text.pm
7810 ____________________________________________________________________________
7811 [  2746] By: gsar                                  on 1999/02/01  06:27:35
7812         Log: various win32-ish changes merged from maint-5.005
7813      Branch: perl
7814            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
7815            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
7816            ! win32/Makefile win32/config.bc win32/config.vc
7817            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
7818            ! win32/win32.c
7819 ____________________________________________________________________________
7820 [  2745] By: gsar                                  on 1999/02/01  04:51:54
7821         Log: integrate cfgperl changes into mainline
7822      Branch: perl
7823           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
7824 ____________________________________________________________________________
7825 [  2744] By: gsar                                  on 1999/02/01  04:31:09
7826         Log: improved diagnostic on syntax errors at EOL
7827      Branch: perl
7828            ! toke.c
7829 ____________________________________________________________________________
7830 [  2743] By: gsar                                  on 1999/02/01  03:59:13
7831         Log: don't attempt connect() to bogus IP addresses
7832              From:    Graham Barr <gbarr@pobox.com>
7833              Date:    Sun, 31 Jan 1999 21:50:45 CST
7834              Message-Id: <19990131215045.A633@pobox.com>
7835      Branch: perl
7836            ! t/lib/io_multihomed.t
7837 ____________________________________________________________________________
7838 [  2742] By: gsar                                  on 1999/02/01  03:08:58
7839         Log: update Changes
7840      Branch: perl
7841            ! Changes pod/perldelta.pod
7842 ____________________________________________________________________________
7843 [  2740] By: gsar                                  on 1999/02/01  02:43:07
7844         Log: CAPI inheritance tweak and doc
7845      Branch: maint-5.005/perl
7846            ! lib/ExtUtils/MakeMaker.pm
7847 ____________________________________________________________________________
7848 [  2739] By: jhi                                   on 1999/01/31  18:31:54
7849         Log: Undo changes #2730 and #2731 and replace them
7850              with an extensively tested patch from
7851              Anton Berezin <tobez@plab.ku.dk> (via private email).
7852      Branch: maint-5.005/perl
7853            ! Makefile.SH hints/freebsd.sh
7854 ____________________________________________________________________________
7855 [  2738] By: gsar                                  on 1999/01/31  05:04:32
7856         Log: fix bogus CAPI inheritance from change#2541
7857      Branch: maint-5.005/perl
7858            ! lib/ExtUtils/MakeMaker.pm
7859 ____________________________________________________________________________
7860 [  2731] By: jhi                                   on 1999/01/29  14:33:12
7861         Log: FreeBSD version numbers can be like "2.2.8-release".
7862      Branch: maint-5.005/perl
7863            ! hints/freebsd.sh
7864 ____________________________________________________________________________
7865 [  2730] By: jhi                                   on 1999/01/29  12:40:38
7866         Log: FreeBSD hints iteration (hopefully convergent).
7867              usethreads: require at least FreeBSD 2.2.8.
7868              signal type: mirror change #2429 in cfgperl.
7869      Branch: maint-5.005/perl
7870            ! hints/freebsd.sh
7871 ____________________________________________________________________________
7872 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
7873         Log: From: Tom Spindler <dogcow@isi.net>
7874              Date: Thu, 28 Jan 1999 17:15:11 -0800
7875              Message-ID: <19990128171510.A11778@isi.net>
7876              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
7877      Branch: maint-5.005/perl
7878            + ext/DynaLoader/dl_beos.xs
7879            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7880            ! lib/ExtUtils/MM_Unix.pm
7881 ____________________________________________________________________________
7882 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
7883         Log: Remove use of File::Slurp in t/lib/textfill.t
7884      Branch: maint-5.005/perl
7885            ! t/lib/textfill.t
7886 ____________________________________________________________________________
7887 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
7888         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
7889              Date: Wed, 27 Jan 1999 23:14:33 -0800
7890              Message-Id: <199901280714.XAA10176@activestate.com>
7891              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
7892      Branch: maint-5.005/perl
7893            ! win32/Makefile win32/makefile.mk
7894 ____________________________________________________________________________
7895 [  2720] By: gsar                                  on 1999/01/27  21:54:42
7896         Log: missing space while munging CCFLAGS for PERL_CAPI
7897      Branch: perl
7898            ! lib/ExtUtils/MM_Unix.pm
7899 ____________________________________________________________________________
7900 [  2718] By: jhi                                   on 1999/01/27  19:46:04
7901         Log: io/fs.t fails test #18 (sense of tests appears to have been
7902              changed incompletely; this patch just skips the test attached,
7903              a la test #17 preceding it).
7904              
7905              From: "G. Del Merritt" <del@intranetics.com>
7906              To: perlbug@perl.com
7907              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7908              Date: Tue, 26 Jan 1999 12:09:09 -0700
7909              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7910      Branch: maint-5.005/perl
7911            ! t/io/fs.t
7912 ____________________________________________________________________________
7913 [  2717] By: jhi                                   on 1999/01/27  19:44:46
7914         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7915              
7916              From: "G. Del Merritt" <del@intranetics.com>
7917              To: perlbug@perl.com
7918              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7919              Date: Tue, 26 Jan 1999 12:09:09 -0700
7920              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7921      Branch: maint-5.005/perl
7922            ! iperlsys.h
7923 ____________________________________________________________________________
7924 [  2715] By: jhi                                   on 1999/01/27  19:34:28
7925         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7926              To: perl5-porters@perl.org
7927              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
7928              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
7929              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
7930      Branch: maint-5.005/perl
7931            ! hints/mpeix.sh mpeix/relink
7932 ____________________________________________________________________________
7933 [  2710] By: jhi                                   on 1999/01/27  19:22:23
7934         Log: Errno fixes:
7935              
7936              From: Spider Boardman <spider@web.zk3.dec.com>
7937              To: perlbug@perl.com
7938              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7939              Date: Wed, 27 Jan 1999 12:27:15 -0500
7940              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7941              
7942              From: Spider Boardman <spider@web.zk3.dec.com>
7943              To: perlbug@perl.com
7944              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7945              Date: Wed, 27 Jan 1999 13:31:16 -0500
7946              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
7947      Branch: maint-5.005/perl
7948            ! Configure ext/Errno/Errno_pm.PL
7949 ____________________________________________________________________________
7950 [  2709] By: jhi                                   on 1999/01/27  19:17:35
7951         Log: Fix Configure installusrbinperl:
7952              
7953              From: Spider Boardman <spider@web.zk3.dec.com>
7954              To: jhi@iki.fi
7955              cc: perl5-porters@perl.org
7956              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7957              Date: Wed, 27 Jan 1999 13:03:35 -0500
7958              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
7959      Branch: maint-5.005/perl
7960            ! Configure
7961 ____________________________________________________________________________
7962 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
7963         Log: Add redef IO::Handle::* for setv?buf()
7964      Branch: maint-5.005/perl
7965            ! ext/POSIX/POSIX.pm
7966 ____________________________________________________________________________
7967 [  2705] By: jhi                                   on 1999/01/24  15:14:30
7968         Log: Mention year-1900 and month 0..11.
7969      Branch: cfgperl
7970            ! lib/Time/Local.pm
7971 ____________________________________________________________________________
7972 [  2704] By: jhi                                   on 1999/01/24  15:13:36
7973         Log: Document Configure -Uinstallusrbinperl.
7974      Branch: cfgperl
7975            ! INSTALL pod/perldelta.pod
7976 ____________________________________________________________________________
7977 [  2698] By: jhi                                   on 1999/01/24  12:46:00
7978         Log: Use only xlc_r for usethreads.
7979      Branch: cfgperl
7980            ! hints/aix.sh
7981 ____________________________________________________________________________
7982 [  2695] By: gsar                                  on 1999/01/24  07:09:05
7983         Log: integrate cfgperl changes into mainline
7984      Branch: perl
7985           +> lib/Exporter/Heavy.pm
7986           !> (integrate 65 files)
7987 ____________________________________________________________________________
7988 [  2694] By: gsar                                  on 1999/01/24  01:28:49
7989         Log: better notes on 'make' on win32
7990      Branch: perl
7991            ! README.win32
7992 ____________________________________________________________________________
7993 [  2683] By: jhi                                   on 1999/01/22  15:41:00
7994         Log: More de-cut-and-pastos.
7995      Branch: cfgperl
7996            ! hints/irix_6.sh hints/os2.sh
7997 ____________________________________________________________________________
7998 [  2682] By: jhi                                   on 1999/01/22  15:30:51
7999         Log: usethreads.cbu cut-and-pasto.
8000      Branch: cfgperl
8001            ! hints/solaris_2.sh
8002 ____________________________________________________________________________
8003 [  2681] By: jhi                                   on 1999/01/22  14:54:55
8004         Log: Better (I hope) LANGUAGE documentation.
8005      Branch: cfgperl
8006            ! pod/perllocale.pod
8007 ____________________________________________________________________________
8008 [  2680] By: jhi                                   on 1999/01/22  09:20:29
8009         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8010              To: perl5-porters@perl.org
8011              Subject: [PATCH 5.005_03MT3]VMS configure tweak
8012              Date: Wed, 20 Jan 1999 12:05:18 -0800
8013              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
8014      Branch: cfgperl
8015            ! vms/subconfigure.com
8016 ____________________________________________________________________________
8017 [  2679] By: jhi                                   on 1999/01/22  09:13:18
8018         Log: nosuid getmntent() branch.
8019      Branch: cfgperl
8020            ! perl.c perl.h
8021 ____________________________________________________________________________
8022 [  2678] By: jhi                                   on 1999/01/22  08:54:19
8023         Log: nosuid patch continued: *BSD needs <sys/param.h>.
8024      Branch: cfgperl
8025            ! Configure config_h.SH
8026 ____________________________________________________________________________
8027 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
8028         Log: Fixup FindBin to use File::Spec
8029              
8030              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
8031              Date: Wed, 20 Jan 1999 18:51:57 +0000
8032              From: Paul Johnson <pjcj@transeda.com>
8033              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
8034      Branch: maint-5.005/perl
8035            ! lib/FindBin.pm
8036 ____________________________________________________________________________
8037 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
8038         Log: Fix win32 for Borland compiler and spaces in paths
8039              
8040              From: Gurusamy Sarathy <gsar@activestate.com>
8041              Date: Mon, 18 Jan 1999 20:33:17 -0800
8042              Message-Id: <199901190433.UAA03656@activestate.com>
8043              Subject: [PATCH] 5.005_03-trial3 win32 issues
8044      Branch: maint-5.005/perl
8045            ! README.win32 win32/Makefile win32/config_sh.PL
8046            ! win32/makefile.mk win32/runperl.c
8047 ____________________________________________________________________________
8048 [  2670] By: jhi                                   on 1999/01/21  16:12:38
8049         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8050              To: perl5-porters@perl.org
8051              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
8052              Date: Thu, 21 Jan 1999 12:08:01 +0000
8053              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
8054      Branch: cfgperl
8055            ! pod/perldiag.pod t/op/subst.t toke.c
8056 ____________________________________________________________________________
8057 [  2669] By: jhi                                   on 1999/01/21  16:11:46
8058         Log: To: perl5-porters@perl.org
8059              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
8060              From: Anton Berezin <tobez@plab.ku.dk>
8061              Date: 21 Jan 1999 17:07:28 +0100
8062              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
8063      Branch: cfgperl
8064            ! hints/freebsd.sh
8065 ____________________________________________________________________________
8066 [  2668] By: jhi                                   on 1999/01/21  15:38:34
8067         Log: Add Daniel Grisinger <dgris@dimensional.com>.
8068      Branch: cfgperl
8069            ! AUTHORS MAINTAIN
8070 ____________________________________________________________________________
8071 [  2667] By: jhi                                   on 1999/01/21  15:32:28
8072         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8073              To: Mailing list Perl5 <perl5-porters@perl.org>
8074              Subject: [PATCH 5.005_53] Lean Exporter.pm
8075              Date: Thu, 21 Jan 1999 03:25:23 -0500
8076              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
8077      Branch: cfgperl
8078            + lib/Exporter/Heavy.pm
8079            ! MANIFEST lib/Exporter.pm
8080 ____________________________________________________________________________
8081 [  2666] By: jhi                                   on 1999/01/21  15:24:10
8082         Log: From: "W. Phillip Moore" <wpm@ms.com>
8083              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
8084              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
8085              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
8086              Message-ID: <13988.46383.298992.97303@zappa>
8087      Branch: cfgperl
8088            ! lib/File/Path.pm
8089 ____________________________________________________________________________
8090 [  2665] By: jhi                                   on 1999/01/21  15:20:48
8091         Log: CPAN update (CPAN-1.44_54) from Andreas and
8092              jumbo doc patch from Abigail.
8093              
8094              From: abigail@fnx.com
8095              To: perl5-porters@perl.org (Perl Porters)
8096              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
8097              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
8098              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
8099              
8100              From: abigail@fnx.com
8101              To: perl5-porters@perl.org (Perl Porters)
8102              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
8103              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
8104              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
8105              
8106              From: abigail@fnx.com
8107              To: perl5-porters@perl.org (Perl Porters)
8108              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
8109              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
8110              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
8111              
8112              From: abigail@fnx.com
8113              To: perl5-porters@perl.org (Perl Porters)
8114              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
8115              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
8116              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
8117              
8118              From: abigail@fnx.com
8119              To: perl5-porters@perl.org (Perl Porters)
8120              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
8121              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
8122              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
8123              
8124              From: abigail@fnx.com
8125              To: perl5-porters@perl.org (Perl Porters)
8126              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
8127              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
8128              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
8129              
8130              From: abigail@fnx.com
8131              To: perl5-porters@perl.org (Perl Porters)
8132              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
8133              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
8134              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
8135              
8136              From: abigail@fnx.com
8137              To: perl5-porters@perl.org (Perl Porters)
8138              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
8139              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
8140              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
8141              
8142              From: abigail@fnx.com
8143              To: perl5-porters@perl.org (Perl Porters)
8144              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
8145              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
8146              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
8147              
8148              From: abigail@fnx.com
8149              To: perl5-porters@perl.org (Perl Porters)
8150              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
8151              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
8152              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
8153              
8154              From: abigail@fnx.com
8155              To: perl5-porters@perl.org (Perl Porters)
8156              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
8157              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
8158              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
8159              
8160              From: abigail@fnx.com
8161              To: perl5-porters@perl.org (Perl Porters)
8162              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
8163              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
8164              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
8165              
8166              From: abigail@fnx.com
8167              To: perl5-porters@perl.org (Perl Porters)
8168              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
8169              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
8170              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
8171      Branch: cfgperl
8172            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
8173            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
8174            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
8175            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
8176 ____________________________________________________________________________
8177 [  2664] By: jhi                                   on 1999/01/21  14:47:43
8178         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8179              To: Mailing list Perl5 <perl5-porters@perl.org>
8180              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
8181              Date: Thu, 21 Jan 1999 03:58:29 -0500
8182              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
8183      Branch: cfgperl
8184            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
8185 ____________________________________________________________________________
8186 [  2663] By: jhi                                   on 1999/01/21  14:43:58
8187         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8188              To: Mailing list Perl5 <perl5-porters@perl.org>
8189              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
8190              Date: Thu, 21 Jan 1999 02:46:34 -0500
8191              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
8192      Branch: cfgperl
8193            ! ext/Errno/Errno_pm.PL
8194 ____________________________________________________________________________
8195 [  2662] By: jhi                                   on 1999/01/21  14:42:42
8196         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
8197              To: Francois Desarmenien <desar@club-internet.fr>
8198              Cc: Gurusamy Sarathy <gsar@activestate.com>,
8199              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
8200              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
8201              Date: 21 Jan 1999 00:17:35 -0700
8202              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
8203      Branch: cfgperl
8204            ! Porting/patching.pod
8205 ____________________________________________________________________________
8206 [  2661] By: jhi                                   on 1999/01/21  14:41:13
8207         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8208              To: Mailing list Perl5 <perl5-porters@perl.org>
8209              Subject: [PATCH 5.00*] makedepend
8210              Date: Thu, 21 Jan 1999 02:08:27 -0500
8211              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
8212      Branch: cfgperl
8213            ! makedepend.SH
8214 ____________________________________________________________________________
8215 [  2660] By: jhi                                   on 1999/01/21  14:36:45
8216         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8217              To: Mailing list Perl5 <perl5-porters@perl.org>
8218              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
8219              Date: Tue, 19 Jan 1999 20:06:45 -0500
8220              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
8221      Branch: cfgperl
8222            ! os2/Changes os2/os2.c
8223 ____________________________________________________________________________
8224 [  2657] By: jhi                                   on 1999/01/21  11:40:35
8225         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8226              To: perl5-porters@perl.org
8227              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
8228              Date: Mon, 18 Jan 1999 01:32:31 PST
8229              Message-ID: <19990118093231.18443.qmail@hotmail.com>
8230      Branch: cfgperl
8231            ! ext/B/B/CC.pm
8232 ____________________________________________________________________________
8233 [  2656] By: jhi                                   on 1999/01/21  11:35:34
8234         Log: From: Achim Bohnet <ach@mpe.mpg.de>
8235              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
8236              Date: Wed, 20 Jan 1999 20:25:53 +0100
8237              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
8238      Branch: cfgperl
8239            ! pp.c
8240 ____________________________________________________________________________
8241 [  2655] By: jhi                                   on 1999/01/21  10:46:01
8242         Log: Handle NIS (and NetInfo) more robustly.
8243      Branch: cfgperl
8244            ! t/op/grent.t t/op/pwent.t
8245 ____________________________________________________________________________
8246 [  2654] By: jhi                                   on 1999/01/21  10:17:20
8247         Log: Two-argument eaccess() of SCO.
8248      Branch: cfgperl
8249            ! pp_sys.c
8250 ____________________________________________________________________________
8251 [  2653] By: jhi                                   on 1999/01/21  08:53:14
8252         Log: -DNO_NOSUID_CHECK for those platforms which have no way
8253              of checking for nosuid but still want suidperl.
8254      Branch: cfgperl
8255            ! perl.c
8256 ____________________________________________________________________________
8257 [  2652] By: jhi                                   on 1999/01/21  08:22:50
8258         Log: The LANGUAGE mirrors LC_ALL usage.
8259      Branch: cfgperl
8260            ! Configure config_h.SH
8261 ____________________________________________________________________________
8262 [  2651] By: jhi                                   on 1999/01/20  22:01:21
8263         Log: I_MNTENT was missing.
8264      Branch: cfgperl
8265            ! Configure config_h.SH
8266 ____________________________________________________________________________
8267 [  2650] By: jhi                                   on 1999/01/19  13:42:03
8268         Log: NetBSD update, based on patches from the NetBSD packages system.
8269      Branch: cfgperl
8270            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
8271 ____________________________________________________________________________
8272 [  2649] By: jhi                                   on 1999/01/19  12:44:02
8273         Log: Jumbo Configure update.
8274              * -Uinstallusrbinperl: disable /usr/bin/perl installation
8275              by installperl
8276              * usethreads.cbu
8277              * use64bits.cbu
8278              * "nosuid"
8279      Branch: cfgperl
8280            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
8281            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8282            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
8283            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
8284            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
8285            ! pod/perldiag.pod
8286 ____________________________________________________________________________
8287 [  2648] By: jhi                                   on 1999/01/19  09:16:44
8288         Log: Mention /usr/share/locale.
8289      Branch: cfgperl
8290            ! pod/perllocale.pod
8291 ____________________________________________________________________________
8292 [  2647] By: jhi                                   on 1999/01/19  09:11:11
8293         Log: SHMLBA strikes back in NetBSD/sparc.
8294              
8295              From: Dave Nelson <David.Nelson@bellcow.com>
8296              To: jhi@iki.fi
8297              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
8298              Date: Mon, 18 Jan 1999 22:07:56 -0600
8299              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
8300      Branch: cfgperl
8301            ! ext/IPC/SysV/SysV.xs
8302 ____________________________________________________________________________
8303 [  2646] By: jhi                                   on 1999/01/19  08:58:17
8304         Log: Show LANGUAGE env var when needed. (Augment change #2645).
8305      Branch: cfgperl
8306            ! util.c utils/perlbug.PL
8307 ____________________________________________________________________________
8308 [  2645] By: jhi                                   on 1999/01/19  08:52:15
8309         Log: Document the GNU LANGUAGE env var.
8310      Branch: cfgperl
8311            ! pod/perllocale.pod
8312 ____________________________________________________________________________
8313 [  2644] By: jhi                                   on 1999/01/19  08:42:25
8314         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8315              To: Mailing list Perl5 <perl5-porters@perl.org>
8316              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
8317              Date: Mon, 18 Jan 1999 20:57:02 -0500
8318              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
8319      Branch: cfgperl
8320            ! pp_hot.c t/op/pat.t
8321 ____________________________________________________________________________
8322 [  2643] By: jhi                                   on 1999/01/18  11:23:41
8323         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
8324      Branch: cfgperl
8325            ! Makefile.SH
8326 ____________________________________________________________________________
8327 [  2642] By: jhi                                   on 1999/01/18  11:03:38
8328         Log: GNU libc locale system has LANGUAGE env var that partly
8329              overrides even LC_ALL.
8330      Branch: cfgperl
8331            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
8332 ____________________________________________________________________________
8333 [  2641] By: jhi                                   on 1999/01/18  10:55:04
8334         Log: Integrate from mainperl.
8335      Branch: cfgperl
8336           +> ext/B/defsubs.h.PL
8337            ! t/op/groups.t
8338           !> (integrate 38 files)
8339 ____________________________________________________________________________
8340 [  2640] By: gsar                                  on 1999/01/18  10:06:29
8341         Log: a few random cleanups
8342      Branch: perl
8343            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
8344 ____________________________________________________________________________
8345 [  2639] By: gsar                                  on 1999/01/18  05:56:21
8346         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
8347              Date:    Sun, 17 Jan 1999 16:41:10 PST
8348              Message-Id: <19990118004111.29667.qmail@hotmail.com>
8349              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
8350      Branch: perl
8351            ! ext/B/B/C.pm
8352 ____________________________________________________________________________
8353 [  2638] By: gsar                                  on 1999/01/18  05:41:21
8354         Log: From:    jan.dubois@ibm.net (Jan Dubois)
8355              Date:    Mon, 18 Jan 1999 00:37:41 +0100
8356              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
8357              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
8358      Branch: perl
8359            ! dump.c
8360 ____________________________________________________________________________
8361 [  2633] By: gsar                                  on 1999/01/17  13:39:59
8362         Log: bogus assert()
8363      Branch: perl
8364            ! pp.c t/op/groups.t
8365 ____________________________________________________________________________
8366 [  2632] By: gsar                                  on 1999/01/17  13:22:04
8367         Log: various tweaks for clean build and test on win32
8368      Branch: perl
8369            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
8370            ! op.c t/pragma/warn/doio
8371 ____________________________________________________________________________
8372 [  2631] By: gsar                                  on 1999/01/17  12:28:06
8373         Log: undo change#2336, and add clarification about subversive
8374              CPAN distributions from Andreas Koenig
8375      Branch: perl
8376            ! Porting/pumpkin.pod lib/CPAN.pm
8377 ____________________________________________________________________________
8378 [  2630] By: gsar                                  on 1999/01/17  12:04:06
8379         Log: fix silent taint failures under -U
8380      Branch: perl
8381            ! doio.c
8382 ____________________________________________________________________________
8383 [  2629] By: gsar                                  on 1999/01/17  12:00:23
8384         Log: sanity check piped opens (tweaked version of patch suggested
8385              by Mark-Jason Dominus)
8386      Branch: perl
8387            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
8388            ! t/op/taint.t t/pragma/warn/doio
8389 ____________________________________________________________________________
8390 [  2628] By: gsar                                  on 1999/01/17  11:26:21
8391         Log: regen headers
8392      Branch: perl
8393            ! embed.h embedvar.h objXSUB.h
8394 ____________________________________________________________________________
8395 [  2627] By: gsar                                  on 1999/01/17  11:23:37
8396         Log: PERL_OBJECTness for change#2595
8397      Branch: perl
8398            ! embed.pl op.c pod/perlport.pod proto.h
8399 ____________________________________________________________________________
8400 [  2626] By: gsar                                  on 1999/01/17  09:47:07
8401         Log: PERL_OBJECT tweaks for change#2426
8402      Branch: perl
8403            ! embed.pl proto.h regcomp.c
8404 ____________________________________________________________________________
8405 [  2625] By: gsar                                  on 1999/01/17  09:37:58
8406         Log: documentation in change#2596 is not quite right; fix it
8407      Branch: perl
8408            ! lib/Math/BigFloat.pm pod/perlguts.pod
8409 ____________________________________________________________________________
8410 [  2624] By: gsar                                  on 1999/01/17  09:28:34
8411         Log: undo change#2571; C<use File::Spec> instead
8412      Branch: perl
8413            ! lib/FindBin.pm
8414 ____________________________________________________________________________
8415 [  2623] By: gsar                                  on 1999/01/17  09:20:42
8416         Log: change#2572 is not applicable; undo, retaining scan_bin addition
8417              to global.sym
8418      Branch: perl
8419            ! global.sym perl.c proto.h
8420 ____________________________________________________________________________
8421 [  2622] By: gsar                                  on 1999/01/17  09:17:42
8422         Log: change#2576 is based on a wrong premise; undo it
8423      Branch: perl
8424            ! pp_ctl.c
8425 ____________________________________________________________________________
8426 [  2621] By: gsar                                  on 1999/01/17  09:12:42
8427         Log: fix change#2602 to not used hard coded constants
8428      Branch: perl
8429            ! ext/B/B/C.pm ext/B/defsubs.h.PL
8430 ____________________________________________________________________________
8431 [  2620] By: gsar                                  on 1999/01/17  09:02:07
8432         Log: integrate cfgperl changes into mainline, fix conflicts
8433      Branch: perl
8434           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
8435           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
8436           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
8437           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
8438           +> pod/perlopentut.pod
8439           !> (integrate 162 files)
8440 ____________________________________________________________________________
8441 [  2619] By: gsar                                  on 1999/01/17  08:42:04
8442         Log: a few doc typos
8443      Branch: perl
8444            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
8445 ____________________________________________________________________________
8446 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
8447         Log: Win32 changes from Jan
8448              
8449              From: jan.dubois@ibm.net (Jan Dubois)
8450              Date: Fri, 15 Jan 1999 23:38:35 +0100
8451              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
8452              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
8453              
8454              From: jan.dubois@ibm.net (Jan Dubois)
8455              Date: Sat, 16 Jan 1999 13:02:45 +0100
8456              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
8457              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
8458      Branch: maint-5.005/perl
8459            ! README.win32 win32/Makefile win32/makefile.mk
8460 ____________________________________________________________________________
8461 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
8462         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
8463              
8464              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8465              Date: Thu, 07 Jan 1999 00:12:00 -0500
8466              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
8467              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8468              
8469              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8470              Date: Thu, 14 Jan 1999 19:21:46 -0500
8471              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
8472              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8473      Branch: maint-5.005/perl
8474            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
8475            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
8476            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
8477            ! win32/makedef.pl win32/runperl.c win32/win32.c
8478 ____________________________________________________________________________
8479 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
8480         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8481              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
8482              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
8483              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
8484              
8485              From: Jarkko Hietaniemi <jhi@iki.fi>
8486              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
8487              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
8488              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
8489              
8490              From: Jarkko Hietaniemi <jhi@iki.fi>
8491              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
8492              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
8493              Subject: the promised "installusrbinperl + NetBSD" fix
8494      Branch: maint-5.005/perl
8495            ! Configure Makefile.SH hints/netbsd.sh installperl
8496            ! makedepend.SH unixish.h
8497 ____________________________________________________________________________
8498 [  2611] By: jhi                                   on 1999/01/14  12:16:14
8499         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8500              To: pumpkings@jhereg.perl.com
8501              Subject: perlopentut.pod
8502              Date: Sat, 09 Jan 1999 08:13:18 -0700
8503              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
8504      Branch: cfgperl
8505            + pod/perlopentut.pod
8506            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
8507 ____________________________________________________________________________
8508 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
8509         Log: Added Carp::cluck to perldelta.pod
8510      Branch: maint-5.005/perl
8511            ! pod/perldelta.pod
8512 ____________________________________________________________________________
8513 [  2605] By: jhi                                   on 1999/01/13  18:26:19
8514         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
8515              To: "'cpan@perl.org'" <cpan@perl.org>
8516              Subject: "Bug" fix for File::Find.pm
8517              Date:   Thu, 31 Dec 1998 13:01:50 -0500
8518              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
8519      Branch: cfgperl
8520            ! lib/File/Find.pm
8521 ____________________________________________________________________________
8522 [  2604] By: jhi                                   on 1999/01/13  18:08:45
8523         Log: From: Peter Wolfe <wolfe@teloseng.com>
8524              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
8525              To: perlbug@perl.com
8526              Date: 11 Jan 1999 23:00:05 +0200
8527              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
8528      Branch: cfgperl
8529            ! hints/sco.sh
8530 ____________________________________________________________________________
8531 [  2603] By: jhi                                   on 1999/01/13  18:06:56
8532         Log: From: hans@icgroup.nl (Hans Mulder)
8533              Subject: [Patch for 5.005_54] re::debugcolors dumps core
8534              To: perlbug@perl.com
8535              Cc: hansmu@xs4all.nl
8536              Date: 11 Jan 1999 22:22:45 +0200
8537              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
8538      Branch: cfgperl
8539            ! ext/re/re.pm regcomp.c
8540 ____________________________________________________________________________
8541 [  2602] By: jhi                                   on 1999/01/13  18:05:43
8542         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8543              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
8544              Date: 11 Jan 1999 08:02:41 +0200
8545              Lines: 134
8546              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
8547      Branch: cfgperl
8548            ! ext/B/B.xs ext/B/B/C.pm
8549 ____________________________________________________________________________
8550 [  2601] By: jhi                                   on 1999/01/13  18:01:53
8551         Log: From: James FitzGibbon <james@ican.net>
8552              Subject: Trivial patch for HP-UX 11 and shared libperl
8553              To: perl5-porters@perl.org
8554              Date: 8 Jan 1999 19:13:23 +0200
8555              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
8556      Branch: cfgperl
8557            ! Makefile.SH
8558 ____________________________________________________________________________
8559 [  2600] By: jhi                                   on 1999/01/13  17:59:45
8560         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8561              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
8562              To: perl5-porters@perl.org
8563              Date: 8 Jan 1999 12:43:36 +0200
8564              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
8565      Branch: cfgperl
8566            ! ext/B/B/CC.pm
8567 ____________________________________________________________________________
8568 [  2599] By: jhi                                   on 1999/01/13  17:50:11
8569         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8570              Subject: PATCH to installperl
8571              To: perl5-porters@perl.org
8572              Date: 4 Jan 1999 16:15:18 +0200
8573              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
8574      Branch: cfgperl
8575            ! installperl
8576 ____________________________________________________________________________
8577 [  2598] By: jhi                                   on 1999/01/13  17:34:51
8578         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8579              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
8580              Cc: perl5-porters@perl.org
8581              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
8582              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
8583              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
8584      Branch: cfgperl
8585            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8586            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8587 ____________________________________________________________________________
8588 [  2597] By: jhi                                   on 1999/01/13  17:30:33
8589         Log: From: David Dyck <dcd@tc.fluke.com>
8590              To: Perl Porters <perl5-porters@perl.org>,
8591              Gurusamy Sarathy <gsar@engin.umich.edu>
8592              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
8593              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
8594              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
8595      Branch: cfgperl
8596            ! pod/perldsc.pod
8597 ____________________________________________________________________________
8598 [  2596] By: jhi                                   on 1999/01/13  17:26:44
8599         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8600              To: perl5-porters@perl.org
8601              Subject: [PATCH] modglobal w/ spelling fixes
8602              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
8603              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
8604      Branch: cfgperl
8605            ! pod/perlguts.pod
8606 ____________________________________________________________________________
8607 [  2595] By: jhi                                   on 1999/01/13  17:24:59
8608         Log: From: Hans Mulder <hansm@icgroup.nl>
8609              Optimize common sort routines.  Thread started by the message
8610              
8611              From: Hans Mulder <hansm@icgroup.nl>
8612              Sender: owner-perl5-porters@perl.org
8613              To: perl5-porters@perl.org
8614              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
8615              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
8616              
8617              and the patch from the message
8618              
8619              From: Hans Mulder <hans@icgroup.nl>
8620              To: jhi@iki.fi
8621              Cc: perl5-porters@perl.org
8622              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
8623              $b }
8624              Date: Wed, 13 Jan 1999 17:39:35 +0100
8625              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
8626      Branch: cfgperl
8627            ! Todo op.c op.h pp_ctl.c t/op/sort.t
8628 ____________________________________________________________________________
8629 [  2594] By: jhi                                   on 1999/01/13  16:50:17
8630         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
8631              (the diffs were based on 5.004_02).  Tested by Guido
8632              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
8633      Branch: cfgperl
8634            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
8635            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
8636            + mint/sys/time.h mint/time.h
8637            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
8638            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
8639 ____________________________________________________________________________
8640 [  2593] By: jhi                                   on 1999/01/09  16:54:26
8641         Log: Detypo.
8642      Branch: cfgperl
8643            ! hints/dec_osf.sh
8644 ____________________________________________________________________________
8645 [  2592] By: jhi                                   on 1999/01/09  16:17:13
8646         Log: Move usethreads and use64bits logic from hints to Configure.
8647      Branch: cfgperl
8648            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
8649            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8650            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8651            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
8652 ____________________________________________________________________________
8653 [  2591] By: jhi                                   on 1999/01/09  14:45:24
8654         Log: Missing dTHRs added.
8655      Branch: cfgperl
8656            ! regcomp.c toke.c
8657 ____________________________________________________________________________
8658 [  2590] By: jhi                                   on 1999/01/08  15:27:17
8659         Log: Finalize change #2589 and add better AIX nm scanning from:
8660              
8661              Message-Id: <m0zyNW0-00017VC@gentoo.com>
8662              From: bll@gentoo.com (Brad Lanam)
8663              Subject: Re: mailhelp returned a non-zero status
8664              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
8665              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
8666      Branch: cfgperl
8667            ! Configure hints/freebsd.sh hints/linux.sh
8668 ____________________________________________________________________________
8669 [  2589] By: jhi                                   on 1999/01/08  15:14:54
8670         Log: Undo change #2581.
8671      Branch: cfgperl
8672            ! Configure hints/freebsd.sh hints/linux.sh
8673 ____________________________________________________________________________
8674 [  2588] By: jhi                                   on 1999/01/08  11:51:52
8675         Log: FAQ jumbo patch from tchrist.
8676              
8677              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
8678              From: Tom Christiansen <tchrist@jhereg.perl.com>
8679              To: pumpkings@jhereg.perl.com
8680              Subject: newest version of perlfaq.pod
8681              Date: Thu, 7 Jan 1999 23:05:02 -0700
8682              
8683              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
8684              From: Tom Christiansen <tchrist@jhereg.perl.com>
8685              To: pumpkings@jhereg.perl.com
8686              Subject: newest version of perlfaq1.pod
8687              Date: Thu, 7 Jan 1999 23:05:02 -0700
8688              
8689              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
8690              From: Tom Christiansen <tchrist@jhereg.perl.com>
8691              To: pumpkings@jhereg.perl.com
8692              Subject: newest version of perlfaq2.pod
8693              Date: Thu, 7 Jan 1999 23:05:02 -0700
8694              
8695              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
8696              From: Tom Christiansen <tchrist@jhereg.perl.com>
8697              To: pumpkings@jhereg.perl.com
8698              Subject: newest version of perlfaq3.pod
8699              Date: Thu, 7 Jan 1999 23:05:02 -0700
8700              
8701              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
8702              From: Tom Christiansen <tchrist@jhereg.perl.com>
8703              To: pumpkings@jhereg.perl.com
8704              Subject: newest version of perlfaq4.pod
8705              Date: Thu, 7 Jan 1999 23:05:02 -0700
8706              
8707              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
8708              From: Tom Christiansen <tchrist@jhereg.perl.com>
8709              To: pumpkings@jhereg.perl.com
8710              Subject: newest version of perlfaq5.pod
8711              Date: Thu, 7 Jan 1999 23:05:02 -0700
8712              
8713              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
8714              From: Tom Christiansen <tchrist@jhereg.perl.com>
8715              To: pumpkings@jhereg.perl.com
8716              Subject: newest version of perlfaq6.pod
8717              Date: Thu, 7 Jan 1999 23:05:02 -0700
8718              
8719              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
8720              From: Tom Christiansen <tchrist@jhereg.perl.com>
8721              To: pumpkings@jhereg.perl.com
8722              Subject: newest version of perlfaq7.pod
8723              Date: Thu, 7 Jan 1999 23:05:03 -0700
8724              
8725              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
8726              From: Tom Christiansen <tchrist@jhereg.perl.com>
8727              To: pumpkings@jhereg.perl.com
8728              Subject: newest version of perlfaq8.pod
8729              Date: Thu, 7 Jan 1999 23:05:03 -0700
8730              
8731              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
8732              From: Tom Christiansen <tchrist@jhereg.perl.com>
8733              To: pumpkings@jhereg.perl.com
8734              Subject: newest version of perlfaq9.pod
8735              Date: Thu, 7 Jan 1999 23:05:03 -0700
8736      Branch: cfgperl
8737            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8738            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8739            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8740            ! pod/perlfaq9.pod
8741 ____________________________________________________________________________
8742 [  2587] By: jhi                                   on 1999/01/08  11:17:43
8743         Log: More doc fixes from Abigail.
8744      Branch: cfgperl
8745            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
8746            ! lib/User/pwent.pm
8747 ____________________________________________________________________________
8748 [  2585] By: jhi                                   on 1999/01/08  08:31:02
8749         Log: Change #2584 from maint-5.005:
8750              
8751              implemented Ilya's suggested fix, and added a testcase
8752              
8753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8754              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
8755              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
8756              Subject: Re: Text::ParseWords: regex fix
8757      Branch: cfgperl
8758            ! lib/Text/ParseWords.pm t/lib/parsewords.t
8759 ____________________________________________________________________________
8760 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
8761         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8762              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
8763              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
8764              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
8765      Branch: maint-5.005/perl
8766            ! ext/Errno/Errno_pm.PL
8767 ____________________________________________________________________________
8768 [  2581] By: jhi                                   on 1999/01/07  16:38:03
8769         Log: Configure update:
8770              - usethreads, use64bits, and usemultiplicity
8771              are no more interactively asked by Configure
8772              - "int main()" (vs bare "main()") enforced in test programs
8773      Branch: cfgperl
8774            ! Configure hints/freebsd.sh hints/linux.sh
8775 ____________________________________________________________________________
8776 [  2580] By: jhi                                   on 1999/01/07  11:19:12
8777         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8778              Date: Wed, 06 Jan 1999 13:47:34 -0800
8779              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
8780              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
8781      Branch: cfgperl
8782            ! vms/vms.c
8783 ____________________________________________________________________________
8784 [  2579] By: jhi                                   on 1999/01/07  09:08:36
8785         Log: Another set of doc patches from Abigail
8786              
8787              From: abigail@fnx.com
8788              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
8789              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
8790              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
8791              
8792              From: abigail@fnx.com
8793              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
8794              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
8795              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
8796              
8797              From: abigail@fnx.com
8798              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
8799              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
8800              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
8801              
8802              From: abigail@fnx.com
8803              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
8804              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
8805              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
8806              
8807              From: abigail@fnx.com
8808              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
8809              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
8810              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
8811              
8812              From: abigail@fnx.com
8813              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
8814              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
8815              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
8816              
8817              From: abigail@fnx.com
8818              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
8819              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
8820              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
8821              
8822              From: abigail@fnx.com
8823              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
8824              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
8825              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
8826              
8827              From: abigail@fnx.com
8828              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
8829              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
8830              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
8831              
8832              From: abigail@fnx.com
8833              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
8834              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
8835              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
8836              
8837              From: abigail@fnx.com
8838              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
8839              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
8840              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
8841              
8842              From: abigail@fnx.com
8843              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
8844              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
8845              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
8846              
8847              From: abigail@fnx.com
8848              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
8849              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
8850              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
8851              
8852              From: abigail@fnx.com
8853              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
8854              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
8855              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
8856      Branch: cfgperl
8857            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
8858            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
8859            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
8860            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
8861            ! lib/Tie/Array.pm lib/Tie/Hash.pm
8862 ____________________________________________________________________________
8863 [  2576] By: jhi                                   on 1999/01/06  17:05:20
8864         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
8865      Branch: cfgperl
8866            ! pp_ctl.c
8867 ____________________________________________________________________________
8868 [  2575] By: jhi                                   on 1999/01/06  13:18:56
8869         Log: Enhance the great_circle_distance() documentation.
8870      Branch: cfgperl
8871            ! lib/Math/Trig.pm
8872 ____________________________________________________________________________
8873 [  2574] By: jhi                                   on 1999/01/06  12:58:03
8874         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
8875              To: perlbug@perl.com
8876              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
8877              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
8878              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
8879      Branch: cfgperl
8880            ! t/op/sysio.t
8881 ____________________________________________________________________________
8882 [  2573] By: jhi                                   on 1999/01/06  12:40:19
8883         Log: From: "W. Phillip Moore" <wpm@ms.com>
8884              To: perlbug@perl.org
8885              Subject: [PATCH] POSIX getpgrp is not -w clean
8886              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8887              Message-ID: <13970.20107.190314.549471@zappa>
8888      Branch: cfgperl
8889            ! ext/POSIX/POSIX.pm
8890 ____________________________________________________________________________
8891 [  2572] By: jhi                                   on 1999/01/06  12:25:24
8892         Log: Based on
8893              From: jan.dubois@ibm.net (Jan Dubois)
8894              To: perl5-porters@perl.org
8895              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8896              Date: Wed, 06 Jan 1999 01:24:09 +0100
8897              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8898              except that
8899              - objXSUB.h was already okay
8900              - embed.h patching is futile, global.sym patched instead
8901              - objpp.h does not exist
8902              - proto.h addition applied manually
8903              - win32/GenCAPI.pl was already okay
8904              - win32/makedef.pl was already okay
8905      Branch: cfgperl
8906            ! global.sym perl.c proto.h
8907 ____________________________________________________________________________
8908 [  2571] By: jhi                                   on 1999/01/06  11:25:48
8909         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8910              To: perlbug@perl.com
8911              Subject: FindBin.pm on Win32 systems
8912              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8913              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8914      Branch: cfgperl
8915            ! lib/FindBin.pm
8916 ____________________________________________________________________________
8917 [  2570] By: jhi                                   on 1999/01/06  11:21:48
8918         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8919              To: perl5-porters@perl.org, vmsperl@perl.org
8920              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
8921              Date: Tue, 05 Jan 1999 16:47:31 -0800
8922              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
8923              
8924              (the ext/IO/lib/IO/Socket.pm was not really changed here;
8925              it was a leftover from #2569)
8926      Branch: cfgperl
8927            ! ext/IO/lib/IO/Socket.pm taint.c
8928 ____________________________________________________________________________
8929 [  2569] By: jhi                                   on 1999/01/06  11:18:22
8930         Log: Jumbo doc patch from Abigail (almost identical to
8931              the 5.005-maint change #2562 except for the
8932              ext/IO/lib/IO/Socket.pm patch which was not
8933              applicable because the IO version of 5.005-devel
8934              is somewhat different (why?))
8935              
8936              From: abigail@fnx.com
8937              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
8938              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
8939              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
8940              
8941              From: abigail@fnx.com
8942              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
8943              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
8944              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
8945              
8946              From: abigail@fnx.com
8947              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
8948              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
8949              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
8950              
8951              From: abigail@fnx.com
8952              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
8953              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
8954              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
8955              
8956              From: abigail@fnx.com
8957              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
8958              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
8959              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
8960              
8961              From: abigail@fnx.com
8962              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
8963              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
8964              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
8965              
8966              From: abigail@fnx.com
8967              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
8968              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
8969              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
8970              
8971              From: abigail@fnx.com
8972              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
8973              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
8974              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
8975              
8976              From: abigail@fnx.com
8977              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
8978              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
8979              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
8980              
8981              From: abigail@fnx.com
8982              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
8983              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
8984              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
8985      Branch: cfgperl
8986            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8987            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
8988            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
8989            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8990            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8991 ____________________________________________________________________________
8992 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
8993         Log: From: jan.dubois@ibm.net (Jan Dubois)
8994              Date: Wed, 06 Jan 1999 01:24:09 +0100
8995              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8996              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8997      Branch: maint-5.005/perl
8998            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
8999            ! win32/GenCAPI.pl win32/makedef.pl
9000 ____________________________________________________________________________
9001 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
9002         Log: From: "W. Phillip Moore" <wpm@ms.com>
9003              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
9004              Message-ID: <13970.20107.190314.549471@zappa>
9005              Subject: [PATCH] POSIX getpgrp is not -w clean
9006      Branch: maint-5.005/perl
9007            ! ext/POSIX/POSIX.pm
9008 ____________________________________________________________________________
9009 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
9010         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
9011              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
9012              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
9013              Subject: FindBin.pm on Win32 systems
9014      Branch: maint-5.005/perl
9015            ! lib/FindBin.pm
9016 ____________________________________________________________________________
9017 [  2561] By: jhi                                   on 1999/01/05  10:49:10
9018         Log: Reword the setlocale() 1-arg case better.
9019      Branch: cfgperl
9020            ! ext/POSIX/POSIX.pod
9021 ____________________________________________________________________________
9022 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
9023         Log: From: Blair Zajac <bzajac@geostaff.com>
9024              Date: Wed, 23 Dec 1998 17:13:32 -0800
9025              Message-ID: <3681953C.8B6A90AA@geostaff.com>
9026              Subject: Tie::SubstrHash patch
9027      Branch: maint-5.005/perl
9028            ! lib/Tie/SubstrHash.pm
9029 ____________________________________________________________________________
9030 [  2554] By: jhi                                   on 1999/01/02  14:55:06
9031         Log: Object destruction order testing.
9032      Branch: cfgperl
9033            ! t/op/misc.t
9034 ____________________________________________________________________________
9035 [  2553] By: jhi                                   on 1999/01/02  14:49:40
9036         Log: perldelta the Dumpvalue.pm of change #2513.
9037      Branch: cfgperl
9038            ! lib/Dumpvalue.pm pod/perldelta.pod
9039 ____________________________________________________________________________
9040 [  2552] By: nick                                  on 1999/01/02  14:45:38
9041         Log: Tone down Makefile.PL so it works on Win32
9042      Branch: perl
9043            ! ext/B/Makefile.PL
9044 ____________________________________________________________________________
9045 [  2551] By: nick                                  on 1999/01/02  14:06:30
9046         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
9047              Use them in various B::* rather than have local defs.
9048      Branch: perl
9049            + ext/B/defsubs.h.PL
9050            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
9051            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9052            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
9053 ____________________________________________________________________________
9054 [  2550] By: nick                                  on 1999/01/02  10:04:02
9055         Log: Integrate ext/B changes from //depot/cfgperl
9056      Branch: perl
9057           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9058 ____________________________________________________________________________
9059 [  2549] By: jhi                                   on 1999/01/01  13:54:16
9060         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
9061              To: perlbug@perl.com
9062              Subject: op/groups.t fails test 1 on HP-UX 10.20
9063              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
9064              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
9065      Branch: cfgperl
9066            ! t/op/groups.t
9067 ____________________________________________________________________________
9068 [  2548] By: jhi                                   on 1999/01/01  13:53:31
9069         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9070              To: perl5-porters@perl.org
9071              cc: hv@crypt0.demon.co.uk
9072              Subject: [bug 5.004_54] duplicate error message
9073              Date: Thu, 31 Dec 1998 04:05:25 +0000
9074              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
9075              
9076              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
9077              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9078              To: hv@crypt0.demon.co.uk
9079              Cc: perl5-porters@perl.org
9080              Subject: [PATCH _54] Re: duplicate error message
9081              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
9082              
9083              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
9084              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9085              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
9086              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
9087              Subject: [TEST PATCH _54] Re: duplicate error message 
9088              Date: Fri, 01 Jan 1999 07:32:14 +0000
9089      Branch: cfgperl
9090            ! op.c t/pragma/warn/op
9091 ____________________________________________________________________________
9092 [  2547] By: jhi                                   on 1998/12/31  14:15:04
9093         Log: From: Chris Nandor <pudge@pobox.com>
9094              To: jhi@iki.fi
9095              Cc: perl5-porters@perl.org
9096              Subject: Re: [PATCH] perlport.pod 1.38
9097              Date: Thu, 31 Dec 1998 09:06:48 -0500
9098              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
9099      Branch: cfgperl
9100            ! pod/perlport.pod
9101 ____________________________________________________________________________
9102 [  2546] By: jhi                                   on 1998/12/31  11:18:17
9103         Log: From: Wilson P. Snyder II
9104              To: perl5-porters@perl.org
9105              Subject: [PATCH v5.5.53] REV2: Binary number support
9106              Date: 1998/11/30
9107              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
9108      Branch: cfgperl
9109            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
9110            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
9111            ! toke.c util.c
9112 ____________________________________________________________________________
9113 [  2545] By: jhi                                   on 1998/12/31  09:27:40
9114         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9115              To: perlbug@perl.com
9116              Subject: "perl -T -P" dumps core on OpenBSD and Linux
9117              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
9118              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
9119      Branch: cfgperl
9120            ! taint.c
9121 ____________________________________________________________________________
9122 [  2544] By: jhi                                   on 1998/12/31  09:21:45
9123         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
9124              To: perlbug@perl.com 
9125              Subject: bug in pod2man search for perl binary [5.005_5x]
9126              Date: Sat, 12 Dec 1998 23:08:51 +0000 
9127              Message-ID: <19981212230851.A20578@ig.co.uk> 
9128      Branch: cfgperl
9129            ! pod/pod2man.PL
9130 ____________________________________________________________________________
9131 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
9132         Log: From: jan.dubois@ibm.net (Jan Dubois)
9133              Date: Wed, 23 Dec 1998 21:26:38 +0100
9134              Message-ID: <36895086.8849224@smtp1.ibm.net>
9135              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9136      Branch: maint-5.005/perl
9137            ! lib/ExtUtils/MakeMaker.pm
9138 ____________________________________________________________________________
9139 [  2540] By: jhi                                   on 1998/12/30  08:42:04
9140         Log: Evermore AUTHORS and MAINTAIN.
9141      Branch: cfgperl
9142            ! AUTHORS MAINTAIN
9143 ____________________________________________________________________________
9144 [  2539] By: jhi                                   on 1998/12/29  15:10:34
9145         Log: More AUTHORS and MAINTAIN.
9146      Branch: cfgperl
9147            ! AUTHORS MAINTAIN
9148 ____________________________________________________________________________
9149 [  2537] By: jhi                                   on 1998/12/29  14:34:47
9150         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
9151              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
9152              Message-ID: <13942.32480.700000.640927@utensil>
9153              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
9154              (mirror change#2531 in the 5.005-maint)
9155      Branch: cfgperl
9156            ! lib/AutoSplit.pm
9157 ____________________________________________________________________________
9158 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
9159         Log: change in_pod pattern to /^=\w/ from /^=/
9160              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
9161              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
9162              Message-ID: <13942.32480.700000.640927@utensil>
9163              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
9164      Branch: maint-5.005/perl
9165            ! lib/AutoSplit.pm
9166 ____________________________________________________________________________
9167 [  2525] By: jhi                                   on 1998/12/29  13:06:26
9168         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9169              To: perl5-porters@perl.org
9170              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
9171              Date: 16 Dec 1998 03:17:03 +0200
9172              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
9173      Branch: cfgperl
9174            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9175 ____________________________________________________________________________
9176 [  2524] By: jhi                                   on 1998/12/29  13:00:06
9177         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9178              To: perl5-porters@perl.org
9179              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
9180              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
9181              Date: 10 Dec 1998 08:30:02 +0200
9182              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
9183              
9184              (Nick's part was applied earlier, in change #2460)
9185      Branch: cfgperl
9186            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9187 ____________________________________________________________________________
9188 [  2523] By: jhi                                   on 1998/12/29  12:41:31
9189         Log: From: "vishal bhatia" <vishalb@hotmail.com>
9190              To: nick@ni-s.u-net.com
9191              Cc: perl5-porters@perl.org
9192              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
9193              Date: 9 Dec 1998 06:50:30 +0200
9194              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
9195      Branch: cfgperl
9196            ! ext/B/B/CC.pm
9197 ____________________________________________________________________________
9198 [  2522] By: jhi                                   on 1998/12/29  12:15:18
9199         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9200              To: perl5-porters@perl.org (Perl 5 Porters)
9201              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
9202              Date: 25 Dec 1998 23:02:28 +0200
9203              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
9204      Branch: cfgperl
9205            ! lib/Pod/Text.pm
9206 ____________________________________________________________________________
9207 [  2521] By: jhi                                   on 1998/12/29  12:07:54
9208         Log: Undo #2519 (breaks universal.c).
9209      Branch: cfgperl
9210            ! XSUB.h
9211 ____________________________________________________________________________
9212 [  2519] By: jhi                                   on 1998/12/29  11:41:10
9213         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9214              To: perl5-porters@perl.org
9215              Cc: perl-xs@perl.org
9216              Subject: XSUB.h refinement [PATCH]
9217              Date: 18 Dec 1998 03:58:44 +0200
9218              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
9219      Branch: cfgperl
9220            ! XSUB.h
9221 ____________________________________________________________________________
9222 [  2518] By: jhi                                   on 1998/12/29  11:36:19
9223         Log: From: abigail@fnx.com
9224              To: perl5-porters@perl.org (Perl Porters)
9225              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
9226              Date: 28 Dec 1998 21:39:15 +0200
9227              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
9228      Branch: cfgperl
9229            ! lib/fields.pm
9230 ____________________________________________________________________________
9231 [  2517] By: jhi                                   on 1998/12/29  11:35:03
9232         Log: Document change #2516.
9233      Branch: cfgperl
9234            ! pod/perldelta.pod
9235 ____________________________________________________________________________
9236 [  2516] By: jhi                                   on 1998/12/29  11:32:26
9237         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9238              To: perl5-porters@perl.org (Mailing list Perl5)
9239              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
9240              Date: 9 Dec 1998 10:39:31 +0200
9241              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
9242      Branch: cfgperl
9243            ! pod/perldiag.pod regcomp.c toke.c
9244 ____________________________________________________________________________
9245 [  2515] By: jhi                                   on 1998/12/29  11:27:11
9246         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9247              To: perl5-porters@perl.org (Mailing list Perl5)
9248              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
9249              Date: 8 Dec 1998 09:02:04 +0200
9250              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
9251              
9252              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
9253      Branch: cfgperl
9254            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
9255 ____________________________________________________________________________
9256 [  2514] By: jhi                                   on 1998/12/29  11:21:31
9257         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9258              To: perl5-porters@perl.org (Mailing list Perl5)
9259              Subject: [PATCH 5.005_53] Regexp tests and UTF8
9260              Date: 8 Dec 1998 07:02:01 +0200
9261              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
9262      Branch: cfgperl
9263            ! regcomp.c
9264 ____________________________________________________________________________
9265 [  2513] By: jhi                                   on 1998/12/29  11:18:34
9266         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9267              Subject: [PATCH 5.005_*] Dumpvar.pm
9268              To: perl5-porters@perl.org (Mailing list Perl5)
9269              Date: 7 Dec 1998 10:17:35 +0200
9270              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
9271      Branch: cfgperl
9272            + lib/Dumpvalue.pm
9273            ! MANIFEST
9274 ____________________________________________________________________________
9275 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
9276         Log: From: jan.dubois@ibm.net (Jan Dubois)
9277              Date: Tue, 01 Dec 1998 00:07:33 +0100
9278              Message-ID: <366921b5.14512598@smtp1.ibm.net>
9279              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
9280              
9281              From: jan.dubois@ibm.net (Jan Dubois)
9282              Date: Wed, 02 Dec 1998 00:24:54 +0100
9283              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
9284              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
9285      Branch: maint-5.005/perl
9286            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
9287            ! win32/config.bc win32/config.gc win32/config.vc
9288            ! win32/config_sh.PL win32/makedef.pl
9289 ____________________________________________________________________________
9290 [  2509] By: jhi                                   on 1998/12/28  13:00:31
9291     Log: Kickstart AUTHORS and MAINTAIN.
9292  Branch: cfgperl
9293        + AUTHORS MAINTAIN
9294        ! MANIFEST
9295 ____________________________________________________________________________
9296 [  2508] By: jhi                                   on 1998/12/28  08:04:00
9297     Log: From: Nathan Torkington <gnat@frii.com>
9298          To: perlbug@perl.com
9299          Subject: [PATCH] perlxstut.pod fix
9300          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
9301          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
9302  Branch: cfgperl
9303        ! pod/perlxstut.pod
9304 ____________________________________________________________________________
9305 [  2507] By: jhi                                   on 1998/12/28  07:59:00
9306     Log: From: abigail@fnx.com
9307          To: perlbug@perl.com
9308          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
9309          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
9310          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
9311          (slightly modified, a part of the patch was rejected)
9312          (strange, I thought I had already submitted this one
9313          but Perforce disagrees with me...)
9314  Branch: cfgperl
9315        ! pod/perlop.pod
9316 ____________________________________________________________________________
9317 [  2506] By: jhi                                   on 1998/12/28  07:56:59
9318     Log: From: Artur <artur@vogon-solutions.com>
9319          To: perlbug@perl.com
9320          Subject: PATCH: perlmodlib.pod
9321          Date: Fri, 25 Dec 1998 00:48:39 +0000
9322          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
9323  Branch: cfgperl
9324        ! pod/perlmodlib.pod pod/perlop.pod
9325 ____________________________________________________________________________
9326 [  2505] By: jhi                                   on 1998/12/28  07:46:06
9327     Log: From: abigail@fnx.com
9328          To: perl5-porters@perl.org (Perl Porters)
9329          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
9330          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
9331          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
9332  Branch: cfgperl
9333        ! pod/pod2html.PL
9334 ____________________________________________________________________________
9335 [  2504] By: jhi                                   on 1998/12/28  07:44:35
9336     Log: From: Jim Avera <avera@fjst.com>
9337          To: perlbug@perl.com
9338          Subject: perlbug bug - shows dates reversed
9339          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
9340          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
9341  Branch: cfgperl
9342        ! utils/perlbug.PL
9343 ____________________________________________________________________________
9344 [  2503] By: jhi                                   on 1998/12/28  07:41:39
9345     Log: From: jan.dubois@ibm.net (Jan Dubois)
9346          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
9347          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9348          Date: Wed, 23 Dec 1998 21:26:38 +0100
9349          Message-ID: <36895086.8849224@smtp1.ibm.net>
9350  Branch: cfgperl
9351        ! lib/ExtUtils/MakeMaker.pm
9352 ____________________________________________________________________________
9353 [  2502] By: jhi                                   on 1998/12/28  07:39:20
9354     Log: From: Blair Zajac <bzajac@geostaff.com>
9355          To: perl5-porters@perl.org
9356          Subject: Tie::SubstrHash patch
9357          Date: Wed, 23 Dec 1998 17:13:32 -0800
9358          Message-ID: <3681953C.8B6A90AA@geostaff.com>
9359  Branch: cfgperl
9360        ! lib/Tie/SubstrHash.pm
9361 ____________________________________________________________________________
9362 [  2501] By: jhi                                   on 1998/12/28  07:37:16
9363     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
9364          To: perlbug@perl.com
9365          Subject: perlfaq9 minor error
9366          Date: Wed, 23 Dec 1998 14:54:19 -0800
9367          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
9368  Branch: cfgperl
9369        ! pod/perlfaq9.pod
9370 ____________________________________________________________________________
9371 [  2500] By: jhi                                   on 1998/12/23  10:38:18
9372     Log: More porting notes about filesystems, AmigaOS, and MiNT.
9373  Branch: cfgperl
9374        ! pod/perlport.pod
9375 ____________________________________________________________________________
9376 [  2499] By: jhi                                   on 1998/12/22  09:26:49
9377     Log: Add few MSG_ and uio constants.
9378  Branch: cfgperl
9379        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
9380 ____________________________________________________________________________
9381 [  2498] By: jhi                                   on 1998/12/22  08:39:30
9382     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
9383          a Digital C compiler optimizer bug that broke the 'x'
9384          operator under certain circumstances.  See t/op/repeat.t
9385          test #20 for graphic details.  Reported in
9386          
9387          From: Gisle Aas <gisle@aas.no>
9388          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
9389          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
9390          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
9391          Date: 18 Dec 1998 14:27:40 +0100
9392          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
9393          
9394          and discussed further in the thread
9395          
9396          From: Jarkko Hietaniemi <jhi@iki.fi>
9397          To: Gisle Aas <gisle@aas.no>
9398          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
9399          cpan-testers@perl.org, perl5-porters@perl.org
9400          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
9401          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
9402          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
9403  Branch: cfgperl
9404        ! t/op/repeat.t util.c
9405 ____________________________________________________________________________
9406 [  2497] By: jhi                                   on 1998/12/21  14:18:57
9407     Log: Change #2483 update.
9408  Branch: cfgperl
9409        ! t/op/tr.t
9410 ____________________________________________________________________________
9411 [  2496] By: jhi                                   on 1998/12/21  14:07:41
9412     Log: Update on change #2493.
9413  Branch: cfgperl
9414        ! t/pragma/warn/op
9415 ____________________________________________________________________________
9416 [  2495] By: jhi                                   on 1998/12/21  13:52:00
9417     Log: Change #2487 aftershock.
9418  Branch: cfgperl
9419        ! warning.pl
9420 ____________________________________________________________________________
9421 [  2494] By: jhi                                   on 1998/12/21  12:35:00
9422     Log: From: Chris Nandor <pudge@pobox.com>
9423          To: perl5-porters@perl.org
9424          Subject: [PATCH] perlport.pod v1.37
9425          Date: Sat, 19 Dec 1998 12:54:34 -0500
9426          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
9427  Branch: cfgperl
9428        ! pod/perlport.pod
9429 ____________________________________________________________________________
9430 [  2493] By: jhi                                   on 1998/12/21  12:22:44
9431     Log: From: Mark-Jason Dominus <mjd@plover.com>
9432          To: perl5-porters@perl.com
9433          Subject: PATCH (5.005_02): Dejargonizing
9434          Date: Sun, 20 Dec 1998 14:35:20 -0500
9435          Message-ID: <19981220193520.11230.qmail@plover.com>
9436          
9437          From: Mark-Jason Dominus <mjd@plover.com>
9438          To: perl5-porters@perl.com
9439          Subject: PATCH (5.005_02): Spelling correction in warning message
9440          Date: Sun, 20 Dec 1998 13:51:30 -0500
9441          Message-ID: <19981220185130.11067.qmail@plover.com>
9442  Branch: cfgperl
9443        ! doio.c op.c
9444 ____________________________________________________________________________
9445 [  2492] By: jhi                                   on 1998/12/21  09:00:05
9446     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9447          To: perl5-porters@perl.org
9448          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
9449          Date: Sun, 20 Dec 1998 19:03:25 PST
9450          Message-ID: <19981221030326.27660.qmail@hotmail.com>
9451          
9452          (slightly reformatted)
9453  Branch: cfgperl
9454        ! ext/B/B/CC.pm
9455 ____________________________________________________________________________
9456 [  2491] By: nick                                  on 1998/12/20  14:21:29
9457     Log: Save _all_ GV's which have SV, AV or HV set.
9458  Branch: perl
9459        ! ext/B/B/C.pm
9460 ____________________________________________________________________________
9461 [  2490] By: jhi                                   on 1998/12/18  15:13:19
9462     Log: Add idea about generalising cpp symbol probing of Errno.
9463  Branch: cfgperl
9464        ! Todo
9465 ____________________________________________________________________________
9466 [  2489] By: jhi                                   on 1998/12/18  14:47:57
9467     Log: Address some of the issues of:
9468          
9469          From: Tom Christiansen <tchrist@jhereg.perl.com>
9470          To: perl-porters-active@jhereg.perl.com
9471          Subject: Undocumentation Issues for 5.005
9472          Date: Thu, 17 Dec 1998 14:46:24 -0700
9473          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
9474  Branch: cfgperl
9475        ! pod/perl5005delta.pod
9476 ____________________________________________________________________________
9477 [  2488] By: jhi                                   on 1998/12/18  11:26:32
9478     Log: From: root <root@dubravka.in-berlin.de>
9479          To: perlbug@perl.com
9480          Cc: k@dubravka.in-berlin.de
9481          Subject: Please add no_modify to PERL_POLLUTE
9482          Date: Fri, 18 Dec 1998 10:45:52 +0100
9483          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
9484          
9485          (Really from Andreas König)
9486  Branch: cfgperl
9487        ! embed.pl
9488 ____________________________________________________________________________
9489 [  2487] By: jhi                                   on 1998/12/17  14:05:52
9490     Log: Some (by far not all) issues of the below message addressed.
9491          
9492          From: Tom Christiansen <tchrist@jhereg.perl.com>
9493          To: The Perl Porters Mailing List <perl5-porters@perl.org>
9494          Subject: important UNDOC issues for 5.005_54
9495          Date: Wed, 16 Dec 1998 21:14:53 -0700
9496          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
9497  Branch: cfgperl
9498        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
9499 ____________________________________________________________________________
9500 [  2486] By: jhi                                   on 1998/12/17  12:47:15
9501     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9502          To: domo@computer.org
9503          Cc: jhi@iki.fi, perl5-porters@perl.org
9504          Subject: Re: stuff related to malloc.c
9505          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
9506          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
9507  Branch: cfgperl
9508        ! malloc.c
9509 ____________________________________________________________________________
9510 [  2485] By: jhi                                   on 1998/12/17  12:17:19
9511     Log: More porting notes.
9512  Branch: cfgperl
9513        ! Porting/pumpkin.pod
9514 ____________________________________________________________________________
9515 [  2484] By: jhi                                   on 1998/12/15  08:38:05
9516     Log: Undo #2386 and #2205.
9517  Branch: cfgperl
9518        ! pod/perlfunc.pod
9519 ____________________________________________________________________________
9520 [  2483] By: jhi                                   on 1998/12/14  17:58:35
9521     Log: lib was missing from @INC.
9522  Branch: cfgperl
9523        ! t/op/tr.t
9524 ____________________________________________________________________________
9525 [  2482] By: jhi                                   on 1998/12/14  17:52:42
9526     Log: Was missing use Text::Wrap.
9527  Branch: cfgperl
9528        ! t/lib/textfill.t
9529 ____________________________________________________________________________
9530 [  2481] By: jhi                                   on 1998/12/14  16:00:22
9531     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
9532          
9533          From: Jonathan Roy <roy@idle.com>
9534          To: perl5-porters@perl.org
9535          Subject: nlist.h add to Configure checks?
9536          Date: Sun, 13 Dec 1998 22:22:49 -0500
9537          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
9538  Branch: cfgperl
9539        + ext/DynaLoader/hints/linux.pl
9540        ! MANIFEST
9541 ____________________________________________________________________________
9542 [  2480] By: jhi                                   on 1998/12/14  15:02:44
9543     Log: Give up completely using nm in AIX.
9544          
9545          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9546          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
9547          Cc: perl5-porters@perl.org
9548          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
9549          Date: Thu, 10 Dec 1998 00:51:46 -0500
9550          Message-ID: <19981210005146.B29986@O2.chapin.edu>
9551  Branch: cfgperl
9552        ! hints/aix.sh
9553 ____________________________________________________________________________
9554 [  2479] By: jhi                                   on 1998/12/14  14:39:52
9555     Log: AIX' error messages are different.
9556          
9557          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9558          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9559          Cc: perl5-porters@perl.org
9560          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
9561          Date: Thu, 10 Dec 1998 00:42:36 -0500
9562          Message-ID: <19981210004236.A29986@O2.chapin.edu>
9563          
9564          From: Michael Engel <engel@nms1.cc.huji.ac.il>
9565          To: perlbug@perl.com
9566          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
9567          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
9568          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
9569  Branch: cfgperl
9570        ! t/pragma/warn/doio
9571 ____________________________________________________________________________
9572 [  2475] By: jhi                                   on 1998/12/13  12:35:55
9573     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9574          To: jhi@iki.fi
9575          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
9576          Subject: Re: stuff related to malloc.c
9577          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
9578          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
9579  Branch: cfgperl
9580        ! malloc.c
9581 ____________________________________________________________________________
9582 [  2474] By: jhi                                   on 1998/12/13  12:32:42
9583     Log: Some notes about porting issues.
9584  Branch: cfgperl
9585        ! Porting/pumpkin.pod
9586 ____________________________________________________________________________
9587 [  2473] By: jhi                                   on 1998/12/13  12:03:58
9588     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
9589          To: Perl 5 Porters <perl5-porters@perl.org>
9590          Subject: [patch 5.005_02] dos-djgpp update
9591          Date: Sun, 13 Dec 1998 00:08:44 +0100
9592          Message-ID: <19981213000844.C264@beeblebrox>
9593  Branch: cfgperl
9594        ! djgpp/config.over
9595 ____________________________________________________________________________
9596 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
9597     Log: undo changes to Exporter.pm from #2312
9598  Branch: maint-5.005/perl
9599        ! lib/Exporter.pm
9600 ____________________________________________________________________________
9601 [  2465] By: jhi                                   on 1998/12/12  12:31:21
9602     Log: Document that qw() taints.
9603          
9604          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
9605          To: perlbug@perl.com 
9606          Subject: taint problems
9607          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
9608          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
9609  Branch: cfgperl
9610        ! pod/perlop.pod
9611 ____________________________________________________________________________
9612 [  2464] By: jhi                                   on 1998/12/11  14:09:51
9613     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
9614          To: dist-users@foretune.co.jp
9615          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
9616          Date: Mon, 07 Dec 1998 20:13:04 -0400
9617          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
9618  Branch: cfgperl
9619        ! Configure
9620 ____________________________________________________________________________
9621 [  2463] By: jhi                                   on 1998/12/11  13:29:54
9622     Log: MAXPATHLEN.
9623  Branch: cfgperl
9624        ! perl.h
9625 ____________________________________________________________________________
9626 [  2462] By: jhi                                   on 1998/12/11  08:37:58
9627     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
9628          To: perl5-porters@perl.org
9629          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
9630          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
9631          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
9632  Branch: cfgperl
9633        + hints/gnu.sh
9634 ____________________________________________________________________________
9635 [  2461] By: nick                                  on 1998/12/10  21:00:50
9636     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
9637          From: Vishal Bhatia <vishalb@hotmail.com>
9638          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
9639          2. Fixes the bug  regarding return value of c-functions generated out 
9640          of perl subs. ( Just includes the patch I sent earlier)
9641          3. Incorporates the other changes that need to be done to get CC.pm
9642          use ISA search for packages and methods on the same lines as C.pm
9643          
9644          Vishal would appreciate comments about B::Stackobj changes from 
9645          someone knowing that module well.
9646  Branch: perl
9647        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9648 ____________________________________________________________________________
9649 [  2460] By: jhi                                   on 1998/12/08  08:11:27
9650     Log: Integrate from mainperl.
9651  Branch: cfgperl
9652       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9653       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
9654       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
9655       !> toke.c util.c
9656 ____________________________________________________________________________
9657 [  2459] By: jhi                                   on 1998/12/07  07:50:11
9658     Log: From: hansm@icgroup.nl 
9659          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9660          Reply-To: hansmu@xs4all.nl 
9661          To: perlbug@perl.com 
9662          Date: Sun, 6 Dec 98 22:19:54 +0100 
9663          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
9664  Branch: cfgperl
9665        ! util.c
9666 ____________________________________________________________________________
9667 [  2458] By: gsar                                  on 1998/12/07  06:00:55
9668     Log: fix dup lexical
9669  Branch: perl
9670        ! ext/B/B/Deparse.pm t/lib/io_unix.t
9671 ____________________________________________________________________________
9672 [  2457] By: gsar                                  on 1998/12/06  14:38:59
9673     Log: mention limit on line numbers reported by diagnostics
9674  Branch: perl
9675        ! pod/perl.pod toke.c
9676 ____________________________________________________________________________
9677 [  2456] By: gsar                                  on 1998/12/06  13:49:02
9678     Log: branch perldelta.pod
9679  Branch: maint-5.005/perl
9680       +> pod/perldelta.pod
9681 ____________________________________________________________________________
9682 [  2455] By: gsar                                  on 1998/12/06  13:47:21
9683     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
9684  Branch: maint-5.005/perl
9685        - pod/perldelta.pod
9686 ____________________________________________________________________________
9687 [  2454] By: gsar                                  on 1998/12/06  13:35:31
9688     Log: fix outdated/incorrect info about arbitrary limits
9689  Branch: perl
9690        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
9691        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
9692 ____________________________________________________________________________
9693 [  2453] By: nick                                  on 1998/12/05  16:14:42
9694     Log: Avoid hard-coding op numbers
9695          Update CC.pm to save %INC, and to co-exist with new C.pm
9696  Branch: perl
9697        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9698 ____________________________________________________________________________
9699 [  2452] By: nick                                  on 1998/12/05  10:44:28
9700     Log: B.xs had its own code to calculate hash() which differed from
9701          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
9702          which meant that run-time require was re-done.
9703          Removed some debug from C.pm
9704  Branch: perl
9705        ! ext/B/B.xs ext/B/B/C.pm
9706 ____________________________________________________________________________
9707 [  2451] By: nick                                  on 1998/12/04  21:58:49
9708     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
9709          well as _54, but with pre-scan for classes and save the ISA scheme.
9710  Branch: perl
9711        ! ext/B/B/C.pm
9712 ____________________________________________________________________________
9713 [  2450] By: nick                                  on 1998/12/04  17:58:44
9714     Log: Vishal Bhatia's patch as a basis.
9715  Branch: perl
9716        ! ext/B/B/C.pm ext/B/B/CC.pm
9717 ____________________________________________________________________________
9718 [  2449] By: jhi                                   on 1998/12/04  16:39:21
9719     Log: Integrate from mainperl.
9720  Branch: cfgperl
9721       !> t/op/goto.t t/op/tr.t
9722 ____________________________________________________________________________
9723 [  2448] By: gsar                                  on 1998/12/04  06:06:49
9724     Log: tweak test for UTEST
9725  Branch: perl
9726        ! t/op/tr.t
9727 ____________________________________________________________________________
9728 [  2444] By: jhi                                   on 1998/12/03  14:37:22
9729     Log: s/\bthe the\b/the/g *.pod
9730  Branch: cfgperl
9731        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
9732 ____________________________________________________________________________
9733 [  2443] By: jhi                                   on 1998/12/03  13:39:53
9734     Log: Change#2441 aftermath.
9735  Branch: cfgperl
9736        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9737        ! config_h.SH thread.h vms/subconfigure.com
9738 ____________________________________________________________________________
9739 [  2441] By: jhi                                   on 1998/12/03  08:15:13
9740     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9741          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
9742          Subject: [PATCH 5.005_54]Initial VMS patches
9743          Date: 3 Dec 1998 01:05:55 +0200
9744          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
9745          
9746          The patch to config_h.SH requires more study because
9747          metaconfig needs to agree.
9748  Branch: cfgperl
9749        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
9750        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
9751        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
9752 ____________________________________________________________________________
9753 [  2440] By: gsar                                  on 1998/12/03  01:32:16
9754     Log: add failed check-in of goto.t from change#1867
9755  Branch: perl
9756        ! t/op/goto.t
9757 ____________________________________________________________________________
9758 [  2437] By: jhi                                   on 1998/12/02  18:03:51
9759     Log: Fix most of the bad L<> links of
9760          
9761          From: Tom Christiansen <tchrist@jhereg.perl.com> 
9762          Subject: bad L<> links
9763          Reply-to: tchrist@perl.com 
9764          To: perlbug@jhereg.perl.com 
9765          Date: Tue, 11 Aug 1998 10:58:07 -0500 
9766          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
9767          
9768          The ones not fixed may require darker Pod::HTML magic,
9769          for example the perlguts.html#tags should work fine, IMHO.
9770  Branch: cfgperl
9771        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
9772        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
9773        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
9774        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
9775        ! pod/perlvar.pod
9776 ____________________________________________________________________________
9777 [  2436] By: jhi                                   on 1998/12/02  16:35:04
9778     Log: One paste too many in #2345.
9779  Branch: cfgperl
9780        ! lib/Pod/Html.pm
9781 ____________________________________________________________________________
9782 [  2435] By: jhi                                   on 1998/12/02  16:32:33
9783     Log: Pod::Html and Pod::Text were not locale-savvy:
9784          for example in =head1 all non-ASCII-\w-runs were
9785          turned into underscores in NAME tags.  This could
9786          result in several NAME tags becoming identical.
9787          Reported by:
9788          
9789          From: Fyodor Krasnov <fyodor@aha.ru> 
9790          Subject: pod2html vs Russian Characters
9791          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
9792          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
9793          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
9794  Branch: cfgperl
9795        ! lib/Pod/Html.pm lib/Pod/Text.pm
9796 ____________________________________________________________________________
9797 [  2434] By: jhi                                   on 1998/12/02  10:29:00
9798     Log: The real Mc5_54 integration.
9799  Branch: cfgperl
9800       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
9801 ____________________________________________________________________________
9802 [  2433] By: jhi                                   on 1998/12/02  08:52:13
9803     Log: From: Andy Dougherty <doughera@lafayette.edu>
9804          To: Perl Porters <perl5-porters@perl.org>
9805          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
9806          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
9807          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
9808  Branch: cfgperl
9809        ! Configure
9810 ____________________________________________________________________________
9811 [  2432] By: jhi                                   on 1998/12/02  08:49:47
9812     Log: From: Andy Dougherty <doughera@lafayette.edu>
9813          To: Perl Porters <perl5-porters@perl.org>
9814          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
9815          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
9816          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
9817  Branch: cfgperl
9818        ! Configure
9819 ____________________________________________________________________________
9820 [  2431] By: jhi                                   on 1998/12/01  16:11:50
9821     Log: From: achampio@lehman.com (Alan Champion)
9822          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
9823          To: perlbug@perl.com
9824          Date: 1 Dec 1998 17:36:33 +0200
9825          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
9826          
9827          Skip NIS includes.
9828  Branch: cfgperl
9829        ! t/op/pwent.t
9830 ____________________________________________________________________________
9831 [  2430] By: gsar                                  on 1998/12/01  12:12:50
9832     Log: 5.005_54, as released
9833  Branch: perl
9834        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
9835 ____________________________________________________________________________
9836 [  2429] By: jhi                                   on 1998/12/01  11:28:39
9837     Log: From: Anton Berezin <tobez@plab.ku.dk>
9838          To: perl5-porters@perl.org
9839          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
9840          Date: 30 Nov 1998 19:46:24 +0100
9841          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
9842  Branch: cfgperl
9843        ! hints/freebsd.sh
9844 ____________________________________________________________________________
9845 [  2428] By: jhi                                   on 1998/12/01  11:08:16
9846     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
9847  Branch: cfgperl
9848       +> (branch 30 files)
9849       !> (integrate 71 files)
9850 ____________________________________________________________________________
9851 [  2427] By: jhi                                   on 1998/12/01  10:51:37
9852     Log: Default to accepting a hinted $randfunc even when $csym
9853          does not find it.  (the previous defaylt behaviour was not
9854          to accept).
9855  Branch: cfgperl
9856        ! Configure
9857 ____________________________________________________________________________
9858 [  2426] By: jhi                                   on 1998/12/01  10:13:03
9859     Log: Separated the [:foo:] parsing to its own function.
9860          Passes all tests.
9861  Branch: cfgperl
9862        ! regcomp.c
9863 ____________________________________________________________________________
9864 [  2425] By: jhi                                   on 1998/12/01  08:22:49
9865     Log: Typo in comments.
9866  Branch: cfgperl
9867        ! regexec.c
9868 ____________________________________________________________________________
9869 [  2424] By: jhi                                   on 1998/12/01  08:21:38
9870     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9871          Subject: [PATCH 5.005_*] Debugger 'v' command
9872          To: perl5-porters@perl.org (Mailing list Perl5)
9873          Date: 1 Dec 1998 07:55:11 +0200
9874          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
9875  Branch: cfgperl
9876        ! lib/perl5db.pl
9877 ____________________________________________________________________________
9878 [  2423] By: jhi                                   on 1998/12/01  08:19:08
9879     Log: From: pvhp@forte.com (Peter Prymmer)
9880          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
9881          To: perl5-porters@perl.org
9882          Date: 1 Dec 1998 07:27:11 +0200
9883          Message-ID: <MLIST_9812010508.AA07791@forte.com>
9884  Branch: cfgperl
9885        ! hints/os390.sh
9886 ____________________________________________________________________________
9887 [  2417] By: jhi                                   on 1998/11/30  08:14:00
9888     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
9889  Branch: cfgperl
9890        ! ext/Socket/Socket.xs
9891 ____________________________________________________________________________
9892 [  2416] By: jhi                                   on 1998/11/30  08:00:15
9893     Log: Undo #2395, seems more like a problem in netbsd-current.
9894  Branch: cfgperl
9895        ! util.c
9896
9897 ----------------
9898 Version 5.005_54
9899 ----------------
9900
9901 ____________________________________________________________________________
9902 [  2414] By: gsar                                  on 1998/11/30  02:23:55
9903     Log: more JPL tweaks
9904  Branch: perl
9905        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
9906        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
9907 ____________________________________________________________________________
9908 [  2413] By: gsar                                  on 1998/11/30  01:35:56
9909     Log: stub bin/jpl that just runs JPL::Compile::files()
9910  Branch: perl
9911        + jpl/bin/jpl
9912 ____________________________________________________________________________
9913 [  2412] By: gsar                                  on 1998/11/30  01:32:14
9914     Log: delete symlink
9915  Branch: perl
9916        - jpl/bin/jpl
9917 ____________________________________________________________________________
9918 [  2410] By: gsar                                  on 1998/11/30  01:30:44
9919     Log: branch jpl from perlext to perl
9920  Branch: perl
9921       +> (branch 30 files)
9922 ____________________________________________________________________________
9923 [  2407] By: gsar                                  on 1998/11/30  01:24:53
9924     Log: JPL tweaks to build with 5.005
9925  Branch: perlext
9926        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
9927        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
9928 ____________________________________________________________________________
9929 [  2406] By: gsar                                  on 1998/11/30  00:55:54
9930     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
9931  Branch: perl
9932        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
9933 ____________________________________________________________________________
9934 [  2405] By: gsar                                  on 1998/11/30  00:28:55
9935     Log: patchlevel up to 54
9936  Branch: perl
9937        ! patchlevel.h win32/Makefile win32/config_H.bc
9938        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9939 ____________________________________________________________________________
9940 [  2403] By: gsar                                  on 1998/11/29  23:35:50
9941     Log: integrate cfgperl changes into mainline
9942  Branch: perl
9943       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9944       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
9945 ____________________________________________________________________________
9946 [  2402] By: gsar                                  on 1998/11/29  23:08:42
9947     Log: sync Text::Wrap version number
9948  Branch: perl
9949        ! lib/Text/Wrap.pm
9950 ____________________________________________________________________________
9951 [  2401] By: gsar                                  on 1998/11/29  22:56:21
9952     Log: textfill.t tweak
9953  Branch: perl
9954        ! t/lib/textfill.t
9955 ____________________________________________________________________________
9956 [  2400] By: gsar                                  on 1998/11/29  22:50:41
9957     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
9958          <muir@idiom.com>
9959  Branch: perl
9960        + t/lib/textfill.t
9961        ! MANIFEST lib/Text/Wrap.pm
9962 ____________________________________________________________________________
9963 [  2399] By: gsar                                  on 1998/11/29  22:28:05
9964     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
9965          has happened without the authors knowledge or consent; the subversive
9966          version (which is in 5.00502) breaks one of the tests in the
9967          authors testsuite; attempts are being made to find a fix that
9968          avoids breaking code already running with the 5.005_02 version
9969          From:    David Muir Sharnoff <muir@idiom.com>
9970          Date:    Sat, 28 Nov 1998 04:34:17 PST
9971          Message-Id: <199811281234.EAA03082@idiom.com>
9972          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
9973  Branch: perl
9974        ! lib/Text/Wrap.pm t/lib/textwrap.t
9975 ____________________________________________________________________________
9976 [  2397] By: nick                                  on 1998/11/29  20:13:58
9977     Log: Update docs and English.pm for $^C
9978  Branch: perl
9979        ! lib/English.pm pod/perlvar.pod
9980 ____________________________________________________________________________
9981 [  2396] By: jhi                                   on 1998/11/29  20:13:03
9982     Log: Mirror #2384.
9983  Branch: cfgperl
9984        ! t/op/pwent.t
9985 ____________________________________________________________________________
9986 [  2395] By: jhi                                   on 1998/11/29  19:59:12
9987     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
9988  Branch: cfgperl
9989        ! util.c
9990 ____________________________________________________________________________
9991 [  2394] By: gsar                                  on 1998/11/29  19:49:08
9992     Log: updated perlreftut.pod
9993  Branch: perl
9994        ! pod/perlreftut.pod
9995 ____________________________________________________________________________
9996 [  2393] By: gsar                                  on 1998/11/29  19:31:56
9997     Log: misc tweaks
9998  Branch: perl
9999        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
10000 ____________________________________________________________________________
10001 [  2392] By: gsar                                  on 1998/11/29  19:31:18
10002     Log: notes about -DPERL_POLLUTE
10003  Branch: perl
10004        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
10005 ____________________________________________________________________________
10006 [  2391] By: gsar                                  on 1998/11/29  19:13:52
10007     Log: explain various win32 build caveats more clearly
10008  Branch: perl
10009        ! README.win32 win32/Makefile win32/makefile.mk
10010 ____________________________________________________________________________
10011 [  2390] By: gsar                                  on 1998/11/29  16:51:59
10012     Log: remove I_POLL detection (Configure will do that now)
10013  Branch: perl
10014        ! ext/IO/Makefile.PL
10015 ____________________________________________________________________________
10016 [  2389] By: jhi                                   on 1998/11/29  16:39:16
10017     Log: Add I_POLL for IO 1.20.
10018  Branch: cfgperl
10019        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10020        ! config_h.SH
10021 ____________________________________________________________________________
10022 [  2388] By: gsar                                  on 1998/11/29  16:23:30
10023     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
10024  Branch: perl
10025        + Porting/p4desc
10026        ! MANIFEST
10027 ____________________________________________________________________________
10028 [  2387] By: gsar                                  on 1998/11/29  16:08:03
10029     Log: another threads reliability fix: serialize writes to thr->threadsv
10030          avoid most uses of PL_na (which is much more inefficient than a
10031          simple local); update docs to suit; PL_na now being thr->Tna may
10032          be a minor compatibility issue for extensions--will require dTHR
10033          outside of XSUBs (those get automatic dTHR)
10034  Branch: perl
10035        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
10036        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
10037        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10038        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
10039        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
10040        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
10041        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
10042        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
10043        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
10044 ____________________________________________________________________________
10045 [  2386] By: jhi                                   on 1998/11/29  15:40:42
10046     Log: Tune the "if" entry.
10047  Branch: cfgperl
10048        ! pod/perlfunc.pod
10049 ____________________________________________________________________________
10050 [  2385] By: gsar                                  on 1998/11/29  12:40:28
10051     Log: various fixes for race conditions under threads: mutex locks based
10052          on PL_threadnum were seriously flawed, since it means more than one
10053          thread could enter the critical region; PL_na was global instead of
10054          thread-local; child thread could finish and free thr structures
10055          before Thread->new() got around to creating the Thread object;
10056          cv_clone() needed locking, as it mucks with PL_comppad and other
10057          global data; new_struct_thread() needed to lock template-thread's
10058          mutex while copying its data
10059  Branch: perl
10060        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
10061        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
10062 ____________________________________________________________________________
10063 [  2384] By: gsar                                  on 1998/11/29  10:54:38
10064     Log: s/warn/print/ on multiply defined groups
10065  Branch: perl
10066        ! t/op/grent.t
10067 ____________________________________________________________________________
10068 [  2383] By: gsar                                  on 1998/11/29  10:48:39
10069     Log: backout change#2334
10070  Branch: perl
10071        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
10072 ____________________________________________________________________________
10073 [  2382] By: jhi                                   on 1998/11/29  10:33:40
10074     Log: Better NetInfo behaviour.
10075  Branch: cfgperl
10076        ! t/op/grent.t t/op/pwent.t
10077 ____________________________________________________________________________
10078 [  2381] By: jhi                                   on 1998/11/29  10:08:15
10079     Log: Integrate from mainperl.
10080  Branch: cfgperl
10081       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
10082       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10083       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
10084       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
10085       +> t/lib/io_poll.t t/lib/io_unix.t
10086       !> (integrate 58 files)
10087 ____________________________________________________________________________
10088 [  2380] By: gsar                                  on 1998/11/29  08:22:49
10089     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
10090          Tim Bunce)
10091  Branch: perl
10092        ! gv.c
10093 ____________________________________________________________________________
10094 [  2379] By: gsar                                  on 1998/11/29  07:06:43
10095     Log: fix for pat.t failure under USE_THREADS
10096  Branch: perl
10097        ! pp_ctl.c regexec.c
10098 ____________________________________________________________________________
10099 [  2378] By: nick                                  on 1998/11/28  22:46:57
10100     Log: More C.pm tweaks
10101          Save globs even if we have saved cv itself before - may be imported.
10102          
10103          While we don't save "bootstrap" CV we need to provide a stub,
10104          so that if we require it later we don't fall through and attempt
10105          to DynaLoad module again.
10106          
10107          Attempt to save %INC so that "require" does not reload things
10108          we have compiled-in (does not work right yet - seems to be due
10109          to PL_incgv being created in perl_parse() current scheme setting 
10110          GvHV() is "better" than saving the glob, but still does not 
10111          work as I expect). 
10112  Branch: perl
10113        ! ext/B/B/C.pm
10114 ____________________________________________________________________________
10115 [  2377] By: gsar                                  on 1998/11/28  22:30:38
10116     Log: various tweaks; result passes all tests for normal build on Solaris;
10117          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
10118          win32 due to lack of select() that works on non-socket fds
10119  Branch: perl
10120        ! ext/IO/poll.c regcomp.c regexec.c scope.c
10121        ! t/lib/io_multihomed.t win32/makefile.mk
10122 ____________________________________________________________________________
10123 [  2376] By: gsar                                  on 1998/11/28  20:44:39
10124     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
10125  Branch: perl
10126        ! myconfig
10127 ____________________________________________________________________________
10128 [  2375] By: gsar                                  on 1998/11/28  20:42:58
10129     Log: integrate cfgperl changes into mainline
10130  Branch: perl
10131       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
10132       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
10133 ____________________________________________________________________________
10134 [  2374] By: gsar                                  on 1998/11/28  20:02:03
10135     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10136          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
10137          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
10138          Subject: [PATCH 5.00553] Yet another OS/2 patch
10139  Branch: perl
10140        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
10141 ____________________________________________________________________________
10142 [  2373] By: gsar                                  on 1998/11/28  19:30:06
10143     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10144          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
10145          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
10146          Subject: [PATCH 5.005_53] Change $#+
10147  Branch: perl
10148        ! mg.c pod/perlvar.pod t/op/pat.t
10149 ____________________________________________________________________________
10150 [  2372] By: gsar                                  on 1998/11/28  19:28:00
10151     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10152          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
10153          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
10154          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
10155  Branch: perl
10156        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
10157        ! thrdvar.h
10158 ____________________________________________________________________________
10159 [  2371] By: gsar                                  on 1998/11/28  19:23:53
10160     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10161          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
10162          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
10163          Subject: [PATCH 5.005_53] better -Mre=debugcolor
10164  Branch: perl
10165        ! embedvar.h objXSUB.h regexec.c thrdvar.h
10166 ____________________________________________________________________________
10167 [  2370] By: gsar                                  on 1998/11/28  19:21:17
10168     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10169          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
10170          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
10171          Subject: [PATCH 5.005_*] regcolors
10172  Branch: perl
10173        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
10174 ____________________________________________________________________________
10175 [  2369] By: gsar                                  on 1998/11/28  19:00:15
10176     Log: allow final period in a file (not followed by a newline) to
10177          terminate format spec
10178  Branch: perl
10179        ! toke.c
10180 ____________________________________________________________________________
10181 [  2368] By: gsar                                  on 1998/11/28  18:58:25
10182     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
10183          add C<$Config{installarchlib}/CORE> to the default locations searched
10184          on win32
10185  Branch: perl
10186        ! lib/ExtUtils/Liblist.pm
10187 ____________________________________________________________________________
10188 [  2367] By: gsar                                  on 1998/11/28  18:46:05
10189     Log: applied suggested patch with PERL_OBJECT tweaks
10190          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10191          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
10192          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
10193          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
10194  Branch: perl
10195        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
10196        ! regexec.c t/op/pat.t thrdvar.h
10197 ____________________________________________________________________________
10198 [  2366] By: gsar                                  on 1998/11/28  18:38:34
10199     Log: additional documentation for qr//
10200          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10201          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
10202          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
10203          Subject: [PATCH 5.005_*] Documentation (fwd)
10204  Branch: perl
10205        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
10206 ____________________________________________________________________________
10207 [  2365] By: gsar                                  on 1998/11/28  18:35:35
10208     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10209          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
10210          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
10211          Subject: [PATCH 5.005_*] Fix \G in REx without //g
10212  Branch: perl
10213        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
10214        ! regexp.h t/op/pat.t thrdvar.h
10215 ____________________________________________________________________________
10216 [  2364] By: gsar                                  on 1998/11/28  18:24:20
10217     Log: update Test.pm to Test-1.12; tweak 're' detection
10218  Branch: perl
10219        ! lib/Test.pm
10220 ____________________________________________________________________________
10221 [  2363] By: gsar                                  on 1998/11/28  18:12:04
10222     Log: avoid command-line quoting portability problems in lex_assign.t
10223  Branch: perl
10224        ! t/op/lex_assign.t
10225 ____________________________________________________________________________
10226 [  2362] By: gsar                                  on 1998/11/28  18:08:50
10227     Log: From: John Tobey <jtobey@channel1.com>
10228          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
10229          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
10230          Subject: PATCH: document English.pm sawampersand and thread issues
10231  Branch: perl
10232        ! lib/English.pm pod/perlvar.pod
10233 ____________________________________________________________________________
10234 [  2361] By: gsar                                  on 1998/11/28  18:03:04
10235     Log: fix uninitialized warnings
10236          From: Brian Callaghan <callagh@itginc.com>
10237          Date: Thu, 19 Nov 1998 17:49:10 -0800
10238          Message-Id: <3654CA96.B64FCAEB@itginc.com>
10239          Subject: Complete.pm patch (version 1.1)
10240  Branch: perl
10241        ! lib/Term/Complete.pm
10242 ____________________________________________________________________________
10243 [  2360] By: gsar                                  on 1998/11/28  17:59:16
10244     Log: s/Array/List/ suggested by John Tobey
10245  Branch: perl
10246        ! pod/perldata.pod
10247 ____________________________________________________________________________
10248 [  2359] By: gsar                                  on 1998/11/28  17:47:48
10249     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
10250  Branch: perl
10251        ! lib/Tie/Handle.pm pod/perlfunc.pod
10252 ____________________________________________________________________________
10253 [  2358] By: jhi                                   on 1998/11/28  17:23:15
10254     Log: Revamp the locale tests.
10255          (0) Instead of rewiring a few locales scan for them.
10256          (1) Bogus test #101 removed.
10257          (2) All the locales are checked, the lists of failed
10258          and non-failed ones are displayed.
10259          (3) The test #103 is again 'active' so that it may fail.
10260          (4) To balance (3) a hopefully pacifying message is shown
10261          if the #103 fails.
10262  Branch: cfgperl
10263        ! t/pragma/locale.t
10264 ____________________________________________________________________________
10265 [  2357] By: gsar                                  on 1998/11/28  17:21:07
10266     Log: add perlreftut.pod
10267  Branch: perl
10268        + pod/perlreftut.pod
10269        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
10270        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
10271        ! win32/pod.mak
10272 ____________________________________________________________________________
10273 [  2356] By: jhi                                   on 1998/11/28  16:58:01
10274     Log: Change #2346 fallout.
10275  Branch: cfgperl
10276        ! t/op/undef.t
10277 ____________________________________________________________________________
10278 [  2355] By: gsar                                  on 1998/11/28  16:46:43
10279     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
10280          ANSI prototypes
10281  Branch: perl
10282        ! ext/IO/IO.xs
10283 ____________________________________________________________________________
10284 [  2354] By: gsar                                  on 1998/11/28  16:08:07
10285     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
10286          keep platform hacks that aren't in the 1.20 dist; add new files
10287          to MANIFEST; hack Makefile.PL; result hasn't been tested
10288          anywhere
10289  Branch: perl
10290        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
10291        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10292        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
10293        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
10294        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
10295        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10296        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10297        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10298        ! t/lib/io_sock.t t/lib/io_udp.t
10299 ____________________________________________________________________________
10300 [  2353] By: jhi                                   on 1998/11/28  15:51:03
10301     Log: Locale collation, ctype, and numeric, were initialized wrong
10302          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
10303          as reported by
10304          
10305          From: Ilya.Sandler@etak.com (Ilya Sandler)
10306          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
10307          To: perlbug@perl.com
10308          Date: 25 Nov 1998 04:53:52 +0200
10309          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
10310  Branch: cfgperl
10311        ! util.c
10312 ____________________________________________________________________________
10313 [  2352] By: nick                                  on 1998/11/28  15:21:59
10314     Log: Implement $^C to allow perl access to -c flag - I think this 
10315          was agreed once...
10316  Branch: perl
10317        ! gv.c mg.c
10318 ____________________________________________________________________________
10319 [  2351] By: jhi                                   on 1998/11/28  15:14:24
10320     Log: Change #2251 fixup.
10321  Branch: cfgperl
10322        ! myconfig
10323 ____________________________________________________________________________
10324 [  2350] By: jhi                                   on 1998/11/28  14:58:19
10325     Log: Integrate from mainperl.
10326  Branch: cfgperl
10327       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10328       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10329       +> pod/perl5005delta.pod
10330       !> (integrate 49 files)
10331 ____________________________________________________________________________
10332 [  2349] By: jhi                                   on 1998/11/28  14:27:36
10333     Log: Passwd and group file groveling.
10334  Branch: cfgperl
10335        ! t/op/grent.t t/op/pwent.t
10336 ____________________________________________________________________________
10337 [  2348] By: gsar                                  on 1998/11/28  14:09:50
10338     Log: more conservative version of changes#2345,2346,2347; those break
10339          C<defined(@{"foo::ISA"})> which seems to be extensively used in
10340          the libs :-(
10341  Branch: perl
10342        ! pp.c t/op/method.t
10343 ____________________________________________________________________________
10344 [  2347] By: gsar                                  on 1998/11/28  13:36:08
10345     Log: tweak bogus test
10346  Branch: perl
10347        ! t/op/method.t
10348 ____________________________________________________________________________
10349 [  2346] By: gsar                                  on 1998/11/28  13:20:34
10350     Log: test cases for previous change
10351  Branch: perl
10352        ! t/op/undef.t
10353 ____________________________________________________________________________
10354 [  2345] By: gsar                                  on 1998/11/28  13:07:17
10355     Log: fix typo in pp_defined() causing C<defined %tied> to fail
10356  Branch: perl
10357        ! pp.c
10358 ____________________________________________________________________________
10359 [  2344] By: gsar                                  on 1998/11/28  13:03:29
10360     Log: s/comment/comment_t/ tweak (suggested by John Gorman
10361          <jgorman@webbysoft.com>)
10362  Branch: perl
10363        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10364 ____________________________________________________________________________
10365 [  2343] By: gsar                                  on 1998/11/28  12:52:40
10366     Log: add (stub) perldelta.pod
10367  Branch: perl
10368        + pod/perldelta.pod
10369 ____________________________________________________________________________
10370 [  2342] By: gsar                                  on 1998/11/28  12:49:26
10371     Log: rename perldelta.pod to perl5005delta.pod in preparation for
10372          starting a new one
10373  Branch: perl
10374       +> pod/perl5005delta.pod
10375        - pod/perldelta.pod
10376        ! MANIFEST pod/perl.pod
10377 ____________________________________________________________________________
10378 [  2341] By: gsar                                  on 1998/11/28  12:41:55
10379     Log: fix MALLOC_LOCK #define
10380  Branch: perl
10381        ! malloc.c
10382 ____________________________________________________________________________
10383 [  2340] By: gsar                                  on 1998/11/28  12:18:23
10384     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10385          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
10386          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
10387          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
10388  Branch: perl
10389        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
10390 ____________________________________________________________________________
10391 [  2339] By: jhi                                   on 1998/11/28  11:59:01
10392     Log: Add -lm to dynix/ptx POSIX hints.
10393          From: "Martin J. Bligh" <mbligh@sequent.com>
10394          To: jhi@iki.fi
10395          Subject: Re: Making Perl work on DYNIX/ptx
10396          Date: Wed, 25 Nov 1998 10:34:41 -0800
10397          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
10398  Branch: cfgperl
10399        ! ext/POSIX/hints/dynixptx.pl
10400 ____________________________________________________________________________
10401 [  2338] By: jhi                                   on 1998/11/28  11:57:19
10402     Log: Detypo.
10403  Branch: cfgperl
10404        ! lib/filetest.pm
10405 ____________________________________________________________________________
10406 [  2337] By: jhi                                   on 1998/11/28  11:56:29
10407     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
10408  Branch: cfgperl
10409        ! Configure
10410 ____________________________________________________________________________
10411 [  2336] By: gsar                                  on 1998/11/28  11:41:14
10412     Log: teach CPAN.pm to ignore beta perl distributions when looking for
10413          modules
10414          From: root@dogberry.rutgers.edu (root)
10415          Date: Thu, 12 Nov 1998 23:08:39 -0500
10416          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
10417          Subject: recompile tries getting a perl distribution
10418  Branch: perl
10419        ! lib/CPAN.pm
10420 ____________________________________________________________________________
10421 [  2335] By: gsar                                  on 1998/11/28  11:27:46
10422     Log: make $1 et al readonly under threads; make C<undef $1> fail like
10423          C<$1 = undef> does
10424  Branch: perl
10425        ! op.c pp.c t/op/undef.t
10426 ____________________________________________________________________________
10427 [  2334] By: gsar                                  on 1998/11/28  10:24:52
10428     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
10429  Branch: perl
10430        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
10431 ____________________________________________________________________________
10432 [  2333] By: gsar                                  on 1998/11/28  09:36:40
10433     Log: document changed PERL_HASH()
10434  Branch: perl
10435        ! pod/perlfunc.pod pod/perlguts.pod
10436 ____________________________________________________________________________
10437 [  2332] By: nick                                  on 1998/11/27  21:10:27
10438     Log: Handle INIT list in C.pm
10439          1. Provide init_av() from B.xs
10440          2. Export it in B.pm
10441          3. Use it in C.pm
10442          Also disable some pruning in savecv() which seems to undo
10443          my previous patch.
10444          Experimental feature - save pathnames of .so files in easily 
10445          grep-able form for use in wrapper to feed to linker.  
10446  Branch: perl
10447        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
10448 ____________________________________________________________________________
10449 [  2327] By: gsar                                  on 1998/11/27  15:12:01
10450     Log: integrate change#2315 from maint-5.005
10451  Branch: perl
10452        ! t/op/sort.t
10453       !> op.c sv.c
10454 ____________________________________________________________________________
10455 [  2326] By: gsar                                  on 1998/11/27  15:00:42
10456     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
10457  Branch: perl
10458       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
10459       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10460       !> lib/ExtUtils/typemap
10461 ____________________________________________________________________________
10462 [  2325] By: gsar                                  on 1998/11/27  14:46:18
10463     Log: malloc bugfix and documentation from Ilya Zakharevich
10464          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
10465          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
10466          Subject: [PATCH 5.005_*] Re: Internal coredump
10467          --
10468          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
10469          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
10470          Subject: [PATCH 5.005_*] malloc.c documentation
10471  Branch: perl
10472        ! malloc.c
10473 ____________________________________________________________________________
10474 [  2324] By: gsar                                  on 1998/11/27  14:41:38
10475     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
10476  Branch: perl
10477        ! ext/B/B/C.pm
10478 ____________________________________________________________________________
10479 [  2323] By: gsar                                  on 1998/11/27  14:33:44
10480     Log: From: maeda@src.ricoh.co.jp
10481          Date: Tue, 24 Nov 1998 10:37:45 +0900
10482          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
10483          Subject: format "..." bug
10484  Branch: perl
10485        ! pp_ctl.c t/op/write.t
10486 ____________________________________________________________________________
10487 [  2322] By: gsar                                  on 1998/11/27  14:20:12
10488     Log: add ext/Devel/Peek
10489          From: jan.dubois@ibm.net (Jan Dubois)
10490          Date: Mon, 23 Nov 1998 00:48:11 +0100
10491          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
10492          Subject: [PATCH 5.005_53] Devel::Peek integration
10493  Branch: perl
10494        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10495        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10496        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
10497        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
10498        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10499 ____________________________________________________________________________
10500 [  2321] By: gsar                                  on 1998/11/27  13:03:08
10501     Log: ensure 'make regen_headers' even without perl installed
10502          (suggested by Ilya Zakharevich)
10503  Branch: perl
10504        ! bytecode.pl warning.pl
10505 ____________________________________________________________________________
10506 [  2320] By: gsar                                  on 1998/11/27  12:58:36
10507     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10508          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
10509          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
10510          Subject: [PATCH 5.005_*] Cosmetic malloc patch
10511  Branch: perl
10512        ! malloc.c
10513 ____________________________________________________________________________
10514 [  2319] By: gsar                                  on 1998/11/27  12:56:13
10515     Log: eliminate dup hunk from integration
10516  Branch: perl
10517        ! lib/filetest.pm perl.h
10518 ____________________________________________________________________________
10519 [  2318] By: gsar                                  on 1998/11/27  12:50:08
10520     Log: integrate cfgperl changes into mainline
10521  Branch: perl
10522       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10523        ! pod/perlfaq4.pod
10524       !> (integrate 30 files)
10525 ____________________________________________________________________________
10526 [  2317] By: jhi                                   on 1998/11/27  11:38:13
10527     Log: C<-x>.
10528  Branch: cfgperl
10529        ! lib/filetest.pm
10530 ____________________________________________________________________________
10531 [  2316] By: jhi                                   on 1998/11/27  11:10:22
10532     Log: Integrate from mainperl.
10533  Branch: cfgperl
10534       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
10535       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
10536       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
10537       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
10538       !> win32/win32sck.c
10539 ____________________________________________________________________________
10540 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
10541     Log: integrate change#2246 from mainline, while still allowing
10542          C<sort $globref @foo>
10543          
10544          allow C<sort $coderef @foo>
10545  Branch: maint-5.005/perl
10546        ! op.c sv.c
10547       !> t/op/sort.t
10548 ____________________________________________________________________________
10549 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
10550     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
10551          forwarded by Jarkko Hietaniemi from Mark Bixby
10552  Branch: maint-5.005/perl
10553        ! ext/DynaLoader/dl_mpeix.xs installperl
10554 ____________________________________________________________________________
10555 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
10556     Log: Allow PL_FILES to have multiple targets from one source by allowing
10557          an array ref as the value in the hash
10558  Branch: maint-5.005/perl
10559        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10560        ! lib/ExtUtils/MakeMaker.pm
10561 ____________________________________________________________________________
10562 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
10563     Log: fix unsigned variables to use SvUV and sv_setuv
10564  Branch: maint-5.005/perl
10565        ! lib/ExtUtils/typemap
10566 ____________________________________________________________________________
10567 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
10568     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
10569  Branch: maint-5.005/perl
10570        ! lib/ExtUtils/MM_Unix.pm
10571 ____________________________________________________________________________
10572 [  2301] By: gsar                                  on 1998/11/26  10:16:54
10573     Log: fix PL_defoutgv leak under threads
10574  Branch: perl
10575        ! ext/Thread/Thread.xs
10576 ____________________________________________________________________________
10577 [  2300] By: gsar                                  on 1998/11/26  09:04:44
10578     Log: properly free temporaries created by threads
10579  Branch: perl
10580        ! ext/Thread/Thread.xs
10581 ____________________________________________________________________________
10582 [  2299] By: gsar                                  on 1998/11/26  06:51:16
10583     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
10584          to set the package for the block properly
10585  Branch: perl
10586        ! op.c t/comp/package.t t/lib/dumper.t
10587 ____________________________________________________________________________
10588 [  2298] By: nick                                  on 1998/11/24  22:04:20
10589     Log: Part-1 of tweaks to allow Tk to be "compiled"
10590          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
10591          (May also need attention to exports etc. - to follow.)
10592  Branch: perl
10593        ! universal.c
10594 ____________________________________________________________________________
10595 [  2294] By: jhi                                   on 1998/11/23  10:44:26
10596     Log: The new socket tests need in some platforms
10597          to #include <sys/types.h>.
10598  Branch: cfgperl
10599        ! Configure
10600 ____________________________________________________________________________
10601 [  2293] By: jhi                                   on 1998/11/23  10:33:42
10602     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10603          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10604          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10605          Date: Mon, 23 Nov 1998 10:07:04 +0100
10606          Message-Id: <9811230907.AA06484@AWT.nl>
10607          
10608          NeXTstep NetInfo uses nidump to get the user/group databases.
10609  Branch: cfgperl
10610        ! t/op/grent.t t/op/pwent.t
10611 ____________________________________________________________________________
10612 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
10613     Log: Updated Porting/patchls utility.
10614  Branch: maint-5.004/perl
10615        ! Porting/patchls
10616 ____________________________________________________________________________
10617 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
10618     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
10619          From:  Henrik Tougaard <ht.000@foa.dk>
10620          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
10621          Files:  lib/Sys/Syslog.pm
10622  Branch: maint-5.004/perl
10623        ! lib/Sys/Syslog.pm
10624 ____________________________________________________________________________
10625 [  2286] By: jhi                                   on 1998/11/22  19:08:42
10626     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
10627  Branch: cfgperl
10628        ! ext/Socket/Socket.xs
10629 ____________________________________________________________________________
10630 [  2285] By: jhi                                   on 1998/11/22  18:21:07
10631     Log: MSG_PROXY for GNU/Hurd (previously we believed that
10632          all GNU libc platforms have MSG_PROXY.  Untrue).
10633          In fact this ended up as a major MSG_* and SCM_*
10634          update.  The MSG_XXX known to be enums in some
10635          versions of the glibc are now probed for and respective
10636          HAS_MSG_XXX are defined.  While I was at it I noticed
10637          SCM_RIGHTS being similarly an enum.  This reminded me of
10638          an ancient discussion in perl5-porters:
10639          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
10640          The BSD socket interface has a nifty feature for passing
10641          file descriptors and credentials--via sockets.  It may be
10642          too late to add this functionality to the CORE but
10643          at least Configure now probes for the functions,
10644          structs, and includes, defining the appropriate
10645          HAS_YYY and I_ZZZ, and the Socket extension exports
10646          the constants, in case somebody wants to write an
10647          extension for this interface.
10648  Branch: cfgperl
10649        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10650        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
10651        ! iperlsys.h
10652 ____________________________________________________________________________
10653 [  2284] By: jhi                                   on 1998/11/22  18:13:21
10654     Log: perlhist.pod 1.54, containing 5_53.
10655  Branch: cfgperl
10656        ! pod/perlhist.pod
10657 ____________________________________________________________________________
10658 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
10659     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
10660  Branch: maint-5.004/perl
10661        ! doio.c
10662 ____________________________________________________________________________
10663 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
10664     Log: Improve op/die_exit.t test for implicit close changing $!
10665  Branch: maint-5.004/perl
10666        ! t/op/die_exit.t
10667 ____________________________________________________________________________
10668 [  2268] By: jhi                                   on 1998/11/22  14:44:11
10669     Log: Fix thinko.
10670  Branch: cfgperl
10671        ! hints/dynixptx.sh
10672 ____________________________________________________________________________
10673 [  2267] By: jhi                                   on 1998/11/22  13:19:41
10674     Log: Document the d_socket override.
10675  Branch: cfgperl
10676        ! hints/dynixptx.sh
10677 ____________________________________________________________________________
10678 [  2266] By: jhi                                   on 1998/11/22  12:12:29
10679     Log: From: John Tobey <jtobey@channel1.com>
10680          Subject: [PATCH] perlfaq typos
10681          To: perl5-porters@perl.com
10682          Date: 22 Nov 1998 04:25:15 +0200
10683          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
10684  Branch: cfgperl
10685        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10686        ! pod/perlfaq7.pod pod/perlfaq8.pod
10687 ____________________________________________________________________________
10688 [  2265] By: jhi                                   on 1998/11/22  12:06:29
10689     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10690          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
10691          Newsgroups: hut.lists.perl5-porters
10692          To: gsar@engin.umich.edu (Gurusamy Sarathy)
10693          Cc: perl5-porters@perl.org (Perl5 Porters)
10694          Date: 20 Nov 1998 12:20:41 +0200
10695  Branch: cfgperl
10696        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10697        ! ext/DB_File/DB_File.xs
10698 ____________________________________________________________________________
10699 [  2264] By: jhi                                   on 1998/11/22  11:55:09
10700     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
10701          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10702          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10703          To: perlbug@perl.com
10704          Date: 20 Nov 1998 18:39:06 +0200
10705          Lines: 47
10706          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10707  Branch: cfgperl
10708        ! t/op/grent.t t/op/pwent.t
10709 ____________________________________________________________________________
10710 [  2263] By: jhi                                   on 1998/11/22  11:42:59
10711     Log: Permission testing is tricky when we have too much power.
10712          Problem reported in
10713          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10714          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10715          To: perlbug@perl.com
10716          Date: 20 Nov 1998 18:39:06 +0200
10717          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10718  Branch: cfgperl
10719        ! t/op/filetest.t
10720 ____________________________________________________________________________
10721 [  2262] By: gsar                                  on 1998/11/22  11:37:02
10722     Log: fix broken CAPI generation
10723  Branch: perl
10724        ! win32/GenCAPI.pl
10725 ____________________________________________________________________________
10726 [  2261] By: jhi                                   on 1998/11/22  11:17:00
10727     Log: -x should be C<-x>, reported by Gerben Wierda.
10728  Branch: cfgperl
10729        ! pod/perlfunc.pod
10730 ____________________________________________________________________________
10731 [  2260] By: gsar                                  on 1998/11/22  11:12:02
10732     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
10733  Branch: perl
10734        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
10735        ! proto.h
10736 ____________________________________________________________________________
10737 [  2259] By: jhi                                   on 1998/11/22  11:06:40
10738     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10739          Subject: Re: [PATCH] Re: pod2man bug in date generated line
10740          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
10741          Cc: perlbug@perl.com
10742          Date: 20 Nov 1998 21:30:17 +0200
10743          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
10744  Branch: cfgperl
10745        ! pod/pod2man.PL
10746 ____________________________________________________________________________
10747 [  2256] By: jhi                                   on 1998/11/21  10:44:01
10748     Log: From: Thomas Bowditch <bowditch@inmet.com>
10749          Subject: Benchmark.pm suggestion
10750          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
10751          Date: Fri, 20 Nov 1998 17:43:46 -0500
10752          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
10753          
10754          Added timesum().
10755  Branch: cfgperl
10756        ! lib/Benchmark.pm
10757 ____________________________________________________________________________
10758 [  2255] By: gsar                                  on 1998/11/21  08:45:06
10759     Log: another win32 portability fix: make sysread() and syswrite()
10760          work on sockets
10761  Branch: perl
10762        ! pp_sys.c win32/win32.h
10763 ____________________________________________________________________________
10764 [  2254] By: gsar                                  on 1998/11/21  07:49:06
10765     Log: win32_recvfrom() compatibility fix
10766  Branch: perl
10767        ! win32/win32sck.c
10768 ____________________________________________________________________________
10769 [  2253] By: jhi                                   on 1998/11/20  08:22:06
10770     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10771          To: jhi@iki.fi
10772          Subject: MPE/iX Perl 5.005_02 oops
10773          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
10774          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
10775  Branch: cfgperl
10776        ! ext/DynaLoader/dl_mpeix.xs installperl
10777 ____________________________________________________________________________
10778 [  2252] By: gsar                                  on 1998/11/19  17:38:03
10779     Log: mess_sv tweak for change#2249
10780  Branch: perl
10781        ! util.c
10782 ____________________________________________________________________________
10783 [  2251] By: jhi                                   on 1998/11/18  12:32:19
10784     Log: Display use64bits and usemultiplicity but only if necessary.
10785  Branch: cfgperl
10786        ! myconfig
10787 ____________________________________________________________________________
10788 [  2250] By: jhi                                   on 1998/11/18  12:26:50
10789     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
10790          Subject: pp.c uses 'unsigned Quad_t'
10791          To: perlbug@perl.com 
10792          Date: Sun, 15 Nov 1998 20:57:05 -0300 
10793          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
10794  Branch: cfgperl
10795        ! perl.h pp.c
10796 ____________________________________________________________________________
10797 [  2249] By: gsar                                  on 1998/11/18  05:43:11
10798     Log: use PL_mess_sv only during global destruction (fixes problems with
10799          overlapping invocations of form()/warn()/die()/croak() trampling on
10800          each other's messages)
10801  Branch: perl
10802        ! mg.c util.c
10803 ____________________________________________________________________________
10804 [  2248] By: gsar                                  on 1998/11/18  05:39:36
10805     Log: tweak change#2245 to skip previous message if any
10806  Branch: perl
10807        ! pp_ctl.c t/pragma/warn/pp_ctl
10808 ____________________________________________________________________________
10809 [  2247] By: jhi                                   on 1998/11/17  11:46:56
10810     Log: Integrate from mainperl.
10811  Branch: cfgperl
10812       !> (integrate 26 files)
10813 ____________________________________________________________________________
10814 [  2246] By: gsar                                  on 1998/11/17  09:41:10
10815     Log: allow C<sort $coderef @foo>
10816  Branch: perl
10817        ! op.c t/op/sort.t t/pragma/overload.t
10818 ____________________________________________________________________________
10819 [  2245] By: gsar                                  on 1998/11/17  08:28:26
10820     Log: propagate failures in DESTROY() as (optional) warnings
10821  Branch: perl
10822        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
10823 ____________________________________________________________________________
10824 [  2244] By: gsar                                  on 1998/11/17  07:43:08
10825     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
10826  Branch: perl
10827        ! perl.c thrdvar.h
10828 ____________________________________________________________________________
10829 [  2243] By: gsar                                  on 1998/11/17  07:40:09
10830     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
10831  Branch: perl
10832        ! lib/warning.pm warning.h warning.pl
10833 ____________________________________________________________________________
10834 [  2242] By: gsar                                  on 1998/11/17  06:32:39
10835     Log: fix skipspace() to properly account for newlines in eval''-ed
10836          strings (caused bogus line numbers in diagnostics and debugger)
10837  Branch: perl
10838        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
10839 ____________________________________________________________________________
10840 [  2241] By: gsar                                  on 1998/11/17  03:48:12
10841     Log: s/Perl_utf8skip/PL_utf8skip/g
10842  Branch: perl
10843        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
10844 ____________________________________________________________________________
10845 [  2240] By: gsar                                  on 1998/11/14  06:09:06
10846     Log: rework op/groups.t
10847  Branch: perl
10848        ! t/op/filetest.t t/op/groups.t
10849 ____________________________________________________________________________
10850 [  2235] By: gsar                                  on 1998/11/14  00:17:05
10851     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
10852  Branch: perl
10853        ! op.c
10854 ____________________________________________________________________________
10855 [  2234] By: gsar                                  on 1998/11/14  00:14:02
10856     Log: update Changes
10857  Branch: perl
10858        ! Changes win32/config.bc win32/config.gc win32/config.vc
10859 ____________________________________________________________________________
10860 [  2233] By: gsar                                  on 1998/11/13  09:43:03
10861     Log: doc tweak
10862  Branch: perl
10863        ! README.win32
10864 ____________________________________________________________________________
10865 [  2230] By: jhi                                   on 1998/11/12  17:07:45
10866     Log: Allow hints file override for d_socket
10867          (based on Sequent-induced change #2229).
10868  Branch: cfgperl
10869        ! Configure
10870 ____________________________________________________________________________
10871 [  2229] By: jhi                                   on 1998/11/12  16:32:33
10872     Log: 
10873          From: "Martin J. Bligh" <mbligh@sequent.com>
10874          To: jhi@iki.fi
10875          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10876          Subject: Re: Making Perl work on DYNIX/ptx
10877          Date: Tue, 10 Nov 1998 16:24:26 -0800
10878          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
10879  Branch: cfgperl
10880        ! hints/dynixptx.sh
10881 ____________________________________________________________________________
10882 [  2228] By: jhi                                   on 1998/11/12  11:40:37
10883     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
10884          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
10885          To: jhi@iki.fi
10886          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10887          Subject: Re: Making Perl work on DYNIX/ptx
10888          Date: Tue, 10 Nov 1998 18:01:10 -0800
10889  Branch: cfgperl
10890        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10891 ____________________________________________________________________________
10892 [  2227] By: jhi                                   on 1998/11/12  11:17:42
10893     Log: Integrate from mainperl.
10894  Branch: cfgperl
10895       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
10896       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
10897       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10898       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
10899       !> win32/win32.c x2p/s2p.PL
10900 ____________________________________________________________________________
10901 [  2226] By: gsar                                  on 1998/11/11  21:05:42
10902     Log: provide -DPERL_POLLUTE
10903  Branch: perl
10904        ! embed.pl embedvar.h
10905 ____________________________________________________________________________
10906 [  2225] By: jhi                                   on 1998/11/09  07:45:12
10907     Log: From: Hans Mulder <hansm@icgroup.nl>
10908          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10909          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
10910          perl5-porters@perl.org
10911          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
10912          (UNINSTALLED)
10913          Date: Sun,  8 Nov 98 22:20:23 +0100
10914          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
10915  Branch: cfgperl
10916        ! malloc.c perl.h
10917 ____________________________________________________________________________
10918 [  2224] By: gsar                                  on 1998/11/09  03:13:14
10919     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
10920          Christoph <lupe@alanya.m.isar.de>)
10921  Branch: perl
10922        ! lib/Text/Wrap.pm
10923 ____________________________________________________________________________
10924 [  2223] By: gsar                                  on 1998/11/09  02:09:06
10925     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
10926          <lionel.fourquaux@wanadoo.fr>)
10927  Branch: perl
10928        ! x2p/s2p.PL
10929 ____________________________________________________________________________
10930 [  2222] By: gsar                                  on 1998/11/09  01:56:24
10931     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
10932          Date: Wed, 04 Nov 1998 12:19:44 +0000
10933          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
10934          Subject: [PATCH] Re: [5.005_53] read overflow? 
10935          --
10936          Date: Wed, 04 Nov 1998 13:15:18 +0000
10937          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
10938          Subject: [PATCH 5.005_53] perl -V fix
10939  Branch: perl
10940        ! perl.c regexec.c
10941 ____________________________________________________________________________
10942 [  2221] By: gsar                                  on 1998/11/09  01:34:56
10943     Log: From: jan.dubois@ibm.net (Jan Dubois)
10944          Date: Sun, 01 Nov 1998 00:05:01 +0100
10945          Message-ID: <364294bd.18052307@smtp1.ibm.net>
10946          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
10947  Branch: perl
10948        ! Changes win32/makedef.pl
10949 ____________________________________________________________________________
10950 [  2220] By: gsar                                  on 1998/11/08  21:13:07
10951     Log: integrate changes#2120,2168,2218 from maint-5.005;
10952          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
10953          enum; make regen_headers
10954  Branch: perl
10955        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
10956        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
10957 ____________________________________________________________________________
10958 [  2219] By: gsar                                  on 1998/11/08  19:42:57
10959     Log: integrate cfgperl changes into mainline
10960  Branch: perl
10961       +> README.vmesa
10962       !> Configure MANIFEST Porting/Glossary Porting/config.sh
10963       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
10964       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
10965       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
10966       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
10967       !> thread.h vms/subconfigure.com vos/config.h
10968 ____________________________________________________________________________
10969 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
10970     Log: From: Graham Barr <gbarr@ti.com>
10971          Date: Mon, 2 Nov 1998 07:38:52 -0600
10972          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
10973          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
10974  Branch: maint-5.005/perl
10975        ! ext/IPC/SysV/Msg.pm
10976 ____________________________________________________________________________
10977 [  2215] By: gsar                                  on 1998/11/08  02:52:52
10978     Log: set close-on-exec bit on pipe() FDs
10979  Branch: perl
10980        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10981 ____________________________________________________________________________
10982 [  2214] By: gsar                                  on 1998/11/08  02:27:57
10983     Log: typo in newHVhv()
10984  Branch: perl
10985        ! hv.c
10986 ____________________________________________________________________________
10987 [  2211] By: jhi                                   on 1998/11/07  21:14:18
10988     Log: Finalize the Mach CThreads support.
10989          
10990          From: Hans Mulder <hansm@icgroup.nl>
10991          Date: Sat,  7 Nov 98 22:06:20 +0100
10992          To: Gurusamy Sarathy <gsar@engin.umich.edu>
10993          Cc: jhi@iki.fi, perl5-porters@perl.org
10994          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
10995          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
10996  Branch: cfgperl
10997        ! malloc.c perl.h
10998 ____________________________________________________________________________
10999 [  2210] By: gsar                                  on 1998/11/06  20:36:50
11000     Log: fix AvREALISH bogusness
11001  Branch: perl
11002        ! av.c t/op/array.t
11003 ____________________________________________________________________________
11004 [  2209] By: jhi                                   on 1998/11/06  08:05:31
11005     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
11006          ASSERT() causes problems in {NeXTStep,OpenStep}.
11007          
11008          From: Hans Mulder <hansm@icgroup.nl>
11009          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
11010          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11011          Date: Fri,  6 Nov 98 01:27:41 +0100
11012          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
11013          
11014          and
11015          
11016          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11017          Subject: Re: ASSERT() in malloc.c
11018          To: jhi@iki.fi
11019          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
11020          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
11021  Branch: cfgperl
11022        ! malloc.c
11023 ____________________________________________________________________________
11024 [  2208] By: jhi                                   on 1998/11/06  07:55:38
11025     Log: Mach CThreads needs #include <mach/cthreads.h>.
11026  Branch: cfgperl
11027        ! perl.h
11028 ____________________________________________________________________________
11029 [  2206] By: jhi                                   on 1998/11/05  14:54:52
11030     Log: PERL_BADLANG wrongly documented.
11031          
11032          From: ts <decoux@moulon.inra.fr>
11033          To: jhi@cc.hut.fi
11034          Subject: Re: Locale warning messages
11035          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
11036          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
11037          
11038          and
11039          
11040          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11041          Subject: Re: PERL_BADLANG
11042          To: jhi@iki.fi
11043          Subject: Re: PERL_BADLANG
11044          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
11045          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
11046  Branch: cfgperl
11047        ! pod/perllocale.pod
11048 ____________________________________________________________________________
11049 [  2205] By: jhi                                   on 1998/11/05  14:24:33
11050     Log: Document all the control flow keywords in perlfunc
11051          so that "perlfunc -f while" works.
11052  Branch: cfgperl
11053        ! pod/perlfunc.pod
11054 ____________________________________________________________________________
11055 [  2204] By: jhi                                   on 1998/11/05  12:46:02
11056     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
11057          (from vos/config.h).  Update Porting/{Glossary,config*}.
11058  Branch: cfgperl
11059        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11060        ! config_h.SH vos/config.h
11061 ____________________________________________________________________________
11062 [  2203] By: jhi                                   on 1998/11/05  08:34:39
11063     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
11064  Branch: cfgperl
11065        ! hints/vmesa.sh vms/subconfigure.com
11066 ____________________________________________________________________________
11067 [  2202] By: jhi                                   on 1998/11/05  08:03:20
11068     Log: Integrate from mainperl.
11069  Branch: cfgperl
11070       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
11071       !> win32/Makefile win32/makefile.mk win32/win32.c
11072 ____________________________________________________________________________
11073 [  2201] By: gsar                                  on 1998/11/05  04:40:44
11074     Log: another POPSTACK victim
11075  Branch: perl
11076        ! cop.h sv.c
11077 ____________________________________________________________________________
11078 [  2196] By: gsar                                  on 1998/11/05  02:07:54
11079     Log: fix a location affected by change#2191, add note about POPSTACK
11080  Branch: perl
11081        ! cop.h gv.c pp_ctl.c
11082 ____________________________________________________________________________
11083 [  2195] By: gsar                                  on 1998/11/05  02:04:45
11084     Log: makefile notes
11085  Branch: perl
11086        ! win32/Makefile win32/makefile.mk
11087 ____________________________________________________________________________
11088 [  2192] By: gsar                                  on 1998/11/04  23:48:53
11089     Log: indeterminate order-of-evaluation fixes
11090  Branch: perl
11091        ! mg.c
11092 ____________________________________________________________________________
11093 [  2191] By: gsar                                  on 1998/11/04  23:02:16
11094     Log: refetch local stack pointer in POPSTACK
11095  Branch: perl
11096        ! cop.h perl.c
11097 ____________________________________________________________________________
11098 [  2190] By: jhi                                   on 1998/11/04  08:50:40
11099     Log: Configure update.
11100          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
11101          
11102          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11103          To: Martin Bligh <mbligh@sequent.com>
11104          Cc: Jarkko Hietaniemi <jhi@iki.fi>
11105          Subject: Re: Perl 5's configure on DYNIX/ptx
11106          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
11107          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
11108          
11109          find sockets also from libsocket, not just libnet.
11110          OS390: $compile_ok instead of $compile for <inttypes.h>,
11111          
11112          From: pvhp@forte.com (Peter Prymmer)
11113          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
11114          Subject: _53 not OK on os390 but looking better than ever
11115          Date: Tue, 3 Nov 98 17:33:22 PST
11116          Message-Id: <9811040133.AA09450@forte.com>
11117  Branch: cfgperl
11118        ! Configure
11119 ____________________________________________________________________________
11120 [  2189] By: jhi                                   on 1998/11/04  07:43:58
11121     Log: sysio.t failure: fix undefined order of evaluation, from
11122          
11123          From: Spider Boardman <spider@web.zk3.dec.com>
11124          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
11125          To: perlbug@perl.com
11126          Date: 4 Nov 1998 01:22:30 +0200
11127          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
11128  Branch: cfgperl
11129        ! pp_sys.c
11130 ____________________________________________________________________________
11131 [  2188] By: gsar                                  on 1998/11/04  02:59:16
11132     Log: fix return value of win32_pclose()
11133  Branch: perl
11134        ! win32/win32.c
11135 ____________________________________________________________________________
11136 [  2187] By: gsar                                  on 1998/11/04  02:56:34
11137     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
11138  Branch: perl
11139        ! Changes doop.c gv.c util.c
11140 ____________________________________________________________________________
11141 [  2186] By: jhi                                   on 1998/11/03  08:17:52
11142     Log: Document quads in pack.
11143  Branch: cfgperl
11144        ! pod/perlfunc.pod
11145 ____________________________________________________________________________
11146 [  2185] By: jhi                                   on 1998/11/03  07:49:35
11147     Log: (IV) vs (I32) vs I_V()
11148          
11149          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
11150          From: Anton Berezin <tobez@plab.ku.dk> 
11151          To: "p5p" <perl5-porters@perl.org> 
11152          Date: 01 Nov 1998 15:09:11 +0100 
11153          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
11154          
11155          and
11156          
11157          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
11158          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
11159          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
11160  Branch: cfgperl
11161        ! sv.c
11162 ____________________________________________________________________________
11163 [  2184] By: jhi                                   on 1998/11/03  07:42:46
11164     Log: VM/ESA updates.
11165  Branch: cfgperl
11166        + README.vmesa
11167        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
11168 ____________________________________________________________________________
11169 [  2183] By: jhi                                   on 1998/11/02  12:58:13
11170     Log: The id(1)-parsing is real fun.
11171  Branch: cfgperl
11172        ! t/op/groups.t
11173 ____________________________________________________________________________
11174 [  2182] By: jhi                                   on 1998/11/02  12:07:43
11175     Log: Decommission the symlink test.
11176  Branch: cfgperl
11177        ! t/op/lex_assign.t
11178 ____________________________________________________________________________
11179 [  2181] By: jhi                                   on 1998/11/02  12:03:08
11180     Log: Replace ATTR_JOINABLE with true Configure probe
11181          for PTHREAD_CREATE_JOINABLE (or equivalent:
11182          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
11183          Remove ATTR_JOINABLE itself: Thread.xs uses
11184          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
11185          
11186          Really scan for <mach/cthreads.h> only if usethreads.
11187  Branch: cfgperl
11188        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
11189 ____________________________________________________________________________
11190 [  2180] By: jhi                                   on 1998/11/02  11:07:34
11191     Log: In HP-UX 10.X usethreads only if the required files are present.
11192  Branch: cfgperl
11193        ! hints/hpux.sh
11194 ____________________________________________________________________________
11195 [  2179] By: jhi                                   on 1998/11/02  09:10:33
11196     Log: Prefer groups(1).
11197          id -Gn can be broken.
11198          id -a can save the day.
11199  Branch: cfgperl
11200        ! t/op/groups.t
11201 ____________________________________________________________________________
11202 [  2178] By: jhi                                   on 1998/11/02  08:35:29
11203     Log: Detrail enum comma.
11204  Branch: cfgperl
11205        ! perl.h
11206 ____________________________________________________________________________
11207 [  2177] By: jhi                                   on 1998/11/02  08:24:12
11208     Log: 0**0 = 1, from
11209          
11210          From: d-lewart@uiuc.edu (Daniel S. Lewart)
11211          Subject: Math::Complex 0**0 patches
11212          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
11213          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
11214          To: jhi@iki.fi (Jarkko Hietaniemi),
11215          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
11216  Branch: cfgperl
11217        ! lib/Math/Complex.pm t/lib/complex.t
11218 ____________________________________________________________________________
11219 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
11220     Log: From: jan.dubois@ibm.net (Jan Dubois)   
11221          Date: Fri, 09 Oct 1998 23:28:31 +0200
11222          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
11223          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
11224  Branch: maint-5.005/perl
11225        ! XSUB.h
11226 ____________________________________________________________________________
11227 [  2164] By: jhi                                   on 1998/10/31  15:50:02
11228     Log: Integrate from mainperl.
11229  Branch: cfgperl
11230       +> t/op/lex_assign.t
11231       !> (integrate 45 files)
11232
11233 ----------------
11234 Version 5.005_53
11235 ----------------
11236
11237 ____________________________________________________________________________
11238 [  2163] By: gsar                                  on 1998/10/31  11:31:12
11239     Log: bump patchlevel; other minor fixes for clean build and test on
11240          Solaris and win32
11241  Branch: perl
11242        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
11243        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
11244        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
11245        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11246        ! x2p/a2p.c
11247 ____________________________________________________________________________
11248 [  2162] By: gsar                                  on 1998/10/31  09:40:31
11249     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11250          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
11251          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
11252          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
11253  Branch: perl
11254        ! pp.h
11255 ____________________________________________________________________________
11256 [  2161] By: gsar                                  on 1998/10/31  09:39:13
11257     Log: From: Albert Dvornik <bert@genscan.com>
11258          Date: 30 Oct 1998 17:50:04 -0500
11259          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
11260          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
11261  Branch: perl
11262        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
11263 ____________________________________________________________________________
11264 [  2160] By: gsar                                  on 1998/10/31  09:35:03
11265     Log: fix for bugs in -x mode
11266          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11267          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
11268          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
11269          Subject: [PATCH 5.00552] Fix h2xs
11270  Branch: perl
11271        ! utils/h2xs.PL
11272 ____________________________________________________________________________
11273 [  2159] By: gsar                                  on 1998/10/31  09:31:36
11274     Log: Data::Dumper update
11275  Branch: perl
11276        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
11277        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
11278 ____________________________________________________________________________
11279 [  2153] By: gsar                                  on 1998/10/30  21:40:09
11280     Log: add testsuite portion of patch
11281          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11282          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
11283          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
11284          Subject: [PATCH 5.00321 ;-)] 87% speedup
11285  Branch: perl
11286        + t/op/lex_assign.t
11287        ! MANIFEST
11288 ____________________________________________________________________________
11289 [  2152] By: gsar                                  on 1998/10/30  21:08:11
11290     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
11291  Branch: perl
11292        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
11293 ____________________________________________________________________________
11294 [  2151] By: gsar                                  on 1998/10/30  20:18:09
11295     Log: From: Mark-Jason Dominus <mjd@plover.com>
11296          Date: Fri, 30 Oct 1998 14:24:23 EST
11297          Message-Id: <19981030192423.27276.qmail@plover.com>
11298          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
11299  Branch: perl
11300        ! x2p/walk.c
11301 ____________________________________________________________________________
11302 [  2150] By: gsar                                  on 1998/10/30  20:08:57
11303     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11304          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
11305          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
11306          Subject: [PATCH 5.00552] Overloaded <> and deref again
11307  Branch: perl
11308        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
11309        ! t/pragma/overload.t toke.c
11310 ____________________________________________________________________________
11311 [  2149] By: gsar                                  on 1998/10/30  19:38:15
11312     Log: From: Roderick Schertler <roderick@argon.org>
11313          Date: Thu, 29 Oct 1998 14:50:18 -0500
11314          Message-ID: <17625.909690618@eeyore.ibcinc.com>
11315          Subject: patch for daemonization docs in perlipc
11316  Branch: perl
11317        ! pod/perlipc.pod
11318 ____________________________________________________________________________
11319 [  2148] By: gsar                                  on 1998/10/30  19:36:07
11320     Log: From: Anton Berezin <tobez@plab.ku.dk>
11321          Date: 29 Oct 1998 17:06:25 +0100
11322          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
11323          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
11324  Branch: perl
11325        ! win32/win32.c
11326 ____________________________________________________________________________
11327 [  2147] By: gsar                                  on 1998/10/30  19:31:37
11328     Log: tweaked version of suggested patch
11329          From: Anton Berezin <tobez@plab.ku.dk>
11330          Date: 29 Oct 1998 14:48:54 +0100
11331          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
11332          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
11333  Branch: perl
11334        ! win32/win32.c
11335 ____________________________________________________________________________
11336 [  2146] By: gsar                                  on 1998/10/30  19:03:50
11337     Log: hand-apply whitespace-mutiliated patch
11338          From: "vishal bhatia" <vishalb@hotmail.com>
11339          Date: Wed, 28 Oct 1998 23:45:32 PST
11340          Message-ID: <19981029074534.2334.qmail@hotmail.com>
11341          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
11342  Branch: perl
11343        ! ext/B/B/C.pm ext/B/B/CC.pm
11344 ____________________________________________________________________________
11345 [  2145] By: gsar                                  on 1998/10/30  18:46:58
11346     Log: remaining PL_foo stragglers
11347  Branch: perl
11348        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
11349        ! op.h os2/os2.c vms/gen_shrfls.pl
11350 ____________________________________________________________________________
11351 [  2144] By: gsar                                  on 1998/10/30  17:38:36
11352     Log: integrate cfgperl tweaks into mainline
11353  Branch: perl
11354       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
11355       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11356 ____________________________________________________________________________
11357 [  2143] By: jhi                                   on 1998/10/30  13:27:39
11358     Log: There can be multiple yacc/bison errors.
11359  Branch: cfgperl
11360        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11361 ____________________________________________________________________________
11362 [  2142] By: jhi                                   on 1998/10/30  13:18:43
11363     Log: README.posix-bc update.
11364  Branch: cfgperl
11365        ! README.posix-bc
11366 ____________________________________________________________________________
11367 [  2141] By: jhi                                   on 1998/10/30  09:12:59
11368     Log: #2133 fallout.
11369  Branch: cfgperl
11370        ! doio.c ext/POSIX/POSIX.xs
11371 ____________________________________________________________________________
11372 [  2140] By: jhi                                   on 1998/10/30  08:43:18
11373     Log: Integrate from mainperl.
11374  Branch: cfgperl
11375       +> globvar.sym pp.sym
11376        - objpp.h thread.sym
11377       !> (integrate 61 files)
11378 ____________________________________________________________________________
11379 [  2133] By: gsar                                  on 1998/10/30  02:51:39
11380     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
11381          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
11382          should soon be automated also; the global variables that
11383          escaped the PL_foo conversion are now reined in; renamed
11384          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
11385          type of same name; duplicated lists of pp_things in various
11386          places is now gone; result has only been tested on win32
11387  Branch: perl
11388        + globvar.sym pp.sym
11389        - objpp.h thread.sym
11390        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
11391        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
11392        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
11393        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
11394        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
11395        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
11396        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
11397        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
11398        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11399        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11400        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
11401 ____________________________________________________________________________
11402 [  2130] By: jhi                                   on 1998/10/29  15:31:26
11403     Log: Pure bison yylex() proto was broken.
11404  Branch: cfgperl
11405        ! proto.h
11406 ____________________________________________________________________________
11407 [  2126] By: jhi                                   on 1998/10/29  08:35:54
11408     Log: Integrate mainperl.
11409  Branch: cfgperl
11410       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11411       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
11412       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
11413       !> t/pragma/warn/doio toke.c win32/makefile.mk
11414 ____________________________________________________________________________
11415 [  2125] By: jhi                                   on 1998/10/29  08:32:38
11416     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
11417  Branch: cfgperl
11418        ! Makefile.SH
11419 ____________________________________________________________________________
11420 [  2124] By: jhi                                   on 1998/10/29  08:06:44
11421     Log: EBCDIC Makefile.SH tuneup.
11422  Branch: cfgperl
11423        ! Makefile.SH
11424 ____________________________________________________________________________
11425 [  2119] By: gsar                                  on 1998/10/28  23:24:04
11426     Log: remove doubled hunk from integration
11427  Branch: perl
11428        ! pp.c
11429 ____________________________________________________________________________
11430 [  2118] By: gsar                                  on 1998/10/28  22:03:31
11431     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11432          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
11433          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
11434          Subject: [PATCH 5.00552] Minor debugger tweaks
11435  Branch: perl
11436        ! lib/perl5db.pl
11437 ____________________________________________________________________________
11438 [  2117] By: gsar                                  on 1998/10/28  22:02:30
11439     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11440          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
11441          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
11442          Subject: [PATCH 5.00552] Make sort respect overloading
11443  Branch: perl
11444        ! pp_ctl.c proto.h t/pragma/overload.t
11445 ____________________________________________________________________________
11446 [  2116] By: gsar                                  on 1998/10/28  21:51:11
11447     Log: MM patches from Ilya Zakharevich
11448          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
11449          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
11450          Subject: [PATCH 5.00552] Make MakeMaker more verbose
11451          --
11452          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
11453          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
11454          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
11455  Branch: perl
11456        ! lib/ExtUtils/MakeMaker.pm
11457 ____________________________________________________________________________
11458 [  2115] By: gsar                                  on 1998/10/28  21:46:19
11459     Log: add explicit references to perl source path in ld2 and gcc2
11460  Branch: perl
11461        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11462 ____________________________________________________________________________
11463 [  2114] By: gsar                                  on 1998/10/28  21:39:56
11464     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11465          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
11466          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
11467          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
11468  Branch: perl
11469        ! INSTALL
11470 ____________________________________________________________________________
11471 [  2113] By: gsar                                  on 1998/10/28  21:21:16
11472     Log: integrate cfgperl into mainline
11473  Branch: perl
11474       +> t/op/filetest.t
11475       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
11476       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
11477       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11478       !> thread.h toke.c vmesa/Makefile
11479 ____________________________________________________________________________
11480 [  2112] By: gsar                                  on 1998/10/28  21:14:18
11481     Log: minor cleanup
11482  Branch: perl
11483        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
11484 ____________________________________________________________________________
11485 [  2111] By: gsar                                  on 1998/10/28  18:52:10
11486     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
11487  Branch: perl
11488        ! toke.c
11489 ____________________________________________________________________________
11490 [  2110] By: jhi                                   on 1998/10/28  15:07:54
11491     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
11492  Branch: cfgperl
11493        ! Makefile.SH
11494 ____________________________________________________________________________
11495 [  2109] By: jhi                                   on 1998/10/28  13:39:54
11496     Log: a2p.y needs to generate also y.tab.h.
11497  Branch: cfgperl
11498        ! Makefile.SH
11499 ____________________________________________________________________________
11500 [  2108] By: jhi                                   on 1998/10/28  10:33:36
11501     Log: The "parse error" must be converted to "syntax error",
11502          just matching it aint' enough.
11503  Branch: cfgperl
11504        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11505        ! t/pragma/warning.t
11506 ____________________________________________________________________________
11507 [  2107] By: jhi                                   on 1998/10/28  10:23:05
11508     Log: Regen sig_n{ame,umber}* if slightest doubt.
11509  Branch: cfgperl
11510        ! Configure
11511 ____________________________________________________________________________
11512 [  2106] By: jhi                                   on 1998/10/28  08:44:49
11513     Log: Bison says 'parse error', not 'parser error'.
11514  Branch: cfgperl
11515        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11516        ! t/pragma/warning.t
11517 ____________________________________________________________________________
11518 [  2105] By: jhi                                   on 1998/10/28  08:42:09
11519     Log: yylex() parametrization.
11520  Branch: cfgperl
11521        ! proto.h toke.c
11522 ____________________________________________________________________________
11523 [  2104] By: jhi                                   on 1998/10/28  08:25:09
11524     Log: Bring in #2102.
11525  Branch: cfgperl
11526        ! pp.c
11527 ____________________________________________________________________________
11528 [  2103] By: jhi                                   on 1998/10/28  08:22:04
11529     Log: From: Dominic Dunlop <domo@vo.lu>
11530          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
11531          Date: 27 Oct 1998 20:47:25 +0200
11532          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
11533  Branch: cfgperl
11534        ! t/op/groups.t
11535 ____________________________________________________________________________
11536 [  2102] By: larry                                 on 1998/10/27  18:58:55
11537     Log: utf8 change to quotemeta broke EBCDIC
11538  Branch: perl
11539        ! pp.c
11540 ____________________________________________________________________________
11541 [  2101] By: jhi                                   on 1998/10/27  12:55:34
11542     Log: $Config{sig_num_init}.
11543          Also, a new approach to the 'pthreads-created-joinable': drop
11544          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
11545          directly. (See also #2096).
11546  Branch: cfgperl
11547        ! Configure config_h.SH
11548 ____________________________________________________________________________
11549 [  2100] By: jhi                                   on 1998/10/27  10:48:55
11550     Log: Regenerated perly_c.diff.
11551  Branch: cfgperl
11552        ! perly_c.diff
11553 ____________________________________________________________________________
11554 [  2099] By: jhi                                   on 1998/10/27  08:42:25
11555     Log: First the mangler was Netscape, then it was me.
11556  Branch: cfgperl
11557        ! vmesa/Makefile
11558 ____________________________________________________________________________
11559 [  2098] By: jhi                                   on 1998/10/27  08:34:40
11560     Log: `id -Gn` might be available where `groups` is not.
11561  Branch: cfgperl
11562        ! t/op/groups.t
11563 ____________________________________________________________________________
11564 [  2097] By: jhi                                   on 1998/10/27  08:05:17
11565     Log: Netscape had mangled the tabs.
11566  Branch: cfgperl
11567        ! vmesa/Makefile
11568 ____________________________________________________________________________
11569 [  2096] By: jhi                                   on 1998/10/27  08:03:05
11570     Log: ATTR_JOINABLE logic, based on (private email)
11571          
11572          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11573          Subject: Some little diffs
11574          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
11575          Date: Tue, 27 Oct 1998 13:44:42 +1300
11576  Branch: cfgperl
11577        ! thread.h
11578 ____________________________________________________________________________
11579 [  2095] By: jhi                                   on 1998/10/27  07:56:57
11580     Log: Mach cthreads support based on:
11581          
11582          From: brie@corp.home.net (Brian Harrison)
11583          Subject: perl5.005_02 patch for mthreads
11584          To: perl5-porters@perl.org
11585          Date: 24 Oct 1998 01:01:55 +0300
11586          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
11587          
11588          Pthread yield probe (dejavu)
11589          Cosmetic nanochange for the union semun output.
11590          Better inttypes.h probe.
11591          Undo the 'void *' $selecttype probe from #1971 because
11592          it breaks the $selectminbits test.
11593  Branch: cfgperl
11594        ! Configure config_h.SH perl.h thread.h
11595 ____________________________________________________________________________
11596 [  2094] By: jhi                                   on 1998/10/26  13:02:07
11597     Log: Also posix-bc wants to reyacc.
11598  Branch: cfgperl
11599        ! Makefile.SH
11600 ____________________________________________________________________________
11601 [  2093] By: jhi                                   on 1998/10/26  10:17:21
11602     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
11603          5_02 and really breaking things in non-ASCII worlds.
11604  Branch: cfgperl
11605        ! pp.c
11606 ____________________________________________________________________________
11607 [  2092] By: jhi                                   on 1998/10/26  09:08:00
11608     Log: More robustness.
11609  Branch: cfgperl
11610        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11611        ! t/pragma/warning.t
11612 ____________________________________________________________________________
11613 [  2091] By: jhi                                   on 1998/10/26  08:47:32
11614     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
11615          Bison really wants YYLEX_PARAM.
11616  Branch: cfgperl
11617        ! perly.y proto.h toke.c
11618 ____________________________________________________________________________
11619 [  2090] By: jhi                                   on 1998/10/26  08:21:25
11620     Log: s/YYLEX_PARAM/YYLEXPARAM/
11621  Branch: cfgperl
11622        ! perly.y
11623 ____________________________________________________________________________
11624 [  2089] By: jhi                                   on 1998/10/26  08:17:33
11625     Log: Indicate skipped subtests.
11626  Branch: cfgperl
11627        ! t/io/pipe.t
11628 ____________________________________________________________________________
11629 [  2088] By: jhi                                   on 1998/10/26  08:11:36
11630     Log: Integrate from mainperl.
11631  Branch: cfgperl
11632       !> (integrate 54 files)
11633 ____________________________________________________________________________
11634 [  2087] By: jhi                                   on 1998/10/26  08:08:02
11635     Log: Add test for filetests.
11636  Branch: cfgperl
11637        + t/op/filetest.t
11638        ! MANIFEST
11639 ____________________________________________________________________________
11640 [  2086] By: gsar                                  on 1998/10/26  02:44:44
11641     Log: various win32 tweaks; disable new xs_cpp section (it creates
11642          ambiguous inference graph for %.xs --> %.o)
11643  Branch: perl
11644        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
11645        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
11646        ! win32/config.gc win32/config_H.gc win32/makedef.pl
11647        ! win32/makefile.mk win32/win32.h
11648 ____________________________________________________________________________
11649 [  2085] By: gsar                                  on 1998/10/26  00:50:02
11650     Log: sanity-check $Config{drand01} in rand.t
11651  Branch: perl
11652        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
11653        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11654 ____________________________________________________________________________
11655 [  2078] By: gsar                                  on 1998/10/25  10:22:04
11656     Log: update win32/config*.?c
11657  Branch: perl
11658        ! Changes win32/config.bc win32/config.gc win32/config.vc
11659        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11660 ____________________________________________________________________________
11661 [  2077] By: gsar                                  on 1998/10/25  08:39:25
11662     Log: From: Graham Barr <gbarr@pobox.com>
11663          Date: Sat, 24 Oct 1998 21:45:50 -0500
11664          Message-ID: <19981024214550.C508@pobox.com>
11665          Subject: Re: die with a reference  should use overload "" operator
11666  Branch: perl
11667        ! pp_ctl.c
11668 ____________________________________________________________________________
11669 [  2076] By: gsar                                  on 1998/10/25  08:37:49
11670     Log: From: Graham Barr <gbarr@pobox.com>
11671          Date: Sat, 24 Oct 1998 12:45:21 -0500
11672          Message-ID: <19981024124521.C512@pobox.com>
11673          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
11674  Branch: perl
11675        ! sv.c
11676 ____________________________________________________________________________
11677 [  2075] By: gsar                                  on 1998/10/25  08:24:09
11678     Log: fix C<print $n += 5;> etc.
11679  Branch: perl
11680        ! toke.c
11681 ____________________________________________________________________________
11682 [  2074] By: gsar                                  on 1998/10/25  08:12:28
11683     Log: list builtins with portability caveats
11684          From: Jarkko Hietaniemi <jhi@iki.fi>
11685          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
11686          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
11687          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
11688  Branch: perl
11689        ! pod/perlfunc.pod
11690 ____________________________________________________________________________
11691 [  2073] By: gsar                                  on 1998/10/25  07:55:43
11692     Log: fix stack overrun in file test operators
11693  Branch: perl
11694        ! pp_sys.c
11695 ____________________________________________________________________________
11696 [  2072] By: gsar                                  on 1998/10/25  07:29:45
11697     Log: implement C<goto &func> and other fixes (via private mail)
11698          From:    "vishal bhatia" <vishalb@hotmail.com>
11699          Date:    Wed, 21 Oct 1998 22:59:03 PDT
11700          Message-Id: <19981022055904.20083.qmail@hotmail.com>
11701          Subject: [PATCH 5.005_52] More fixes for B
11702  Branch: perl
11703        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11704 ____________________________________________________________________________
11705 [  2071] By: gsar                                  on 1998/10/25  07:14:41
11706     Log: From: Graham Barr <gbarr@pobox.com>
11707          Date: Sat, 17 Oct 1998 20:42:41 -0500
11708          Message-ID: <19981017204241.G510@pobox.com>
11709          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
11710  Branch: perl
11711        ! pp_ctl.c
11712 ____________________________________________________________________________
11713 [  2070] By: gsar                                  on 1998/10/25  07:07:29
11714     Log: avoid bogus line number in XSUB redefined warnings
11715  Branch: perl
11716        ! op.c
11717 ____________________________________________________________________________
11718 [  2069] By: gsar                                  on 1998/10/25  06:59:03
11719     Log: From: Martijn Koster <mak@excitecorp.com>
11720          Date: Wed, 21 Oct 1998 13:12:03 +0100
11721          Message-ID: <19981021131203.A15661@excitecorp.com>
11722          Subject: File::Path::mkpath reports the wrong error
11723  Branch: perl
11724        ! lib/File/Path.pm
11725 ____________________________________________________________________________
11726 [  2068] By: gsar                                  on 1998/10/25  06:54:43
11727     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
11728          Date: Tue, 20 Oct 1998 20:52:20 -0500
11729          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
11730          Subject: Exporter.pm's export_to_level() argument handling buggy
11731  Branch: perl
11732        ! lib/Exporter.pm
11733 ____________________________________________________________________________
11734 [  2067] By: gsar                                  on 1998/10/25  06:50:19
11735     Log: From: jan.dubois@ibm.net (Jan Dubois)
11736          Date: Wed, 21 Oct 1998 00:55:51 +0200
11737          Message-ID: <36380269.55370608@smtp1.ibm.net>
11738          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
11739  Branch: perl
11740        ! ext/DynaLoader/DynaLoader_pm.PL
11741 ____________________________________________________________________________
11742 [  2066] By: gsar                                  on 1998/10/25  06:48:19
11743     Log: recognize '%' as a shell metachar for win32
11744          From: jan.dubois@ibm.net (Jan Dubois)
11745          Date: Tue, 20 Oct 1998 21:57:35 +0200
11746          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
11747          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
11748  Branch: perl
11749        ! win32/win32.c
11750 ____________________________________________________________________________
11751 [  2065] By: gsar                                  on 1998/10/25  06:46:30
11752     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
11753  Branch: perl
11754        ! sv.c
11755 ____________________________________________________________________________
11756 [  2064] By: gsar                                  on 1998/10/25  06:45:09
11757     Log: From: Gisle Aas <gisle@aas.no>
11758          Date: 20 Oct 1998 14:24:44 +0200
11759          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
11760          Subject: ord() and unpack("U*",...) should not be negative
11761  Branch: perl
11762        ! pp.c
11763 ____________________________________________________________________________
11764 [  2063] By: gsar                                  on 1998/10/25  06:42:29
11765     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11766          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
11767          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
11768          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
11769  Branch: perl
11770        ! os2/os2.c
11771 ____________________________________________________________________________
11772 [  2062] By: gsar                                  on 1998/10/25  06:41:26
11773     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11774          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
11775          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
11776          Subject: [PATCH 5.005_*] Speed up aassign
11777  Branch: perl
11778        ! pp_hot.c
11779 ____________________________________________________________________________
11780 [  2061] By: gsar                                  on 1998/10/25  06:39:04
11781     Log: From: Graham Barr <gbarr@pobox.com>
11782          Date: Sat, 17 Oct 1998 22:22:02 -0500
11783          Message-ID: <19981017222202.J510@pobox.com>
11784          Subject: Re: '*' prototype does not allow bareword with strict
11785  Branch: perl
11786        ! toke.c
11787 ____________________________________________________________________________
11788 [  2060] By: gsar                                  on 1998/10/25  06:37:34
11789     Log: handle '::' in section names properly
11790          From: Graham Barr <gbarr@pobox.com>
11791          Date: Sat, 17 Oct 1998 12:57:54 -0500
11792          Message-ID: <19981017125754.C510@pobox.com>
11793          Subject: Re: pod2html
11794  Branch: perl
11795        ! lib/Pod/Html.pm
11796 ____________________________________________________________________________
11797 [  2059] By: gsar                                  on 1998/10/25  06:33:43
11798     Log: integrate changes#1982,2014,2021 (from maint-5.005)
11799  Branch: perl
11800       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
11801       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
11802 ____________________________________________________________________________
11803 [  2058] By: gsar                                  on 1998/10/25  05:44:17
11804     Log: allow more win32 symbol exports (suggested by Jan Dubois)
11805  Branch: perl
11806        ! win32/makedef.pl
11807 ____________________________________________________________________________
11808 [  2057] By: gsar                                  on 1998/10/25  05:40:40
11809     Log: integrate change#2053 from maint-5.005
11810  Branch: perl
11811       !> cop.h t/cmd/while.t
11812 ____________________________________________________________________________
11813 [  2056] By: gsar                                  on 1998/10/25  05:16:41
11814     Log: commented version of a patch suggested by Drago Goricanec
11815          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11816          Date: 16 Oct 1998 15:24:45 +0300
11817          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
11818          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
11819  Branch: perl
11820        ! pp_sys.c
11821 ____________________________________________________________________________
11822 [  2055] By: gsar                                  on 1998/10/25  05:11:03
11823     Log: include eof() in description of buffering caveats
11824          From: Anton Berezin <tobez@plab.ku.dk>
11825          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
11826          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
11827          Subject: [DOCPATCH] pod/perlfunc.pod
11828  Branch: perl
11829        ! pod/perlfunc.pod
11830 ____________________________________________________________________________
11831 [  2054] By: gsar                                  on 1998/10/25  05:07:42
11832     Log: disallow 'x' in hex numbers (except leading '0x')
11833          From: Gisle Aas <gisle@aas.no>
11834          Date: 16 Oct 1998 16:33:12 +0200
11835          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
11836          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
11837  Branch: perl
11838        ! perlvars.h t/op/oct.t util.c
11839 ____________________________________________________________________________
11840 [  2052] By: gsar                                  on 1998/10/25  04:49:04
11841     Log: avoid the circular refcnt logic in magic_mutexfree()
11842  Branch: perl
11843        ! mg.c pp.c pp_hot.c
11844 ____________________________________________________________________________
11845 [  2051] By: gsar                                  on 1998/10/25  04:35:07
11846     Log: properly restore PL_rsfp_filters after require
11847  Branch: perl
11848        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
11849        ! scope.h
11850 ____________________________________________________________________________
11851 [  2050] By: gsar                                  on 1998/10/25  02:42:32
11852     Log: integrate cfgperl changes back into mainline
11853  Branch: perl
11854       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
11855       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11856       !> (integrate 33 files)
11857 ____________________________________________________________________________
11858 [  2049] By: gsar                                  on 1998/10/25  01:30:48
11859     Log: avoid "mysterious" compile-time failures without messages
11860  Branch: perl
11861        ! gv.c
11862 ____________________________________________________________________________
11863 [  2041] By: gsar                                  on 1998/10/23  21:11:56
11864     Log: checkin jpl under //depot/perlext/jpl/...
11865  Branch: perlext
11866        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
11867        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
11868        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
11869        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
11870        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
11871        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
11872        + jpl/PerlInterpreter/Makefile.PL
11873        + jpl/PerlInterpreter/PerlInterpreter.c
11874        + jpl/PerlInterpreter/PerlInterpreter.h
11875        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
11876        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
11877        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
11878        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
11879        + jpl/get_jdk/jdk_hosts jpl/install-jpl
11880 ____________________________________________________________________________
11881 [  2040] By: larry                                 on 1998/10/23  19:31:42
11882     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
11883  Branch: perl
11884        ! pp.c
11885 ____________________________________________________________________________
11886 [  2039] By: larry                                 on 1998/10/23  18:48:34
11887     Log: tr///d does not seem to work
11888  Branch: perl
11889        ! lib/utf8_heavy.pl
11890 ____________________________________________________________________________
11891 [  2038] By: larry                                 on 1998/10/23  18:00:41
11892     Log: Program with utf8 identifiers fails to compile
11893  Branch: perl
11894        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
11895 ____________________________________________________________________________
11896 [  2037] By: jhi                                   on 1998/10/23  14:04:51
11897     Log: Test suite portability:
11898          - posix-bc does not write to broken pipes
11899          - filehand #11 only iff we have fork
11900          - warning.t can now match $expected using regular expressions
11901  Branch: cfgperl
11902        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
11903        ! t/pragma/warning.t
11904 ____________________________________________________________________________
11905 [  2036] By: jhi                                   on 1998/10/23  12:12:07
11906     Log: yacc clarification.
11907  Branch: cfgperl
11908        ! README.posix-bc
11909 ____________________________________________________________________________
11910 [  2035] By: jhi                                   on 1998/10/23  12:09:59
11911     Log: Some C compilers get upset about 8-bit characters in /* comments. */
11912  Branch: cfgperl
11913        ! mg.c
11914 ____________________________________________________________________________
11915 [  2034] By: jhi                                   on 1998/10/22  09:11:52
11916     Log: Configure update: both for pthread_yield more robust
11917          testing (all variants of pthread_attr_getdetachstate()) --
11918          and because Configure was broken in major way! About 1000
11919          last lines were truncated.
11920  Branch: cfgperl
11921        ! Configure
11922 ____________________________________________________________________________
11923 [  2033] By: jhi                                   on 1998/10/22  07:47:10
11924     Log: DJGPP feedback for #2028.
11925  Branch: cfgperl
11926        ! thread.h
11927 ____________________________________________________________________________
11928 [  2032] By: jhi                                   on 1998/10/21  13:03:57
11929     Log: yielding, the saga continues.
11930  Branch: cfgperl
11931        ! Configure config_h.SH
11932       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
11933       !> t/op/goto.t t/pragma/constant.t
11934 ____________________________________________________________________________
11935 [  2031] By: jhi                                   on 1998/10/21  09:15:42
11936     Log: VM/ESA feedback for #2028.
11937  Branch: cfgperl
11938        ! Configure config_h.SH thread.h
11939 ____________________________________________________________________________
11940 [  2030] By: gsar                                  on 1998/10/21  04:22:53
11941     Log: fix handling of mayhaps-extended @_ in goto &sub
11942  Branch: perl
11943        ! av.c pp_ctl.c t/op/goto.t
11944 ____________________________________________________________________________
11945 [  2029] By: gsar                                  on 1998/10/21  00:54:14
11946     Log: restore sanity to "constant" references
11947  Branch: perl
11948        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
11949 ____________________________________________________________________________
11950 [  2028] By: jhi                                   on 1998/10/20  15:01:20
11951     Log: OLD_PTHREADS_API reorganizing.
11952  Branch: cfgperl
11953        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
11954        ! vmesa/vmesaish.h
11955 ____________________________________________________________________________
11956 [  2027] By: jhi                                   on 1998/10/20  14:14:51
11957     Log: #2026 fallout.
11958  Branch: cfgperl
11959        ! Makefile.SH
11960 ____________________________________________________________________________
11961 [  2026] By: jhi                                   on 1998/10/20  11:47:21
11962     Log: VM/ESA update.
11963  Branch: cfgperl
11964        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
11965 ____________________________________________________________________________
11966 [  2025] By: jhi                                   on 1998/10/20  08:20:56
11967     Log: 64-bitness, based on
11968          
11969          From: Scott Henry <scotth@sgi.com>
11970          To: perl-64bit@perl.org
11971          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
11972          Subject: Re: Configure problems/questions...
11973          Date: 19 Oct 1998 22:38:06 -0700
11974  Branch: cfgperl
11975        ! hints/irix_6.sh perl.h
11976 ____________________________________________________________________________
11977 [  2024] By: jhi                                   on 1998/10/20  08:09:07
11978     Log: Add lseeksize.
11979  Branch: cfgperl
11980        ! config_h.SH
11981 ____________________________________________________________________________
11982 [  2023] By: jhi                                   on 1998/10/20  08:08:33
11983     Log: Mumble about _yields() only when threaded.
11984  Branch: cfgperl
11985        ! Configure
11986 ____________________________________________________________________________
11987 [  2022] By: jhi                                   on 1998/10/20  07:46:26
11988     Log: Thinko at PTHREADS_CREATED_JOINABLE.
11989  Branch: cfgperl
11990        ! thread.h
11991 ____________________________________________________________________________
11992 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
11993     Log: From: Chip Salzenberg <chip@perlsupport.com>
11994          Date: Tue, 6 Oct 1998 13:33:05 -0400
11995          Message-ID: <19981006133305.A2348@perlsupport.com>
11996          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
11997  Branch: maint-5.005/perl
11998        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
11999        ! t/op/tie.t
12000 ____________________________________________________________________________
12001 [  2020] By: jhi                                   on 1998/10/19  09:15:53
12002     Log: YIELD more robustly.
12003  Branch: cfgperl
12004        ! thread.h
12005 ____________________________________________________________________________
12006 [  2019] By: jhi                                   on 1998/10/19  08:48:33
12007     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
12008          the 'new' one (just like DJGPP, it seems).
12009  Branch: cfgperl
12010        ! thread.h
12011 ____________________________________________________________________________
12012 [  2018] By: jhi                                   on 1998/10/19  07:02:44
12013     Log: vmesaish.h doesn't exclude unixish.h.
12014  Branch: cfgperl
12015        ! perl.h
12016 ____________________________________________________________________________
12017 [  2017] By: jhi                                   on 1998/10/19  06:44:19
12018     Log: 1<<$randbits is not good for randbits=48.
12019  Branch: cfgperl
12020        ! t/op/rand.t
12021 ____________________________________________________________________________
12022 [  2016] By: jhi                                   on 1998/10/19  06:39:47
12023     Log: Make #2012 glob pattern more portable.
12024  Branch: cfgperl
12025        ! Makefile.SH
12026 ____________________________________________________________________________
12027 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
12028     Log: Fix POSIX::sigprocmask not to check type of $old parameter
12029          as it is output only
12030  Branch: maint-5.005/perl
12031        ! ext/POSIX/POSIX.xs
12032 ____________________________________________________________________________
12033 [  2012] By: jhi                                   on 1998/10/17  15:04:23
12034     Log: clean numbered core dumps and t/tmp[0-9]*.
12035  Branch: cfgperl
12036        ! Makefile.SH
12037 ____________________________________________________________________________
12038 [  2011] By: jhi                                   on 1998/10/17  14:59:15
12039     Log: More robust yacc/bison failure output handling.
12040  Branch: cfgperl
12041        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
12042 ____________________________________________________________________________
12043 [  2010] By: jhi                                   on 1998/10/17  14:51:05
12044     Log: BC2000 POSIX update.
12045  Branch: cfgperl
12046        ! MANIFEST
12047 ____________________________________________________________________________
12048 [  2009] By: jhi                                   on 1998/10/17  14:49:46
12049     Log: POSIX BC2000 port from perl-mvs:
12050          
12051          Subject: Ported perl 5.005.02 to BS2000 / POSIX
12052          From: Dorner Thomas <Thomas.Dorner@start.de> 
12053          Date: Tue, 29 Sep 1998 13:29:36 +0100 
12054          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
12055  Branch: cfgperl
12056        + README.posix-bc hints/posix-bc.sh
12057        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
12058        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
12059        ! unixish.h
12060 ____________________________________________________________________________
12061 [  2008] By: jhi                                   on 1998/10/17  14:07:49
12062     Log: VM/ESA-update.
12063  Branch: cfgperl
12064        ! MANIFEST
12065 ____________________________________________________________________________
12066 [  2007] By: jhi                                   on 1998/10/17  13:55:34
12067     Log: Forgot few S_I* imports.
12068  Branch: cfgperl
12069        ! t/lib/ipc_sysv.t
12070 ____________________________________________________________________________
12071 [  2006] By: jhi                                   on 1998/10/17  13:43:54
12072     Log: The VM/ESA port essentials, based on
12073          
12074          perl-mvs:
12075          
12076          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12077          Subject: Re: Can't find Data/Dumper.pm
12078          Date: Mon, 28 Sep 1998 07:40:49 +1300
12079          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
12080          
12081          private email:
12082          
12083          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12084          Subject: Re: Perl thread problems in VM/ESA
12085          Date: Thu, 15 Oct 1998 07:18:35 +1300
12086          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
12087          
12088          and private email:
12089          
12090          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
12091          Subject:  perl archive
12092          Date:  Sun, 11 Oct 1998 19:28:54 EDT
12093          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
12094          which gave a pointer to
12095          
12096          http://pucc.princeton.edu/~neale/perl.tar
12097          
12098          (based on Perl 5.005_51)
12099  Branch: cfgperl
12100        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
12101        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
12102        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
12103        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
12104 ____________________________________________________________________________
12105 [  2005] By: jhi                                   on 1998/10/17  13:17:19
12106     Log: Integrate mainperl.
12107  Branch: cfgperl
12108       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
12109       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12110       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
12111       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
12112       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
12113       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
12114       !> win32/makefile.mk
12115 ____________________________________________________________________________
12116 [  2004] By: jhi                                   on 1998/10/17  11:19:06
12117     Log: Removed an extra ' from the int64_t test.
12118  Branch: cfgperl
12119        ! Configure
12120 ____________________________________________________________________________
12121 [  2003] By: gsar                                  on 1998/10/17  04:11:40
12122     Log: silence -w noises (suggested by Greg Bacon)
12123  Branch: perl
12124        ! lib/Term/Complete.pm
12125 ____________________________________________________________________________
12126 [  2002] By: gsar                                  on 1998/10/17  04:07:48
12127     Log: From: Gisle Aas <gisle@aas.no>
12128          Date: 14 Oct 1998 15:53:14 +0200
12129          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
12130          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
12131  Branch: perl
12132        ! util.c
12133 ____________________________________________________________________________
12134 [  2001] By: gsar                                  on 1998/10/17  04:06:10
12135     Log: From: Gisle Aas <gisle@aas.no>
12136          Date: 14 Oct 1998 15:17:44 +0200
12137          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
12138          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
12139  Branch: perl
12140        ! toke.c
12141 ____________________________________________________________________________
12142 [  2000] By: gsar                                  on 1998/10/17  03:06:33
12143     Log: From: Gisle Aas <gisle@aas.no>
12144          Date: 14 Oct 1998 00:38:06 +0200
12145          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
12146          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
12147  Branch: perl
12148        ! sv.c
12149 ____________________________________________________________________________
12150 [  1999] By: gsar                                  on 1998/10/17  03:04:48
12151     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12152          Date: Tue, 13 Oct 1998 15:10:57 -0700
12153          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
12154          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
12155  Branch: perl
12156        ! vms/ext/Stdio/Stdio.pm
12157 ____________________________________________________________________________
12158 [  1998] By: gsar                                  on 1998/10/17  03:00:40
12159     Log: skip readonly vars and unref references when doing a reset()
12160  Branch: perl
12161        ! sv.c
12162 ____________________________________________________________________________
12163 [  1997] By: gsar                                  on 1998/10/17  02:49:19
12164     Log: fix buggy treatment of large checksums on unicode strings
12165          From: Gisle Aas <gisle@aas.no>
12166          Date: 13 Oct 1998 21:35:39 +0200
12167          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
12168          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
12169  Branch: perl
12170        ! pp.c
12171 ____________________________________________________________________________
12172 [  1996] By: gsar                                  on 1998/10/17  02:43:22
12173     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12174          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
12175          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
12176          Subject: [PATCH 5.005_52] Memory overrun in os2.c
12177  Branch: perl
12178        ! os2/Makefile.SHs os2/os2.c
12179 ____________________________________________________________________________
12180 [  1995] By: gsar                                  on 1998/10/17  02:42:01
12181     Log: clarify section name rules for typemaps
12182  Branch: perl
12183        ! pod/perlxs.pod
12184 ____________________________________________________________________________
12185 [  1994] By: gsar                                  on 1998/10/17  02:33:02
12186     Log: whitespace-proof grent.t
12187  Branch: perl
12188        ! t/op/grent.t
12189 ____________________________________________________________________________
12190 [  1993] By: gsar                                  on 1998/10/17  02:27:29
12191     Log: fix bug in B::CC::pp_sassign()
12192          From: "vishal bhatia" <vishalb@hotmail.com>
12193          Date: Sun, 11 Oct 1998 18:41:38 PDT
12194          Message-ID: <19981012014139.19614.qmail@hotmail.com>
12195          Subject: B::CC problems with pp_sassign routine
12196  Branch: perl
12197        ! ext/B/B/CC.pm
12198 ____________________________________________________________________________
12199 [  1992] By: gsar                                  on 1998/10/17  02:17:49
12200     Log: applied suggested patch with small doc tweak
12201          From: Gisle Aas <gisle@aas.no>
12202          Date: 11 Oct 1998 12:53:13 +0200
12203          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
12204          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
12205  Branch: perl
12206        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
12207        ! t/op/tiehandle.t
12208 ____________________________________________________________________________
12209 [  1991] By: gsar                                  on 1998/10/17  02:08:30
12210     Log: apply non-conflicting parts from suggested patch
12211          From: jan.dubois@ibm.net (Jan Dubois)
12212          Date: Sat, 10 Oct 1998 13:15:45 +0200
12213          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
12214          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
12215  Branch: perl
12216        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12217 ____________________________________________________________________________
12218 [  1990] By: gsar                                  on 1998/10/17  02:01:24
12219     Log: provide option to enable optimization with VC (suggested by Jan
12220          Dubois)
12221  Branch: perl
12222        ! win32/Makefile win32/makefile.mk
12223 ____________________________________________________________________________
12224 [  1989] By: gsar                                  on 1998/10/17  01:55:27
12225     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
12226          Dave Leppik <dleppik@gage.com>
12227  Branch: perl
12228        ! perl.h
12229 ____________________________________________________________________________
12230 [  1988] By: gsar                                  on 1998/10/17  01:49:05
12231     Log: stray typo found by Hugo van der Sanden
12232  Branch: perl
12233        ! op.c
12234 ____________________________________________________________________________
12235 [  1987] By: gsar                                  on 1998/10/17  01:45:52
12236     Log: perldoc pod update
12237          From: Daniel Grisinger <dgris@perrin.dimensional.com>
12238          Date: 06 Oct 1998 23:56:51 -0600
12239          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
12240          Subject: [PATCH _02 and _52] perldoc
12241  Branch: perl
12242        ! utils/perldoc.PL
12243 ____________________________________________________________________________
12244 [  1986] By: gsar                                  on 1998/10/17  01:41:40
12245     Log: qualify names of builtins
12246  Branch: perl
12247        ! ext/POSIX/POSIX.pm
12248 ____________________________________________________________________________
12249 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
12250     Log: From: Jochen Wiedmann <joe@ispsoft.de>
12251          Date: Thu, 17 Sep 1998 17:16:06 +0200
12252          Message-ID: <360127B6.E44564A@ispsoft.de>
12253          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
12254  Branch: maint-5.005/perl
12255        ! lib/ExtUtils/MakeMaker.pm
12256 ____________________________________________________________________________
12257 [  1978] By: gsar                                  on 1998/10/16  01:58:58
12258     Log: integrate cfgperl mods into mainline
12259  Branch: perl
12260       +> ext/DynaLoader/dl_vmesa.xs
12261        ! Porting/genlog
12262       !> Configure MANIFEST Makefile.SH config_h.SH
12263       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
12264       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
12265       !> x2p/Makefile.SH
12266 ____________________________________________________________________________
12267 [  1976] By: gsar                                  on 1998/10/16  00:10:52
12268     Log: stray tweak
12269  Branch: perl
12270        ! op.c
12271 ____________________________________________________________________________
12272 [  1975] By: gsar                                  on 1998/10/15  23:54:38
12273     Log: propagate typeness of lexicals while cloning them
12274  Branch: perl
12275        ! op.c
12276 ____________________________________________________________________________
12277 [  1974] By: gsar                                  on 1998/10/15  23:53:25
12278     Log: s/last/first/ typo in append_list()
12279  Branch: perl
12280        ! op.c
12281 ____________________________________________________________________________
12282 [  1973] By: gsar                                  on 1998/10/15  20:06:17
12283     Log: nuke confperl branch and contents
12284  Branch: confperl
12285        - (delete 1284 files)
12286 ____________________________________________________________________________
12287 [  1972] By: jhi                                   on 1998/10/15  07:07:35
12288     Log: Test #162 had been added but the "print 1..161" had not been updated.
12289  Branch: cfgperl
12290        ! t/op/pat.t
12291 ____________________________________________________________________________
12292 [  1971] By: gsar                                  on 1998/10/15  03:09:58
12293     Log: check in all confperl changes as of change#1964 into cfgperl
12294  Branch: cfgperl
12295        + ext/DynaLoader/dl_vmesa.xs
12296        ! Configure MANIFEST Makefile.SH config_h.SH
12297        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
12298        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
12299 ____________________________________________________________________________
12300 [  1970] By: gsar                                  on 1998/10/15  03:05:59
12301     Log: integrate mainline to get tr.t
12302  Branch: cfgperl
12303       +> t/op/tr.t
12304 ____________________________________________________________________________
12305 [  1969] By: gsar                                  on 1998/10/15  03:04:17
12306     Log: add missing tr.t to repository
12307  Branch: perl
12308        + t/op/tr.t
12309 ____________________________________________________________________________
12310 [  1968] By: gsar                                  on 1998/10/15  03:02:43
12311     Log: create cfgperl branch
12312  Branch: cfgperl
12313       +> (branch 1282 files)
12314 ____________________________________________________________________________
12315 [  1967] By: gsar                                  on 1998/10/15  02:46:08
12316     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
12317          (MAN3PODS cannot be set to ' '; stray stricture violation)
12318  Branch: perl
12319        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
12320        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
12321        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
12322        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
12323        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
12324        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
12325        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
12326        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
12327        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
12328        ! lib/ExtUtils/MM_Unix.pm
12329 ____________________________________________________________________________
12330 [  1966] By: gsar                                  on 1998/10/15  02:19:03
12331     Log: tweak to make fix in change#1944 behave correctly for closures
12332          created within eval''
12333  Branch: perl
12334        ! op.c t/op/eval.t
12335 ____________________________________________________________________________
12336 [  1965] By: gsar                                  on 1998/10/14  23:22:41
12337     Log: use better numbers for exitstatus test
12338  Branch: perl
12339        ! t/op/die_exit.t
12340 ____________________________________________________________________________
12341 [  1964] By: jhi                                   on 1998/10/14  17:25:41
12342     Log: Add VM/ESA dynaloading (uses <dll.h>).
12343  Branch: confperl
12344        + ext/DynaLoader/dl_vmesa.xs
12345        ! MANIFEST
12346 ____________________________________________________________________________
12347 [  1963] By: jhi                                   on 1998/10/14  17:17:10
12348     Log: Remove a2p.loadmap in 'clean' target.
12349  Branch: confperl
12350        ! x2p/Makefile.SH
12351 ____________________________________________________________________________
12352 [  1962] By: jhi                                   on 1998/10/14  17:13:11
12353     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
12354  Branch: confperl
12355        ! Makefile.SH
12356 ____________________________________________________________________________
12357 [  1961] By: jhi                                   on 1998/10/14  16:27:39
12358     Log: VM/ESA creates executable.loadmaps.
12359  Branch: confperl
12360        ! Makefile.SH
12361 ____________________________________________________________________________
12362 [  1960] By: jhi                                   on 1998/10/14  15:37:39
12363     Log: Introduce SCHED_YIELD (one of sched_yield(),
12364          pthread_yield(), or pthread_yield(NULL)).
12365          YIELD is then defined using SCHED_YIELD unless
12366          a platform-specific YIELD has already been defined.
12367          
12368          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
12369          
12370          The need for pthread_yield(NULL) and pthread_attr_setdet...
12371          introduced by (private email)
12372          
12373          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12374          Date: Sat, 10 Oct 1998 21:08:15 +1300
12375          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
12376          Subject: Re: Perl thread problems in VM/ESA
12377          
12378          Better select() protoprobe (for AIX), from (private email)
12379          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12380          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
12381          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
12382          Subject: AIX select (fwd)
12383          From: Lars Hecking <lhecking@nmrc.ucc.ie>
12384          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
12385          Date: Fri, 2 Oct 1998 10:40:01 +0100
12386          Subject: AIX select
12387          
12388          Linux-avoid-so.X.Y, based on
12389          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12390          Date: Tue, 13 Oct 1998 15:55:07 -0400
12391          Message-ID: <19981013155507.B4004@O2.chapin.edu>
12392          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
12393  Branch: confperl
12394        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
12395        ! thread.h
12396 ____________________________________________________________________________
12397 [  1959] By: jhi                                   on 1998/10/14  12:51:26
12398     Log: Some old pthread implementations have
12399          pthread_attr_setdetachstate(pthread_attr_t*, int*).
12400  Branch: confperl
12401        ! ext/Thread/Thread.xs
12402 ____________________________________________________________________________
12403 [  1958] By: jhi                                   on 1998/10/14  12:41:11
12404     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
12405          counterparts will follow soon.
12406  Branch: confperl
12407        ! thread.h
12408 ____________________________________________________________________________
12409 [  1957] By: jhi                                   on 1998/10/14  12:38:11
12410     Log: Add tr.t (MANIFEST already knew about it, strange)
12411  Branch: confperl
12412        + t/op/tr.t
12413 ____________________________________________________________________________
12414 [  1956] By: jhi                                   on 1998/10/14  12:24:35
12415     Log: Mutexen should be initialized only once.
12416  Branch: confperl
12417        ! gv.c op.c
12418 ____________________________________________________________________________
12419 [  1955] By: jhi                                   on 1998/10/14  12:19:38
12420     Log: os390 has its own cppstdin.
12421  Branch: confperl
12422        ! hints/os390.sh
12423 ____________________________________________________________________________
12424 [  1954] By: jhi                                   on 1998/10/14  12:15:06
12425     Log: Integrate with mainperl.
12426  Branch: confperl
12427       !> (integrate 1280 files)
12428 ____________________________________________________________________________
12429 [  1953] By: jhi                                   on 1998/10/14  11:48:08
12430     Log: Removed duplicate CMA threads code for HPUX 10.X.
12431          (probably residue of patch(1) being too understanding)
12432          Enhanced 64-bit settings. (redo change#1940)
12433  Branch: confperl
12434        ! hints/hpux.sh
12435 ____________________________________________________________________________
12436 [  1952] By: jhi                                   on 1998/10/14  11:45:16
12437     Log: (redo change#1949) Detypo in the d_open64 warning about
12438          the impending WHOA.
12439  Branch: confperl
12440        ! hints/irix_6.sh
12441 ____________________________________________________________________________
12442 [  1951] By: jhi                                   on 1998/10/14  10:54:16
12443     Log: Mutexen should only be inited once, after they have been New()ed.
12444  Branch: confperl
12445        ! gv.c op.c
12446 ____________________________________________________________________________
12447 [  1950] By: jhi                                   on 1998/10/14  10:41:43
12448     Log: Own cppstdin.
12449  Branch: confperl
12450        ! hints/os390.sh
12451 ____________________________________________________________________________
12452 [  1949] By: jhi                                   on 1998/10/14  10:34:23
12453     Log: Detypo in the d_open64 warning about the impending WHOA.
12454  Branch: confperl
12455        ! hints/irix_6.sh
12456 ____________________________________________________________________________
12457 [  1948] By: gsar                                  on 1998/10/14  05:38:01
12458     Log: two typos
12459  Branch: perl
12460        ! pp_hot.c t/op/eval.t
12461 ____________________________________________________________________________
12462 [  1947] By: gsar                                  on 1998/10/14  05:37:10
12463     Log: let docatch() pass the buck when restartop turns out to be null,
12464          making exceptions in BEGIN{} propagate as expected
12465  Branch: perl
12466        ! pp_ctl.c t/op/misc.t
12467 ____________________________________________________________________________
12468 [  1946] By: gsar                                  on 1998/10/13  03:41:49
12469     Log: add missing file from change#1943
12470  Branch: perl
12471        ! proto.h
12472 ____________________________________________________________________________
12473 [  1945] By: gsar                                  on 1998/10/13  03:32:02
12474     Log: defer "deep recursion" warnings until CXt_SUB context is properly
12475          set up
12476  Branch: perl
12477        ! pp_hot.c t/pragma/warn/pp_hot
12478 ____________________________________________________________________________
12479 [  1944] By: gsar                                  on 1998/10/13  03:15:50
12480     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
12481          fixup the cop_seq value that must be seen by lexical lookups that
12482          emanate within eval''
12483  Branch: perl
12484        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
12485 ____________________________________________________________________________
12486 [  1943] By: gsar                                  on 1998/10/13  02:06:09
12487     Log: ensure recursive attempts to findlex()icals know enough about where
12488          the last eval'' context was encountered
12489  Branch: perl
12490        ! op.c t/op/eval.t
12491 ____________________________________________________________________________
12492 [  1942] By: gsar                                  on 1998/10/13  02:01:24
12493     Log: force copy of substrings when matching against temporaries
12494  Branch: perl
12495        ! pp_hot.c t/op/pat.t
12496 ____________________________________________________________________________
12497 [  1941] By: gsar                                  on 1998/10/13  01:49:16
12498     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
12499          implementation)
12500  Branch: perl
12501        ! pp_ctl.c t/op/runlevel.t
12502 ____________________________________________________________________________
12503 [  1940] By: jhi                                   on 1998/10/12  09:57:44
12504     Log: Removed duplicate CMA threads code for HPUX 10.X.
12505          (probably residue of patch(1) being too understanding)
12506          Enhanced 64-bit settings.
12507  Branch: confperl
12508        ! hints/hpux.sh
12509 ____________________________________________________________________________
12510 [  1939] By: jhi                                   on 1998/10/12  09:53:11
12511     Log: Initial sync from mainline perl.
12512  Branch: confperl
12513        + (add 1282 files)
12514 ____________________________________________________________________________
12515 [  1937] By: gsar                                  on 1998/10/06  21:16:34
12516     Log: fix $/ init for USE_THREADS
12517  Branch: perl
12518        ! perl.c
12519 ____________________________________________________________________________
12520 [  1936] By: gsar                                  on 1998/10/06  07:19:39
12521     Log: fix globals caught by change#1927; builds and tests on Solaris
12522  Branch: perl
12523        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
12524        ! warning.h warning.pl
12525 ____________________________________________________________________________
12526 [  1935] By: gsar                                  on 1998/10/06  06:50:35
12527     Log: add test for previous fix
12528  Branch: perl
12529        ! ext/Thread/create.t
12530 ____________________________________________________________________________
12531 [  1934] By: gsar                                  on 1998/10/06  06:37:36
12532     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
12533  Branch: perl
12534        ! util.c
12535 ____________________________________________________________________________
12536 [  1933] By: gsar                                  on 1998/10/06  05:04:20
12537     Log: undo bogus part of change#1903 (as pointed out by Larry)
12538  Branch: perl
12539        ! pp_ctl.c
12540 ____________________________________________________________________________
12541 [  1932] By: gsar                                  on 1998/10/06  04:21:31
12542     Log: added tweaked version of suggested patch
12543          From: jan.dubois@ibm.net (Jan Dubois)
12544          Date: Sat, 03 Oct 1998 19:04:48 +0200
12545          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
12546          Subject: [PATCH 5.005_52] More MakeMaker  patches
12547  Branch: perl
12548        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12549        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12550 ____________________________________________________________________________
12551 [  1931] By: gsar                                  on 1998/10/06  04:04:33
12552     Log: use cpp symbols instead of hardwired constants
12553          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12554          Date: Mon, 05 Oct 1998 09:23:33 +0100
12555          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
12556          Subject: [PATCH 5.005_52] By the numbers (resend)
12557  Branch: perl
12558        ! op.c
12559 ____________________________________________________________________________
12560 [  1930] By: gsar                                  on 1998/10/06  04:01:55
12561     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12562          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
12563          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
12564          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
12565  Branch: perl
12566        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
12567        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
12568 ____________________________________________________________________________
12569 [  1929] By: gsar                                  on 1998/10/06  03:50:36
12570     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12571          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
12572          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
12573          Subject: [PATCH 5.00552] Minor test improvement
12574  Branch: perl
12575        ! t/op/magic.t
12576 ____________________________________________________________________________
12577 [  1928] By: gsar                                  on 1998/10/06  03:49:03
12578     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12579          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
12580          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
12581          Subject: [PATCH 5.00552] emacs/ptags inprovements
12582  Branch: perl
12583        ! emacs/ptags
12584 ____________________________________________________________________________
12585 [  1927] By: gsar                                  on 1998/10/06  03:47:44
12586     Log: disable C<#define dirty PL_dirty> et al.
12587  Branch: perl
12588        ! embed.pl embedvar.h
12589 ____________________________________________________________________________
12590 [  1926] By: gsar                                  on 1998/10/06  03:43:32
12591     Log: From: Mark-Jason Dominus <mjd@plover.com>
12592          Date: Sun, 04 Oct 1998 14:48:11 -0400
12593          Message-ID: <19981004184811.16048.qmail@plover.com>
12594          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
12595  Branch: perl
12596        ! utils/perldoc.PL
12597 ____________________________________________________________________________
12598 [  1925] By: gsar                                  on 1998/10/06  03:27:35
12599     Log: disable USE_THREADS when PERL_OBJECT is enabled
12600  Branch: perl
12601        ! win32/Makefile win32/makefile.mk
12602 ____________________________________________________________________________
12603 [  1924] By: gsar                                  on 1998/10/06  03:26:54
12604     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
12605  Branch: perl
12606        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
12607        ! vms/perly_c.vms
12608 ____________________________________________________________________________
12609 [  1923] By: gsar                                  on 1998/10/03  05:19:56
12610     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
12611          overridden
12612  Branch: perl
12613        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
12614        ! proto.h vms/perly_c.vms
12615 ____________________________________________________________________________
12616 [  1922] By: gsar                                  on 1998/10/03  03:59:50
12617     Log: suppress manifypods leak in extensions
12618  Branch: perl
12619        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
12620 ____________________________________________________________________________
12621 [  1921] By: gsar                                  on 1998/10/02  22:30:15
12622     Log: os390 fixes (suggested by Peter Prymmer)
12623  Branch: perl
12624        ! Makefile.SH regcomp.c
12625 ____________________________________________________________________________
12626 [  1920] By: gsar                                  on 1998/10/02  21:41:19
12627     Log: squelch undef warnings
12628          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12629          Date: Fri, 02 Oct 1998 11:01:14 +0100
12630          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
12631          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
12632  Branch: perl
12633        ! Changes lib/Math/BigInt.pm
12634 ____________________________________________________________________________
12635 [  1919] By: gsar                                  on 1998/10/02  04:59:13
12636     Log: add note to INSTALL about ANSI C
12637  Branch: perl
12638        ! INSTALL
12639 ____________________________________________________________________________
12640 [  1918] By: gsar                                  on 1998/10/02  04:21:10
12641     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
12642          From: jan.dubois@ibm.net (Jan Dubois)
12643          Date: Wed, 30 Sep 1998 23:35:30 +0200
12644          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
12645          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
12646  Branch: perl
12647        ! lib/ExtUtils/xsubpp
12648 ____________________________________________________________________________
12649 [  1917] By: gsar                                  on 1998/10/02  04:16:02
12650     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12651          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
12652          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
12653          Subject: Re: Configure test for selectbits busted
12654  Branch: perl
12655        ! Configure
12656 ____________________________________________________________________________
12657 [  1916] By: gsar                                  on 1998/10/02  04:14:17
12658     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12659          Date: Wed, 30 Sep 1998 17:15:20 -0700
12660          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
12661          Subject: [PATCH 5.005_02]VMS config tweaks
12662  Branch: perl
12663        ! vms/descrip_mms.template vms/subconfigure.com
12664 ____________________________________________________________________________
12665 [  1915] By: gsar                                  on 1998/10/02  04:10:47
12666     Log: use Off_t to permit 64-bit seek()
12667          From: Scott Henry <scotth@sgi.com>
12668          Date: 29 Sep 1998 17:38:46 -0700
12669          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
12670          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
12671          --
12672          Date: 28 Sep 1998 18:55:37 -0700
12673          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
12674          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12675  Branch: perl
12676        ! doio.c pp_sys.c proto.h sv.c
12677 ____________________________________________________________________________
12678 [  1914] By: gsar                                  on 1998/10/02  04:05:36
12679     Log: normalize tm struct passed to strftime() with mktime()
12680          From: Spider Boardman <spider@orb.nashua.nh.us>
12681          Date: Wed, 30 Sep 1998 15:12:09 -0400
12682          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
12683          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
12684  Branch: perl
12685        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12686 ____________________________________________________________________________
12687 [  1913] By: gsar                                  on 1998/10/02  03:59:46
12688     Log: don't try to run foo_SH.orig etc.
12689  Branch: perl
12690        ! Configure
12691 ____________________________________________________________________________
12692 [  1912] By: gsar                                  on 1998/10/02  03:45:37
12693     Log: make warning about glob process failure optional
12694  Branch: perl
12695        ! pod/perldiag.pod pp_hot.c
12696 ____________________________________________________________________________
12697 [  1911] By: gsar                                  on 1998/10/02  02:52:21
12698     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
12699          From: Dominic Dunlop <domo@vo.lu>
12700          Date: Tue, 29 Sep 1998 21:06:30 +0000
12701          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
12702          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
12703          --
12704          Date: Wed, 30 Sep 1998 11:46:44 +0000
12705          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
12706          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
12707  Branch: perl
12708        ! pod/perldiag.pod regcomp.c
12709 ____________________________________________________________________________
12710 [  1910] By: gsar                                  on 1998/10/02  02:48:48
12711     Log: minor Configure tweaks (via private mail)
12712          From: Jarkko Hietaniemi <jhi@iki.fi>
12713          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
12714          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
12715          Subject: [PATCH] 5.005_52: the drizzle continues
12716  Branch: perl
12717        ! Configure config_h.SH handy.h
12718 ____________________________________________________________________________
12719 [  1909] By: gsar                                  on 1998/10/02  02:46:39
12720     Log: update SCO hints for dynamic loading
12721          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12722          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
12723          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
12724          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12725          --
12726          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
12727          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
12728          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12729  Branch: perl
12730        ! hints/sco.sh
12731 ____________________________________________________________________________
12732 [  1908] By: gsar                                  on 1998/10/02  02:33:39
12733     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
12734  Branch: perl
12735        ! lib/File/Find.pm
12736 ____________________________________________________________________________
12737 [  1907] By: gsar                                  on 1998/10/02  02:21:52
12738     Log: applied patches, but retained old behavior for win32 (where compilers
12739          can't read from stdin at all)
12740          From: Graham Barr <gbarr@ti.com>
12741          Date: Mon, 28 Sep 1998 09:41:49 -0500
12742          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
12743          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12744          --
12745          Date: Tue, 29 Sep 1998 12:35:43 -0500
12746          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
12747          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12748  Branch: perl
12749        ! ext/Errno/Errno_pm.PL
12750 ____________________________________________________________________________
12751 [  1906] By: gsar                                  on 1998/10/02  02:02:19
12752     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
12753          Hietaniemi)
12754  Branch: perl
12755        ! t/op/grent.t
12756 ____________________________________________________________________________
12757 [  1905] By: gsar                                  on 1998/10/02  01:59:56
12758     Log: win32 caveats about truncate()
12759  Branch: perl
12760        ! pod/perlport.pod
12761 ____________________________________________________________________________
12762 [  1904] By: gsar                                  on 1998/10/02  01:53:25
12763     Log: various Configure and hints updates (prefer drand48() or random()
12764          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
12765          applied modulo SCO hints superceded by later patch
12766          From: Jarkko Hietaniemi <jhi@iki.fi>
12767          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
12768          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
12769          Subject: [PATCH] 5.005_52: Configure et al:
12770  Branch: perl
12771        + ext/IPC/SysV/hints/next_3.pl
12772        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
12773        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
12774        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
12775 ____________________________________________________________________________
12776 [  1903] By: gsar                                  on 1998/10/02  01:42:37
12777     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
12778          Date: Mon, 28 Sep 1998 17:41:49 +0100
12779          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
12780          Subject: [PATCH 5.005_52] Re: More on ?p 
12781          --
12782          Date: Thu, 01 Oct 1998 09:10:58 +0100
12783          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
12784          Subject: [PATCH 5.005_52] ?p fix
12785          --
12786          Date: Thu, 01 Oct 1998 10:45:56 +0100
12787          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
12788          Subject: [PATCH 5.005_52] more on ?p
12789  Branch: perl
12790        ! pp_ctl.c
12791 ____________________________________________________________________________
12792 [  1902] By: gsar                                  on 1998/10/02  01:36:14
12793     Log: From: Kenneth Duda <kjd@cisco.com>
12794          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
12795          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
12796          Subject: writemain dies when there are more than 4000 characters of extensions
12797  Branch: perl
12798        ! writemain.SH
12799 ____________________________________________________________________________
12800 [  1901] By: gsar                                  on 1998/10/02  01:33:16
12801     Log: tweak run_byacc recipe
12802  Branch: perl
12803        ! Makefile.SH Porting/pumpkin.pod
12804 ____________________________________________________________________________
12805 [  1900] By: gsar                                  on 1998/10/02  01:02:09
12806     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
12807  Branch: perl
12808        ! perl.h pp_ctl.c
12809 ____________________________________________________________________________
12810 [  1899] By: gsar                                  on 1998/09/28  20:46:30
12811     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
12812          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
12813          Dvornik)
12814  Branch: perl
12815        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
12816 ____________________________________________________________________________
12817 [  1898] By: gsar                                  on 1998/09/28  20:42:52
12818     Log: flush unsubmitted 5.00552 change
12819  Branch: perl
12820        ! MANIFEST
12821 ____________________________________________________________________________
12822 [  1897] By: gsar                                  on 1998/09/27  04:43:06
12823     Log: run vms_yfix.pl
12824  Branch: perl
12825        ! vms/perly_c.vms
12826 ____________________________________________________________________________
12827 [  1896] By: gsar                                  on 1998/09/27  03:38:55
12828     Log: small tweak on last change
12829  Branch: perl
12830        ! win32/win32.c
12831 ____________________________________________________________________________
12832 [  1895] By: gsar                                  on 1998/09/27  03:17:17
12833     Log: fix win32_stat() to do the right thing for share names
12834  Branch: perl
12835        ! win32/win32.c
12836 ____________________________________________________________________________
12837 [  1891] By: larry                                 on 1998/09/25  18:50:40
12838     Log: Fixed apostrophe problem from Mark Knutsen.
12839  Branch: perl
12840        ! sv.h
12841
12842 ----------------
12843 Version 5.005_52
12844 ----------------
12845
12846 ____________________________________________________________________________
12847 [  1890] By: gsar                                  on 1998/09/25  10:25:00
12848     Log: update template config.sh, add new config vars to win32 stuff
12849  Branch: perl
12850        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
12851        ! pp_sys.c proto.h win32/config.bc win32/config.gc
12852        ! win32/config.vc win32/config_H.bc win32/config_H.gc
12853        ! win32/config_H.vc win32/win32.h
12854 ____________________________________________________________________________
12855 [  1889] By: gsar                                  on 1998/09/25  07:13:13
12856     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
12857          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
12858          of full-fledged 64-bit support (including support for: fseeko/ftello,
12859          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
12860          in Fcntl)
12861          From: Jarkko Hietaniemi <jhi@iki.fi>
12862          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
12863          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
12864          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
12865          --
12866          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12867          Date: 12 Sep 1998 09:44:25 +0300
12868          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
12869          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12870  Branch: perl
12871        + lib/filetest.pm
12872        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
12873        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
12874        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
12875        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
12876        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
12877        ! win32/makedef.pl
12878 ____________________________________________________________________________
12879 [  1888] By: gsar                                  on 1998/09/25  06:27:12
12880     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
12881  Branch: perl
12882        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
12883        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12884        ! win32/makedef.pl win32/makefile.mk win32/win32.c
12885 ____________________________________________________________________________
12886 [  1887] By: gsar                                  on 1998/09/25  04:50:49
12887     Log: win32.c tweak
12888  Branch: perl
12889        ! win32/win32.c
12890 ____________________________________________________________________________
12891 [  1886] By: gsar                                  on 1998/09/25  04:47:32
12892     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
12893  Branch: perl
12894        ! lib/ExtUtils/MakeMaker.pm
12895 ____________________________________________________________________________
12896 [  1885] By: gsar                                  on 1998/09/25  04:05:09
12897     Log: From: Dominic Dunlop <domo@vo.lu>
12898          Date: Thu, 10 Sep 1998 11:02:46 +0000
12899          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
12900          Subject: MM_Unix::canonpath erroneously turns leading // into /
12901  Branch: perl
12902        ! lib/ExtUtils/MM_Unix.pm
12903 ____________________________________________________________________________
12904 [  1884] By: gsar                                  on 1998/09/25  03:06:10
12905     Log: temporarily disable perl malloc for a2p until we clean up
12906          conflicting malloc() declarations everywhere
12907  Branch: perl
12908        ! x2p/Makefile.SH
12909 ____________________________________________________________________________
12910 [  1883] By: gsar                                  on 1998/09/25  02:27:00
12911     Log: remove obsolete win32/bin/*.pl
12912  Branch: perl
12913        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
12914        ! Changes MANIFEST win32/Makefile win32/makefile.mk
12915 ____________________________________________________________________________
12916 [  1882] By: gsar                                  on 1998/09/25  02:04:43
12917     Log: missing file in last submit
12918  Branch: perl
12919        ! proto.h
12920 ____________________________________________________________________________
12921 [  1881] By: gsar                                  on 1998/09/25  01:56:54
12922     Log: serial access to PL_x[inpr]v_root for USE_THREADS
12923  Branch: perl
12924        ! sv.c
12925 ____________________________________________________________________________
12926 [  1880] By: gsar                                  on 1998/09/25  01:19:38
12927     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
12928          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
12929          Date: Thu, 24 Sep 1998 22:01:09 +0900
12930          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
12931          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
12932  Branch: perl
12933        ! hv.c proto.h
12934 ____________________________________________________________________________
12935 [  1879] By: gsar                                  on 1998/09/25  00:20:07
12936     Log: tweaks to enable PERL_OBJECT to build & test on win32
12937  Branch: perl
12938        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
12939        ! win32/GenCAPI.pl
12940 ____________________________________________________________________________
12941 [  1878] By: gsar                                  on 1998/09/25  00:13:36
12942     Log: fix change#1861, which breaks default boot_xxx symbol generation
12943  Branch: perl
12944        ! lib/ExtUtils/Mksymlists.pm
12945 ____________________________________________________________________________
12946 [  1877] By: gsar                                  on 1998/09/24  10:29:54
12947     Log: two tweaks for clean build and test on Solaris
12948  Branch: perl
12949        ! op.c t/op/subst.t
12950 ____________________________________________________________________________
12951 [  1876] By: gsar                                  on 1998/09/24  09:04:43
12952     Log: From: Colin Kuskie <ckuskie@cadence.com>
12953          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
12954          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
12955          Subject: [PATCH 5.005_51] perlform.pod
12956  Branch: perl
12957        ! pod/perlform.pod
12958 ____________________________________________________________________________
12959 [  1875] By: gsar                                  on 1998/09/24  08:47:47
12960     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12961          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
12962          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
12963          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
12964  Branch: perl
12965        ! regexec.c
12966 ____________________________________________________________________________
12967 [  1874] By: gsar                                  on 1998/09/24  08:44:55
12968     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12969          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
12970          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
12971          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
12972  Branch: perl
12973        ! toke.c
12974 ____________________________________________________________________________
12975 [  1873] By: gsar                                  on 1998/09/24  08:39:41
12976     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12977          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
12978          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
12979          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
12980  Branch: perl
12981        ! Changes regcomp.c
12982 ____________________________________________________________________________
12983 [  1872] By: gsar                                  on 1998/09/24  08:37:00
12984     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
12985          Date: Sun, 23 Aug 1998 23:18:38 PDT
12986          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
12987          Subject: new irix_6.sh hints file
12988  Branch: perl
12989        ! hints/irix_6.sh
12990 ____________________________________________________________________________
12991 [  1871] By: gsar                                  on 1998/09/24  07:26:37
12992     Log: correct FSF address in various places
12993  Branch: perl
12994        ! Copying README ext/B/README lib/Getopt/Long.pm
12995 ____________________________________________________________________________
12996 [  1870] By: gsar                                  on 1998/09/24  07:11:56
12997     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
12998          Date:    Fri, 14 Aug 1998 09:20:16 PDT
12999          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
13000          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
13001  Branch: perl
13002        ! configure.com
13003 ____________________________________________________________________________
13004 [  1869] By: gsar                                  on 1998/09/24  06:55:59
13005     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
13006          From:    Scott Henry <scotth@sgi.com>
13007          Date:    13 Aug 1998 09:52:15 PDT
13008          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
13009          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
13010  Branch: perl
13011        ! hints/irix_6.sh
13012 ____________________________________________________________________________
13013 [  1868] By: gsar                                  on 1998/09/24  06:51:23
13014     Log: From:    Nathan Torkington <gnat@frii.com>
13015          Date:    Thu, 13 Aug 1998 10:59:48 MDT
13016          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
13017          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
13018  Branch: perl
13019        ! pod/perlfunc.pod
13020 ____________________________________________________________________________
13021 [  1867] By: gsar                                  on 1998/09/24  06:45:13
13022     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
13023          that are autoloaded)
13024  Branch: perl
13025        ! pp_ctl.c
13026 ____________________________________________________________________________
13027 [  1866] By: gsar                                  on 1998/09/24  05:21:19
13028     Log: grandfather deprecated "$$<digit>" no more
13029  Branch: perl
13030        ! pod/perldiag.pod toke.c
13031 ____________________________________________________________________________
13032 [  1865] By: gsar                                  on 1998/09/24  04:52:48
13033     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
13034          low bits (suggested by Ilya Zakharevich)
13035  Branch: perl
13036        ! hv.h
13037 ____________________________________________________________________________
13038 [  1864] By: gsar                                  on 1998/09/24  04:29:14
13039     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
13040          perly_c.diff
13041  Branch: perl
13042        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
13043        ! perly_c.diff toke.c
13044 ____________________________________________________________________________
13045 [  1863] By: gsar                                  on 1998/09/24  03:36:30
13046     Log: provide locked access to string table for USE_THREADS
13047  Branch: perl
13048        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
13049 ____________________________________________________________________________
13050 [  1862] By: gsar                                  on 1998/09/24  03:30:32
13051     Log: remove bogus warn()
13052  Branch: perl
13053        ! embed.pl
13054 ____________________________________________________________________________
13055 [  1861] By: gsar                                  on 1998/09/24  02:58:51
13056     Log: applied suggested patch, adapted for all platforms
13057          From: jan.dubois@ibm.net (Jan Dubois)
13058          Date: Sun, 20 Sep 1998 12:56:38 +0200
13059          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
13060          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
13061  Branch: perl
13062        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13063        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13064        ! lib/ExtUtils/MakeMaker.pm
13065 ____________________________________________________________________________
13066 [  1860] By: gsar                                  on 1998/09/24  02:16:14
13067     Log: upgrade to CPAN-1.40
13068  Branch: perl
13069        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
13070 ____________________________________________________________________________
13071 [  1859] By: gsar                                  on 1998/09/24  02:08:59
13072     Log: use $ENV{MAKEMAKEROPT} to set default command line args
13073  Branch: perl
13074        ! lib/ExtUtils/MakeMaker.pm
13075 ____________________________________________________________________________
13076 [  1857] By: gsar                                  on 1998/09/23  10:58:36
13077     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13078          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
13079          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
13080          Subject: More verbose Test::Harness [PATCH]
13081  Branch: perl
13082        ! lib/Test/Harness.pm
13083 ____________________________________________________________________________
13084 [  1856] By: gsar                                  on 1998/09/23  10:56:24
13085     Log: update hints for OPENSTEP 4.2 on i386
13086          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
13087          Date: Sun, 20 Sep 1998 01:03:18 +0200
13088          Message-Id: <9809192303.AA29190@Spike>
13089          Subject: Perl 5.005_02 compilation problems
13090  Branch: perl
13091        ! hints/next_4.sh
13092 ____________________________________________________________________________
13093 [  1855] By: gsar                                  on 1998/09/23  10:52:27
13094     Log: reset errno after C<require> search (as suggested by Larry)
13095  Branch: perl
13096        ! pp_ctl.c
13097 ____________________________________________________________________________
13098 [  1854] By: gsar                                  on 1998/09/23  10:50:26
13099     Log: misc pod tweaks
13100  Branch: perl
13101        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
13102 ____________________________________________________________________________
13103 [  1853] By: gsar                                  on 1998/09/23  10:46:06
13104     Log: make Pod/Html.pm handle the --title option properly (as suggested
13105          by gml4410@ggr.co.uk)
13106  Branch: perl
13107        ! lib/Pod/Html.pm
13108 ____________________________________________________________________________
13109 [  1852] By: gsar                                  on 1998/09/23  10:41:39
13110     Log: SSNEW() API for allocating memory on the savestack
13111          From: Albert Dvornik <bert@genscan.com>
13112          Date: 17 Sep 1998 19:23:07 -0400
13113          Message-Id: <tqemtae338.fsf@puma.genscan.com>
13114          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
13115  Branch: perl
13116        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
13117        ! perl.h proto.h scope.c scope.h t/io/tell.t
13118 ____________________________________________________________________________
13119 [  1851] By: gsar                                  on 1998/09/23  10:37:05
13120     Log: From: Jochen Wiedmann <joe@ispsoft.de>
13121          Date: Thu, 17 Sep 1998 17:16:06 +0200
13122          Message-ID: <360127B6.E44564A@ispsoft.de>
13123          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
13124  Branch: perl
13125        ! lib/ExtUtils/MakeMaker.pm
13126 ____________________________________________________________________________
13127 [  1850] By: gsar                                  on 1998/09/23  10:33:05
13128     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
13129          Date: 15 Sep 1998 01:32:31 +0200
13130          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
13131          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
13132  Branch: perl
13133        ! lib/ExtUtils/MM_Unix.pm
13134 ____________________________________________________________________________
13135 [  1849] By: gsar                                  on 1998/09/23  10:29:04
13136     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
13137          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
13138          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
13139          Subject: Re: extralibs.ld problem in MM_VMS.pm
13140  Branch: perl
13141        ! lib/ExtUtils/MM_VMS.pm
13142 ____________________________________________________________________________
13143 [  1848] By: gsar                                  on 1998/09/23  10:25:24
13144     Log: From: Roderick Schertler <roderick@argon.org>
13145          Date: 11 Sep 1998 16:19:21 -0400
13146          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
13147          Subject: Re: Open2 and memory leaks
13148  Branch: perl
13149        ! lib/IPC/Open3.pm
13150 ____________________________________________________________________________
13151 [  1847] By: gsar                                  on 1998/09/23  10:18:31
13152     Log: From: Roderick Schertler <roderick@argon.org>
13153          Date: Wed, 09 Sep 1998 23:52:48 -0400
13154          Message-ID: <20567.905399568@eeyore.ibcinc.com>
13155          Subject: seed srand from /dev/urandom when possible
13156  Branch: perl
13157        ! pod/perlfunc.pod pp.c
13158 ____________________________________________________________________________
13159 [  1846] By: gsar                                  on 1998/09/23  10:12:22
13160     Log: From: Roderick Schertler <roderick@argon.org>
13161          Date: Thu, 10 Sep 1998 00:32:17 -0400
13162          Message-ID: <21142.905401937@eeyore.ibcinc.com>
13163          Subject: doc update for crypt()'s salt
13164  Branch: perl
13165        ! pod/perlfunc.pod
13166 ____________________________________________________________________________
13167 [  1845] By: gsar                                  on 1998/09/23  10:09:23
13168     Log: fix h2ph handling of C<#error "foo">
13169          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
13170          Date: Thu, 10 Sep 1998 09:59:33 +0900
13171          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
13172          Subject: [5.005_02] h2ph problem
13173  Branch: perl
13174        ! utils/h2ph.PL
13175 ____________________________________________________________________________
13176 [  1844] By: gsar                                  on 1998/09/23  10:06:13
13177     Log: plug strictly private function leaks in API listing
13178  Branch: perl
13179        ! pod/perlguts.pod
13180 ____________________________________________________________________________
13181 [  1843] By: gsar                                  on 1998/09/23  10:02:57
13182     Log: hide symbol for static build
13183          From: Dominic Dunlop <domo@vo.lu>
13184          Date: Tue, 8 Sep 1998 21:40:46 +0000
13185          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
13186          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
13187  Branch: perl
13188        ! regcomp.c
13189 ____________________________________________________________________________
13190 [  1842] By: gsar                                  on 1998/09/23  09:52:46
13191     Log: define PUT_svindex(), PUT_opindex()
13192  Branch: perl
13193        ! ext/B/B/Assembler.pm
13194 ____________________________________________________________________________
13195 [  1841] By: gsar                                  on 1998/09/23  09:44:25
13196     Log: From: Dominic Dunlop <domo@vo.lu>
13197          Date: Tue, 8 Sep 1998 15:34:53 +0000
13198          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
13199          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
13200  Branch: perl
13201        ! t/pragma/warn/regexec
13202 ____________________________________________________________________________
13203 [  1840] By: gsar                                  on 1998/09/23  09:42:17
13204     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
13205  Branch: perl
13206        ! win32/bin/pl2bat.pl
13207 ____________________________________________________________________________
13208 [  1839] By: gsar                                  on 1998/09/23  09:38:18
13209     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
13210          Date: Mon, 7 Sep 1998 17:36:09 +0900
13211          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
13212          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
13213  Branch: perl
13214        ! ext/Thread/Thread.xs
13215 ____________________________________________________________________________
13216 [  1838] By: gsar                                  on 1998/09/23  09:21:11
13217     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
13218          Date: Thu, 10 Sep 1998 00:02:07 -0400
13219          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
13220          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
13221  Branch: perl
13222        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13223        + vos/config.h vos/config_h.SH_orig vos/perl.bind
13224        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
13225        ! MANIFEST perl.c perl.h pod/perlport.pod
13226 ____________________________________________________________________________
13227 [  1837] By: gsar                                  on 1998/09/23  08:45:58
13228     Log: (via private mail)
13229          From: Charles Bailey <BAILEY@newman.upenn.edu>
13230          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
13231          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
13232          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
13233  Branch: perl
13234        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
13235        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13236        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
13237        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
13238        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
13239        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
13240        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
13241        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
13242        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
13243        ! vms/writemain.pl
13244 ____________________________________________________________________________
13245 [  1836] By: gsar                                  on 1998/09/23  08:17:42
13246     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13247          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
13248          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
13249          Subject: [PATCH 5.005_*] OS/2 spawning typos
13250  Branch: perl
13251        ! os2/os2.c
13252 ____________________________________________________________________________
13253 [  1835] By: gsar                                  on 1998/09/23  08:09:55
13254     Log: warn on C<my($foo,$foo)>
13255  Branch: perl
13256        ! op.c pod/perldiag.pod
13257 ____________________________________________________________________________
13258 [  1834] By: gsar                                  on 1998/09/23  07:35:56
13259     Log: From: pvhp@forte.com (Peter Prymmer)
13260          Date: Fri, 4 Sep 98 13:27:41 PDT
13261          Message-Id: <9809042027.AA04463@forte.com>
13262          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
13263  Branch: perl
13264        ! README.vms
13265 ____________________________________________________________________________
13266 [  1833] By: gsar                                  on 1998/09/23  07:27:34
13267     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13268          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
13269          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
13270          Subject: PATCH: 5.005_02 hint/hpux.sh
13271  Branch: perl
13272        ! hints/hpux.sh
13273 ____________________________________________________________________________
13274 [  1832] By: gsar                                  on 1998/09/23  07:22:40
13275     Log: fix (some) installhtml bugs
13276          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
13277          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
13278          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
13279          Subject: installhtml script needs work
13280  Branch: perl
13281        ! installhtml
13282 ____________________________________________________________________________
13283 [  1831] By: gsar                                  on 1998/09/23  07:19:30
13284     Log: document 'U' magic with examples
13285          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
13286          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
13287          Message-Id: <199809011455.PAA00631@sale-wts>
13288          Subject: Re: Looking for some XS MAGIC examples...
13289  Branch: perl
13290        ! pod/perlguts.pod
13291 ____________________________________________________________________________
13292 [  1830] By: gsar                                  on 1998/09/23  07:16:43
13293     Log: From: pvhp@forte.com (Peter Prymmer)
13294          Date: Mon, 31 Aug 98 17:13:49 PDT
13295          Message-Id: <9809010013.AA06737@forte.com>
13296          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
13297  Branch: perl
13298        ! README.os390
13299 ____________________________________________________________________________
13300 [  1829] By: gsar                                  on 1998/09/23  07:15:08
13301     Log: fix problematic typecast in filter_del()
13302          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
13303          Date: Mon, 31 Aug 1998 21:13:11 GMT
13304          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
13305          Subject: perl5.005_02 does not build on Cray T90
13306  Branch: perl
13307        ! toke.c
13308 ____________________________________________________________________________
13309 [  1828] By: gsar                                  on 1998/09/23  07:11:34
13310     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13311          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
13312          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
13313          Subject: [PATCH 5.005_5*] (?>) broken in RE
13314  Branch: perl
13315        ! regexec.c t/op/re_tests
13316 ____________________________________________________________________________
13317 [  1827] By: gsar                                  on 1998/09/23  07:09:50
13318     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
13319  Branch: perl
13320        ! t/op/grent.t t/op/groups.t
13321 ____________________________________________________________________________
13322 [  1826] By: gsar                                  on 1998/09/23  07:03:16
13323     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13324          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
13325          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
13326          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
13327  Branch: perl
13328        - interp.sym
13329        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
13330 ____________________________________________________________________________
13331 [  1825] By: gsar                                  on 1998/09/23  06:56:40
13332     Log: re-introduce change#1703
13333  Branch: perl
13334        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
13335 ____________________________________________________________________________
13336 [  1824] By: gsar                                  on 1998/09/23  06:44:19
13337     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13338          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
13339          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
13340          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
13341  Branch: perl
13342        ! lib/perl5db.pl
13343 ____________________________________________________________________________
13344 [  1823] By: gsar                                  on 1998/09/23  06:41:34
13345         Log: From: Joe Buehler <jhpb@hekimian.com>
13346              Date: 29 Aug 1998 17:13:28 -0400
13347              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
13348              Subject: patches for perl 5.005_51 under U/WIN
13349      Branch: perl
13350            + hints/uwin.sh
13351            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
13352            ! t/lib/posix.t
13353 ____________________________________________________________________________
13354 [  1822] By: gsar                                  on 1998/09/23  06:36:59
13355         Log: add missing C<no utf8;> tweak from Larry
13356      Branch: perl
13357            ! t/op/subst.t
13358 ____________________________________________________________________________
13359 [  1821] By: gsar                                  on 1998/09/23  06:27:51
13360         Log: s/runops/CALLRUNOPS/
13361      Branch: perl
13362            ! cc_runtime.h
13363 ____________________________________________________________________________
13364 [  1820] By: gsar                                  on 1998/09/23  06:24:49
13365         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
13366      Branch: perl
13367           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
13368           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
13369           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
13370           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
13371           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13372           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
13373           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
13374           +> t/pragma/warn/util
13375            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
13376            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
13377            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
13378            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
13379            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
13380            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
13381            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
13382            - t/pragma/warn-util
13383            ! MANIFEST t/pragma/warning.t
13384 ____________________________________________________________________________
13385 [  1819] By: gsar                                  on 1998/09/23  06:08:46
13386         Log: make \(%foo) return refs to values (not copies of values)
13387              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13388              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
13389              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
13390              --
13391              From: Roderick Schertler <roderick@argon.org>
13392              Date: Sat, 29 Aug 1998 00:58:33 -0400
13393              Message-ID: <29894.904366713@eeyore.ibcinc.com>
13394              Subject: Re: \(%x) problems
13395      Branch: perl
13396            ! doop.c pod/perlref.pod
13397 ____________________________________________________________________________
13398 [  1818] By: gsar                                  on 1998/09/23  06:05:08
13399         Log: make h2xs generate ANSI prototypes
13400      Branch: perl
13401            ! utils/h2xs.PL
13402 ____________________________________________________________________________
13403 [  1817] By: gsar                                  on 1998/09/23  05:57:16
13404         Log: updated usethreads hints for hpux 10.X
13405              From: Matthew T Harden <mthard@mthard1.monsanto.com>
13406              Date: Fri, 28 Aug 1998 14:10:42 GMT
13407              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
13408              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
13409      Branch: perl
13410            ! hints/hpux.sh perl.h
13411 ____________________________________________________________________________
13412 [  1816] By: gsar                                  on 1998/09/23  05:53:31
13413         Log: don't create empty directories in installperl
13414              From: Robin Barker <rmb1@cise.npl.co.uk>
13415              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
13416              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
13417              Subject: [PATCH 5.005_02] install: empty dirs
13418      Branch: perl
13419            ! installperl
13420 ____________________________________________________________________________
13421 [  1815] By: gsar                                  on 1998/09/23  05:50:36
13422         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
13423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13424              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
13425              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
13426              Subject: Re: your mail
13427      Branch: perl
13428            ! regexec.c t/op/re_tests
13429 ____________________________________________________________________________
13430 [  1814] By: gsar                                  on 1998/09/23  05:45:17
13431         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13432              Date: Thu, 20 Aug 1998 20:59:03 -0400
13433              Message-ID: <19980820205903.A12908@O2.chapin.edu>
13434              Subject: [PATCH] h2ph misquotes #error directives
13435      Branch: perl
13436            ! t/lib/h2ph.pht utils/h2ph.PL
13437 ____________________________________________________________________________
13438 [  1813] By: gsar                                  on 1998/09/23  05:42:41
13439         Log: patch to support computed regular subexpressions
13440              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13441              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
13442              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
13443              Subject: [5.005_5* PATCH] Postponed RE - now!
13444      Branch: perl
13445            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
13446            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
13447 ____________________________________________________________________________
13448 [  1812] By: gsar                                  on 1998/09/23  05:26:26
13449         Log: better CR-handling on shebang line and in formats (fixed variant of
13450              patch suggested by Igor Sysoev <igor@nitek.ru>)
13451      Branch: perl
13452            ! perl.c toke.c
13453 ____________________________________________________________________________
13454 [  1811] By: gsar                                  on 1998/09/23  04:35:46
13455         Log: document non-loopish blocks better
13456              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13457              Date: Tue, 18 Aug 1998 12:28:36 +0100
13458              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
13459              Subject: Re: next in do {} while block gives error message
13460      Branch: perl
13461            ! pod/perlfunc.pod
13462 ____________________________________________________________________________
13463 [  1810] By: gsar                                  on 1998/09/23  04:12:05
13464         Log: fix bogus integerization of pop()'s return value
13465              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13466              Date: Sat, 15 Aug 1998 23:27:54 -0400
13467              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
13468              Subject: Re: Complex expression does integer arithmetic 
13469      Branch: perl
13470            ! opcode.h opcode.pl
13471 ____________________________________________________________________________
13472 [  1809] By: gsar                                  on 1998/09/23  04:09:43
13473         Log: tweak README.win32
13474      Branch: perl
13475            ! README.win32
13476 ____________________________________________________________________________
13477 [  1808] By: gsar                                  on 1998/09/23  03:40:57
13478         Log: better diagnostic for do{} used as lvalue
13479      Branch: perl
13480            ! op.c pod/perlport.pod
13481 ____________________________________________________________________________
13482 [  1807] By: gsar                                  on 1998/09/23  03:38:30
13483         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
13484              From: hansm@icgroup.nl
13485              Date: Tue, 11 Aug 98 21:08:51 +0200
13486              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
13487              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13488      Branch: perl
13489            ! malloc.c
13490 ____________________________________________________________________________
13491 [  1806] By: gsar                                  on 1998/09/23  03:36:08
13492         Log: support make written in perl (aka "pmake") on win32
13493      Branch: perl
13494            ! lib/ExtUtils/MM_Win32.pm
13495 ____________________________________________________________________________
13496 [  1805] By: gsar                                  on 1998/09/23  03:30:07
13497         Log: fix mismatched UV/U32 types for to_utf8_*()
13498      Branch: perl
13499            ! utf8.c
13500 ____________________________________________________________________________
13501 [  1804] By: gsar                                  on 1998/09/23  03:22:22
13502         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13503              Date: Sun, 9 Aug 1998 22:38:23 +0200
13504              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
13505              Subject: [PATCH 5.5002] dos-djgpp update
13506      Branch: perl
13507            ! t/io/fs.t
13508 ____________________________________________________________________________
13509 [  1803] By: gsar                                  on 1998/09/23  03:20:13
13510         Log: apply minimal variant of patch (sent via private mail)
13511              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
13512              Date: Wed, 12 Aug 1998 15:42:35 +0300
13513              Message-Id: <199808121242.PAA29761@comanche.spices>
13514              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
13515      Branch: perl
13516            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
13517            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
13518 ____________________________________________________________________________
13519 [  1802] By: gsar                                  on 1998/09/23  03:03:39
13520         Log: adjust searchdict.t for EBCDIC (still needs documenting)
13521              From: pvhp@forte.com (Peter Prymmer)
13522              Date: Thu, 6 Aug 98 18:09:39 PDT
13523              Message-Id: <9808070109.AA06158@forte.com>
13524              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
13525      Branch: perl
13526            ! README.os390 t/lib/searchdict.t
13527 ____________________________________________________________________________
13528 [  1801] By: gsar                                  on 1998/09/23  02:54:15
13529         Log: silence redefined warning for XS(INIT) {}
13530      Branch: perl
13531            ! op.c
13532 ____________________________________________________________________________
13533 [  1800] By: gsar                                  on 1998/09/23  02:42:23
13534         Log: support match indices via special variables @- and @+
13535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13536              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
13537              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
13538              Subject: [PATCH 5.004_76] @- and @+
13539      Branch: perl
13540            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
13541            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
13542 ____________________________________________________________________________
13543 [  1799] By: gsar                                  on 1998/09/23  01:44:31
13544         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13545              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
13546              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
13547              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
13548      Branch: perl
13549            ! regcomp.c t/op/re_tests
13550 ____________________________________________________________________________
13551 [  1798] By: gsar                                  on 1998/09/23  01:39:23
13552         Log: integrate maint-5.005 changes (except conflicting change#1794)
13553      Branch: perl
13554            ! Changes
13555           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
13556           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
13557           !> win32/win32.h
13558 ____________________________________________________________________________
13559 [  1797] By: gsar                                  on 1998/09/23  01:32:36
13560         Log: add note to win32/Makefile about setting CCHOME
13561      Branch: perl
13562            ! win32/Makefile win32/makefile.mk
13563 ____________________________________________________________________________
13564 [  1796] By: gsar                                  on 1998/09/23  01:31:32
13565         Log: perl.pod tweak
13566      Branch: perl
13567            ! pod/perl.pod
13568 ____________________________________________________________________________
13569 [  1795] By: gsar                                  on 1998/09/21  20:34:10
13570         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
13571      Branch: perl
13572            ! lib/ExtUtils/xsubpp
13573 ____________________________________________________________________________
13574 [  1789] By: gsar                                  on 1998/09/18  18:01:37
13575         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
13576      Branch: perl
13577            ! cop.h t/cmd/for.t
13578 ____________________________________________________________________________
13579 [  1788] By: gsar                                  on 1998/09/17  02:19:11
13580         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
13581      Branch: perl
13582            ! win32/config.bc win32/config.gc win32/config.vc
13583 ____________________________________________________________________________
13584 [  1787] By: gsar                                  on 1998/09/17  01:45:14
13585         Log: suppress bogus warning on C<sub x {} x()>
13586      Branch: perl
13587            ! toke.c
13588 ____________________________________________________________________________
13589 [  1786] By: gsar                                  on 1998/09/17  01:42:51
13590         Log: ntohl typo in objXSUB.h
13591      Branch: perl
13592            ! objXSUB.h
13593 ____________________________________________________________________________
13594 [  1785] By: gsar                                  on 1998/09/17  01:41:48
13595         Log: fill gaps in sig_* entries in win32/config.?c
13596      Branch: perl
13597            ! win32/config.bc win32/config.gc win32/config.vc
13598 ____________________________________________________________________________
13599 [  1781] By: larry                                 on 1998/09/05  23:48:24
13600         Log: tr/// logic was hosed under utf8
13601      Branch: perl
13602            ! doop.c op.c op.h pp.c proto.h
13603 ____________________________________________________________________________
13604 [  1780] By: larry                                 on 1998/09/05  23:44:16
13605         Log: several new tests needed tweaking to work under utf8
13606      Branch: perl
13607            ! t/comp/require.t t/op/pack.t t/op/substr.t
13608 ____________________________________________________________________________
13609 [  1779] By: larry                                 on 1998/09/05  23:41:42
13610         Log: index() applied BM optimization to wrong argument
13611      Branch: perl
13612            ! op.c util.c
13613 ____________________________________________________________________________
13614 [  1778] By: larry                                 on 1998/09/05  23:38:29
13615         Log: Implicit require during compile reset line numbering
13616      Branch: perl
13617            ! pp_ctl.c
13618
13619 ----------------
13620 Version 5.005_51
13621 ----------------
13622
13623 ____________________________________________________________________________
13624 [  1777] By: gsar                                  on 1998/08/10  07:02:38
13625         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
13626              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
13627              lexical warning testsuite for win32
13628      Branch: perl
13629            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
13630            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
13631            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
13632            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
13633            ! win32/Makefile win32/makefile.mk
13634 ____________________________________________________________________________
13635 [  1776] By: gsar                                  on 1998/08/09  17:53:48
13636         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
13637      Branch: perl
13638            ! Changes MANIFEST perl.c pod/perlhist.pod
13639 ____________________________________________________________________________
13640 [  1775] By: gsar                                  on 1998/08/09  14:35:33
13641         Log: tweak warning test
13642      Branch: perl
13643            ! t/pragma/warn-toke
13644 ____________________________________________________________________________
13645 [  1774] By: gsar                                  on 1998/08/09  14:13:46
13646         Log: add missing dTHR; notes for test failures due to small stacksize
13647      Branch: perl
13648            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
13649            ! toke.c universal.c util.c
13650 ____________________________________________________________________________
13651 [  1773] By: gsar                                  on 1998/08/09  11:31:53
13652         Log: lexical warnings; tweaks to places that didn't apply correctly
13653              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
13654              Date:    Wed, 29 Jul 1998 09:28:45 BST
13655              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
13656              Subject: lexical warnings patch for 5.005_50
13657      Branch: perl
13658            + README.lexwarn lib/warning.pm t/pragma/warn-2use
13659            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
13660            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
13661            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
13662            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
13663            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
13664            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
13665            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
13666            + warning.h warning.pl
13667            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
13668            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
13669            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
13670            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
13671            ! universal.c util.c
13672 ____________________________________________________________________________
13673 [  1772] By: gsar                                  on 1998/08/08  23:06:00
13674         Log: bump patchlevel to 5.005_51
13675      Branch: perl
13676            ! patchlevel.h win32/Makefile win32/config_H.bc
13677            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13678 ____________________________________________________________________________
13679 [  1771] By: gsar                                  on 1998/08/08  23:01:57
13680         Log: fix bogus warning on "\x{123}"
13681              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
13682              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
13683              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
13684              Subject: [5.005_50 PATCH] Some unicode problems
13685      Branch: perl
13686            ! regcomp.c toke.c
13687 ____________________________________________________________________________
13688 [  1770] By: gsar                                  on 1998/08/08  22:56:55
13689         Log: hide dup symbol for static build of ext/re
13690              From: Dominic Dunlop <domo@ppp72.vo.lu>
13691              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
13692              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
13693              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
13694      Branch: perl
13695            ! regcomp.c
13696 ____________________________________________________________________________
13697 [  1769] By: gsar                                  on 1998/08/08  22:45:06
13698         Log: fix double free on -Mutf8 -e '$b=uc("")'
13699              From: larry@wall.org (Larry Wall)
13700              Date: Fri, 7 Aug 1998 14:42:43 -0700
13701              Message-Id: <199808072142.OAA14920@wall.org>
13702              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
13703      Branch: perl
13704            ! pp.c
13705 ____________________________________________________________________________
13706 [  1768] By: gsar                                  on 1998/08/08  22:42:29
13707         Log: substr() assumes utf8 without say-so
13708              From: larry@wall.org (Larry Wall)
13709              Date: Fri, 7 Aug 1998 12:25:12 -0700
13710              Message-Id: <199808071925.MAA13436@wall.org>
13711              Subject: [PATCH 5.005_50] substr bug?
13712      Branch: perl
13713            ! pp.c
13714 ____________________________________________________________________________
13715 [  1767] By: gsar                                  on 1998/08/08  22:38:25
13716         Log: fix intolerance of SWASHes for blank lines
13717              From: Gisle Aas <aas@sn.no>
13718              Date: 06 Aug 1998 23:28:57 +0200
13719              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
13720              Subject: Re: Re[2]: another joyride begins
13721      Branch: perl
13722            ! lib/utf8_heavy.pl
13723 ____________________________________________________________________________
13724 [  1766] By: gsar                                  on 1998/08/08  22:33:10
13725         Log: utf8 doc tweak
13726              From: Gisle Aas <aas@sn.no>
13727              Date: 05 Aug 1998 00:41:04 +0200
13728              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
13729              Subject: Matching clumps
13730      Branch: perl
13731            ! lib/utf8.pm
13732 ____________________________________________________________________________
13733 [  1765] By: gsar                                  on 1998/08/08  22:31:37
13734         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
13735              From: Gisle Aas <aas@sn.no>
13736              Date: 04 Aug 1998 22:56:11 +0200
13737              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
13738              Subject: Re: another joyride begins
13739      Branch: perl
13740            ! lib/utf8_heavy.pl
13741 ____________________________________________________________________________
13742 [  1764] By: gsar                                  on 1998/08/08  22:28:43
13743         Log: From: larry@wall.org (Larry Wall)
13744              Date: Tue, 4 Aug 1998 17:04:51 -0700
13745              Message-Id: <199808050004.RAA22592@wall.org>
13746              Subject: [PATCH 5.005_50] \pX not implemented!
13747      Branch: perl
13748            ! regcomp.c
13749 ____________________________________________________________________________
13750 [  1763] By: gsar                                  on 1998/08/08  22:27:15
13751         Log: From: Stephen McCamant <alias@mcs.com>
13752              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
13753              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
13754              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
13755      Branch: perl
13756            ! op.c
13757 ____________________________________________________________________________
13758 [  1762] By: gsar                                  on 1998/08/08  22:26:09
13759         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13760              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
13761              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
13762              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
13763      Branch: perl
13764            + t/op/grent.t t/op/pwent.t
13765            ! MANIFEST
13766 ____________________________________________________________________________
13767 [  1761] By: gsar                                  on 1998/08/08  22:21:52
13768         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13769              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
13770              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
13771              Subject: [5.005_50 PATCH] misprint in RE engine
13772      Branch: perl
13773            ! regexec.c t/op/re_tests
13774 ____________________________________________________________________________
13775 [  1760] By: gsar                                  on 1998/08/08  22:18:54
13776         Log: integrate maint-5.005 changes into mainline
13777      Branch: perl
13778           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
13779           !> (integrate 138 files)
13780 ____________________________________________________________________________
13781 [  1672] By: gsar                                  on 1998/07/27  18:35:28
13782         Log: create new Changes
13783      Branch: perl
13784            + Changes
13785            ! Changes5.005 MANIFEST
13786 ____________________________________________________________________________
13787 [  1671] By: gsar                                  on 1998/07/27  18:30:57
13788         Log: rename Changes --> Changes5.005
13789      Branch: perl
13790           +> Changes5.005
13791            - Changes
13792 ____________________________________________________________________________
13793 [  1670] By: gsar                                  on 1998/07/27  18:10:14
13794         Log: integrate 5.005_01 changes from maint
13795      Branch: perl
13796            ! Changes
13797           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
13798           !> win32/win32.c
13799 ____________________________________________________________________________
13800 [  1667] By: nick                                  on 1998/07/26  14:31:01
13801         Log: Add dTHR so that it compiles miniperl in threaded mode
13802      Branch: perl
13803            ! doop.c mg.c regcomp.c regexec.c
13804 ____________________________________________________________________________
13805 [  1666] By: nick                                  on 1998/07/26  13:01:10
13806         Log: Resolve ansiperl against mainline (@1648?)
13807              Unclear that change number has "taken".
13808      Branch: ansiperl
13809           +> (branch 169 files)
13810            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
13811           !> (integrate 131 files)
13812
13813 ----------------
13814 Version 5.005_50
13815 ----------------
13816
13817 ____________________________________________________________________________
13818 [  1665] By: gsar                                  on 1998/07/26  05:38:48
13819         Log: add trailing newline to file
13820      Branch: perl
13821            ! Changes lib/unicode/blocks.txt
13822 ____________________________________________________________________________
13823 [  1664] By: gsar                                  on 1998/07/26  05:08:48
13824         Log: integrate proto.h additions from maint-5.005
13825      Branch: perl
13826           !> pod/perlhist.pod proto.h
13827 ____________________________________________________________________________
13828 [  1663] By: gsar                                  on 1998/07/26  05:07:05
13829         Log: add new files to MANIFEST; add missing prototypes to proto.h;
13830              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
13831              add typecasts to silence warnings; tweaks for win32 builds
13832      Branch: perl
13833            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
13834            ! win32/Makefile win32/makefile.mk
13835 ____________________________________________________________________________
13836 [  1662] By: gsar                                  on 1998/07/26  05:01:52
13837         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
13838      Branch: maint-5.005/perl
13839            ! pod/perlhist.pod proto.h
13840 ____________________________________________________________________________
13841 [  1661] By: gsar                                  on 1998/07/26  02:52:48
13842         Log: up patchlevel to 5.005_50
13843      Branch: perl
13844            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13845            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13846 ____________________________________________________________________________
13847 [  1660] By: gsar                                  on 1998/07/26  02:43:57
13848         Log: integrate utfperl
13849      Branch: perl
13850           +> (branch 162 files)
13851           !> (integrate 29 files)
13852 ____________________________________________________________________________
13853 [  1659] By: gsar                                  on 1998/07/26  02:38:22
13854         Log: integrate maint-5.005 changes
13855      Branch: perl
13856           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
13857           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
13858           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
13859           !> vms/descrip_mms.template vms/subconfigure.com
13860 ____________________________________________________________________________
13861 [  1658] By: gsar                                  on 1998/07/26  02:23:46
13862         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
13863              Date: Fri, 24 Jul 1998 11:38:25 -0700
13864              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
13865              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
13866              --
13867              Date: Fri, 24 Jul 1998 12:30:36 -0700
13868              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
13869              Subject: [PATCH 5.005]Tweaks to README.vms
13870              --
13871              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
13872              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
13873              Subject: [PATCH 5.005] Final build cleanup patch
13874      Branch: maint-5.005/perl
13875            ! README.vms vms/descrip_mms.template vms/subconfigure.com
13876 ____________________________________________________________________________
13877 [  1657] By: gsar                                  on 1998/07/26  02:19:50
13878         Log: another platform where pp_sselect() needs a whole fd_set buffer
13879              From: Lupe Christoph <lupe@alanya.m.isar.de>
13880              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
13881              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
13882              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
13883      Branch: maint-5.005/perl
13884            ! pp_sys.c
13885 ____________________________________________________________________________
13886 [  1656] By: gsar                                  on 1998/07/26  02:12:46
13887         Log: fix problem building modules on dos-djgpp
13888              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13889              Date: Sat, 25 Jul 1998 00:53:39 +0200
13890              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
13891              Subject: [PATCH 5.005] dos-djgpp and modules problem
13892      Branch: maint-5.005/perl
13893            ! djgpp/fixpmain
13894 ____________________________________________________________________________
13895 [  1655] By: gsar                                  on 1998/07/26  02:11:09
13896         Log: From: Tom Spindler <dogcow@home.merit.edu>
13897              Date: Wed, 22 Jul 1998 16:11:07 -0400
13898              Message-ID: <19980722161107.A16813@home.merit.edu>
13899              Subject: [PATCH 5.005] BeOS tweak
13900      Branch: maint-5.005/perl
13901            ! hints/beos.sh
13902 ____________________________________________________________________________
13903 [  1654] By: gsar                                  on 1998/07/26  02:09:29
13904         Log: various pod tweaks
13905      Branch: maint-5.005/perl
13906            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
13907            ! pod/perltoc.pod
13908 ____________________________________________________________________________
13909 [  1653] By: gsar                                  on 1998/07/26  02:05:46
13910         Log: fix emacs/ptags for PL_* changes
13911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13912              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
13913              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
13914              Subject: [PATCH 5.004_76] Yet better ptags
13915      Branch: maint-5.005/perl
13916            ! emacs/ptags
13917 ____________________________________________________________________________
13918 [  1652] By: gsar                                  on 1998/07/26  02:03:01
13919         Log: fix behavior of <=> on bigints
13920              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13921              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
13922              Date: Fri, 24 Jul 1998 18:29:53 +0100
13923              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
13924      Branch: maint-5.005/perl
13925            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13926 ____________________________________________________________________________
13927 [  1651] By: larry                                 on 1998/07/24  05:44:33
13928         Log: Here are the long-expected Unicode/UTF-8 modifications.
13929      Branch: utfperl
13930            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
13931            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
13932            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
13933            + lib/unicode/Decomposition.pl
13934            + lib/unicode/In/AlphabeticPresentationForms.pl
13935            + lib/unicode/In/Arabic.pl
13936            + lib/unicode/In/ArabicPresentationForms-A.pl
13937            + lib/unicode/In/ArabicPresentationForms-B.pl
13938            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13939            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13940            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13941            + lib/unicode/In/BoxDrawing.pl
13942            + lib/unicode/In/CJKCompatibility.pl
13943            + lib/unicode/In/CJKCompatibilityForms.pl
13944            + lib/unicode/In/CJKCompatibilityIdeographs.pl
13945            + lib/unicode/In/CJKSymbolsandPunctuation.pl
13946            + lib/unicode/In/CJKUnifiedIdeographs.pl
13947            + lib/unicode/In/CombiningDiacriticalMarks.pl
13948            + lib/unicode/In/CombiningHalfMarks.pl
13949            + lib/unicode/In/CombiningMarksforSymbols.pl
13950            + lib/unicode/In/ControlPictures.pl
13951            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13952            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13953            + lib/unicode/In/EnclosedAlphanumerics.pl
13954            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
13955            + lib/unicode/In/GeneralPunctuation.pl
13956            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13957            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13958            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13959            + lib/unicode/In/HalfwidthandFullwidthForms.pl
13960            + lib/unicode/In/HangulCompatibilityJamo.pl
13961            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13962            + lib/unicode/In/Hebrew.pl
13963            + lib/unicode/In/HighPrivateUseSurrogates.pl
13964            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13965            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
13966            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13967            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
13968            + lib/unicode/In/LatinExtended-A.pl
13969            + lib/unicode/In/LatinExtended-B.pl
13970            + lib/unicode/In/LatinExtendedAdditional.pl
13971            + lib/unicode/In/LetterlikeSymbols.pl
13972            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13973            + lib/unicode/In/MathematicalOperators.pl
13974            + lib/unicode/In/MiscellaneousSymbols.pl
13975            + lib/unicode/In/MiscellaneousTechnical.pl
13976            + lib/unicode/In/NumberForms.pl
13977            + lib/unicode/In/OpticalCharacterRecognition.pl
13978            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13979            + lib/unicode/In/SmallFormVariants.pl
13980            + lib/unicode/In/SpacingModifierLetters.pl
13981            + lib/unicode/In/Specials.pl
13982            + lib/unicode/In/SuperscriptsandSubscripts.pl
13983            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
13984            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13985            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13986            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
13987            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
13988            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
13989            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
13990            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
13991            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
13992            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
13993            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
13994            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
13995            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
13996            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
13997            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
13998            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
13999            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
14000            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
14001            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
14002            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
14003            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
14004            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
14005            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
14006            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
14007            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
14008            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
14009            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
14010            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
14011            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
14012            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
14013            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
14014            + lib/unicode/JamoShort.pl lib/unicode/Makefile
14015            + lib/unicode/Name.pl lib/unicode/Number.pl
14016            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
14017            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
14018            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
14019            + lib/unicode/blocks.txt lib/unicode/index2.txt
14020            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
14021            + lib/unicode/names2.txt lib/unicode/props2.txt
14022            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
14023            + utf8.c utf8.h
14024            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
14025            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
14026            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
14027            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
14028            ! t/op/vec.t toke.c util.c vms/vmsish.h
14029 ____________________________________________________________________________
14030 [  1650] By: gsar                                  on 1998/07/24  04:06:48
14031         Log: create utfperl branch
14032      Branch: utfperl
14033           +> (branch 1079 files)
14034 ____________________________________________________________________________
14035 [  1649] By: gsar                                  on 1998/07/24  03:56:56
14036         Log: create maint-5.005 branch
14037      Branch: maint-5.005/perl
14038           +> (branch 1079 files)
14039 ____________________________________________________________________________
14040 [  1648] By: gsar                                  on 1998/07/24  03:36:35
14041         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
14042      Branch: perl
14043            ! Changes
14044