This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note about filesize limits.
[perl5.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 [  3904] By: gsar                                  on 1999/08/02  20:30:23
83         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
84              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
85              regen headers
86      Branch: perl
87            ! embed.h embed.pl global.sym opcode.h perlapi.c
88 ____________________________________________________________________________
89 [  3903] By: gsar                                  on 1999/08/02  20:26:07
90         Log: native int pack/unpack fixes (from Spider Boardman
91              <spider@leggy.zk3.dec.com>)
92      Branch: perl
93            ! pp.c
94 ____________________________________________________________________________
95 [  3902] By: gsar                                  on 1999/08/02  20:24:41
96         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
97              <spider@leggy.zk3.dec.com>)
98      Branch: perl
99            + opnames.h
100            ! Changes MANIFEST opcode.pl perl.h
101 ____________________________________________________________________________
102 [  3901] By: gsar                                  on 1999/08/02  18:51:18
103         Log: integrate cfgperl contents
104      Branch: perl
105           !> INSTALL README pod/perldelta.pod
106 ____________________________________________________________________________
107 [  3900] By: jhi                                   on 1999/08/02  18:46:21
108         Log: Update README and INSTALL; partly based on the message
109              
110              From: "John L. Allen" <allen@grumman.com>
111              To: Jarkko Hietaniemi <jhi@iki.fi>
112              cc: perl5-porters@perl.org
113              Subject: Re: Perl Installation Problem
114              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
115              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
116              
117              and private email from Andy Dougherty.
118      Branch: cfgperl
119            ! INSTALL README
120 ____________________________________________________________________________
121 [  3899] By: jhi                                   on 1999/08/02  18:36:35
122         Log: Integrate with Sarathy.
123      Branch: cfgperl
124           !> op.c
125 ____________________________________________________________________________
126 [  3898] By: jhi                                   on 1999/08/02  18:34:49
127         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
128      Branch: cfgperl
129            ! pod/perldelta.pod
130 ____________________________________________________________________________
131 [  3897] By: gsar                                  on 1999/08/02  18:18:37
132         Log: optimizations could sometimes bypass bareword check
133      Branch: perl
134            ! op.c
135 ____________________________________________________________________________
136 [  3896] By: jhi                                   on 1999/08/02  18:18:34
137         Log: Integrate with Sarathy.
138      Branch: cfgperl
139           !> Changes makedef.pl patchlevel.h win32/Makefile
140           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
141           !> win32/makefile.mk
142 ____________________________________________________________________________
143 [  3895] By: gsar                                  on 1999/08/02  17:22:40
144         Log: up patchlevel etc.
145      Branch: perl
146            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
147            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
148 ____________________________________________________________________________
149 [  3894] By: gsar                                  on 1999/08/02  17:12:31
150         Log: integrate change#3893, make it conditional on bincompat5005
151      Branch: perl
152            ! makedef.pl
153 ____________________________________________________________________________
154 [  3893] By: jhi                                   on 1999/08/02  16:49:08
155         Log: PERL_BINCOMPAT_5005 symbol translation.
156              (AIX wouldn't link neither perl nor extensions.)
157      Branch: cfgperl
158            ! makedef.pl
159 ____________________________________________________________________________
160 [  3892] By: gsar                                  on 1999/08/02  16:09:13
161         Log: integrate cfgperl contents into mainline
162      Branch: perl
163           +> t/op/64bit.t
164            ! Changes
165           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
166           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
167           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
168 ____________________________________________________________________________
169 [  3891] By: jhi                                   on 1999/08/02  14:52:40
170         Log: AIX long long probing requires LL suffix for
171              the ll constant.  The suffix doesn't seem
172              to bother other ll platforms.
173      Branch: cfgperl
174            ! Configure config_h.SH hints/aix.sh
175      Branch: metaconfig/U/perl
176            ! quadfio.U
177 ____________________________________________________________________________
178 [  3890] By: jhi                                   on 1999/08/02  14:21:55
179         Log: Exact path to perl for open -|.
180      Branch: cfgperl
181            ! t/io/open.t
182 ____________________________________________________________________________
183 [  3889] By: jhi                                   on 1999/08/02  14:18:03
184         Log: Integrate with Sarathy.
185      Branch: cfgperl
186           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
187           !> win32/Makefile win32/config_H.bc win32/config_H.gc
188           !> win32/config_H.vc win32/makefile.mk win32/win32.c
189 ____________________________________________________________________________
190 [  3888] By: jhi                                   on 1999/08/02  14:14:29
191         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
192      Branch: cfgperl
193            ! hints/aix.sh
194 ____________________________________________________________________________
195 [  3887] By: jhi                                   on 1999/08/02  12:53:10
196         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
197              emacs code indentation doesn't get wrong ideas--
198              in other words, introduce a couple of "redundant" if:s.
199      Branch: cfgperl
200            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
201            ! util.c
202 ____________________________________________________________________________
203 [  3886] By: jhi                                   on 1999/08/02  12:43:16
204         Log: Mention that also *BSD systems with glibc are known to stumble.
205      Branch: cfgperl
206            ! t/pragma/warn/pp_hot
207 ____________________________________________________________________________
208 [  3885] By: jhi                                   on 1999/08/02  12:34:15
209         Log: Allow also non-long long but still quad platforms print quads.
210      Branch: cfgperl
211            ! Configure config_h.SH
212      Branch: metaconfig/U/perl
213            ! longdblfio.U quadfio.U
214 ____________________________________________________________________________
215 [  3884] By: jhi                                   on 1999/08/02  11:56:14
216         Log: Fix regclass utf8 hex ranges for quads.
217      Branch: cfgperl
218            ! regcomp.c
219 ____________________________________________________________________________
220 [  3883] By: jhi                                   on 1999/08/02  11:42:14
221         Log: Enhance the description of how to detect quad support.
222      Branch: cfgperl
223            ! pod/perlfunc.pod
224 ____________________________________________________________________________
225 [  3882] By: jhi                                   on 1999/08/02  11:22:19
226         Log: Fix printf %D %U %O for quads.
227      Branch: cfgperl
228            ! sv.c t/op/64bit.t
229 ____________________________________________________________________________
230 [  3881] By: jhi                                   on 1999/08/02  11:16:12
231         Log: Document quad printing.
232      Branch: cfgperl
233            ! pod/perlfunc.pod
234 ____________________________________________________________________________
235 [  3880] By: jhi                                   on 1999/08/02  10:32:01
236         Log: More 64-bit fixing.  One known bug of that kind
237              remains, 32-bit platforms using long long in
238              the test t/pragma/utf8 subtests 1-3 fail.
239              (Update: change    #3884 fixed that one.)
240      Branch: cfgperl
241            + t/op/64bit.t
242            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
243
244 ----------------
245 Version 5.005_59
246 ----------------
247
248 ____________________________________________________________________________
249 [  3879] By: gsar                                  on 1999/08/02  08:18:58
250         Log: integrate cfgperl changes into mainline
251      Branch: perl
252           !> Configure config_h.SH sv.c
253 ____________________________________________________________________________
254 [  3878] By: gsar                                  on 1999/08/02  08:13:16
255         Log: change#3692 had an unintentional patch leak through!
256              (this would explain the mysterious C<next LABEL> failures
257              people have seen)
258      Branch: perl
259            ! pp_ctl.c
260 ____________________________________________________________________________
261 [  3877] By: gsar                                  on 1999/08/02  08:00:29
262         Log: up patchlevel to 59
263      Branch: perl
264            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
265            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
266            ! win32/makefile.mk
267 ____________________________________________________________________________
268 [  3876] By: gsar                                  on 1999/08/02  07:51:18
269         Log: fix coredump under usethreads+debug
270      Branch: perl
271            ! util.c
272 ____________________________________________________________________________
273 [  3875] By: jhi                                   on 1999/08/02  07:50:51
274         Log: d_bincompat5005 could be left empty.
275      Branch: cfgperl
276            ! Configure config_h.SH
277      Branch: metaconfig/U/perl
278            ! bincompat5005.U
279 ____________________________________________________________________________
280 [  3874] By: jhi                                   on 1999/08/02  07:42:45
281         Log: Fix printf %d when IV is quad.
282      Branch: cfgperl
283            ! sv.c
284 ____________________________________________________________________________
285 [  3873] By: gsar                                  on 1999/08/02  07:41:03
286         Log: fix d_bincompat5005='' junking config.h
287      Branch: perl
288            ! Configure
289 ____________________________________________________________________________
290 [  3872] By: gsar                                  on 1999/08/02  07:38:48
291         Log: C needs parameter list, not merely type
292      Branch: perl
293            ! win32/win32.c
294 ____________________________________________________________________________
295 [  3871] By: jhi                                   on 1999/08/02  07:20:51
296         Log: Integrate with Sarathy.
297      Branch: cfgperl
298           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
299 ____________________________________________________________________________
300 [  3870] By: gsar                                  on 1999/08/02  07:12:18
301         Log: integrate cfgperl changes into mainline
302      Branch: perl
303            ! Changes
304           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
305           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
306           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
307           !> toke.c util.c
308 ____________________________________________________________________________
309 [  3869] By: gsar                                  on 1999/08/02  06:59:09
310         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
311              Date: Sat, 31 Jul 1999 19:08:33 -0700
312              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
313              Subject: [PATCH 5.005_58] "use constant" in the compiler
314      Branch: perl
315            ! ext/B/B/C.pm ext/B/B/CC.pm
316 ____________________________________________________________________________
317 [  3868] By: gsar                                  on 1999/08/02  06:55:51
318         Log: debug build tweak
319      Branch: perl
320            ! regexec.c
321 ____________________________________________________________________________
322 [  3867] By: gsar                                  on 1999/08/02  06:35:18
323         Log: create vmsperl branch (to be owned and operated by: cbailey)
324      Branch: vmsperl
325           +> (branch 1476 files)
326 ____________________________________________________________________________
327 [  3866] By: jhi                                   on 1999/08/01  23:34:40
328         Log: so_locations once is enough.
329      Branch: cfgperl
330            ! Makefile.SH
331 ____________________________________________________________________________
332 [  3865] By: jhi                                   on 1999/08/01  23:13:05
333         Log: Simplicate duplicated code.
334      Branch: cfgperl
335            ! util.c
336 ____________________________________________________________________________
337 [  3864] By: jhi                                   on 1999/08/01  22:41:41
338         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
339      Branch: cfgperl
340           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
341           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
342            - README.cygwin32 cygwin32/Makefile.SHs
343            - cygwin32/build-instructions.READFIRST
344            - cygwin32/build-instructions.charles-wilson
345            - cygwin32/build-instructions.sebastien-barre
346            - cygwin32/build-instructions.steven-morlock
347            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
348            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
349            - hints/cygwin32.sh
350           !> (integrate 61 files)
351 ____________________________________________________________________________
352 [  3863] By: jhi                                   on 1999/08/01  22:36:02
353         Log: Regen Configure and Glossary once again.
354      Branch: cfgperl
355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
356            ! config_h.SH
357 ____________________________________________________________________________
358 [  3862] By: jhi                                   on 1999/08/01  22:26:09
359         Log: Glossary update for #3861.
360      Branch: cfgperl
361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
362            ! config_h.SH
363 ____________________________________________________________________________
364 [  3861] By: jhi                                   on 1999/08/01  22:22:51
365         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
366              with -Duse64bits (using long long).
367              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
368              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
369              'print unpack "q", pack "q", 12345678901'
370              should work on such 32-bit platforms.
371              Still a lot of printf()s behind -D which wrongly assume
372              that %ld/%lx and (long) are a good combination.
373              Introducing a slew of new macros intended to be used in printf()
374              format strings: e. g. PERL_PRId64 is the string to be used
375              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
376              The PRI... naming follows the C9X naming of <inttypes.h> macros.
377      Branch: cfgperl
378            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
379            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
380            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
381      Branch: metaconfig/U/perl
382            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
383 ____________________________________________________________________________
384 [  3860] By: gsar                                  on 1999/08/01  21:23:18
385         Log: integrate cfgperl contents into mainline
386      Branch: perl
387            ! toke.c
388           !> (integrate 29 files)
389 ____________________________________________________________________________
390 [  3859] By: gsar                                  on 1999/08/01  21:13:09
391         Log: From: Nathan Torkington <gnat@frii.com>
392              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
393              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
394              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
395      Branch: perl
396            ! ext/B/B/Disassembler.pm
397 ____________________________________________________________________________
398 [  3858] By: gsar                                  on 1999/08/01  21:09:15
399         Log: DB_File 1.68 update from Paul Marquess
400      Branch: perl
401            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
402            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
403            ! t/lib/db-recno.t
404 ____________________________________________________________________________
405 [  3857] By: gsar                                  on 1999/08/01  21:05:54
406         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
407              Date: Sat, 31 Jul 1999 05:13:38 -0400
408              Message-Id: <199907311407.IAA25038@localhost.frii.com>
409              Subject: [PATCH 5.005_58] More optimizations to REx engine
410      Branch: perl
411            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
412            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
413 ____________________________________________________________________________
414 [  3856] By: gsar                                  on 1999/08/01  20:59:59
415         Log: slightly modified version of suggested patch
416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
417              Date: Sat, 31 Jul 1999 04:45:12 -0400
418              Message-Id: <199907311406.IAA25034@localhost.frii.com>
419              Subject: [PATCH 5.005_58] Fix OS/2 build
420      Branch: perl
421            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
422            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
423 ____________________________________________________________________________
424 [  3855] By: gsar                                  on 1999/08/01  20:49:06
425         Log: cygwin update
426              From: "Fifer, Eric" <EFifer@sanwaint.com>
427              Date: Fri, 30 Jul 1999 18:31:48 +0100
428              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
429              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
430      Branch: perl
431            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
432            ! pp_sys.c unixish.h util.c
433 ____________________________________________________________________________
434 [  3854] By: gsar                                  on 1999/08/01  20:41:53
435         Log: fixes from Stephen McCamant that address bugs in change#3612
436              (the optimization shouldn't be enabled in expressions where
437              the variable is introduced), and fix Deparse to grok the
438              optimization
439              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
440              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
441              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
442              --
443              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
444              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
445              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
446              --
447              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
448              Message-Id: <199907310326.VAA24376@localhost.frii.com>
449              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
450      Branch: perl
451            ! ext/B/B/Deparse.pm op.c
452 ____________________________________________________________________________
453 [  3853] By: gsar                                  on 1999/08/01  20:31:32
454         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
455              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
456              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
457              Subject: [PATCH _58] Two one-liner LOGOP tweaks
458      Branch: perl
459            ! op.c opcode.h opcode.pl
460 ____________________________________________________________________________
461 [  3852] By: gsar                                  on 1999/08/01  20:29:17
462         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
463      Branch: perl
464            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
465            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
466            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
467            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
468            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
469            ! pod/perlport.pod pp_sys.c util.c
470 ____________________________________________________________________________
471 [  3851] By: gsar                                  on 1999/08/01  20:20:05
472         Log: move files around for s/cygwin32/cygwin/ renaming
473      Branch: perl
474           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
475           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
476            - README.cygwin32 cygwin32/Makefile.SHs
477            - cygwin32/build-instructions.READFIRST
478            - cygwin32/build-instructions.charles-wilson
479            - cygwin32/build-instructions.sebastien-barre
480            - cygwin32/build-instructions.steven-morlock
481            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
482            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
483            - hints/cygwin32.sh
484            ! MANIFEST
485 ____________________________________________________________________________
486 [  3850] By: gsar                                  on 1999/08/01  20:05:14
487         Log: posix-bc hints tweak (via private mail from Thomas Dorner
488              <Thomas.Dorner@start.de>)
489      Branch: perl
490            ! Changes hints/posix-bc.sh
491 ____________________________________________________________________________
492 [  3849] By: gsar                                  on 1999/08/01  19:50:20
493         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
494              <gnat@frii.com>)
495      Branch: perl
496            ! perl.h pod/perldelta.pod pod/perlguts.pod
497 ____________________________________________________________________________
498 [  3848] By: gsar                                  on 1999/08/01  18:34:41
499         Log: fix defined(@foo) encarpments
500      Branch: perl
501            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
502            ! pod/perltrap.pod
503 ____________________________________________________________________________
504 [  3847] By: jhi                                   on 1999/08/01  17:17:07
505         Log: Undo #3790 and the patches that attempted to fix it
506              (#3837, #3838, #3845).  The #3790 caused linkage failures
507              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
508              IRIX 6.5.
509      Branch: cfgperl
510            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
511            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
512            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
513 ____________________________________________________________________________
514 [  3846] By: jhi                                   on 1999/08/01  11:41:52
515         Log: Reading 64-bit decimal numbers was broken because
516              the NV was cast to an I32, not an IV.
517      Branch: cfgperl
518            ! toke.c
519 ____________________________________________________________________________
520 [  3845] By: jhi                                   on 1999/08/01  11:00:24
521         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
522      Branch: cfgperl
523            + ext/SDBM_File/hints/solaris.pl
524 ____________________________________________________________________________
525 [  3844] By: jhi                                   on 1999/08/01  10:55:44
526         Log: Enable Solaris largefiles support only if -Duse64bits is used.
527              (Effectively removes #3311).
528      Branch: cfgperl
529            ! hints/solaris_2.sh
530 ____________________________________________________________________________
531 [  3843] By: jhi                                   on 1999/07/31  22:44:56
532         Log: Integer overflow iteration.
533      Branch: cfgperl
534            ! t/op/oct.t toke.c util.c
535 ____________________________________________________________________________
536 [  3842] By: jhi                                   on 1999/07/31  22:11:03
537         Log: Remove a lot of unused regnode codes.
538              Noticed by Ilya.
539      Branch: cfgperl
540            ! regcomp.c regcomp.sym regexec.c regnodes.h
541 ____________________________________________________________________________
542 [  3841] By: jhi                                   on 1999/07/31  21:53:54
543         Log: Make the use64bits and usethreads friendlier/braver;
544              they no more wimp out if the platform is unknown.
545              On use64bits if gcc used -DUSE_LONG_LONG is added
546              to the ccflags (this dependency on gcc caused a slightly weird
547              reordering of Configure, but things still seem to work.)
548      Branch: cfgperl
549            ! Configure README.threads config_h.SH
550      Branch: metaconfig
551            ! U/threads/usethreads.U
552      Branch: metaconfig/U/perl
553            ! use64bits.U
554 ____________________________________________________________________________
555 [  3840] By: jhi                                   on 1999/07/31  20:26:22
556         Log: Hack the "integer overflow" code some more.
557      Branch: cfgperl
558            ! perl.h toke.c util.c
559 ____________________________________________________________________________
560 [  3839] By: jhi                                   on 1999/07/31  20:22:00
561         Log: Test oct() at the 2^32-1 limit.
562      Branch: cfgperl
563            ! t/op/oct.t
564 ____________________________________________________________________________
565 [  3838] By: jhi                                   on 1999/07/31  20:08:43
566         Log: Update MANIFEST for #3837.
567      Branch: cfgperl
568            ! MANIFEST
569 ____________________________________________________________________________
570 [  3837] By: jhi                                   on 1999/07/31  20:02:40
571         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
572              (a core dump with a corrput stack ensues).
573      Branch: cfgperl
574            + ext/SDBM_File/hints/dec_osf.pl
575 ____________________________________________________________________________
576 [  3836] By: jhi                                   on 1999/07/29  21:09:01
577         Log: Allow for Configure -Ubincompat5005 override.
578      Branch: cfgperl
579            ! Configure config_h.SH
580      Branch: metaconfig/U/perl
581            ! bincompat5005.U
582 ____________________________________________________________________________
583 [  3835] By: jhi                                   on 1999/07/29  21:04:02
584         Log: Make Configure support PERL_BINCOMPAT_5005.
585      Branch: cfgperl
586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
587            ! config_h.SH
588      Branch: metaconfig/U/perl
589            + bincompat5005.U
590 ____________________________________________________________________________
591 [  3834] By: jhi                                   on 1999/07/29  19:25:35
592         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
593      Branch: cfgperl
594            ! Makefile.SH
595 ____________________________________________________________________________
596 [  3833] By: jhi                                   on 1999/07/29  14:07:09
597         Log: Integrate with Sarathy.  I overruled on perldelta
598              and perldiag.
599      Branch: cfgperl
600           !> README.win32 emacs/cperl-mode.el globals.c installperl
601           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
602           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
603           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
604           !> win32/perllib.c win32/win32.c
605 ____________________________________________________________________________
606 [  3832] By: jhi                                   on 1999/07/29  14:02:50
607         Log: Repent and make overly large integerish
608              constants non-fatal.  They are now promoted
609              to NVs, accompanied by an overflow warning that
610              is by default on.
611      Branch: cfgperl
612            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
613            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
614            ! toke.c util.c
615 ____________________________________________________________________________
616 [  3831] By: jhi                                   on 1999/07/29  11:40:04
617         Log: AIX exhibits different error on failed system().
618              Slightly modified patch via private email from
619              David R. Favor <dfavor@austin.ibm.com>
620      Branch: cfgperl
621            ! t/op/exec.t
622 ____________________________________________________________________________
623 [  3830] By: gsar                                  on 1999/07/29  07:46:11
624         Log: cperl-mode.el v4.19
625      Branch: perl
626            ! emacs/cperl-mode.el
627 ____________________________________________________________________________
628 [  3829] By: gsar                                  on 1999/07/29  07:30:35
629         Log: From: jan.dubois@ibm.net (Jan Dubois)
630              Date: Wed, 28 Jul 1999 22:01:42 +0200
631              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
632              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
633      Branch: perl
634            ! win32/bin/pl2bat.pl
635 ____________________________________________________________________________
636 [  3828] By: gsar                                  on 1999/07/29  07:19:27
637         Log: tweak previous change for multiple hits
638      Branch: perl
639            ! utils/perldoc.PL
640 ____________________________________________________________________________
641 [  3827] By: gsar                                  on 1999/07/29  07:10:00
642         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
643              really needs a pod2text() compatibility function)
644      Branch: perl
645            ! utils/perldoc.PL
646 ____________________________________________________________________________
647 [  3826] By: gsar                                  on 1999/07/29  01:33:46
648         Log: minor tweaks to pods and toke.c comments
649      Branch: perl
650            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
651 ____________________________________________________________________________
652 [  3825] By: gsar                                  on 1999/07/29  00:12:52
653         Log: integrate cfgperl changes into mainline
654      Branch: perl
655           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
656           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
657           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
658           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
659           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
660           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
661           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
662           !> t/pragma/warn/util toke.c util.c
663 ____________________________________________________________________________
664 [  3824] By: jhi                                   on 1999/07/28  21:15:04
665         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
666      Branch: cfgperl
667            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
668            ! ext/IO/lib/IO/Socket/INET.pm
669 ____________________________________________________________________________
670 [  3823] By: jhi                                   on 1999/07/28  20:29:17
671         Log: Continue pack() doc honing.
672      Branch: cfgperl
673            ! pod/perlfunc.pod
674 ____________________________________________________________________________
675 [  3822] By: jhi                                   on 1999/07/28  20:17:37
676         Log: Enhance pack() doc.
677      Branch: cfgperl
678            ! pod/perlfunc.pod
679 ____________________________________________________________________________
680 [  3821] By: jhi                                   on 1999/07/28  18:34:50
681         Log: UNIX Domain Sockets are not implemented under QNX.
682              
683              From: Norton Allen <allen@huarp.harvard.edu>
684              To: perl5-porters@perl.org
685              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
686              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
687              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
688      Branch: cfgperl
689            ! t/lib/io_unix.t
690 ____________________________________________________________________________
691 [  3820] By: jhi                                   on 1999/07/28  18:13:37
692         Log: IO::* enhancements.
693              
694              1) write() and syswrite() will now accept a single-argument
695              form of the call, for consistency with Perl's syswrite().
696              2) You can create a TCP-based IO::Socket::INET without forcing
697              a connect attempt.  This allows you to configure its options
698              (like making it non-blocking) and then call connect() manually.
699              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
700              from ever returning the correct value.
701              
702              From: Lincoln Stein <lstein@formaggio.cshl.org>
703              To: Graham Barr <gbarr@pobox.com>
704              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
705              Subject: Re: patch for IO::*
706              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
707              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
708      Branch: cfgperl
709            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
710            ! ext/IO/lib/IO/Socket/INET.pm
711 ____________________________________________________________________________
712 [  3819] By: gsar                                  on 1999/07/28  18:08:06
713         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
714      Branch: perl
715            ! README.win32 globals.c installperl iperlsys.h makedef.pl
716            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
717            ! win32/win32.c
718 ____________________________________________________________________________
719 [  3818] By: jhi                                   on 1999/07/28  17:48:16
720         Log: Need to add QNX to the list for DONT_DECLARE_STD.
721              (The elimination of use of the _() macro apparently triggered
722              an incompatability with a #define of atof)
723              
724              From: Norton Allen <allen@huarp.harvard.edu>
725              To: perl5-porters@perl.org
726              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
727              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
728              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
729      Branch: cfgperl
730            ! perl.h
731 ____________________________________________________________________________
732 [  3817] By: jhi                                   on 1999/07/28  17:46:30
733         Log: Need to add some more conditions to deal with the case
734              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
735              which is true for QNX4.
736              From: Norton Allen <allen@huarp.harvard.edu>
737              To: perl5-porters@perl.org
738              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
739              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
740              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
741      Branch: cfgperl
742            ! pp_sys.c
743 ____________________________________________________________________________
744 [  3816] By: jhi                                   on 1999/07/28  17:43:40
745         Log: The QNX shell needs a couple more semicolons.
746              
747              From: Norton Allen <allen@huarp.harvard.edu>
748              To: perl5-porters@perl.org
749              Subject: [ID 19990728.007] Patch:Configure _58 QNX
750              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
751              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
752              
753              plus silence metalint moanings on vendorprefix.
754      Branch: cfgperl
755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
756            ! config_h.SH
757 ____________________________________________________________________________
758 [  3815] By: jhi                                   on 1999/07/28  17:31:11
759         Log: Silence metalint on vendorprefix.U.
760      Branch: metaconfig
761            ! U/installdirs/vendorprefix.U
762 ____________________________________________________________________________
763 [  3814] By: jhi                                   on 1999/07/28  17:13:29
764         Log: QNX shell needs more semicolons.
765      Branch: metaconfig/U/perl
766            ! Extensions.U
767 ____________________________________________________________________________
768 [  3813] By: jhi                                   on 1999/07/28  17:05:08
769         Log: Integrate with Sarathy.
770      Branch: cfgperl
771           !> lib/ExtUtils/MM_Unix.pm
772 ____________________________________________________________________________
773 [  3812] By: jhi                                   on 1999/07/28  16:20:17
774         Log: Fix a typo, un-shout, and reformat the installation output.
775      Branch: cfgperl
776            ! lib/ExtUtils/Install.pm
777 ____________________________________________________________________________
778 [  3811] By: gsar                                  on 1999/07/28  15:41:11
779         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
780      Branch: perl
781            ! lib/ExtUtils/MM_Unix.pm
782 ____________________________________________________________________________
783 [  3810] By: jhi                                   on 1999/07/28  13:55:57
784         Log: Talk more about subsecond things in perlfunc.
785              (Yes, redundant with perlfaq8.)
786      Branch: cfgperl
787            ! pod/perlfunc.pod
788 ____________________________________________________________________________
789 [  3809] By: jhi                                   on 1999/07/28  07:23:48
790         Log: Integrate with Sarathy.
791      Branch: cfgperl
792           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
793           !> t/op/pwent.t
794 ____________________________________________________________________________
795 [  3808] By: jhi                                   on 1999/07/28  07:23:03
796         Log: Document toke.c.
797              From: Nathan Torkington <gnat@frii.com>
798              To: perl5-porters@perl.org
799              Subject: Re: toke.c patch, work in progress
800              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
801              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
802      Branch: cfgperl
803            ! toke.c
804 ____________________________________________________________________________
805 [  3807] By: jhi                                   on 1999/07/28  07:10:56
806         Log: perlre clarification.
807              
808              From: Ian Phillipps <ian@dial.pipex.com>
809              To: Perl 5 Porters <perl5-porters@perl.org>
810              Subject: [PATCH 5.00557] Add definite article to perlre.pod
811              Date: Tue, 27 Jul 1999 10:46:29 +0100
812              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
813      Branch: cfgperl
814            ! pod/perlre.pod
815 ____________________________________________________________________________
816 [  3806] By: gsar                                  on 1999/07/28  07:07:46
817         Log: fix the perl -V breakage
818              
819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
820              To: Jarkko Hietaniemi <jhi@iki.fi>
821              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
822              gsar@activestate.com
823              Subject: Re: Follow up to: _58 on AIX 431
824              Date: Tue, 27 Jul 1999 17:42:00 -0400
825              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
826      Branch: perl
827            ! configpm
828 ____________________________________________________________________________
829 [  3805] By: gsar                                  on 1999/07/28  07:03:34
830         Log: avoid warning (from Doug MacEachern)
831      Branch: perl
832            ! perl.h
833 ____________________________________________________________________________
834 [  3804] By: gsar                                  on 1999/07/28  06:59:30
835         Log: Pod::Html tweak
836              
837              From: jan.dubois@ibm.net (Jan Dubois)
838              To: perl5-porters@perl.org
839              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
840              Date: Tue, 27 Jul 1999 22:14:12 +0200
841              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
842      Branch: perl
843            ! lib/Pod/Html.pm
844 ____________________________________________________________________________
845 [  3803] By: gsar                                  on 1999/07/28  06:56:38
846         Log: freebsd hints update
847              
848              From: Anton Berezin <tobez@plab.ku.dk>
849              To: perl5-porters@perl.org
850              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
851              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
852              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
853      Branch: perl
854            ! hints/freebsd.sh
855 ____________________________________________________________________________
856 [  3802] By: gsar                                  on 1999/07/28  06:51:32
857         Log: cosmetic testsuite patch
858              
859              From: Graham Barr <gbarr@ti.com>
860              To: Perl5 Porters <perl5-porters@perl.org>
861              Subject: 5.005_58 build
862              Date: Tue, 27 Jul 1999 08:09:25 -0500
863              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
864      Branch: perl
865            ! t/op/grent.t t/op/pwent.t
866 ____________________________________________________________________________
867 [  3801] By: jhi                                   on 1999/07/27  13:49:39
868         Log: Minuscule cleanup of the integer overflow patch.
869      Branch: cfgperl
870            ! util.c
871 ____________________________________________________________________________
872 [  3800] By: jhi                                   on 1999/07/27  13:37:23
873         Log: Test hex('x...').
874      Branch: cfgperl
875            ! t/op/oct.t
876 ____________________________________________________________________________
877 [  3799] By: jhi                                   on 1999/07/27  12:45:45
878         Log: Integrate with Sarathy (5.005_58).
879      Branch: cfgperl
880            - ext/B/byteperl.c
881           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
882           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
883           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
884           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
885           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
886           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
887           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
888           !> win32/config_H.vc
889 ____________________________________________________________________________
890 [  3798] By: jhi                                   on 1999/07/27  12:42:43
891         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
892              they used to be just optional lexical warnings.
893              Also, with warnings turned on, constants > 2**32-1
894              trigger a non-portability warning.
895      Branch: cfgperl
896            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
897            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
898            ! util.c
899 ____________________________________________________________________________
900 [  3797] By: gsar                                  on 1999/07/27  10:48:27
901         Log: here lies 5.005_58
902      Branch: perl
903            - ext/B/byteperl.c
904            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
905            ! pod/perlfaq9.pod pod/perlhist.pod
906
907 ----------------
908 Version 5.005_58
909 ----------------
910
911 ____________________________________________________________________________
912 [  3796] By: gsar                                  on 1999/07/27  09:23:42
913         Log: regenerate win32/config_H.?c
914      Branch: perl
915            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
916 ____________________________________________________________________________
917 [  3795] By: gsar                                  on 1999/07/27  09:02:31
918         Log: From: Tye McQueen <tye@metronet.com>
919              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
920              Message-Id: <199907270019.AA08223@metronet.com>
921              Subject: Patch pl2bat.pl so batch file can fail
922      Branch: perl
923            ! win32/bin/pl2bat.pl
924 ____________________________________________________________________________
925 [  3794] By: gsar                                  on 1999/07/27  08:59:58
926         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
927              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
928              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
929              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
930      Branch: perl
931            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
932            ! lib/SelfLoader.pm
933 ____________________________________________________________________________
934 [  3793] By: gsar                                  on 1999/07/27  08:19:16
935         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
936              (from Andy Dougherty)
937      Branch: perl
938            ! embed.h embed.pl
939 ____________________________________________________________________________
940 [  3792] By: gsar                                  on 1999/07/27  08:04:19
941         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
942              and Brad Appleton)
943      Branch: perl
944            ! lib/Pod/Parser.pm
945 ____________________________________________________________________________
946 [  3791] By: gsar                                  on 1999/07/27  07:50:54
947         Log: cover case where CLK_TCK is a float, not integer (from
948              alexander smishlajev <als@turnhere.com>)
949      Branch: perl
950            ! ext/Devel/DProf/DProf.xs
951 ____________________________________________________________________________
952 [  3790] By: gsar                                  on 1999/07/27  07:45:08
953         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
954              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
955      Branch: perl
956            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
957            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
958 ____________________________________________________________________________
959 [  3789] By: jhi                                   on 1999/07/27  07:44:55
960         Log: Integrate with Sarathy.
961      Branch: cfgperl
962           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
963           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
964           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
965           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
966           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
967           !> proto.h t/comp/proto.t t/io/open.t
968 ____________________________________________________________________________
969 [  3788] By: gsar                                  on 1999/07/27  07:29:59
970         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
971              to Russ Allbery <rra@stanford.edu>); s/Simple// and
972              s/pod2txt/pod2text/ etc.
973      Branch: perl
974            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
975            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
976 ____________________________________________________________________________
977 [  3787] By: gsar                                  on 1999/07/27  06:48:40
978         Log: From: Andy Dougherty <doughera@lafayette.edu>
979              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
980              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
981              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
982      Branch: perl
983            ! ext/SDBM_File/sdbm/sdbm.h
984 ____________________________________________________________________________
985 [  3786] By: gsar                                  on 1999/07/27  06:30:09
986         Log: applied suggested patch; added missing prototype changes to
987              opcode.pl along with documentation typos (feature still needs
988              to be described in perlopentut.pod and summarized in
989              perldelta.pod)
990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
991              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
992              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
993              Subject: [PATCH 5.00557] 3-arg open
994      Branch: perl
995            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
996            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
997            ! proto.h t/comp/proto.t t/io/open.t
998 ____________________________________________________________________________
999 [  3785] By: gsar                                  on 1999/07/27  04:36:39
1000         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
1001              <roland.bauer@fff.at>)
1002      Branch: perl
1003            ! lib/Pod/Html.pm
1004 ____________________________________________________________________________
1005 [  3784] By: gsar                                  on 1999/07/27  03:56:17
1006         Log: change#3762 wasn't needed
1007      Branch: perl
1008            ! ext/B/B/CC.pm
1009 ____________________________________________________________________________
1010 [  3783] By: jhi                                   on 1999/07/26  19:08:21
1011         Log: Integrate with Sarathy.
1012      Branch: cfgperl
1013           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
1014           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
1015           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
1016 ____________________________________________________________________________
1017 [  3782] By: gsar                                  on 1999/07/26  18:16:50
1018         Log: update Changes, patchlevel &c.
1019      Branch: perl
1020            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1021            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1022 ____________________________________________________________________________
1023 [  3781] By: gsar                                  on 1999/07/26  17:54:47
1024         Log: a more correct fix for change#2744
1025              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1026              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
1027              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
1028              Subject: [PATCH _57] Re: toke.c questions 
1029      Branch: perl
1030            ! toke.c
1031 ____________________________________________________________________________
1032 [  3780] By: gsar                                  on 1999/07/26  17:37:04
1033         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
1034      Branch: perl
1035            ! pod/perlfunc.pod
1036 ____________________________________________________________________________
1037 [  3779] By: jhi                                   on 1999/07/26  16:37:23
1038         Log: Dusting off.
1039      Branch: cfgperl
1040            ! README.threads
1041 ____________________________________________________________________________
1042 [  3778] By: gsar                                  on 1999/07/26  13:28:46
1043         Log: avoid DIVZERO
1044      Branch: perl
1045            ! utils/dprofpp.PL
1046 ____________________________________________________________________________
1047 [  3777] By: gsar                                  on 1999/07/26  13:18:53
1048         Log: warnings identified by Borland compiler
1049      Branch: perl
1050            ! makedef.pl pp_ctl.c
1051 ____________________________________________________________________________
1052 [  3776] By: jhi                                   on 1999/07/26  13:07:36
1053         Log: Integrate with Sarathy.
1054      Branch: cfgperl
1055           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
1056 ____________________________________________________________________________
1057 [  3775] By: gsar                                  on 1999/07/26  12:55:43
1058         Log: avoid infinite recursion when Thread.pm croaks during
1059              bootstrap
1060      Branch: perl
1061            ! lib/Carp/Heavy.pm
1062 ____________________________________________________________________________
1063 [  3774] By: gsar                                  on 1999/07/26  12:43:02
1064         Log: integrate cfgperl contents into mainline
1065      Branch: perl
1066           +> lib/Carp/Heavy.pm
1067           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
1068           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
1069           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
1070           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1071           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
1072 ____________________________________________________________________________
1073 [  3773] By: jhi                                   on 1999/07/26  12:40:29
1074         Log: Use long doubles only if they are useful.
1075      Branch: cfgperl
1076            ! ext/POSIX/POSIX.xs
1077 ____________________________________________________________________________
1078 [  3772] By: gsar                                  on 1999/07/26  12:33:11
1079         Log: typo in change#3768
1080      Branch: perl
1081            ! pp_hot.c
1082 ____________________________________________________________________________
1083 [  3771] By: gsar                                  on 1999/07/26  12:08:27
1084         Log: alpha-stage support for user-hooks in @INC
1085              From: Ken Fox <kfox@ford.com>
1086              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
1087              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
1088              Subject: Re: loading remote modules
1089      Branch: perl
1090            ! pp_ctl.c
1091 ____________________________________________________________________________
1092 [  3770] By: jhi                                   on 1999/07/26  11:38:36
1093         Log: Back out #3735.  Needs more work.
1094      Branch: cfgperl
1095            ! Makefile.SH cflags.SH configpm ext/util/make_ext
1096            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
1097            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
1098            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1099            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
1100 ____________________________________________________________________________
1101 [  3769] By: jhi                                   on 1999/07/26  11:24:45
1102         Log: Integrate with Sarathy.
1103      Branch: cfgperl
1104           !> (integrate 35 files)
1105 ____________________________________________________________________________
1106 [  3768] By: gsar                                  on 1999/07/26  11:03:07
1107         Log: optimize method name lookup
1108              From: Chip Salzenberg <chip@perlsupport.com>
1109              Date: Thu, 22 Jul 1999 13:43:36 -0400
1110              Message-ID: <19990722134336.Q391@perlsupport.com>
1111              Subject: [PATCH] OP_METHOD_NAMED
1112      Branch: perl
1113            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
1114            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
1115            ! proto.h
1116 ____________________________________________________________________________
1117 [  3767] By: gsar                                  on 1999/07/26  10:44:11
1118         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
1119              foo()->()); rework grammar to remove conflicts
1120              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1121              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
1122              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
1123              Subject: [PATCH _57, long] Re: optional arrow asymmetry
1124      Branch: perl
1125            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
1126            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
1127            ! vms/perly_c.vms vms/perly_h.vms
1128 ____________________________________________________________________________
1129 [  3766] By: jhi                                   on 1999/07/26  10:18:56
1130         Log: Use $< instead of $*.c in *perlmain.o rules.
1131      Branch: cfgperl
1132            ! Makefile.SH
1133 ____________________________________________________________________________
1134 [  3765] By: gsar                                  on 1999/07/26  09:28:48
1135         Log: From: Ian Phillipps <ian@dial.pipex.com>
1136              Date: Fri, 23 Jul 1999 23:35:56 +0100
1137              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
1138              Subject: (Version 2) Extending unpack to deal with counted strings
1139      Branch: perl
1140            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
1141 ____________________________________________________________________________
1142 [  3764] By: jhi                                   on 1999/07/26  09:17:26
1143         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1144              To: perl5-porters@perl.org (Mailing list Perl5)
1145              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
1146              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
1147              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
1148              
1149              The patch was based on 5_57 so had to re-apply lib/Carp.pm
1150              parts of changes #3498, #3696, and #3702 for the new
1151              lib/Carp/Heavy.pm.
1152      Branch: cfgperl
1153            + lib/Carp/Heavy.pm
1154            ! MANIFEST lib/Carp.pm
1155 ____________________________________________________________________________
1156 [  3763] By: gsar                                  on 1999/07/26  09:03:17
1157         Log: ~ isn't valid in VMS filenames
1158      Branch: perl
1159            ! lib/Pod/Html.pm
1160 ____________________________________________________________________________
1161 [  3762] By: gsar                                  on 1999/07/26  08:59:47
1162         Log: setstate stop-gap from Vishal Bhatia
1163      Branch: perl
1164            ! ext/B/B/CC.pm
1165 ____________________________________________________________________________
1166 [  3761] By: gsar                                  on 1999/07/26  08:06:39
1167         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
1168              add B::OP::name() method that returns just the op_name;
1169              convert Deparse et all to use that instead of B::OP::ppaddr();
1170              add support for OP_SETSTATE in Deparse
1171      Branch: perl
1172            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
1173            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1174            ! ext/B/B/Xref.pm opcode.h opcode.pl
1175 ____________________________________________________________________________
1176 [  3760] By: jhi                                   on 1999/07/26  07:14:43
1177         Log: Integrate with Sarathy.
1178      Branch: cfgperl
1179           !> (integrate 43 files)
1180 ____________________________________________________________________________
1181 [  3759] By: gsar                                  on 1999/07/26  05:12:24
1182         Log: add disclaimer about perl 4 libraries (modified version of
1183              patch suggested by Clinton Pierce <cpierce1@ford.com>)
1184      Branch: perl
1185            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
1186            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
1187            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
1188            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
1189            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
1190 ____________________________________________________________________________
1191 [  3758] By: gsar                                  on 1999/07/26  04:48:35
1192         Log: make reset() behave with high-bit characters
1193              From: Ian Phillipps <ian@dial.pipex.com>
1194              Date: Thu, 22 Jul 1999 22:48:59 +0100
1195              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
1196              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
1197      Branch: perl
1198            ! sv.c
1199 ____________________________________________________________________________
1200 [  3757] By: gsar                                  on 1999/07/26  04:40:32
1201         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
1202      Branch: perl
1203            ! pod/perlport.pod
1204 ____________________________________________________________________________
1205 [  3756] By: gsar                                  on 1999/07/26  04:20:37
1206         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
1207      Branch: perl
1208            ! utils/dprofpp.PL
1209 ____________________________________________________________________________
1210 [  3755] By: gsar                                  on 1999/07/26  04:18:00
1211         Log: disable VPATH for now (breaks x2p build)
1212      Branch: perl
1213            ! x2p/Makefile.SH
1214 ____________________________________________________________________________
1215 [  3754] By: gsar                                  on 1999/07/26  03:15:33
1216         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
1217              (%! has the necessary magic); misc typos
1218      Branch: perl
1219            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1220            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
1221            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
1222            ! utils/h2xs.PL
1223 ____________________________________________________________________________
1224 [  3753] By: gsar                                  on 1999/07/26  02:38:28
1225         Log: integrate cfgperl contents into mainline
1226      Branch: perl
1227           +> t/pragma/locale/latin1 t/pragma/locale/utf8
1228           !> (integrate 53 files)
1229 ____________________________________________________________________________
1230 [  3752] By: gsar                                  on 1999/07/26  02:11:31
1231         Log: ensure implicitly closed handles don't set $? or $!
1232      Branch: perl
1233            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
1234 ____________________________________________________________________________
1235 [  3751] By: gsar                                  on 1999/07/26  01:28:34
1236         Log: change#3534 didn't preserve undef return values from caller()
1237      Branch: perl
1238            ! Changes pp_ctl.c
1239 ____________________________________________________________________________
1240 [  3750] By: jhi                                   on 1999/07/25  20:59:29
1241         Log: Back up a tiny bit from #3735.
1242              This may break builds outside the source directory
1243              but then again, they do not work that ell yet anyway.
1244      Branch: cfgperl
1245            ! Makefile.SH
1246 ____________________________________________________________________________
1247 [  3750] By: jhi                                   on 1999/07/25  20:59:29
1248         Log: Back up a tiny bit from #3735.
1249              This may break builds outside the source directory
1250              but then again, they do not work that ell yet anyway.
1251      Branch: cfgperl
1252            ! Makefile.SH
1253 ____________________________________________________________________________
1254 [  3749] By: jhi                                   on 1999/07/25  19:15:55
1255         Log: Integrate with Sarathy.
1256      Branch: cfgperl
1257           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
1258 ____________________________________________________________________________
1259 [  3748] By: jhi                                   on 1999/07/25  19:06:59
1260         Log: Recode locale.t so that the change in #3730
1261              is not needed and locale.t works both without
1262              and with the utf8 pragma.
1263      Branch: cfgperl
1264            + t/pragma/locale/latin1 t/pragma/locale/utf8
1265            ! MANIFEST t/pragma/locale.t
1266 ____________________________________________________________________________
1267 [  3747] By: jhi                                   on 1999/07/25  19:01:46
1268         Log: Like #3743.
1269      Branch: cfgperl
1270            ! utils/perlbug.PL
1271 ____________________________________________________________________________
1272 [  3746] By: gsar                                  on 1999/07/25  18:08:58
1273         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
1274              append a HISTORY section to POD if option is used
1275      Branch: perl
1276            ! utils/h2xs.PL
1277 ____________________________________________________________________________
1278 [  3745] By: gsar                                  on 1999/07/25  17:40:03
1279         Log: warn rather than die when parse_version() can't cut it (from
1280              Michael G Schwern <schwern@pobox.com>)
1281      Branch: perl
1282            ! lib/ExtUtils/MM_Unix.pm
1283 ____________________________________________________________________________
1284 [  3744] By: gsar                                  on 1999/07/25  16:32:48
1285         Log: make map behave like grep wrt indirect object slot when
1286              there are parentheses; revert an experimental mod by Larry
1287              in change#2038 that failed to parse %{{qw(a b c)}} properly
1288              (this means C<map {use Foo; ...} ...> still needs a proper
1289              fix)
1290      Branch: perl
1291            ! toke.c
1292 ____________________________________________________________________________
1293 [  3743] By: jhi                                   on 1999/07/25  16:24:55
1294         Log: Fix a typo in #3725.
1295      Branch: cfgperl
1296            ! utils/perlbug.PL
1297 ____________________________________________________________________________
1298 [  3742] By: jhi                                   on 1999/07/25  16:14:39
1299         Log: Integrate with Sarathy.
1300      Branch: cfgperl
1301           !> (integrate 26 files)
1302 ____________________________________________________________________________
1303 [  3741] By: jhi                                   on 1999/07/25  16:02:28
1304         Log: Cut-and-pasto in #3737.
1305      Branch: cfgperl
1306            ! perl.c
1307 ____________________________________________________________________________
1308 [  3740] By: gsar                                  on 1999/07/25  15:59:34
1309         Log: add note about glibc bug
1310      Branch: perl
1311            ! t/pragma/warn/pp_hot
1312 ____________________________________________________________________________
1313 [  3739] By: gsar                                  on 1999/07/25  15:48:40
1314         Log: fix bug in change#3728 that might free COPs prematurely;
1315              null(op) now does more thorough scrubbing of the op, which
1316              fixes a few compile-time memory "leaks"
1317      Branch: perl
1318            ! dump.c embed.h embed.pl op.c proto.h
1319 ____________________________________________________________________________
1320 [  3738] By: jhi                                   on 1999/07/25  14:15:26
1321         Log: In accordance with #3737.
1322      Branch: metaconfig
1323            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
1324            ! U/modified/Oldconfig.U
1325      Branch: metaconfig/U/perl
1326            ! Extensions.U
1327 ____________________________________________________________________________
1328 [  3737] By: jhi                                   on 1999/07/25  14:12:34
1329         Log: Use vendorprefixlib.
1330      Branch: cfgperl
1331            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1332            ! config_h.SH perl.c
1333 ____________________________________________________________________________
1334 [  3736] By: jhi                                   on 1999/07/25  13:10:03
1335         Log: Populate metaconfig branch.
1336      Branch: metaconfig
1337            + (add 1468 files)
1338      Branch: metaconfig/U/perl
1339            + (add 101 files)
1340 ____________________________________________________________________________
1341 [  3735] By: jhi                                   on 1999/07/25  12:27:20
1342         Log: First steps of making builds outside the source
1343              directory possible.  These should get us as far
1344              as miniperl, then building DynaLoader falls into
1345              tiny twinkling pieces as MakeMaker knows nothing
1346              of VPATH mindset.
1347      Branch: cfgperl
1348            ! Configure Makefile.SH cflags.SH config_h.SH configpm
1349            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
1350            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
1351            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
1352            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
1353 ____________________________________________________________________________
1354 [  3734] By: jhi                                   on 1999/07/25  11:19:28
1355         Log: Poor Glossary--are we fixed yet?
1356      Branch: cfgperl
1357            ! Porting/Glossary
1358 ____________________________________________________________________________
1359 [  3733] By: jhi                                   on 1999/07/25  11:15:06
1360         Log: Change #3732 mistakenly clobbered Glossary.
1361      Branch: cfgperl
1362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1363            ! config_h.SH
1364 ____________________________________________________________________________
1365 [  3732] By: jhi                                   on 1999/07/25  10:46:39
1366         Log: Andy's new installation scheme (note: a lot of this
1367              leaked in already with change #3731).  The vendor*
1368              stuff is not used anywhere (in *.SH, say), so it
1369              isn't in Configure, either.
1370      Branch: cfgperl
1371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1372            ! config_h.SH
1373 ____________________________________________________________________________
1374 [  3731] By: jhi                                   on 1999/07/25  10:12:07
1375         Log: Circumcode a strange shell(?) bug in AIX found
1376              while trying to do -Duse64bits (which I couldn't do
1377              in the end because the CPU isn't 64-bit in that box,
1378              but at least now the probing doesn't crash.)
1379      Branch: cfgperl
1380            ! Configure config_h.SH hints/aix.sh
1381 ____________________________________________________________________________
1382 [  3730] By: gsar                                  on 1999/07/25  04:56:56
1383         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
1384              a utf8 bug in one of the new RE optimizations
1385      Branch: perl
1386            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
1387            ! t/pragma/locale.t
1388 ____________________________________________________________________________
1389 [  3729] By: jhi                                   on 1999/07/23  19:56:27
1390         Log: From: Andy Dougherty <doughera@lafayette.edu>
1391              To: Perl Porters <perl5-porters@perl.org>
1392              Subject: [PATCH 5.005_57] INSTALL-1.58
1393              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
1394              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
1395              
1396              plus
1397              
1398              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1399              To: Andy Dougherty <doughera@lafayette.edu>
1400              Cc: Perl Porters <perl5-porters@perl.org>
1401              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
1402              Date: Fri, 23 Jul 1999 13:38:25 -0400
1403              Message-ID: <19990723133825.A12033@O2.chapin.edu>
1404      Branch: cfgperl
1405            ! INSTALL
1406 ____________________________________________________________________________
1407 [  3728] By: gsar                                  on 1999/07/23  17:24:42
1408         Log: applied suggested patch for tracking line numbers correctly in
1409              optimized blocks with a single statement; changed setcop to
1410              setstate and added code for -Dx dumps
1411              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1412              Date: Wed, 23 Jun 1999 17:27:42 +0100
1413              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
1414              Subject: [PATCH 5.005_57] Line number error in optimised else() 
1415      Branch: perl
1416            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
1417            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
1418            ! pp_proto.h t/op/misc.t
1419 ____________________________________________________________________________
1420 [  3727] By: gsar                                  on 1999/07/23  15:56:04
1421         Log: avoid useless use of target for pp_each(); also fixes bugs due to
1422              refcount held by the target
1423      Branch: perl
1424            ! opcode.h opcode.pl pp.c t/op/each.t
1425 ____________________________________________________________________________
1426 [  3726] By: jhi                                   on 1999/07/23  12:08:30
1427         Log: Change #3725 aftershock.
1428      Branch: cfgperl
1429            ! INSTALL jpl/JNI/JNI.pm
1430 ____________________________________________________________________________
1431 [  3725] By: jhi                                   on 1999/07/23  11:58:49
1432         Log: Introduce $Config{ldlibpthname} which contains
1433              the name of the environment variable holding the
1434              dynamic library search path, often LD_LIBRARY_PATH.
1435              Use this new feature all over.
1436              Also removed remnants of admonition "add LD_LIBRARY_PATH
1437              before running make" because Makefile.SH does this for you. 
1438      Branch: cfgperl
1439            ! Configure Makefile.SH config_h.SH
1440            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
1441            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
1442            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
1443            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
1444            ! jpl/install-jpl utils/perlbug.PL
1445 ____________________________________________________________________________
1446 [  3724] By: jhi                                   on 1999/07/23  08:03:36
1447         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
1448              To: perl5-porters@perl.org
1449              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
1450              Date: Thu, 22 Jul 1999 19:58:34 -0400
1451              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
1452      Branch: cfgperl
1453            ! av.c
1454 ____________________________________________________________________________
1455 [  3723] By: gsar                                  on 1999/07/23  00:01:29
1456         Log: emit warning about function calls that were encountered too early
1457              to enforce their prototype
1458      Branch: perl
1459            ! op.c op.h pod/perldiag.pod
1460 ____________________________________________________________________________
1461 [  3722] By: jhi                                   on 1999/07/22  21:19:59
1462         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1463              To: perl5-porters@perl.org
1464              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
1465              Subject: [PATCH] MakeMaker documentation
1466              Date: Wed, 21 Jul 1999 14:15:42 -0400
1467              Message-ID: <19990721141542.A1800@O2.chapin.edu>
1468      Branch: cfgperl
1469            ! lib/ExtUtils/MakeMaker.pm
1470 ____________________________________________________________________________
1471 [  3721] By: jhi                                   on 1999/07/22  21:05:19
1472         Log: From: pvhp@forte.com (Peter Prymmer)
1473              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
1474              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
1475              Date: Wed, 21 Jul 99 17:15:39 PDT
1476              Message-Id: <9907220015.AA11931@forte.com>
1477      Branch: cfgperl
1478            ! hints/os390.sh
1479 ____________________________________________________________________________
1480 [  3720] By: jhi                                   on 1999/07/22  20:51:17
1481         Log: AIX magic: ccdlflags needs to be different for
1482              Perl itself and for extra-core extensions
1483              (as used by ExtUtilss::embed::ldopts).
1484              Based on the problems described in
1485              
1486              From: Mike W Ellwood <mwe@rl.ac.uk>
1487              To: perl5-porters@perl.org
1488              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
1489              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
1490              Reply-To: m.w.ellwood@rl.ac.uk
1491              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
1492      Branch: cfgperl
1493            ! Configure Makefile.SH config_h.SH hints/aix.sh
1494 ____________________________________________________________________________
1495 [  3719] By: jhi                                   on 1999/07/22  08:23:53
1496         Log: Update history records.
1497      Branch: cfgperl
1498            ! pod/perlhist.pod
1499 ____________________________________________________________________________
1500 [  3718] By: jhi                                   on 1999/07/21  13:54:42
1501         Log: Todododobedobedo.
1502      Branch: cfgperl
1503            ! Todo
1504 ____________________________________________________________________________
1505 [  3717] By: jhi                                   on 1999/07/21  12:10:48
1506         Log: Even more Todo.
1507      Branch: cfgperl
1508            ! Todo
1509 ____________________________________________________________________________
1510 [  3716] By: jhi                                   on 1999/07/21  11:40:39
1511         Log: Use Errno more extensively so that error
1512              messages are more portable (another way
1513              would be to muck around with LC_MESSAGES).
1514              Problem reported in
1515              
1516              From: oracle@pcr8.pcr.com
1517              To: perl5-porters@perl.org
1518              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
1519              Date: Mon, 19 Jul 1999 18:39:13 -0400
1520              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
1521      Branch: cfgperl
1522            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1523            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
1524            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
1525 ____________________________________________________________________________
1526 [  3715] By: jhi                                   on 1999/07/21  11:05:36
1527         Log: Slightly modified patch.
1528              From: Sean Sheedy <seans@ncube.com>
1529              To: perl5-porters@perl.org
1530              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
1531              Date: Tue, 20 Jul 1999 09:52:06 -0700
1532              Message-Id: <3794A935.1C150E54@ncube.com>
1533      Branch: cfgperl
1534            ! cflags.SH x2p/cflags.SH
1535 ____________________________________________________________________________
1536 [  3714] By: jhi                                   on 1999/07/20  21:26:19
1537         Log: More Todo.
1538      Branch: cfgperl
1539            ! Todo
1540 ____________________________________________________________________________
1541 [  3713] By: jhi                                   on 1999/07/20  18:02:45
1542         Log: Integrate with Sarathy.
1543      Branch: cfgperl
1544           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1545           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1546           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
1547           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
1548           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
1549           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
1550           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
1551           +> utils/dprofpp.PL
1552           !> INSTALL MAINTAIN MANIFEST configure.com
1553           !> ext/Devel/Peek/Makefile.PL installman installperl
1554           !> pod/roffitall utils/Makefile vms/descrip_mms.template
1555           !> win32/Makefile win32/makefile.mk win32/win32.h
1556 ____________________________________________________________________________
1557 [  3712] By: gsar                                  on 1999/07/20  15:29:01
1558         Log: DProf tweak
1559      Branch: perl
1560            ! ext/Devel/DProf/DProf.xs
1561 ____________________________________________________________________________
1562 [  3711] By: gsar                                  on 1999/07/20  07:56:19
1563         Log: another DProf build tweak
1564      Branch: perl
1565            ! utils/dprofpp.PL
1566 ____________________________________________________________________________
1567 [  3710] By: gsar                                  on 1999/07/20  07:36:36
1568         Log: move DProf things around to where they are supposed to be
1569      Branch: perl
1570            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
1571            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
1572            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
1573            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
1574            + t/lib/dprof/test6_t t/lib/dprof/test6_v
1575           +> utils/dprofpp.PL
1576            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
1577            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
1578            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
1579            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
1580            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
1581            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
1582            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
1583            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
1584            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
1585            ! installperl pod/roffitall utils/Makefile
1586            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1587 ____________________________________________________________________________
1588 [  3709] By: gsar                                  on 1999/07/20  06:13:16
1589         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
1590      Branch: perl
1591            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1592            ! ext/Devel/Peek/Makefile.PL
1593 ____________________________________________________________________________
1594 [  3708] By: gsar                                  on 1999/07/20  06:01:22
1595         Log: move DProf to Devel/DProf
1596      Branch: perl
1597           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1598           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1599           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
1600           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
1601           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
1602           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
1603           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
1604           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
1605           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
1606           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
1607           +> ext/Devel/DProf/test.pl
1608            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1609            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1610            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1611            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1612            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1613            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1614            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1615            ! MAINTAIN MANIFEST configure.com win32/Makefile
1616            ! win32/makefile.mk
1617 ____________________________________________________________________________
1618 [  3707] By: gsar                                  on 1999/07/20  05:39:11
1619         Log: add Devel::DProf v19990108 from CPAN, as it was
1620      Branch: perl
1621            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1622            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1623            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1624            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1625            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1626            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1627            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1628            ! MANIFEST
1629 ____________________________________________________________________________
1630 [  3706] By: gsar                                  on 1999/07/20  04:52:25
1631         Log: C<union any> needs no PERL_OBJECT-treatment
1632      Branch: perl
1633            ! win32/win32.h
1634 ____________________________________________________________________________
1635 [  3705] By: gsar                                  on 1999/07/20  04:11:54
1636         Log: fix problem in default build
1637      Branch: perl
1638            ! win32/Makefile win32/makefile.mk
1639 ____________________________________________________________________________
1640 [  3704] By: jhi                                   on 1999/07/19  07:06:36
1641         Log: Integrate with Sarathy.
1642      Branch: cfgperl
1643           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
1644           !> win32/win32.c
1645 ____________________________________________________________________________
1646 [  3703] By: gsar                                  on 1999/07/19  05:55:57
1647         Log: win32 nits
1648      Branch: perl
1649            ! makedef.pl sv.h
1650 ____________________________________________________________________________
1651 [  3702] By: gsar                                  on 1999/07/19  04:29:34
1652         Log: don't display tid from main thread (or testsuite breaks)
1653      Branch: perl
1654            ! lib/Carp.pm util.c
1655 ____________________________________________________________________________
1656 [  3701] By: gsar                                  on 1999/07/19  00:47:52
1657         Log: remove several doubled (and tripled!) entries
1658      Branch: perl
1659            ! pod/perldiag.pod
1660 ____________________________________________________________________________
1661 [  3700] By: gsar                                  on 1999/07/19  00:42:34
1662         Log: integrate cfgperl contents into mainline
1663      Branch: perl
1664           +> makedef.pl
1665            - perl_exp.SH win32/makedef.pl
1666           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1667           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
1668           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
1669           !> utf8.c util.c win32/Makefile win32/makefile.mk
1670 ____________________________________________________________________________
1671 [  3699] By: gsar                                  on 1999/07/19  00:33:59
1672         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
1673      Branch: perl
1674            ! Changes win32/win32.c
1675 ____________________________________________________________________________
1676 [  3698] By: jhi                                   on 1999/07/18  21:33:57
1677         Log: Integrate with Sarathy.
1678      Branch: cfgperl
1679           +> t/op/chars.t
1680           !> (integrate 57 files)
1681 ____________________________________________________________________________
1682 [  3697] By: gsar                                  on 1999/07/18  05:22:36
1683         Log: From: pvhp@forte.com (Peter Prymmer)
1684              Date: Thu, 1 Jul 99 19:31:24 PDT
1685              Message-Id: <9907020231.AA16942@forte.com>
1686              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
1687      Branch: perl
1688            + t/op/chars.t
1689            ! MANIFEST ebcdic.c t/op/ord.t
1690 ____________________________________________________________________________
1691 [  3696] By: gsar                                  on 1999/07/18  05:11:02
1692         Log: display thread id in diagnostics (suggested by Dan Sugalski)
1693      Branch: perl
1694            ! lib/Carp.pm util.c
1695 ____________________________________________________________________________
1696 [  3695] By: gsar                                  on 1999/07/18  04:57:47
1697         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
1698      Branch: perl
1699            ! pod/perldiag.pod
1700 ____________________________________________________________________________
1701 [  3694] By: gsar                                  on 1999/07/18  04:56:28
1702         Log: cache [NIUP]V conversions of defined READONLY values
1703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1704              Date: Sun, 11 Jul 1999 04:39:44 -0400
1705              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
1706              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
1707      Branch: perl
1708            ! sv.c
1709 ____________________________________________________________________________
1710 [  3693] By: gsar                                  on 1999/07/18  03:53:38
1711         Log: From: jan.dubois@ibm.net (Jan Dubois)
1712              Date: Sat, 17 Jul 1999 10:58:29 +0200
1713              Message-ID: <379144ad.13616689@smtp1.ibm.net>
1714              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
1715      Branch: perl
1716            ! lib/ExtUtils/Manifest.pm
1717 ____________________________________________________________________________
1718 [  3692] By: gsar                                  on 1999/07/18  03:51:03
1719         Log: remove spurious newSTATEOP() that causes goto to enter one too many
1720              contexts when jumping between if and elsif blocks
1721      Branch: perl
1722            ! perly.c perly.y pp_ctl.c t/op/goto.t
1723 ____________________________________________________________________________
1724 [  3691] By: gsar                                  on 1999/07/18  01:49:59
1725         Log: detypo, update Changes
1726      Branch: perl
1727            ! Changes doio.c
1728 ____________________________________________________________________________
1729 [  3690] By: gsar                                  on 1999/07/18  01:16:59
1730         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
1731      Branch: perl
1732            ! lib/integer.pm
1733 ____________________________________________________________________________
1734 [  3689] By: gsar                                  on 1999/07/18  00:47:17
1735         Log: ensure __END__ appears on a line by itself in wrapped
1736              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
1737              mention caveat about successfull kill()
1738      Branch: perl
1739            ! pod/perlfunc.pod win32/bin/pl2bat.pl
1740 ____________________________________________________________________________
1741 [  3688] By: gsar                                  on 1999/07/17  20:47:44
1742         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
1743      Branch: perl
1744            ! ext/SDBM_File/sdbm/Makefile.PL
1745 ____________________________________________________________________________
1746 [  3687] By: gsar                                  on 1999/07/17  20:43:27
1747         Log: make CC.pm use a distinct CCPP() macro rather than PP()
1748              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
1749      Branch: perl
1750            ! cc_runtime.h ext/B/B/CC.pm
1751 ____________________________________________________________________________
1752 [  3686] By: gsar                                  on 1999/07/17  20:39:08
1753         Log: tiny bug in vars.pm (from John Dlugosz)
1754      Branch: perl
1755            ! lib/vars.pm
1756 ____________________________________________________________________________
1757 [  3685] By: gsar                                  on 1999/07/17  20:37:27
1758         Log: applied suggested patch, along with later tweak
1759              From: jan.dubois@ibm.net (Jan Dubois)
1760              Date: Wed, 14 Jul 1999 23:53:43 +0200
1761              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
1762              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
1763      Branch: perl
1764            ! lib/Pod/Html.pm
1765 ____________________________________________________________________________
1766 [  3684] By: gsar                                  on 1999/07/17  20:24:32
1767         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
1768      Branch: perl
1769            ! thrdvar.h
1770 ____________________________________________________________________________
1771 [  3683] By: gsar                                  on 1999/07/17  20:21:01
1772         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1773              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
1774              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
1775              Subject: [PATCH 5.005_57] Segfaults if $^P
1776      Branch: perl
1777            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
1778            ! proto.h
1779 ____________________________________________________________________________
1780 [  3682] By: gsar                                  on 1999/07/17  20:04:17
1781         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
1782              and prefix/lib/perl5/man are ass_u_med only if those directories
1783              actually exist; else prefix/{lib,man} are used)
1784      Branch: perl
1785            ! lib/ExtUtils/MM_Unix.pm
1786 ____________________________________________________________________________
1787 [  3681] By: gsar                                  on 1999/07/17  19:12:33
1788         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
1789      Branch: perl
1790            ! op.c t/comp/proto.t
1791 ____________________________________________________________________________
1792 [  3680] By: gsar                                  on 1999/07/17  18:23:55
1793         Log: fix vec() on magic values
1794              From: Ian Phillipps <ian@dial.pipex.com>
1795              Date: Mon, 12 Jul 1999 12:30:05 +0100
1796              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
1797              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
1798      Branch: perl
1799            ! doop.c t/op/tie.t
1800 ____________________________________________________________________________
1801 [  3679] By: gsar                                  on 1999/07/17  18:10:44
1802         Log: make system() return -1 and set $! if exec of child failed
1803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1804              Date: Fri, 9 Jul 1999 05:21:13 -0400
1805              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
1806              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
1807      Branch: perl
1808            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
1809            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
1810 ____________________________________________________________________________
1811 [  3678] By: gsar                                  on 1999/07/17  17:54:01
1812         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1813              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
1814              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
1815              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
1816      Branch: perl
1817            ! util.c
1818 ____________________________________________________________________________
1819 [  3677] By: gsar                                  on 1999/07/17  17:34:38
1820         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
1821              converted Ken's documentation outline into pod
1822      Branch: perl
1823            ! x2p/find2perl.PL
1824 ____________________________________________________________________________
1825 [  3676] By: gsar                                  on 1999/07/17  16:34:09
1826         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
1827              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
1828              Steve Lidie
1829      Branch: perl
1830            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
1831            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1832            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
1833            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
1834            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
1835            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
1836 ____________________________________________________________________________
1837 [  3675] By: gsar                                  on 1999/07/17  00:16:53
1838         Log: backout redundant change#3628
1839      Branch: perl
1840            ! Changes hints/bsdos.sh
1841 ____________________________________________________________________________
1842 [  3674] By: jhi                                   on 1999/07/15  14:26:03
1843         Log: Fix the bin/oct/hex constant overflow tests for
1844              long long platforms.
1845      Branch: cfgperl
1846            ! t/pragma/warn/util
1847 ____________________________________________________________________________
1848 [  3673] By: jhi                                   on 1999/07/14  21:59:11
1849         Log: Fixed AIX dynamic loading and AIX shared Perl library.
1850              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
1851              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
1852              Hijacked win32/makedef.pl for more general purpose export
1853              list building, now it is used (as toplevel makedef.pl)
1854              for win32 and AIX (perl_exp.SH made unnecessary).
1855              Because the export lists are now correct in AIX, no more linker
1856              warnings about "Exported symbol not defined" should appear.
1857      Branch: cfgperl
1858            + makedef.pl
1859            - perl_exp.SH win32/makedef.pl
1860            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1861            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
1862            ! win32/makefile.mk
1863 ____________________________________________________________________________
1864 [  3672] By: gsar                                  on 1999/07/14  17:12:13
1865         Log: minor efficiency tweak
1866      Branch: perl
1867            ! pp_ctl.c
1868 ____________________________________________________________________________
1869 [  3671] By: jhi                                   on 1999/07/14  16:22:39
1870         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
1871              if its caller re_intuit_start() was entered with strend == strpos
1872              because end_shift ended up as -1.  The patch ain't necessarily
1873              correct but least the core dump is avoided.
1874      Branch: cfgperl
1875            ! regexec.c
1876 ____________________________________________________________________________
1877 [  3670] By: jhi                                   on 1999/07/13  07:59:09
1878         Log: Integrate with Sarathy.
1879      Branch: cfgperl
1880            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1881            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1882           !> (integrate 67 files)
1883 ____________________________________________________________________________
1884 [  3669] By: gsar                                  on 1999/07/12  06:14:54
1885         Log: fixups for sundry warnings about function pointers
1886      Branch: perl
1887            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
1888            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
1889            ! win32/win32.c win32/win32.h
1890 ____________________________________________________________________________
1891 [  3668] By: gsar                                  on 1999/07/12  04:11:58
1892         Log: tweaks for win32/borland
1893      Branch: perl
1894            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
1895 ____________________________________________________________________________
1896 [  3667] By: gsar                                  on 1999/07/12  01:55:15
1897         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
1898              builds; passing the implicit context is unified among the three
1899              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
1900              flavors (see the top of perl.h) for testing; all varargs functions
1901              foo() have a va_list-taking variant vfoo() for generating the
1902              context-free versions; the PERL_OBJECT build should now be
1903              hyper-compatible with CPAN extensions (C++ is totally out of
1904              the picture)
1905              
1906              result has only been tested on Windows
1907              
1908              TODO: write docs on the THX rationale and idiomatic usage of
1909              the Perl API
1910      Branch: perl
1911            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1912            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1913            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
1914            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
1915            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1916            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
1917            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1918            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
1919            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
1920            ! global.sym globals.c intrpvar.h iperlsys.h
1921            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1922            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
1923            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
1924            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
1925            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
1926            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1927            ! win32/dl_win32.xs win32/include/dirent.h
1928            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
1929            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
1930            ! win32/win32iop.h win32/win32sck.c
1931 ____________________________________________________________________________
1932 [  3666] By: jhi                                   on 1999/07/11  22:00:13
1933         Log: Integrate with Sarathy.
1934      Branch: cfgperl
1935           !> op.c t/op/lex_assign.t
1936 ____________________________________________________________________________
1937 [  3665] By: jhi                                   on 1999/07/11  21:59:01
1938         Log: More manual sync.
1939      Branch: cfgperl
1940            ! pod/perldelta.pod
1941 ____________________________________________________________________________
1942 [  3664] By: gsar                                  on 1999/07/11  19:11:07
1943         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
1944              remedy and related tests via private mail
1945      Branch: perl
1946            ! op.c t/op/lex_assign.t
1947 ____________________________________________________________________________
1948 [  3663] By: jhi                                   on 1999/07/11  15:04:37
1949         Log: Manual synchronization with Sarathy (some files
1950              had drifted apart for no apparent reason), plus
1951              I had a typo in dl_vms.xs Sarathy had fixed.
1952      Branch: cfgperl
1953            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
1954 ____________________________________________________________________________
1955 [  3662] By: jhi                                   on 1999/07/10  12:23:21
1956         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
1957              to adapt to the underlying platform (the binary, 0b1..., test
1958              was broken in 64-bit platforms).  Also change "hex" in the
1959              warning messages to "hexadecimal" to match "binary" and "octal".
1960      Branch: cfgperl
1961            ! pod/perldiag.pod t/pragma/warn/util util.c
1962 ____________________________________________________________________________
1963 [  3661] By: jhi                                   on 1999/07/08  21:54:55
1964         Log: Integrate with Sarathy.
1965      Branch: cfgperl
1966           +> perlapi.c perlapi.h
1967           !> (integrate 43 files)
1968 ____________________________________________________________________________
1969 [  3660] By: gsar                                  on 1999/07/08  18:47:35
1970         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
1971      Branch: perl
1972            + perlapi.c perlapi.h
1973            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
1974            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
1975            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
1976            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
1977            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
1978            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
1979            ! win32/win32.h
1980 ____________________________________________________________________________
1981 [  3659] By: gsar                                  on 1999/07/08  18:41:45
1982         Log: sundry cleanups for clean build on windows
1983      Branch: perl
1984            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
1985 ____________________________________________________________________________
1986 [  3658] By: gsar                                  on 1999/07/08  01:24:25
1987         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
1988              type mismatch problems
1989      Branch: perl
1990            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
1991            ! t/pragma/warn/op toke.c utf8.c util.c
1992 ____________________________________________________________________________
1993 [  3657] By: jhi                                   on 1999/07/07  23:01:16
1994         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
1995      Branch: cfgperl
1996            ! pod/perldiag.pod
1997           !> Changes configure.com ext/B/B/Deparse.pm
1998           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
1999           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
2000           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
2001           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
2002           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
2003           !> t/pragma/overload.t thread.h vms/vms.c
2004 ____________________________________________________________________________
2005 [  3656] By: gsar                                  on 1999/07/07  21:04:38
2006         Log: integrate cfgperl contents
2007      Branch: perl
2008           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
2009           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
2010           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
2011            ! Changes
2012           !> (integrate 45 files)
2013 ____________________________________________________________________________
2014 [  3655] By: gsar                                  on 1999/07/07  18:55:45
2015         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
2016              <pvhp@forte.com>
2017      Branch: perl
2018            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
2019 ____________________________________________________________________________
2020 [  3654] By: gsar                                  on 1999/07/07  18:47:03
2021         Log: change#1889 mistakenly removed F_SETLK
2022      Branch: perl
2023            ! ext/Fcntl/Fcntl.xs
2024 ____________________________________________________________________________
2025 [  3653] By: gsar                                  on 1999/07/07  18:42:42
2026         Log: B::Deparse update
2027              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2028              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
2029              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
2030              Subject: [PATCH _57, long] B::Deparse 0.58
2031      Branch: perl
2032            ! ext/B/B/Deparse.pm
2033 ____________________________________________________________________________
2034 [  3652] By: gsar                                  on 1999/07/07  18:41:07
2035         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2036              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
2037              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
2038              Subject: Re: [ID 19990705.001] Overloading boolean conversion
2039      Branch: perl
2040            ! gv.c t/pragma/overload.t
2041 ____________________________________________________________________________
2042 [  3651] By: gsar                                  on 1999/07/07  17:47:30
2043         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
2044      Branch: perl
2045            ! perlsfio.h
2046 ____________________________________________________________________________
2047 [  3650] By: gsar                                  on 1999/07/07  17:45:52
2048         Log: applied new parts of suggested patch
2049              From: Charles Bailey <BAILEY@newman.upenn.edu>
2050              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
2051              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
2052              Subject: [PATCH 5.005_57] Consolidated VMS patch
2053      Branch: perl
2054            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
2055            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
2056            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
2057            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
2058            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
2059 ____________________________________________________________________________
2060 [  3649] By: jhi                                   on 1999/07/07  13:38:02
2061         Log: Sync regcomp warn with reality.
2062      Branch: cfgperl
2063            ! t/pragma/warn/regcomp
2064 ____________________________________________________________________________
2065 [  3648] By: jhi                                   on 1999/07/07  13:04:55
2066         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
2067              resolved manually.
2068      Branch: cfgperl
2069           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
2070           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
2071           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
2072            - README.lexwarn
2073           !> (integrate 79 files)
2074 ____________________________________________________________________________
2075 [  3647] By: gsar                                  on 1999/07/07  10:32:03
2076         Log: From: jan.dubois@ibm.net (Jan Dubois)
2077              Date: Thu, 01 Jul 1999 11:17:53 +0200
2078              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
2079              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
2080      Branch: perl
2081            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
2082            ! lib/ExtUtils/MakeMaker.pm
2083 ____________________________________________________________________________
2084 [  3646] By: gsar                                  on 1999/07/07  10:27:55
2085         Log: fix undocumented IO::Handle functions as suggested
2086              by cj10@cam.ac.uk
2087      Branch: perl
2088            ! ext/IO/lib/IO/Handle.pm
2089 ____________________________________________________________________________
2090 [  3645] By: gsar                                  on 1999/07/07  10:18:55
2091         Log: prohibit thread join()ing itself (from Dan Sugalski)
2092      Branch: perl
2093            ! ext/Thread/Thread.xs
2094 ____________________________________________________________________________
2095 [  3644] By: gsar                                  on 1999/07/07  10:14:26
2096         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2097              Date: Wed, 30 Jun 1999 14:02:42 -0700
2098              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
2099              Subject:  [PATCH 5.005_57] Compiler and XSUBS
2100      Branch: perl
2101            ! ext/B/B/C.pm
2102 ____________________________________________________________________________
2103 [  3643] By: gsar                                  on 1999/07/07  10:08:38
2104         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
2105              (from François Désarménien <desar@club-internet.fr>)
2106      Branch: perl
2107            ! pod/perlsyn.pod
2108 ____________________________________________________________________________
2109 [  3642] By: gsar                                  on 1999/07/07  10:03:24
2110         Log: From: Doug MacEachern <dougm@cp.net>
2111              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
2112              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
2113              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
2114      Branch: perl
2115            ! ext/B/B.xs
2116 ____________________________________________________________________________
2117 [  3641] By: gsar                                  on 1999/07/07  10:00:57
2118         Log: slightly modified version of suggested patch
2119              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
2120              Date: Mon, 28 Jun 1999 14:23:59 -0400
2121              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
2122              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
2123      Branch: perl
2124            ! ext/POSIX/POSIX.xs
2125 ____________________________________________________________________________
2126 [  3640] By: gsar                                  on 1999/07/07  09:45:43
2127         Log: lexical warnings update (warning.t fails one test
2128              due to leaked scalar, investigation pending)
2129              From: paul.marquess@bt.com
2130              Date: Sat, 26 Jun 1999 23:19:52 +0100
2131              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
2132              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
2133      Branch: perl
2134            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
2135            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
2136            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
2137            - README.lexwarn
2138            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
2139            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2140            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
2141            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
2142            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2143            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
2144            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
2145            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2146            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2147            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2148            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2149            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2150            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
2151            ! warning.h warning.pl win32/win32.c
2152 ____________________________________________________________________________
2153 [  3639] By: gsar                                  on 1999/07/07  08:09:30
2154         Log: From: Brian Jepson <bjepson@home.com>
2155              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
2156              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
2157              Subject: Patch to JPL example program
2158      Branch: perl
2159            ! jpl/JPL_Rolo/JPL_Rolo.jpl
2160 ____________________________________________________________________________
2161 [  3638] By: jhi                                   on 1999/07/07  08:07:58
2162         Log: Integrate with Sarathy.
2163      Branch: cfgperl
2164           !> (integrate 34 files)
2165 ____________________________________________________________________________
2166 [  3637] By: gsar                                  on 1999/07/07  08:07:49
2167         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2168              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
2169              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
2170              Subject: [PATCH _57, long] Eliminate CONDOPs
2171      Branch: perl
2172            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
2173            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
2174            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
2175            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
2176            ! pod/perltoc.pod pp_ctl.c pp_hot.c
2177 ____________________________________________________________________________
2178 [  3636] By: gsar                                  on 1999/07/07  07:50:51
2179         Log: adapted suggested patch for IO-1.20x
2180              From: ian@dial.pipex.com
2181              Date:  Fri, 25 Jun 1999 10:39:42 +0100
2182              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
2183              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
2184      Branch: perl
2185            ! ext/IO/lib/IO/Socket.pm
2186 ____________________________________________________________________________
2187 [  3635] By: gsar                                  on 1999/07/07  07:26:05
2188         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
2189      Branch: perl
2190            ! hints/powerux.sh
2191 ____________________________________________________________________________
2192 [  3634] By: gsar                                  on 1999/07/07  07:20:02
2193         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2194              Date: Wed, 23 Jun 1999 16:16:05 +0100
2195              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
2196              Subject: [PATCH 5.005_57] memleak in optimizer
2197      Branch: perl
2198            ! embed.h embed.pl objXSUB.h op.c proto.h
2199 ____________________________________________________________________________
2200 [  3633] By: gsar                                  on 1999/07/07  07:10:52
2201         Log: add do-not-edit caveats for files generated by opcode.pl
2202              (suggested by Hugo van der Sanden)
2203      Branch: perl
2204            ! opcode.h opcode.pl pp.sym pp_proto.h
2205 ____________________________________________________________________________
2206 [  3632] By: gsar                                  on 1999/07/07  06:41:13
2207         Log: better diagnostics on read operations from write-only
2208              filehandles
2209      Branch: perl
2210            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
2211            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2212 ____________________________________________________________________________
2213 [  3631] By: gsar                                  on 1999/07/07  02:03:34
2214         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
2215              by David Muir Sharnoff <muir@idiom.com>)
2216      Branch: perl
2217            ! lib/Sys/Hostname.pm
2218 ____________________________________________________________________________
2219 [  3630] By: gsar                                  on 1999/07/07  01:57:16
2220         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2221              Date: Sun, 20 Jun 1999 17:17:17 -0700
2222              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
2223              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
2224      Branch: perl
2225            ! ext/B/B/CC.pm
2226 ____________________________________________________________________________
2227 [  3629] By: gsar                                  on 1999/07/07  01:46:03
2228         Log: installperl should write normal messages to STDOUT, not STDERR
2229      Branch: perl
2230            ! installperl
2231 ____________________________________________________________________________
2232 [  3628] By: gsar                                  on 1999/07/07  01:41:25
2233         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
2234      Branch: perl
2235            ! hints/bsdos.sh
2236 ____________________________________________________________________________
2237 [  3627] By: gsar                                  on 1999/07/07  00:27:10
2238         Log: make diagnostic on C<my $^I> etc., more readable
2239      Branch: perl
2240            ! op.c
2241 ____________________________________________________________________________
2242 [  3626] By: gsar                                  on 1999/07/06  23:47:27
2243         Log: From: Andy Dougherty <doughera@lafayette.edu>
2244              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
2245              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
2246              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
2247      Branch: perl
2248            ! Makefile.SH utils/Makefile
2249 ____________________________________________________________________________
2250 [  3625] By: jhi                                   on 1999/07/06  21:50:46
2251         Log: Some new files of #3624 missing from MANIFEST.
2252      Branch: cfgperl
2253            ! MANIFEST
2254 ____________________________________________________________________________
2255 [  3624] By: jhi                                   on 1999/07/06  21:47:04
2256         Log: POSIX [[:character class:]] support for standard, locale,
2257              and utf8.  If both utf8 and locale are on, utf8 wins.
2258              I don't fully understand why so many tables changed in
2259              lib/unicode because of "make" -- maybe it was just overdue.
2260      Branch: cfgperl
2261            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
2262            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
2263            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
2264            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
2265            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
2266            ! lib/unicode/Block.pl lib/unicode/Category.pl
2267            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2268            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
2269            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
2270            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
2271            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
2272            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
2273            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
2274            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
2275            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
2276            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
2277            ! t/pragma/warn/regcomp utf8.c
2278 ____________________________________________________________________________
2279 [  3623] By: gsar                                  on 1999/07/06  20:52:48
2280         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281              Date: Wed, 16 Jun 1999 14:57:22 -0400
2282              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
2283              Subject: [PATCH 5.00557] Devel::Peek
2284      Branch: perl
2285            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
2286 ____________________________________________________________________________
2287 [  3622] By: gsar                                  on 1999/07/06  20:22:59
2288         Log: applied patch after demunging headers with appropriate paths
2289              From: "Vishal Bhatia" <vishalb@my-deja.com>
2290              Date: Sat, 12 Jun 1999 08:23:59 -0700
2291              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
2292              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
2293      Branch: perl
2294            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
2295            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
2296 ____________________________________________________________________________
2297 [  3621] By: gsar                                  on 1999/07/06  20:10:50
2298         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2299              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
2300              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
2301              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
2302      Branch: perl
2303            ! doio.c
2304 ____________________________________________________________________________
2305 [  3620] By: jhi                                   on 1999/07/06  19:16:47
2306         Log: Mention EPOC and SOCKS.
2307      Branch: cfgperl
2308            ! pod/perldelta.pod
2309 ____________________________________________________________________________
2310 [  3619] By: gsar                                  on 1999/07/06  16:52:37
2311         Log: fix int vs STRLEN issue
2312      Branch: perl
2313            ! pp.c
2314 ____________________________________________________________________________
2315 [  3618] By: jhi                                   on 1999/07/06  16:52:20
2316         Log: There ain't Perl_atonv().
2317      Branch: cfgperl
2318            ! ext/ByteLoader/bytecode.h
2319 ____________________________________________________________________________
2320 [  3617] By: jhi                                   on 1999/07/06  15:55:22
2321         Log: Integrate with Sarathy.
2322      Branch: cfgperl
2323           !> Makefile.SH
2324 ____________________________________________________________________________
2325 [  3616] By: jhi                                   on 1999/07/06  15:54:09
2326         Log: Tweak for #3613.
2327      Branch: cfgperl
2328            ! Configure config_h.SH
2329 ____________________________________________________________________________
2330 [  3615] By: gsar                                  on 1999/07/06  11:00:21
2331         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2332              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
2333              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
2334              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
2335      Branch: perl
2336            ! Makefile.SH
2337 ____________________________________________________________________________
2338 [  3614] By: jhi                                   on 1999/07/06  10:44:48
2339         Log: Integrate with Sarathy.
2340      Branch: cfgperl
2341           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
2342           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
2343 ____________________________________________________________________________
2344 [  3613] By: jhi                                   on 1999/07/06  10:43:20
2345         Log: From: Nathan Kurz <nate@valleytel.net>
2346              Subject: [ID 19990612.001 compiling three deep modules within ext/]
2347              ply-To: nate@valleytel.net
2348              erl5-porters@perl.org
2349              Date: Sat, 12 Jun 1999 01:26:04 -0500
2350              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
2351      Branch: cfgperl
2352            ! Configure config_h.SH
2353 ____________________________________________________________________________
2354 [  3612] By: gsar                                  on 1999/07/06  10:17:52
2355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2356              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
2357              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
2358              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
2359      Branch: perl
2360            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
2361 ____________________________________________________________________________
2362 [  3611] By: gsar                                  on 1999/07/06  09:51:20
2363         Log: From: pvhp@forte.com (Peter Prymmer)
2364              Date: Fri, 11 Jun 99 17:07:19 PDT
2365              Message-Id: <9906120007.AA13802@forte.com>
2366              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
2367      Branch: perl
2368            ! ext/IO/lib/IO/File.pm
2369 ____________________________________________________________________________
2370 [  3610] By: gsar                                  on 1999/07/06  09:37:37
2371         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
2372              tweak)
2373              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2374              Date: Wed, 09 Jun 1999 18:27:51 +0100
2375              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
2376              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
2377      Branch: perl
2378            ! perl.h t/base/rs.t
2379 ____________________________________________________________________________
2380 [  3609] By: jhi                                   on 1999/07/06  09:28:48
2381         Log: Integrate with Sarathy.
2382      Branch: cfgperl
2383           !> (integrate 49 files)
2384 ____________________________________________________________________________
2385 [  3608] By: gsar                                  on 1999/07/06  09:28:21
2386         Log: test tweak
2387      Branch: perl
2388            ! t/pragma/warn/op
2389 ____________________________________________________________________________
2390 [  3607] By: jhi                                   on 1999/07/06  09:22:48
2391         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
2392      Branch: cfgperl
2393            ! Configure config_h.SH
2394 ____________________________________________________________________________
2395 [  3606] By: gsar                                  on 1999/07/06  09:05:02
2396         Log: applied slightly tweaked version of suggested patch for
2397              improved RE API
2398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2399              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
2400              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
2401              Subject: [PATCH 5.005_57] REx engine rehash
2402      Branch: perl
2403            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
2404            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
2405            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
2406            ! util.c
2407 ____________________________________________________________________________
2408 [  3605] By: gsar                                  on 1999/07/06  08:54:03
2409         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
2410      Branch: perl
2411            ! sv.c
2412 ____________________________________________________________________________
2413 [  3604] By: gsar                                  on 1999/07/06  07:08:30
2414         Log: From: paul.marquess@bt.com
2415              Date: Tue, 8 Jun 1999 22:37:58 +0100 
2416              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
2417              Subject: [PATCH 5.005_57] DB_File 1.67
2418      Branch: perl
2419            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2420            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2421 ____________________________________________________________________________
2422 [  3603] By: gsar                                  on 1999/07/06  07:04:50
2423         Log: From: paul.marquess@bt.com
2424              Date: Tue, 8 Jun 1999 22:34:01 +0100 
2425              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
2426              Subject: [PATCH 5.005_57] DBM Filters
2427      Branch: perl
2428            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2429            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
2430            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2431            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
2432 ____________________________________________________________________________
2433 [  3602] By: gsar                                  on 1999/07/06  07:00:01
2434         Log: slightly tweaked version of suggested patch
2435              From: Dan Sugalski <sugalskd@ous.edu>
2436              Date: Tue, 08 Jun 1999 14:09:38 -0700
2437              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
2438              Subject: [PATCH 5.005_57]Use NV instead of double in the core
2439      Branch: perl
2440            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
2441            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
2442            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
2443            ! proto.h sv.c sv.h toke.c universal.c util.c
2444 ____________________________________________________________________________
2445 [  3601] By: gsar                                  on 1999/07/06  06:52:57
2446         Log: integrate cfgperl contents into mainline
2447      Branch: perl
2448           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2449           +> epoc/perl.mmp epoc/perl.pkg
2450           !> (integrate 30 files)
2451 ____________________________________________________________________________
2452 [  3598] By: jhi                                   on 1999/07/05  20:02:55
2453         Log: Integrate with mainperl.
2454      Branch: cfgperl
2455           +> lib/CGI/Pretty.pm
2456           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2457           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
2458           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
2459           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
2460           !> vms/vmsish.h
2461 ____________________________________________________________________________
2462 [  3597] By: jhi                                   on 1999/07/05  19:59:48
2463         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
2464              that addresses the notorious "Additional libraries" question.
2465      Branch: cfgperl
2466            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2467            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
2468            ! pp_sys.c
2469 ____________________________________________________________________________
2470 [  3596] By: gsar                                  on 1999/07/05  18:30:51
2471         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2472              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
2473              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
2474              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
2475      Branch: perl
2476            ! pp_sys.c t/lib/io_udp.t
2477 ____________________________________________________________________________
2478 [  3595] By: gsar                                  on 1999/07/05  18:29:08
2479         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2480              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
2481              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
2482              Subject: [PATCH 5.00557] Setting $^E wipes out $!
2483      Branch: perl
2484            ! mg.c
2485 ____________________________________________________________________________
2486 [  3594] By: gsar                                  on 1999/07/05  18:24:53
2487         Log: hand-apply whitespace mutiliated patch
2488              From: Dan Sugalski <sugalskd@osshe.edu>
2489              Date: Mon, 07 Jun 1999 14:46:42 -0700
2490              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
2491              Subject: [PATCH 5.005_57]Updated VMS patch
2492      Branch: perl
2493            ! thread.h vms/descrip_mms.template vms/subconfigure.com
2494            ! vms/vms.c vms/vmsish.h
2495 ____________________________________________________________________________
2496 [  3593] By: gsar                                  on 1999/07/05  17:53:04
2497         Log: applied parts not duplicated by previous patches
2498              From: "Vishal Bhatia" <vishalb@my-deja.com>
2499              Date: Sat, 05 Jun 1999 08:42:17 -0700
2500              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
2501              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
2502      Branch: perl
2503            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2504            ! ext/B/B/Stackobj.pm
2505 ____________________________________________________________________________
2506 [  3592] By: jhi                                   on 1999/07/05  17:17:22
2507         Log: AIX threaded build, plus few more on the side.
2508      Branch: cfgperl
2509            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
2510            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2511            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
2512            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
2513 ____________________________________________________________________________
2514 [  3591] By: gsar                                  on 1999/07/05  16:52:34
2515         Log: "\e" and "\a" didn't produce right escape under EBCDIC
2516              From: pvhp@forte.com (Peter Prymmer)
2517              Date: Fri, 4 Jun 99 12:00:27 PDT
2518              Message-Id: <9906041900.AA28387@forte.com>
2519              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
2520      Branch: perl
2521            ! toke.c
2522 ____________________________________________________________________________
2523 [  3590] By: gsar                                  on 1999/07/05  16:40:01
2524         Log: s/scalar ref constructor/single ref constructor/ (suggested
2525              by Stephen McCamant)
2526      Branch: perl
2527            ! opcode.h opcode.pl
2528 ____________________________________________________________________________
2529 [  3589] By: gsar                                  on 1999/07/05  16:34:06
2530         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
2531      Branch: perl
2532            ! ext/GDBM_File/GDBM_File.xs
2533 ____________________________________________________________________________
2534 [  3588] By: gsar                                  on 1999/07/05  16:29:39
2535         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
2536              is unchanged still)
2537      Branch: perl
2538            ! op.c
2539 ____________________________________________________________________________
2540 [  3587] By: jhi                                   on 1999/07/05  10:31:43
2541         Log: Make perl_exp.SH smarter about what to include and what to exclude.
2542      Branch: cfgperl
2543            ! perl_exp.SH
2544 ____________________________________________________________________________
2545 [  3586] By: jhi                                   on 1999/07/05  09:29:31
2546         Log: Remove unnecessary and extraneous my $i = 0.
2547      Branch: cfgperl
2548            ! bytecode.pl
2549 ____________________________________________________________________________
2550 [  3585] By: jhi                                   on 1999/07/05  07:28:59
2551         Log: Integrate with mainperl.
2552      Branch: cfgperl
2553           !> (integrate 30 files)
2554 ____________________________________________________________________________
2555 [  3584] By: gsar                                  on 1999/07/05  05:36:28
2556         Log: From: Vishal Bhatia <vishalb@hotmail.com>
2557              Date: Thu, 03 Jun 1999 00:57:48 PDT
2558              Message-ID: <19990603075749.86665.qmail@hotmail.com>
2559              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
2560      Branch: perl
2561            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2562 ____________________________________________________________________________
2563 [  3583] By: gsar                                  on 1999/07/05  05:31:19
2564         Log: suppress fancy display when in verbose mode (suggested by
2565              Paul Johnson <pjcj@transeda.com>)
2566      Branch: perl
2567            ! lib/Test/Harness.pm
2568 ____________________________________________________________________________
2569 [  3582] By: gsar                                  on 1999/07/05  05:17:12
2570         Log: cygwin32 update
2571              From: "Fifer, Eric" <EFifer@sanwaint.com>
2572              Date:  Wed, 2 Jun 1999 15:16:05 +0100
2573              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
2574              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
2575      Branch: perl
2576            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
2577            ! cygwin32/build-instructions.READFIRST
2578            ! cygwin32/build-instructions.charles-wilson
2579            ! cygwin32/build-instructions.sebastien-barre
2580            ! cygwin32/build-instructions.steven-morlock
2581            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
2582            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
2583            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
2584            ! t/op/magic.t util.c
2585 ____________________________________________________________________________
2586 [  3581] By: gsar                                  on 1999/07/05  02:46:18
2587         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
2588      Branch: perl
2589            ! util.c
2590 ____________________________________________________________________________
2591 [  3580] By: gsar                                  on 1999/07/05  02:38:03
2592         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
2593              Date: Mon, 31 May 1999 18:18:13 -0600
2594              Message-ID: <19990601001813.AAA17834@csgsystems.com>
2595              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
2596      Branch: perl
2597            ! t/TEST t/UTEST t/harness utils/perlcc.PL
2598 ____________________________________________________________________________
2599 [  3579] By: gsar                                  on 1999/07/05  01:20:58
2600         Log: compatibility tweak for Class::Struct
2601      Branch: perl
2602            ! lib/Class/Struct.pm
2603 ____________________________________________________________________________
2604 [  3578] By: jhi                                   on 1999/07/04  23:26:01
2605         Log: Miscellaneus AIX fixes + SOCKS support.
2606      Branch: cfgperl
2607            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2608            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
2609            ! hints/aix.sh pp_sys.c
2610 ____________________________________________________________________________
2611 [  3577] By: gsar                                  on 1999/07/04  23:07:39
2612         Log: test tweak
2613      Branch: perl
2614            ! t/io/openpid.t
2615 ____________________________________________________________________________
2616 [  3576] By: jhi                                   on 1999/07/04  22:39:23
2617         Log: Integrate with mainperl.
2618      Branch: cfgperl
2619           +> t/io/openpid.t
2620            - win32/perlhost.h
2621           !> (integrate 51 files)
2622 ____________________________________________________________________________
2623 [  3575] By: jhi                                   on 1999/07/04  22:26:48
2624         Log: Added 64-bit support for AIX 4.3 or better
2625              based on Martin H. Rusoff's observations.
2626      Branch: cfgperl
2627            ! Configure config_h.SH hints/aix.sh
2628 ____________________________________________________________________________
2629 [  3574] By: jhi                                   on 1999/07/04  21:34:47
2630         Log: Do not throw away gccvers compilation errors.
2631              From: Andy Dougherty <doughera@lafayette.edu>
2632              To: Ron Seguin <rseguin@on.bell.ca>
2633              Cc: Perl Porters <perl5-porters@perl.org>
2634              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
2635              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
2636              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
2637      Branch: cfgperl
2638            ! Configure config_h.SH
2639 ____________________________________________________________________________
2640 [  3573] By: gsar                                  on 1999/07/04  21:10:32
2641         Log: adapted suggested tests for addition to testsuite
2642              From: RonaldWS@aol.com
2643              Date:  Sun, 30 May 1999 16:27:28 EDT
2644              Message-Id:  <25cd799f.2482f930@aol.com>
2645              Subject: [19990530.007] Open with pipe | does not return pid under win32
2646      Branch: perl
2647            + t/io/openpid.t
2648            ! MANIFEST win32/win32.c
2649 ____________________________________________________________________________
2650 [  3572] By: gsar                                  on 1999/07/04  20:29:32
2651         Log: perl_run() should call my_exit(0) for normal completion
2652      Branch: perl
2653            ! perl.c
2654 ____________________________________________________________________________
2655 [  3571] By: jhi                                   on 1999/07/04  20:10:44
2656         Log: Add test for change #3568 plus general cleanup.
2657      Branch: cfgperl
2658            ! t/pragma/locale.t
2659 ____________________________________________________________________________
2660 [  3570] By: gsar                                  on 1999/07/04  20:03:21
2661         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
2662              overloading
2663      Branch: perl
2664            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2665            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
2666 ____________________________________________________________________________
2667 [  3569] By: gsar                                  on 1999/07/04  18:04:48
2668         Log: make AIX dynaloading work when libperl is shared (and thus under
2669              mod_perl etc.)
2670              From: Jens-Uwe Mager <jum@helios.de>
2671              Date:  Sat, 29 May 1999 17:09:52 +0200
2672              Message-Id:  <199905291509.RAA43978@ans.helios.de>
2673              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
2674      Branch: perl
2675            ! ext/DynaLoader/dl_aix.xs
2676 ____________________________________________________________________________
2677 [  3568] By: jhi                                   on 1999/07/04  14:54:23
2678         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
2679              This resulted for example in the 'o' magic not being cleared by
2680              magic_setcollxfrm(), which resulted in strange cmp results.
2681              The bug was reported originally in the message
2682              Subject: Bug with locale
2683              From: Jan Starzynski <jan@planet.de> 
2684              To: perlbug@perl.com 
2685              Date: Fri, 09 Apr 1999 13:23:07 +0200 
2686              Message-ID: <370DE31B.DAEE1332@planet.de> 
2687      Branch: cfgperl
2688            ! pp.c
2689 ____________________________________________________________________________
2690 [  3567] By: gsar                                  on 1999/07/04  02:38:34
2691         Log: remove misleading info on defined(&func), unclutter deprecation
2692              about defined(@array)
2693      Branch: perl
2694            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2695            ! t/pragma/warn/op
2696 ____________________________________________________________________________
2697 [  3566] By: gsar                                  on 1999/07/04  01:46:31
2698         Log: From: jan.dubois@ibm.net (Jan Dubois)
2699              Date: Wed, 26 May 1999 22:07:17 +0200
2700              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
2701              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
2702      Branch: perl
2703            ! Changes win32/win32.c win32/win32.h
2704 ____________________________________________________________________________
2705 [  3565] By: gsar                                  on 1999/07/04  01:26:02
2706         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
2707              for win32 issues)
2708      Branch: perl
2709            ! pod/perlxstut.pod
2710 ____________________________________________________________________________
2711 [  3564] By: gsar                                  on 1999/07/02  03:09:04
2712         Log: avoid warnings
2713      Branch: perl
2714            ! ext/Thread/Thread/Specific.pm lib/fields.pm
2715 ____________________________________________________________________________
2716 [  3563] By: gsar                                  on 1999/06/28  19:23:47
2717         Log: inc version (for CPAN.pm sanity)
2718      Branch: perl
2719            ! lib/Text/ParseWords.pm
2720 ____________________________________________________________________________
2721 [  3562] By: gsar                                  on 1999/06/28  19:19:01
2722         Log: regen perltoc
2723      Branch: perl
2724            ! pod/perltoc.pod
2725 ____________________________________________________________________________
2726 [  3561] By: gsar                                  on 1999/06/28  19:08:41
2727         Log: From: Damian Conway <damian@cs.monash.edu.au>
2728              Date: Wed, 26 May 1999 00:58:35 -0400
2729              Message-Id: <199905260458.AAA06411@defender.perl.org>
2730              Subject: [19990526.002] Misc. improvements to Class:Struct
2731      Branch: perl
2732            ! MANIFEST lib/Class/Struct.pm
2733 ____________________________________________________________________________
2734 [  3560] By: gsar                                  on 1999/06/28  18:50:52
2735         Log: remove bogus PL_optype_size
2736      Branch: perl
2737            ! bytecode.pl ext/ByteLoader/byterun.h
2738 ____________________________________________________________________________
2739 [  3559] By: gsar                                  on 1999/06/28  18:22:26
2740         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
2741      Branch: perl
2742            + lib/CGI/Pretty.pm
2743            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
2744            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
2745            ! t/lib/cgi-html.t t/lib/cgi-request.t
2746 ____________________________________________________________________________
2747 [  3558] By: jhi                                   on 1999/06/28  07:30:21
2748         Log: Change Olaf Lebbe's email address.
2749      Branch: cfgperl
2750            ! README.epoc
2751 ____________________________________________________________________________
2752 [  3557] By: gsar                                  on 1999/06/28  00:07:33
2753         Log: make autogenerated files writable
2754      Branch: perl
2755            - win32/perlhost.h
2756            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
2757            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
2758            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
2759            ! proto.h regnodes.h warning.h win32/config_H.bc
2760            ! win32/config_H.gc win32/config_H.vc
2761 ____________________________________________________________________________
2762 [  3556] By: jhi                                   on 1999/06/27  19:22:53
2763         Log: Update MANIFEST to match #3555.
2764      Branch: cfgperl
2765            ! MANIFEST
2766 ____________________________________________________________________________
2767 [  3555] By: jhi                                   on 1999/06/27  19:16:22
2768         Log: EPOC port to Psion5.
2769              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2770              To: Jarkko Hietaniemi <jhi@iki.fi>
2771              Cc: perl5-porters@perl.org
2772              Subject: Re: Psion5
2773              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
2774              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
2775      Branch: cfgperl
2776            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2777            + epoc/perl.mmp epoc/perl.pkg
2778            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
2779            ! perl.h sv.c util.c
2780 ____________________________________________________________________________
2781 [  3554] By: jhi                                   on 1999/06/27  18:50:52
2782         Log: Integrate from mainperl.
2783      Branch: cfgperl
2784           !> (integrate 48 files)
2785 ____________________________________________________________________________
2786 [  3553] By: gsar                                  on 1999/06/27  14:28:49
2787         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
2788              gone from the public API); PERL_OBJECT builds again on
2789              windows
2790              
2791              TODO: namespace-clean the typedefs in iperlsys.h and
2792              elsewhere; remove C++ remnants from public headers
2793      Branch: perl
2794            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
2795            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2796            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2797            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
2798            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
2799            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
2800            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
2801            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2802            ! win32/config.gc win32/config.vc win32/dl_win32.xs
2803            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2804            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
2805            ! win32/win32sck.c
2806 ____________________________________________________________________________
2807 [  3552] By: gsar                                  on 1999/06/27  13:49:31
2808         Log: integrate cfgperl changes into mainline
2809      Branch: perl
2810           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2811           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2812           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2813           !> util.c
2814 ____________________________________________________________________________
2815 [  3551] By: gsar                                  on 1999/06/27  13:31:11
2816         Log: fix indents
2817      Branch: perl
2818            ! op.c
2819 ____________________________________________________________________________
2820 [  3550] By: gsar                                  on 1999/06/24  22:42:53
2821         Log: update Changes
2822      Branch: perl
2823            ! Changes
2824 ____________________________________________________________________________
2825 [  3549] By: gsar                                  on 1999/06/24  22:41:17
2826         Log: avoid race condition in the CAPI extension bootstrap handler
2827      Branch: perl
2828            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
2829 ____________________________________________________________________________
2830 [  3548] By: gsar                                  on 1999/06/24  22:39:53
2831         Log: sanity check to cover the case when perl is installed into the
2832              X:\ (drive root)
2833      Branch: perl
2834            ! win32/win32.c
2835 ____________________________________________________________________________
2836 [  3547] By: gsar                                  on 1999/06/22  19:30:32
2837         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
2838      Branch: perl
2839            ! lib/Tie/RefHash.pm
2840 ____________________________________________________________________________
2841 [  3544] By: jhi                                   on 1999/06/18  19:24:28
2842         Log: Tidy up #3542 and #3543. 
2843      Branch: cfgperl
2844            ! t/pragma/locale.t util.c
2845 ____________________________________________________________________________
2846 [  3543] By: jhi                                   on 1999/06/18  10:28:45
2847         Log: Spice up locale.t.
2848      Branch: cfgperl
2849            ! t/pragma/locale.t
2850 ____________________________________________________________________________
2851 [  3542] By: jhi                                   on 1999/06/17  22:42:03
2852         Log: Fixed two long-standing locale bugs.
2853              
2854              Both problems were related to numeric locale which
2855              controls the radix character aka the decimal separator.
2856              (1) printf (and sprintf) were resetting the numeric locale to C.
2857              (2) Using locale-numerically formatted floating point
2858              numbers (e.g. "1,23") together with -w caused warnings about
2859              "isn't numeric".  The operations were working fine, though,
2860              because atof() was using the local locale.
2861              Both problems reported by Stefan Vogtner.
2862              
2863              Introduced a wrapper for atof() that attempts to convert
2864              the string both ways.  This helps Perl to understand
2865              numbers like this "4.56" even when using a local locale
2866              makes atof() understand only numbers like this "7,89".
2867              
2868              Remaining related problems, both of which existed before
2869              this patch and continue to exist after this patch:
2870              (a) The behaviour of print() is _not_ as documented by perllocale.
2871              Instead of always using the C locale, print() does use the
2872              local locale, just like the *printf() do.  This may be fixable
2873              now that switching to-and-fro between locales has been made
2874              more consistent, but fixing print() would change existing
2875              behaviour.  perllocale is not changed by this patch.
2876              (b) If a number has been stringified (say, via "$number") under
2877              a local locale, the cached string value persists even under
2878              "no locale".  This may or may not be a problem: operations
2879              work fine because the original number is still there, but
2880              that the string form keeps its locale-ish outlook may be
2881              somewhat confusing.
2882      Branch: cfgperl
2883            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2884            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2885            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2886            ! util.c
2887 ____________________________________________________________________________
2888 [  3541] By: jhi                                   on 1999/06/17  20:00:16
2889         Log: Integrate from mainperl.
2890      Branch: cfgperl
2891           !> ext/Data/Dumper/Dumper.pm op.c
2892 ____________________________________________________________________________
2893 [  3540] By: gsar                                  on 1999/06/16  16:49:55
2894         Log: dump C<0> as such, not C<'0'>
2895      Branch: perl
2896            ! ext/Data/Dumper/Dumper.pm
2897 ____________________________________________________________________________
2898 [  3539] By: gsar                                  on 1999/06/13  04:04:40
2899         Log: fix coredumper in change#3498
2900      Branch: perl
2901            ! op.c
2902 ____________________________________________________________________________
2903 [  3538] By: jhi                                   on 1999/06/12  22:01:26
2904         Log: Integrate from mainperl.
2905      Branch: cfgperl
2906           +> lib/caller.pm
2907           !> (integrate 36 files)
2908 ____________________________________________________________________________
2909 [  3537] By: gsar                                  on 1999/06/12  06:43:03
2910         Log: EXTERN_C declarations for global arrays in various
2911              headers, so perl can be built even in C++ mode; win32
2912              build fixups; regen headers
2913      Branch: perl
2914            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
2915            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
2916 ____________________________________________________________________________
2917 [  3536] By: gsar                                  on 1999/06/12  06:38:21
2918         Log: caller.pm typos
2919      Branch: perl
2920            ! lib/caller.pm
2921 ____________________________________________________________________________
2922 [  3535] By: gsar                                  on 1999/06/11  23:13:54
2923         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
2924              is temporarily gone
2925      Branch: perl
2926            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
2927            ! pod/perldelta.pod proto.h win32/perllib.c
2928 ____________________________________________________________________________
2929 [  3534] By: gsar                                  on 1999/06/11  20:41:51
2930         Log: implement C<use caller 'encoding'>
2931      Branch: perl
2932            + lib/caller.pm
2933            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
2934 ____________________________________________________________________________
2935 [  3533] By: gsar                                  on 1999/06/11  16:51:04
2936         Log: truncate() has a peculiar exemption from strict barewords, even
2937              though it has a non-filehandle prototype
2938      Branch: perl
2939            ! op.c t/io/fs.t
2940 ____________________________________________________________________________
2941 [  3532] By: gsar                                  on 1999/06/11  09:09:16
2942         Log: GDBM tweak
2943      Branch: perl
2944            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
2945 ____________________________________________________________________________
2946 [  3531] By: gsar                                  on 1999/06/10  23:34:19
2947         Log: part of the platform changes for IMPLICIT_CONTEXT
2948      Branch: perl
2949            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
2950            ! jpl/PerlInterpreter/PerlInterpreter.c
2951            ! jpl/PerlInterpreter/PerlInterpreter.h
2952            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
2953            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
2954 ____________________________________________________________________________
2955 [  3530] By: jhi                                   on 1999/06/10  20:55:56
2956         Log: Integrate from mainperl.
2957      Branch: cfgperl
2958           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2959 ____________________________________________________________________________
2960 [  3529] By: gsar                                  on 1999/06/10  20:40:01
2961         Log: DB_File tweaks for IMPLICIT CONTEXT
2962      Branch: perl
2963            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2964 ____________________________________________________________________________
2965 [  3528] By: jhi                                   on 1999/06/10  10:18:15
2966         Log: Integrate from mainperl.
2967      Branch: cfgperl
2968           !> (integrate 105 files)
2969 ____________________________________________________________________________
2970 [  3527] By: gsar                                  on 1999/06/10  09:30:35
2971         Log: most globals are now interpreter local; locale initialization
2972              was too early, defer it until interpreter is allocated and
2973              initialized; multiple interpreters should now be
2974              concurrency-safe (untested)
2975      Branch: perl
2976            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
2977            ! perlvars.h
2978 ____________________________________________________________________________
2979 [  3526] By: gsar                                  on 1999/06/10  08:38:00
2980         Log: fix small nits
2981      Branch: perl
2982            ! cc_runtime.h ext/B/B/CC.pm run.c
2983 ____________________________________________________________________________
2984 [  3525] By: gsar                                  on 1999/06/10  04:41:38
2985         Log: win32 build fixes
2986      Branch: perl
2987            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
2988            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2989            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
2990            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
2991            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2992            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
2993            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2994            ! win32/win32.c win32/win32.h win32/win32sck.c
2995            ! win32/win32thread.c win32/win32thread.h
2996 ____________________________________________________________________________
2997 [  3524] By: gsar                                  on 1999/06/09  18:03:01
2998         Log: more complete support for implicit thread/interpreter pointer,
2999              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
3000              without that enabled):
3001              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
3002              is a noop; tests pass on Solaris; should be faster now!
3003              - MULTIPLICITY has been tested with and without
3004              PERL_IMPLICIT_CONTEXT on Solaris
3005              - improved function database now merged with embed.pl
3006              - everything except the varargs functions have foo(a,b,c) macros
3007              to provide compatibility
3008              - varargs functions default to compatibility variants that
3009              get the context pointer using dTHX
3010              - there should be almost no source compatibility issues as a
3011              result of all this
3012              - dl_foo.xs changes other than dl_dlopen.xs untested
3013              - still needs documentation, fixups for win32 etc
3014              Next step: migrate most non-mutex variables from perlvars.h
3015              to intrpvar.h
3016      Branch: perl
3017            - proto.pl
3018            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
3019            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
3020            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3021            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3022            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
3023            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3024            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
3025            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
3026            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3027            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
3028            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3029            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
3030            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
3031            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
3032            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
3033            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
3034            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
3035            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
3036            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
3037            ! util.c win32/Makefile win32/makefile.mk writemain.SH
3038 ____________________________________________________________________________
3039 [  3523] By: gsar                                  on 1999/06/07  05:24:13
3040         Log: missed a file
3041      Branch: perl
3042            + proto.pl
3043            ! MANIFEST
3044 ____________________________________________________________________________
3045 [  3522] By: gsar                                  on 1999/06/07  05:18:34
3046         Log: initial stub implementation of implicit thread/this
3047              pointer    argument; builds/tests on Solaris, win32
3048              hasn't been fixed up yet; proto.h, global.sym and
3049              static function decls are now generated from a common
3050              database in proto.pl; some inconsistently named
3051              perl_foo() things are now Perl_foo(), compatibility
3052              #defines provided; perl_foo() (lowercase 'p') reserved
3053              for functions that take an explicit context argument;
3054              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
3055      Branch: perl
3056            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
3057            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
3058            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
3059            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
3060            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
3061            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
3062            ! universal.c utf8.c util.c
3063 ____________________________________________________________________________
3064 [  3521] By: gsar                                  on 1999/06/04  23:00:22
3065         Log: clean up some stray "global" symbols
3066      Branch: perl
3067            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
3068            ! pp_proto.h proto.h
3069 ____________________________________________________________________________
3070 [  3520] By: jhi                                   on 1999/06/02  21:33:28
3071         Log: Integrate from mainperl.
3072      Branch: cfgperl
3073           !> (integrate 94 files)
3074 ____________________________________________________________________________
3075 [  3519] By: gsar                                  on 1999/06/02  07:16:10
3076         Log: avoid dereferencing null pointer from getpwent() et al
3077      Branch: perl
3078            ! pp_sys.c
3079 ____________________________________________________________________________
3080 [  3518] By: gsar                                  on 1999/06/02  04:47:10
3081         Log: remove _() non-ansism
3082      Branch: perl
3083            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
3084            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
3085            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
3086            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
3087            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
3088            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
3089            ! ext/re/re.xs handy.h hv.c iperlsys.h
3090            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
3091            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
3092            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
3093            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
3094            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
3095            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
3096            ! vms/vmsish.h vms/writemain.pl vos/config.h
3097            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
3098            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
3099            ! win32/perllib.c win32/runperl.c win32/win32.h
3100            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
3101            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
3102 ____________________________________________________________________________
3103 [  3517] By: gsar                                  on 1999/06/02  02:17:51
3104         Log: missed a few files
3105      Branch: perl
3106            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
3107 ____________________________________________________________________________
3108 [  3516] By: gsar                                  on 1999/06/02  01:37:33
3109         Log: integrate cfgperl contents into mainline
3110      Branch: perl
3111           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3112           +> ext/ByteLoader/byterun.h
3113            - bytecode.h byterun.c byterun.h
3114            ! Changes
3115           !> (integrate 58 files)
3116 ____________________________________________________________________________
3117 [  3515] By: gsar                                  on 1999/06/02  00:48:50
3118         Log: remove stray K&R-isms
3119      Branch: perl
3120            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
3121            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
3122            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
3123            ! toke.c util.c win32/win32.c x2p/hash.c
3124 ____________________________________________________________________________
3125 [  3514] By: gsar                                  on 1999/06/01  15:55:55
3126         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
3127              strict 'subs'
3128      Branch: perl
3129            ! op.c t/pragma/strict-subs
3130 ____________________________________________________________________________
3131 [  3513] By: jhi                                   on 1999/06/01  07:17:05
3132         Log: Patch applying of #3499 had gone awry.
3133      Branch: cfgperl
3134            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
3135 ____________________________________________________________________________
3136 [  3512] By: gsar                                  on 1999/05/31  19:21:30
3137         Log: tighter -help output
3138      Branch: perl
3139            ! perl.c
3140 ____________________________________________________________________________
3141 [  3511] By: gsar                                  on 1999/05/31  17:18:23
3142         Log: fix memory leak in C<eval 'return sub {...}'>
3143      Branch: perl
3144            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
3145 ____________________________________________________________________________
3146 [  3510] By: gsar                                  on 1999/05/31  14:11:46
3147         Log: tweak C++isms
3148      Branch: perl
3149            ! win32/dl_win32.xs win32/win32.c
3150 ____________________________________________________________________________
3151 [  3509] By: jhi                                   on 1999/05/30  13:02:26
3152         Log: Cleanup of #3488.
3153      Branch: cfgperl
3154            ! Configure config_h.SH
3155 ____________________________________________________________________________
3156 [  3508] By: jhi                                   on 1999/05/30  11:16:01
3157         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3158              To: Mailing list Perl5 <perl5-porters@perl.org>
3159              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
3160              Date: Sat, 29 May 1999 20:18:13 -0400
3161              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
3162      Branch: cfgperl
3163            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
3164 ____________________________________________________________________________
3165 [  3507] By: jhi                                   on 1999/05/29  20:05:40
3166         Log: From: Mark-Jason Dominus <mjd@plover.com>
3167              To: perl5-porters@perl.com
3168              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
3169              Date: Sat, 29 May 1999 14:45:10 -0400
3170              Message-ID: <19990529184510.27557.qmail@plover.com>
3171      Branch: cfgperl
3172            ! op.h
3173 ____________________________________________________________________________
3174 [  3506] By: gsar                                  on 1999/05/29  16:49:39
3175         Log: avoid gv_check() recursive pit
3176      Branch: perl
3177            ! gv.c
3178 ____________________________________________________________________________
3179 [  3505] By: jhi                                   on 1999/05/29  11:38:16
3180         Log: From: jan.dubois@ibm.net (Jan Dubois)
3181              To: Gurusamy Sarathy <gsar@activestate.com>
3182              Cc: perl5-porters@perl.org
3183              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
3184              Date: Sat, 29 May 1999 08:46:22 +0200
3185              Message-ID: <374f8007.2016008@smtp1.ibm.net>
3186      Branch: cfgperl
3187            ! t/op/grent.t t/op/pwent.t
3188 ____________________________________________________________________________
3189 [  3504] By: jhi                                   on 1999/05/29  11:07:10
3190         Log: QNX needs <sys/select.h> to define fd_set.
3191              
3192              From: Norton Allen <allen@huarp.harvard.edu>
3193              To: perl5-porters@perl.org
3194              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
3195              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
3196              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
3197      Branch: cfgperl
3198            ! ext/IO/poll.c
3199 ____________________________________________________________________________
3200 [  3503] By: jhi                                   on 1999/05/29  10:53:31
3201         Log: From: jan.dubois@ibm.net (Jan Dubois)
3202              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
3203              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
3204              Date: Fri, 28 May 1999 20:14:35 +0200
3205              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
3206      Branch: cfgperl
3207            ! lib/Math/BigFloat.pm
3208 ____________________________________________________________________________
3209 [  3502] By: jhi                                   on 1999/05/29  10:44:44
3210         Log: Make Configure support the change #3367,
3211              SysV shadow passwords.
3212      Branch: cfgperl
3213            ! Configure config_h.SH pp_sys.c
3214 ____________________________________________________________________________
3215 [  3501] By: gsar                                  on 1999/05/28  21:22:23
3216         Log: add wide versions of win32 system calls (first step in
3217              globalization); delayload winsock for performance if compiling
3218              with VC 6.0
3219      Branch: perl
3220            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
3221            ! win32/win32.c win32/win32.h
3222 ____________________________________________________________________________
3223 [  3500] By: jhi                                   on 1999/05/28  21:17:24
3224         Log: The new t/lib/io_linenum.t was using stricture
3225              before @INC was set up.
3226      Branch: cfgperl
3227            ! t/lib/io_linenum.t
3228 ____________________________________________________________________________
3229 [  3499] By: jhi                                   on 1999/05/28  17:13:23
3230         Log: From: Tom Hughes <tom@compton.nu>
3231              To: perl5-porters@perl.org
3232              Subject: [PATCH 5.005_57] ByteLoader mark 2
3233              Date: Wed, 26 May 1999 23:59:49 +0100
3234              Message-ID: <bf337a0849.tom@compton.compton.nu>
3235              
3236              plus resolve tiny conflict with #3479
3237              plus regen_headers.
3238      Branch: cfgperl
3239            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3240            + ext/ByteLoader/byterun.h
3241            - bytecode.h byterun.c byterun.h
3242            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
3243            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
3244            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3245            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
3246            ! perl.h perlvars.h proto.h util.c utils/Makefile
3247 ____________________________________________________________________________
3248 [  3498] By: jhi                                   on 1999/05/28  16:53:04
3249         Log: From: Mark-Jason Dominus <mjd@plover.com>
3250              To: perl5-porters@perl.com
3251              Subject: PATCH (5.005_57): defined(@a) now deprecated
3252              Date: Thu, 27 May 1999 16:05:44 -0400
3253              Message-ID: <19990527200544.13330.qmail@plover.com>
3254      Branch: cfgperl
3255            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
3256            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
3257 ____________________________________________________________________________
3258 [  3497] By: jhi                                   on 1999/05/28  16:50:54
3259         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3260              To: perl5-porters@perl.org (Mailing list Perl5)
3261              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
3262              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
3263              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
3264      Branch: cfgperl
3265            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
3266            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
3267 ____________________________________________________________________________
3268 [  3496] By: jhi                                   on 1999/05/28  16:48:39
3269         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3270              To: perl5-porters@perl.org (Mailing list Perl5)
3271              Subject: [PATCH 5.00557] Required OS/2-related patches
3272              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
3273              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
3274      Branch: cfgperl
3275            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
3276            ! t/op/stat.t util.c
3277 ____________________________________________________________________________
3278 [  3495] By: jhi                                   on 1999/05/28  16:45:56
3279         Log: From: Paul Johnson <pjcj@transeda.com>
3280              To: perl5-porters <perl5-porters@perl.org>
3281              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
3282              Date: Fri, 28 May 1999 15:13:54 +0100
3283              Message-ID: <19990528151354.B289@west-tip.transeda.com>
3284      Branch: cfgperl
3285            ! t/TEST
3286 ____________________________________________________________________________
3287 [  3494] By: jhi                                   on 1999/05/28  16:44:34
3288         Log: From: Paul Johnson <pjcj@transeda.com>
3289              To: perl5-porters <perl5-porters@perl.org>
3290              Subject: [PATCH 5.005_57] Fixes related to working local $.
3291              Date: Fri, 28 May 1999 15:11:18 +0100
3292              Message-ID: <19990528151118.A289@west-tip.transeda.com>
3293      Branch: cfgperl
3294            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
3295 ____________________________________________________________________________
3296 [  3493] By: gsar                                  on 1999/05/28  16:37:26
3297         Log: change#3449 wasn't doing enough
3298      Branch: perl
3299            ! op.c t/comp/proto.t
3300 ____________________________________________________________________________
3301 [  3492] By: jhi                                   on 1999/05/28  08:12:23
3302         Log: From: paul.marquess@bt.com
3303              To: doughera@lafayette.edu
3304              Cc: perl5-porters@perl.org
3305              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
3306              Date: Thu, 27 May 1999 23:31:38 +0100
3307              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
3308              
3309              Had to be applied manually; some mailer had munged the patch slightly.
3310      Branch: cfgperl
3311            ! ext/NDBM_File/NDBM_File.xs
3312 ____________________________________________________________________________
3313 [  3491] By: jhi                                   on 1999/05/28  07:51:17
3314         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3315              To: perl5-porters@perl.org
3316              Subject: [PATCH 5.005_57] fixing eval in the compiler
3317              Date: Thu, 27 May 1999 07:56:54 -0700
3318              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
3319      Branch: cfgperl
3320            ! cc_runtime.h scope.h
3321 ____________________________________________________________________________
3322 [  3490] By: jhi                                   on 1999/05/28  07:47:06
3323         Log: From: Andy Dougherty <doughera@lafayette.edu>
3324              To: perlbug@perl.com
3325              Cc: Jarkko Hietaniemi <jhi@iki.fi>
3326              Subject: [PATCH] Configure updates for ISC 4.1
3327              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
3328              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
3329      Branch: cfgperl
3330            ! Configure config_h.SH
3331 ____________________________________________________________________________
3332 [  3489] By: jhi                                   on 1999/05/28  07:39:17
3333         Log: Integrate from mainperl.
3334      Branch: cfgperl
3335           !> malloc.c win32/makedef.pl win32/win32.c
3336 ____________________________________________________________________________
3337 [  3488] By: jhi                                   on 1999/05/27  16:57:19
3338         Log: From: Andy Dougherty <doughera@lafayette.edu>
3339              To: Perl Porters <perl5-porters@perl.org>
3340              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
3341              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
3342              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
3343      Branch: cfgperl
3344            ! Configure config_h.SH hints/sunos_4_1.sh util.c
3345 ____________________________________________________________________________
3346 [  3487] By: gsar                                  on 1999/05/27  03:56:20
3347         Log: make win32_spawnvp() inherit standard handles even when they
3348              may be redirected
3349      Branch: perl
3350            ! win32/win32.c
3351 ____________________________________________________________________________
3352 [  3486] By: jhi                                   on 1999/05/26  19:55:52
3353         Log: From: Andy Dougherty <doughera@lafayette.edu>
3354              To: perl5-porters@perl.org
3355              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
3356              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
3357              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
3358      Branch: cfgperl
3359            ! util.c
3360 ____________________________________________________________________________
3361 [  3485] By: chip                                  on 1999/05/26  17:19:11
3362         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
3363      Branch: maint-5.004/perl
3364            ! Configure
3365 ____________________________________________________________________________
3366 [  3484] By: gsar                                  on 1999/05/26  01:56:28
3367         Log: fix missing exported symbol
3368      Branch: perl
3369            ! malloc.c win32/makedef.pl
3370 ____________________________________________________________________________
3371 [  3483] By: jhi                                   on 1999/05/25  23:08:07
3372         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
3373              
3374              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3375              To: perlbug@perl.com
3376              Subject: OpenBSD hints file update
3377              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
3378              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
3379      Branch: cfgperl
3380            ! hints/openbsd.sh
3381 ____________________________________________________________________________
3382 [  3482] By: jhi                                   on 1999/05/25  23:01:25
3383         Log: From: Tom Hughes <tom@compton.nu>
3384              To: perl5-porters@perl.org
3385              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
3386              Date: Tue, 25 May 1999 23:10:23 +0100
3387              Message-ID: <1ed7f10749.tom@compton.compton.nu>
3388      Branch: cfgperl
3389            ! Configure config_h.SH
3390 ____________________________________________________________________________
3391 [  3481] By: jhi                                   on 1999/05/25  22:31:50
3392         Log: 3479, 3480, 3481 seems logical.
3393      Branch: cfgperl
3394           !> hints/aix.sh
3395 ____________________________________________________________________________
3396 [  3480] By: jhi                                   on 1999/05/25  22:13:39
3397         Log: The change #3479 wasn't perfect.
3398      Branch: perl
3399            ! hints/aix.sh
3400 ____________________________________________________________________________
3401 [  3479] By: jhi                                   on 1999/05/25  21:59:21
3402         Log: Cures for _57 in AIX 4.1.5.0.
3403              (1) The lddlflags lost its -lc by change #3660
3404              (and the politeness of change #3257).
3405              (2) optype_size must end up in perl.exp (as PL_optype_size).
3406              Added it to perlvars.h, fixed bytecode.pl,
3407              regen'ed the relevant headers.
3408      Branch: cfgperl
3409            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
3410            ! perlvars.h
3411      Branch: perl
3412            ! hints/aix.sh
3413 ____________________________________________________________________________
3414 [  3478] By: jhi                                   on 1999/05/25  20:13:47
3415         Log: Integrate from mainperl.
3416      Branch: cfgperl
3417           +> pod/perltootc.pod
3418           !> (integrate 101 files)
3419 ____________________________________________________________________________
3420 [  3477] By: gsar                                  on 1999/05/25  10:43:48
3421         Log: here be 5.005_57
3422      Branch: perl
3423            ! Changes MANIFEST Porting/makerel
3424           !> Changes5.005
3425
3426 ----------------
3427 Version 5.005_57
3428 ----------------
3429
3430 ____________________________________________________________________________
3431 [  3476] By: gsar                                  on 1999/05/25  09:23:43
3432         Log: up patchlevel &c
3433      Branch: perl
3434            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3435            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3436            ! win32/makefile.mk
3437 ____________________________________________________________________________
3438 [  3475] By: gsar                                  on 1999/05/25  09:14:51
3439         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3440              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
3441              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
3442              Subject: [PATCH 5.005_56] REx engine improvements
3443      Branch: perl
3444            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
3445            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
3446            ! thrdvar.h util.c
3447 ____________________________________________________________________________
3448 [  3474] By: gsar                                  on 1999/05/25  08:39:56
3449         Log: test case for change#3470
3450      Branch: perl
3451            ! t/lib/bigintpm.t
3452 ____________________________________________________________________________
3453 [  3473] By: gsar                                  on 1999/05/25  08:36:52
3454         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
3455      Branch: perl
3456            ! Changes pod/perlport.pod
3457 ____________________________________________________________________________
3458 [  3472] By: gsar                                  on 1999/05/25  08:28:57
3459         Log: assorted tweaks
3460      Branch: perl
3461            ! doio.c iperlsys.h win32/config.bc win32/config.gc
3462            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3463            ! win32/config_H.vc win32/makedef.pl
3464 ____________________________________________________________________________
3465 [  3471] By: gsar                                  on 1999/05/25  06:06:04
3466         Log: perlref update from Tom Christiansen
3467      Branch: perl
3468            ! pod/perlref.pod
3469 ____________________________________________________________________________
3470 [  3470] By: gsar                                  on 1999/05/25  06:03:27
3471         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3472              Date: Mon, 24 May 1999 17:43:56 -0400
3473              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
3474              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
3475      Branch: perl
3476            ! hv.c
3477 ____________________________________________________________________________
3478 [  3469] By: gsar                                  on 1999/05/25  05:59:22
3479         Log: avoid temporary files that have a constant name (from a suggestion
3480              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
3481      Branch: perl
3482            ! lib/ExtUtils/MM_Unix.pm
3483 ____________________________________________________________________________
3484 [  3468] By: gsar                                  on 1999/05/25  05:54:29
3485         Log: From: pvhp@forte.com (Peter Prymmer)
3486              Date: Mon, 24 May 99 11:20:25 PDT
3487              Message-Id: <9905241820.AA28071@forte.com>
3488              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
3489      Branch: perl
3490            ! lib/Pod/Text.pm
3491 ____________________________________________________________________________
3492 [  3467] By: gsar                                  on 1999/05/25  04:08:50
3493         Log: fix glob() bug that resulted in missing symlinks that don't point
3494              anywhere
3495      Branch: perl
3496            ! pp_hot.c
3497 ____________________________________________________________________________
3498 [  3466] By: gsar                                  on 1999/05/25  03:00:00
3499         Log: avoid enumerating @INC contents in diagnostic if @INC was never
3500              searched
3501      Branch: perl
3502            ! pod/perldiag.pod pp_ctl.c
3503 ____________________________________________________________________________
3504 [  3465] By: gsar                                  on 1999/05/25  02:24:08
3505         Log: add caveat about close(PIPE) carelessness
3506      Branch: perl
3507            ! pod/perlfunc.pod
3508 ____________________________________________________________________________
3509 [  3464] By: gsar                                  on 1999/05/24  23:55:53
3510         Log: fix bogus line numbers for void context warnings
3511              (change#2548 was overeager)
3512      Branch: perl
3513            ! op.c
3514 ____________________________________________________________________________
3515 [  3463] By: gsar                                  on 1999/05/24  23:31:58
3516         Log: change#3455 had a typo
3517      Branch: perl
3518            ! pp_ctl.c
3519 ____________________________________________________________________________
3520 [  3462] By: gsar                                  on 1999/05/24  17:32:20
3521         Log: more pod updates from Tom Christiansen; regen perltoc
3522      Branch: perl
3523            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
3524            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
3525 ____________________________________________________________________________
3526 [  3461] By: gsar                                  on 1999/05/24  07:41:32
3527         Log: perlmod notes from Damian Conway (via Tom Christiansen)
3528      Branch: perl
3529            ! pod/perlmod.pod
3530 ____________________________________________________________________________
3531 [  3460] By: gsar                                  on 1999/05/24  07:24:11
3532         Log: major pod update from Tom Christiansen
3533      Branch: perl
3534            + pod/perltootc.pod
3535            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
3536            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
3537            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
3538            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
3539            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
3540            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
3541            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
3542            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
3543            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
3544            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
3545            ! pod/perlxs.pod pod/pod2man.PL
3546 ____________________________________________________________________________
3547 [  3459] By: gsar                                  on 1999/05/24  06:26:48
3548         Log: perlfaq update from Tom Christiansen
3549      Branch: perl
3550            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3551            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3552            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3553            ! pod/perlfaq9.pod
3554 ____________________________________________________________________________
3555 [  3458] By: gsar                                  on 1999/05/24  05:55:11
3556         Log: updated to v1.50 from CPAN
3557      Branch: perl
3558            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3559 ____________________________________________________________________________
3560 [  3457] By: gsar                                  on 1999/05/24  05:46:20
3561         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3562              Date: Sun, 23 May 1999 16:35:07 +0100
3563              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
3564              Subject: [PATCH 5.005_56] name PL_in_eval bits
3565      Branch: perl
3566            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
3567 ____________________________________________________________________________
3568 [  3456] By: gsar                                  on 1999/05/24  05:18:06
3569         Log: make -t mode the default on emacs/dumb terminals
3570      Branch: perl
3571            ! Changes utils/perldoc.PL
3572 ____________________________________________________________________________
3573 [  3455] By: gsar                                  on 1999/05/24  05:05:19
3574         Log: return 0 rather than "" when scalar grep has nothing to iterate
3575              on (brings behavior in line with documentation)
3576      Branch: perl
3577            ! pp_ctl.c
3578 ____________________________________________________________________________
3579 [  3454] By: gsar                                  on 1999/05/24  04:52:52
3580         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
3581              Date: Thu, 20 May 1999 13:27:02 -1000
3582              Message-Id: <E10kcDN-0007TA-00@lapaki>
3583              Subject: Problem with MM_Unix in 5.005_03
3584      Branch: perl
3585            ! lib/ExtUtils/MM_Unix.pm
3586 ____________________________________________________________________________
3587 [  3453] By: gsar                                  on 1999/05/24  04:39:49
3588         Log: avoid removing duplicates in user-generated warnings
3589              From: byron@omix.com (Byron Brummer)
3590              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
3591              Message-Id: <199905201101.EAA91175@thrush.omix.com>
3592              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
3593      Branch: perl
3594            ! lib/diagnostics.pm
3595 ____________________________________________________________________________
3596 [  3452] By: gsar                                  on 1999/05/24  04:23:10
3597         Log: straighten some code to avoid NeXT compiler bugs (from
3598              Geoff Kuenning <geoff@cs.hmc.edu>)
3599      Branch: perl
3600            ! pp_ctl.c
3601 ____________________________________________________________________________
3602 [  3451] By: gsar                                  on 1999/05/24  03:03:05
3603         Log: minor logic tweak for reserved word warning
3604      Branch: perl
3605            ! lib/Test/Harness.pm toke.c
3606 ____________________________________________________________________________
3607 [  3450] By: gsar                                  on 1999/05/24  02:34:20
3608         Log: oops, some files missing in change#3449
3609      Branch: perl
3610            ! op.c op.h toke.c
3611 ____________________________________________________________________________
3612 [  3449] By: gsar                                  on 1999/05/24  02:33:12
3613         Log: allow '*' prototype to autoquote even barewords that happen to be
3614              function names; parens or ampersand continue to force the other
3615              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
3616              do the right thing, for example
3617      Branch: perl
3618            ! t/comp/proto.t
3619 ____________________________________________________________________________
3620 [  3448] By: gsar                                  on 1999/05/24  01:51:24
3621         Log: remove vestiges of PL_last_proto
3622      Branch: perl
3623            ! embedvar.h intrpvar.h objXSUB.h
3624 ____________________________________________________________________________
3625 [  3447] By: gsar                                  on 1999/05/24  01:49:20
3626         Log: redo change#2061 and parts of change#1169 with code in the
3627              parser; PL_last_proto hackery gone, strict 'subs' in now
3628              implemented in the optimizer where specifying the exceptional
3629              cases is much more robust; '*' (bareword) prototype now works
3630              reliably when used in second and subsequent arguments
3631      Branch: perl
3632            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
3633 ____________________________________________________________________________
3634 [  3446] By: gsar                                  on 1999/05/23  05:00:55
3635         Log: remove redundant part of change#1169 superceded by change#2061;
3636              avoid "future reserved word" warning on prototypical bearwords
3637      Branch: perl
3638            ! t/lib/fatal.t toke.c
3639 ____________________________________________________________________________
3640 [  3445] By: gsar                                  on 1999/05/21  23:36:49
3641         Log: s/isspace/isSPACE/g and make sure the CRT version is always
3642              passed an unsigned char (fixes random occurrence of spaces in
3643              arguments containing high-bit chars passed to spawned children,
3644              on win32)
3645      Branch: perl
3646            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
3647 ____________________________________________________________________________
3648 [  3444] By: gsar                                  on 1999/05/21  23:08:55
3649         Log: integrate Configure changes from cfgperl
3650      Branch: perl
3651           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3652           !> config_h.SH
3653 ____________________________________________________________________________
3654 [  3443] By: jhi                                   on 1999/05/21  22:00:56
3655         Log: Integrate from mainperl.
3656      Branch: cfgperl
3657           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
3658           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
3659           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
3660           !> win32/perlhost.h win32/win32.c x2p/walk.c
3661 ____________________________________________________________________________
3662 [  3442] By: jhi                                   on 1999/05/21  21:59:46
3663         Log: fflush.
3664      Branch: cfgperl
3665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3666            ! config_h.SH
3667 ____________________________________________________________________________
3668 [  3441] By: gsar                                  on 1999/05/21  17:48:55
3669         Log: integrate cfgperl changes
3670      Branch: perl
3671           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3672           !> config_h.SH hints/sunos_4_1.sh installperl
3673 ____________________________________________________________________________
3674 [  3440] By: gsar                                  on 1999/05/21  17:42:49
3675         Log: test tweak
3676      Branch: perl
3677            ! t/comp/proto.t
3678 ____________________________________________________________________________
3679 [  3439] By: gsar                                  on 1999/05/21  17:31:26
3680         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
3681              (Configure fflush(NULL) detection seems broken on Solaris, which
3682              is why I hit the problem)
3683      Branch: perl
3684            ! Changes perl.h
3685 ____________________________________________________________________________
3686 [  3438] By: gsar                                  on 1999/05/20  16:41:01
3687         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
3688      Branch: perl
3689            ! pod/perlport.pod
3690 ____________________________________________________________________________
3691 [  3437] By: jhi                                   on 1999/05/20  07:14:39
3692         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
3693              (via private email).
3694      Branch: cfgperl
3695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3696            ! config_h.SH hints/sunos_4_1.sh
3697 ____________________________________________________________________________
3698 [  3436] By: gsar                                  on 1999/05/20  05:18:26
3699         Log: various little nits
3700      Branch: perl
3701            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
3702            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
3703            ! win32/perlhost.h win32/win32.c x2p/walk.c
3704 ____________________________________________________________________________
3705 [  3435] By: jhi                                   on 1999/05/18  16:25:49
3706         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3707              To: perl5-porters@perl.org
3708              Subject: installperl
3709              Date: Fri, 14 May 1999 21:34:58 +0100
3710              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
3711      Branch: cfgperl
3712            ! installperl
3713 ____________________________________________________________________________
3714 [  3434] By: jhi                                   on 1999/05/17  21:25:54
3715         Log: Integrate from mainperl.
3716      Branch: cfgperl
3717           +> lib/ExtUtils/MM_Cygwin.pm
3718            - cygwin32/impure_ptr.c
3719           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3720           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3721           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
3722           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
3723           !> x2p/find2perl.PL
3724 ____________________________________________________________________________
3725 [  3433] By: gsar                                  on 1999/05/17  09:49:01
3726         Log: integrate cfgperl changes into mainline
3727      Branch: perl
3728           !> Configure INSTALL config_h.SH configure.com embed.h
3729           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
3730           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
3731           !> util.c
3732 ____________________________________________________________________________
3733 [  3432] By: gsar                                  on 1999/05/17  09:06:45
3734         Log: emit more appropriate diagnostic for failed glob (variant
3735              of patch suggested by Graham Barr)
3736      Branch: perl
3737            ! gv.c pod/perldiag.pod pp.c pp_hot.c
3738 ____________________________________________________________________________
3739 [  3431] By: gsar                                  on 1999/05/17  08:38:09
3740         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3741              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
3742              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
3743              Subject: find2perl does not grok the 'c' suffix to the -size argument
3744      Branch: perl
3745            ! x2p/find2perl.PL
3746 ____________________________________________________________________________
3747 [  3430] By: gsar                                  on 1999/05/17  08:26:21
3748         Log: additional cleanups for cygwin32 port
3749              From: "Fifer, Eric" <EFifer@sanwaint.com>
3750              Date: Wed, 12 May 1999 20:25:54 +0100
3751              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
3752              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
3753      Branch: perl
3754            + lib/ExtUtils/MM_Cygwin.pm
3755            - cygwin32/impure_ptr.c
3756            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3757            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3758            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
3759            ! perl.h util.c
3760 ____________________________________________________________________________
3761 [  3429] By: gsar                                  on 1999/05/17  08:01:04
3762         Log: From: Andy Dougherty <doughera@lafayette.edu>
3763              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3764              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3765              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3766      Branch: perl
3767            ! INSTALL
3768 ____________________________________________________________________________
3769 [  3428] By: jhi                                   on 1999/05/17  07:03:26
3770         Log: Integrate from mainperl modulo the Socket.xs change.
3771      Branch: cfgperl
3772           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
3773           !> win32/win32.c win32/win32.h
3774 ____________________________________________________________________________
3775 [  3427] By: jhi                                   on 1999/05/16  22:09:11
3776         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3777              To: perl5-porters@perl.org (Mailing list Perl5)
3778              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
3779              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
3780              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
3781      Branch: cfgperl
3782            ! ext/Devel/Peek/Peek.xs
3783 ____________________________________________________________________________
3784 [  3426] By: jhi                                   on 1999/05/16  22:07:11
3785         Log: From: Mark-Jason Dominus <mjd@plover.com>
3786              To: perl5-porters@perl.com
3787              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
3788              Date: Sat, 15 May 1999 12:43:47 -0400
3789              Message-ID: <19990515164348.7313.qmail@plover.com>
3790      Branch: cfgperl
3791            ! pod/perldiag.pod
3792 ____________________________________________________________________________
3793 [  3425] By: nick                                  on 1999/05/15  15:56:10
3794         Log: Mingw32 + w32api-0.1.5 tweaks
3795              - now more like other Win32 compilers
3796      Branch: perl
3797            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
3798            ! win32/win32.h
3799 ____________________________________________________________________________
3800 [  3424] By: nick                                  on 1999/05/14  21:04:22
3801         Log: Experimental "slab" allocator for ops.
3802              To try it -DPL_OP_SLAB_ALLOC for op.c 
3803              This is for proof of concept only, it leaks memory 
3804              (ops are not free'd) so don't use in embedded apps.
3805              If this minimalist version does not show performance 
3806              gain then whole idea is worthless. 
3807              Nick see's approx 12% speed up vs perlmalloc running
3808              perl -Ilib -MCPAN -e '' 
3809              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
3810      Branch: perl
3811            ! op.c
3812 ____________________________________________________________________________
3813 [  3423] By: gsar                                  on 1999/05/14  19:55:04
3814         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
3815              found (brings sitelib intuition in line with privlib)
3816      Branch: perl
3817            ! win32/win32.c
3818 ____________________________________________________________________________
3819 [  3422] By: jhi                                   on 1999/05/14  08:08:01
3820         Log: From: pvhp@forte.com (Peter Prymmer)
3821              To: perl5-porters@perl.org, vmsperl@perl.org
3822              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
3823              Date: Thu, 13 May 99 15:29:57 PDT
3824              Message-Id: <9905132229.AA15854@forte.com>
3825      Branch: cfgperl
3826            ! configure.com
3827 ____________________________________________________________________________
3828 [  3421] By: jhi                                   on 1999/05/14  07:34:20
3829         Log: Integrate from mainperl.
3830      Branch: cfgperl
3831           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
3832 ____________________________________________________________________________
3833 [  3420] By: jhi                                   on 1999/05/14  07:33:26
3834         Log: Still fflushing.
3835      Branch: cfgperl
3836            ! Configure config_h.SH util.c
3837 ____________________________________________________________________________
3838 [  3419] By: gsar                                  on 1999/05/14  03:08:29
3839         Log: mortalize string allocations by win32_get_{priv,site}lib()
3840              (fixes small memory leak in interpreter)
3841      Branch: perl
3842            ! win32/win32.c
3843 ____________________________________________________________________________
3844 [  3418] By: gsar                                  on 1999/05/14  03:06:50
3845         Log: make win32_longname() preserve kind of slashes in argument
3846      Branch: perl
3847            ! win32/win32.c
3848 ____________________________________________________________________________
3849 [  3417] By: gsar                                  on 1999/05/14  03:04:44
3850         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
3851      Branch: perl
3852            ! lib/ExtUtils/MM_Unix.pm
3853 ____________________________________________________________________________
3854 [  3416] By: jhi                                   on 1999/05/13  21:18:06
3855         Log: Integrate from mainperl.
3856      Branch: cfgperl
3857           !> pp_ctl.c
3858 ____________________________________________________________________________
3859 [  3415] By: jhi                                   on 1999/05/13  21:16:49
3860         Log: Fixes from Andy Dougherty (via private email).
3861      Branch: cfgperl
3862            ! Configure config_h.SH
3863 ____________________________________________________________________________
3864 [  3414] By: nick                                  on 1999/05/13  20:04:26
3865         Log: valist vs va_list typo
3866      Branch: perl
3867            ! pp_ctl.c
3868 ____________________________________________________________________________
3869 [  3413] By: jhi                                   on 1999/05/13  15:04:05
3870         Log: From: Andy Dougherty <doughera@lafayette.edu>
3871              To: perlbug@perl.com
3872              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3873              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3874              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3875      Branch: cfgperl
3876            ! INSTALL
3877 ____________________________________________________________________________
3878 [  3412] By: jhi                                   on 1999/05/13  14:20:17
3879         Log: Integrate from mainperl.
3880      Branch: cfgperl
3881           !> pp_ctl.c
3882 ____________________________________________________________________________
3883 [  3411] By: gsar                                  on 1999/05/13  14:16:56
3884         Log: docatch_body() declaration mismatch
3885      Branch: perl
3886            ! pp_ctl.c
3887 ____________________________________________________________________________
3888 [  3410] By: jhi                                   on 1999/05/13  13:51:44
3889         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
3890      Branch: cfgperl
3891            ! Configure config_h.SH perl.h
3892 ____________________________________________________________________________
3893 [  3409] By: jhi                                   on 1999/05/13  13:31:53
3894         Log: Still fflushing strong.
3895      Branch: cfgperl
3896            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
3897            ! proto.h util.c
3898 ____________________________________________________________________________
3899 [  3408] By: jhi                                   on 1999/05/12  14:30:23
3900         Log: Integrate from mainperl.
3901      Branch: cfgperl
3902           !> (integrate 30 files)
3903 ____________________________________________________________________________
3904 [  3407] By: jhi                                   on 1999/05/12  12:28:31
3905         Log: Be tidier with fflush(NULL) testing.
3906      Branch: cfgperl
3907            ! Configure config_h.SH
3908 ____________________________________________________________________________
3909 [  3406] By: gsar                                  on 1999/05/12  11:26:03
3910         Log: better range-checking on list slices, with test
3911              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3912              Date: Sun, 02 May 1999 17:02:53 +0100
3913              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
3914              Subject: Re: List slice of undefs returns 0 items 
3915      Branch: perl
3916            ! pp.c t/op/list.t
3917 ____________________________________________________________________________
3918 [  3405] By: gsar                                  on 1999/05/12  11:22:27
3919         Log: change#3397 needs test tweak
3920      Branch: perl
3921            ! Changes t/pragma/warn/sv
3922 ____________________________________________________________________________
3923 [  3404] By: gsar                                  on 1999/05/12  11:07:44
3924         Log: typo in change#3397
3925      Branch: perl
3926            ! doop.c
3927 ____________________________________________________________________________
3928 [  3403] By: gsar                                  on 1999/05/12  10:49:01
3929         Log: From: Stephen Zander <gibreel@pobox.com>
3930              Date: 12 May 1999 01:22:31 -0700
3931              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
3932              Subject: Re: Test::Harness runs tainted tests with wrong library path
3933      Branch: perl
3934            ! lib/Test/Harness.pm
3935 ____________________________________________________________________________
3936 [  3402] By: gsar                                  on 1999/05/12  10:42:06
3937         Log: typo in change#3400
3938      Branch: perl
3939            ! ext/B/B/Deparse.pm
3940 ____________________________________________________________________________
3941 [  3401] By: jhi                                   on 1999/05/12  10:40:42
3942         Log: A better, shinier, and possibly even correctly working
3943              reincarnation of #3398.
3944      Branch: cfgperl
3945            ! Configure config_h.SH
3946 ____________________________________________________________________________
3947 [  3400] By: gsar                                  on 1999/05/12  10:40:11
3948         Log: deparse \&func() as \(&func()) for clarity
3949              From: Albert Dvornik <bert@genscan.com>
3950              Date: 11 May 1999 13:32:04 -0400
3951              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
3952              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
3953      Branch: perl
3954            ! ext/B/B/Deparse.pm
3955 ____________________________________________________________________________
3956 [  3399] By: gsar                                  on 1999/05/12  10:36:02
3957         Log: more testsuite smarts (many of them courtesy Ilya)
3958      Branch: perl
3959            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
3960            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
3961            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
3962            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
3963            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
3964            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
3965            ! t/op/pwent.t
3966 ____________________________________________________________________________
3967 [  3398] By: jhi                                   on 1999/05/12  09:33:08
3968         Log: Detect whether fflush(NULL) works as per change #3352.
3969      Branch: cfgperl
3970            ! Configure config_h.SH perl.h
3971 ____________________________________________________________________________
3972 [  3397] By: gsar                                  on 1999/05/12  08:56:03
3973         Log: From: jan.dubois@ibm.net (Jan Dubois)
3974              Date: Wed, 12 May 1999 01:01:00 +0200
3975              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
3976              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
3977      Branch: perl
3978            ! doop.c
3979 ____________________________________________________________________________
3980 [  3396] By: gsar                                  on 1999/05/12  08:23:27
3981         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
3982              stat() behaves similarly
3983      Branch: perl
3984            ! win32/win32.c
3985 ____________________________________________________________________________
3986 [  3395] By: jhi                                   on 1999/05/11  22:21:32
3987         Log: Redo parts of #3341 and #3358 that #3394 undid.
3988      Branch: cfgperl
3989            ! Configure config_h.SH
3990 ____________________________________________________________________________
3991 [  3394] By: jhi                                   on 1999/05/11  22:03:48
3992         Log: Add I_NETINET_TCP to help change #3391.
3993      Branch: cfgperl
3994            ! Configure config_h.SH ext/Socket/Socket.xs
3995 ____________________________________________________________________________
3996 [  3393] By: jhi                                   on 1999/05/11  21:44:59
3997         Log: Integrate from mainperl.
3998      Branch: cfgperl
3999           !> (integrate 55 files)
4000 ____________________________________________________________________________
4001 [  3392] By: gsar                                  on 1999/05/11  20:56:43
4002         Log: update embedvar.h
4003      Branch: perl
4004            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
4005 ____________________________________________________________________________
4006 [  3391] By: gsar                                  on 1999/05/11  16:32:05
4007         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4008              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
4009              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
4010              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
4011      Branch: perl
4012            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
4013 ____________________________________________________________________________
4014 [  3390] By: gsar                                  on 1999/05/11  15:27:40
4015         Log: display more frequent progress messages when STDOUT is a tty
4016      Branch: perl
4017            ! lib/Test/Harness.pm
4018 ____________________________________________________________________________
4019 [  3389] By: gsar                                  on 1999/05/11  14:40:58
4020         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4021              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
4022              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
4023              Subject: [PATCH 5.005_53] Explanations by Test::Harness
4024      Branch: perl
4025            ! lib/Test/Harness.pm
4026 ____________________________________________________________________________
4027 [  3388] By: gsar                                  on 1999/05/11  14:08:14
4028         Log: avoid creating spurious subroutine stubs on failed subroutine
4029              call and other places of sv_2cv() misuse; fixes problems with
4030              failed subroutine calls "hiding" later attempts to lookup methods
4031              in base classes
4032      Branch: perl
4033            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
4034 ____________________________________________________________________________
4035 [  3387] By: gsar                                  on 1999/05/11  09:34:13
4036         Log: various fixes for clean build and test on win32; configpm broken,
4037              needed to open myconfig.SH rather than myconfig; sundry adjustments
4038              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
4039              work under win32; getenv_sv() changed to getenv_len() since SVs
4040              aren't visible in the lower echelons; remove bogus exports from
4041              config.sym; PERL_OBJECT-ness for C++ exception support; null out
4042              IoDIRP in filter_del() or sv_free() will attempt to close it
4043      Branch: perl
4044            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
4045            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
4046            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
4047            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
4048            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
4049            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
4050            ! win32/config.gc win32/config.vc win32/makedef.pl
4051            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
4052            ! win32/win32.c win32/win32.h
4053 ____________________________________________________________________________
4054 [  3386] By: gsar                                  on 1999/05/11  02:49:07
4055         Log: gutsupport for C++ exceptions
4056              From: Chip Salzenberg <chip@perlsupport.com>
4057              Date: Tue, 9 Mar 1999 11:51:57 -0500
4058              Message-ID: <19990309115157.E7911@perlsupport.com>
4059              Subject: [PATCH 5.005] Flexible Exceptions
4060      Branch: perl
4061            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
4062            ! scope.c scope.h thrdvar.h util.c
4063 ____________________________________________________________________________
4064 [  3385] By: gsar                                  on 1999/05/10  19:33:36
4065         Log: "weak" references internals, still needs perlguts documentation
4066              (somewhat modified version of patch suggested by Tuomas J. Lukka
4067              <lukka@fas.harvard.edu>)
4068      Branch: perl
4069            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
4070            ! pod/perldiag.pod proto.h sv.c sv.h util.c
4071 ____________________________________________________________________________
4072 [  3384] By: jhi                                   on 1999/05/10  18:21:43
4073         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
4074              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
4075      Branch: cfgperl
4076            ! INSTALL hints/dec_osf.sh
4077 ____________________________________________________________________________
4078 [  3381] By: jhi                                   on 1999/05/10  14:39:28
4079         Log: Integrate from mainperl.
4080      Branch: cfgperl
4081           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
4082           +> cygwin32/build-instructions.charles-wilson
4083           +> cygwin32/build-instructions.sebastien-barre
4084           +> cygwin32/build-instructions.steven-morlock
4085           +> cygwin32/build-instructions.steven-morlock2
4086           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
4087           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4088           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
4089           +> t/op/numconvert.t utils/perlbc.PL
4090            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4091            - cygwin32/perlld
4092           !> (integrate 105 files)
4093 ____________________________________________________________________________
4094 [  3380] By: gsar                                  on 1999/05/10  12:27:14
4095         Log: regen regnodes.h
4096      Branch: perl
4097            ! Changes regnodes.h
4098 ____________________________________________________________________________
4099 [  3379] By: gsar                                  on 1999/05/10  12:17:26
4100         Log: From: jan.dubois@ibm.net (Jan Dubois)
4101              Date: Sat, 01 May 1999 22:55:36 +0200
4102              Message-ID: <373067e9.56194713@smtp1.ibm.net>
4103              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
4104      Branch: perl
4105            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
4106            ! win32/config_H.vc
4107 ____________________________________________________________________________
4108 [  3378] By: gsar                                  on 1999/05/10  12:07:13
4109         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4110              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
4111              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
4112              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
4113      Branch: perl
4114            + t/op/numconvert.t
4115            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
4116            ! util.c
4117 ____________________________________________________________________________
4118 [  3377] By: gsar                                  on 1999/05/10  11:39:48
4119         Log: pp_modulo comment tweak from Ilya
4120      Branch: perl
4121            ! pp.c
4122 ____________________________________________________________________________
4123 [  3376] By: gsar                                  on 1999/05/10  11:30:40
4124         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4125              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
4126              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
4127              Subject: Test.pm update [PATCH _56]
4128      Branch: perl
4129            ! lib/Test.pm
4130 ____________________________________________________________________________
4131 [  3375] By: gsar                                  on 1999/05/10  11:28:30
4132         Log: From: jan.dubois@ibm.net (Jan Dubois)
4133              Date: Fri, 07 May 1999 00:59:54 +0200
4134              Message-ID: <373318ae.19292461@smtp1.ibm.net>
4135              Subject: Re: Using existing memory for an SV's PV 
4136      Branch: perl
4137            ! sv.c
4138 ____________________________________________________________________________
4139 [  3374] By: gsar                                  on 1999/05/10  11:23:44
4140         Log: From: jan.dubois@ibm.net (Jan Dubois)
4141              Date: Fri, 07 May 1999 00:59:52 +0200
4142              Message-ID: <37321800.19118320@smtp1.ibm.net>
4143              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
4144      Branch: perl
4145            ! perl.h
4146 ____________________________________________________________________________
4147 [  3373] By: gsar                                  on 1999/05/10  11:22:10
4148         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4149              Date: Thu, 6 May 1999 18:17:28 -0400
4150              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
4151              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
4152      Branch: perl
4153            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
4154            ! util.c
4155 ____________________________________________________________________________
4156 [  3372] By: gsar                                  on 1999/05/10  10:57:49
4157         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4158              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
4159              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
4160              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
4161      Branch: perl
4162            ! regcomp.c regcomp.pl
4163 ____________________________________________________________________________
4164 [  3371] By: gsar                                  on 1999/05/10  10:54:01
4165         Log: From: lane@duphy4.physics.drexel.edu
4166              Date: Tue, 04 May 1999 10:19:25 -0700
4167              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
4168              Subject: [PATCH 5.005.56] pod->html VMS fixes
4169      Branch: perl
4170            ! installhtml lib/Pod/Html.pm
4171 ____________________________________________________________________________
4172 [  3370] By: gsar                                  on 1999/05/10  10:45:52
4173         Log: testsuite nits
4174      Branch: perl
4175            ! t/lib/io_linenum.t t/op/filetest.t
4176 ____________________________________________________________________________
4177 [  3369] By: gsar                                  on 1999/05/10  10:35:22
4178         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4179              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
4180              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
4181              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
4182      Branch: perl
4183            ! os2/os2ish.h os2/os2thread.h
4184 ____________________________________________________________________________
4185 [  3368] By: gsar                                  on 1999/05/10  10:00:11
4186         Log: From: Albert Dvornik <bert@genscan.com>
4187              Date: 03 May 1999 12:20:57 -0400
4188              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
4189              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
4190      Branch: perl
4191            ! dump.c
4192 ____________________________________________________________________________
4193 [  3367] By: gsar                                  on 1999/05/10  09:55:51
4194         Log: shadow password support for Solaris (needs Configure help to
4195              determine HAS_GETSPENT)
4196              From: "Patrick O'Brien" <pdo@cs.umd.edu>
4197              Date: Sat, 01 May 1999 19:41:17 -0400
4198              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
4199              Subject: getpwent() under solaris
4200      Branch: perl
4201            ! pp_sys.c
4202 ____________________________________________________________________________
4203 [  3366] By: gsar                                  on 1999/05/10  09:45:58
4204         Log: From: jan.dubois@ibm.net (Jan Dubois)
4205              Date: Sat, 01 May 1999 23:45:47 +0200
4206              Message-ID: <373373fb.59284266@smtp1.ibm.net>
4207              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
4208      Branch: perl
4209            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4210            ! pod/perldelta.pod
4211 ____________________________________________________________________________
4212 [  3365] By: gsar                                  on 1999/05/10  09:34:22
4213         Log: test suite and fix input_line_number()
4214              From: Paul Johnson <pjcj@transeda.com>
4215              Date: Thu, 29 Apr 1999 06:28:14 +0100
4216              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
4217              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
4218      Branch: perl
4219            + t/lib/io_linenum.t
4220            ! MANIFEST ext/IO/lib/IO/Handle.pm
4221 ____________________________________________________________________________
4222 [  3364] By: gsar                                  on 1999/05/10  09:20:56
4223         Log: fix overeager [:foo:] parsing
4224              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4225              Date: Fri, 30 Apr 1999 09:26:18 +0100
4226              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
4227              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
4228      Branch: perl
4229            ! regcomp.c t/op/re_tests
4230 ____________________________________________________________________________
4231 [  3363] By: gsar                                  on 1999/05/10  09:09:21
4232         Log: documentation for Win32 builtins (somewhat modified)
4233              From: jan.dubois@ibm.net (Jan Dubois)
4234              Date: Tue, 30 Mar 1999 08:05:03 +0200
4235              Message-ID: <37006783.1926460@smtp1.ibm.net>
4236              Subject: Re: Issues with build 509 
4237      Branch: perl
4238            + pod/Win32.pod
4239            ! MANIFEST
4240 ____________________________________________________________________________
4241 [  3362] By: gsar                                  on 1999/05/10  08:22:07
4242         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
4243      Branch: perl
4244            ! lib/File/Copy.pm win32/win32.c
4245 ____________________________________________________________________________
4246 [  3361] By: gsar                                  on 1999/05/10  08:11:29
4247         Log: escape ampersands in <pre> sections
4248      Branch: perl
4249            ! Changes lib/Pod/Html.pm
4250 ____________________________________________________________________________
4251 [  3360] By: gsar                                  on 1999/05/10  08:04:14
4252         Log: AIX hints enhancements (threads build, SOCKS support)
4253              From: "David R. Favor" <dfavor@austin.ibm.com>
4254              Date: Wed, 28 Apr 1999 08:45:28 -0500
4255              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
4256              Subject: Working build for AIX + gcc + threading
4257      Branch: perl
4258            ! hints/aix.sh
4259 ____________________________________________________________________________
4260 [  3359] By: gsar                                  on 1999/05/10  07:49:26
4261         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
4262              Date: Tue, 27 Apr 1999 23:47:24 PDT
4263              Message-ID: <19990428064724.95244.qmail@hotmail.com>
4264              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
4265              --
4266              Date: Thu, 29 Apr 1999 18:21:06 -0700
4267              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
4268              Subject: [PATCH 5.005_56] double constants ( C.pm)
4269              --
4270              Date: Mon, 03 May 1999 20:21:31 PDT
4271              Message-ID: <19990504032131.81113.qmail@hotmail.com>
4272              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
4273              --
4274              Date: Thu, 06 May 1999 17:57:09 -0700
4275              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
4276              Subject: Stash.pm
4277      Branch: perl
4278            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
4279            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
4280 ____________________________________________________________________________
4281 [  3358] By: gsar                                  on 1999/05/10  04:39:15
4282         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
4283              From: alexander smishlajev <als@turnhere.com>
4284              Date: Sun, 25 Apr 1999 14:58:29 +0300
4285              Message-ID: <37230365.5F68B460@turnhere.com>
4286              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
4287      Branch: perl
4288            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
4289            + cygwin32/build-instructions.charles-wilson
4290            + cygwin32/build-instructions.sebastien-barre
4291            + cygwin32/build-instructions.steven-morlock
4292            + cygwin32/build-instructions.steven-morlock2
4293            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
4294            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4295            - cygwin32/perlld
4296            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
4297            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
4298            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
4299            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
4300            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
4301            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
4302 ____________________________________________________________________________
4303 [  3357] By: gsar                                  on 1999/05/10  04:07:07
4304         Log: applied suggested patch, modulo already applied parts
4305              From: Charles Bailey <BAILEY@newman.upenn.edu>
4306              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
4307              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
4308              Subject: [Patch 5.005_56] VMS consolidated patch #2
4309      Branch: perl
4310            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
4311            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
4312            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
4313            ! vms/subconfigure.com vms/test.com vms/vms.c
4314 ____________________________________________________________________________
4315 [  3356] By: gsar                                  on 1999/05/10  03:48:08
4316         Log: applied suggested patch, with win32 and PERL_OBJECT additions
4317              From: Tom Hughes <tom@compton.nu>
4318              Date: Sat, 24 Apr 1999 18:11:59 +0100
4319              Message-ID: <609bdff748.tom@compton.compton.nu>
4320              Subject: ByteLoader patch
4321      Branch: perl
4322            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4323            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
4324            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
4325            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
4326            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
4327            ! utils/Makefile win32/Makefile win32/makefile.mk
4328 ____________________________________________________________________________
4329 [  3355] By: gsar                                  on 1999/05/10  03:22:49
4330         Log: document 'test' attribute (from Andreas Koenig)
4331      Branch: perl
4332            ! lib/ExtUtils/MakeMaker.pm
4333 ____________________________________________________________________________
4334 [  3354] By: gsar                                  on 1999/05/10  03:12:37
4335         Log: From: pmarquess@bfsec.bt.co.uk
4336              Date: Thu, 22 Apr 1999 23:12:08 +0100
4337              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
4338              Subject: PATCH for small bug in scan_bin
4339      Branch: perl
4340            ! util.c
4341 ____________________________________________________________________________
4342 [  3353] By: gsar                                  on 1999/05/10  02:39:33
4343         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
4344              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
4345      Branch: perl
4346            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
4347            ! win32/win32iop.h
4348 ____________________________________________________________________________
4349 [  3352] By: gsar                                  on 1999/05/09  22:47:39
4350         Log: flush all open output buffers before fork(), exec(), system, qx//
4351              and pipe open() operations, simplifying buffering headaches faced
4352              by users; uses fflush(NULL), which may need Configure test
4353      Branch: perl
4354            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
4355            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
4356 ____________________________________________________________________________
4357 [  3351] By: gsar                                  on 1999/05/09  21:11:51
4358         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
4359              Leroy <jll@skynet.be>)
4360      Branch: perl
4361            ! utils/perlcc.PL
4362 ____________________________________________________________________________
4363 [  3350] By: gsar                                  on 1999/05/09  20:39:11
4364         Log: normalize $^X to full pathname on win32
4365      Branch: perl
4366            ! win32/runperl.c
4367 ____________________________________________________________________________
4368 [  3349] By: gsar                                  on 1999/05/09  20:23:07
4369         Log: allow readline($globref), <$globref> already works
4370      Branch: perl
4371            ! pp_hot.c
4372 ____________________________________________________________________________
4373 [  3348] By: gsar                                  on 1999/05/09  20:00:09
4374         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
4375              <lemburg@online-club.de>)
4376      Branch: perl
4377            ! utils/perldoc.PL
4378 ____________________________________________________________________________
4379 [  3347] By: gsar                                  on 1999/05/09  18:47:21
4380         Log: additions to Thread.pm docs from Tuomas J. Lukka
4381              <lukka@fas.harvard.edu>
4382      Branch: perl
4383            ! ext/Thread/Thread.pm
4384 ____________________________________________________________________________
4385 [  3346] By: gsar                                  on 1999/05/09  18:38:00
4386         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4387              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
4388              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
4389              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
4390      Branch: perl
4391            ! ext/B/B/Xref.pm
4392 ____________________________________________________________________________
4393 [  3345] By: gsar                                  on 1999/05/09  18:22:43
4394         Log: work around mangled archname on win32 while finding privlib/sitelib;
4395              normalize lib paths to forward slashes internally
4396      Branch: perl
4397            ! win32/win32.c
4398 ____________________________________________________________________________
4399 [  3344] By: gsar                                  on 1999/05/09  03:20:06
4400         Log: fix typo in dbm filters that caused odbm.t to fail
4401      Branch: perl
4402            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
4403 ____________________________________________________________________________
4404 [  3343] By: gsar                                  on 1999/05/09  02:02:59
4405         Log: tweak test totals
4406      Branch: perl
4407            ! Changes t/lib/tie-stdhandle.t
4408 ____________________________________________________________________________
4409 [  3342] By: gsar                                  on 1999/05/09  01:42:06
4410         Log: import list propagation busted (pointed out by Ton Hospel
4411              <thospel@mail.dma.be>)
4412      Branch: perl
4413            ! lib/autouse.pm
4414 ____________________________________________________________________________
4415 [  3341] By: gsar                                  on 1999/05/09  00:54:18
4416         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
4417              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
4418      Branch: perl
4419            ! Configure Makefile.SH
4420 ____________________________________________________________________________
4421 [  3340] By: gsar                                  on 1999/05/09  00:40:41
4422         Log: generate manpages for newly added utils
4423      Branch: perl
4424            ! installman
4425 ____________________________________________________________________________
4426 [  3339] By: gsar                                  on 1999/05/09  00:33:50
4427         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4428              Date: Sun, 02 May 1999 17:59:24 +0100
4429              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
4430              Subject: [PATCH] Re: ptr to realloced memory in yylex
4431      Branch: perl
4432            ! toke.c
4433 ____________________________________________________________________________
4434 [  3338] By: jhi                                   on 1999/05/08  22:40:29
4435         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
4436      Branch: cfgperl
4437            ! INSTALL
4438 ____________________________________________________________________________
4439 [  3337] By: jhi                                   on 1999/05/08  22:22:26
4440         Log: Integrate from mainperl.
4441      Branch: cfgperl
4442           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
4443           !> (integrate 54 files)
4444 ____________________________________________________________________________
4445 [  3336] By: gsar                                  on 1999/05/08  21:48:22
4446         Log: make perldoc -f grok nested =items
4447      Branch: perl
4448            ! utils/perldoc.PL
4449 ____________________________________________________________________________
4450 [  3335] By: gsar                                  on 1999/05/08  19:48:11
4451         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
4452      Branch: perl
4453            ! op.c t/lib/fields.t
4454 ____________________________________________________________________________
4455 [  3334] By: gsar                                  on 1999/05/08  19:09:41
4456         Log: update test totals
4457      Branch: perl
4458            ! t/lib/bigintpm.t
4459 ____________________________________________________________________________
4460 [  3333] By: gsar                                  on 1999/05/08  16:56:02
4461         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
4462      Branch: perl
4463            ! pod/perlfunc.pod
4464 ____________________________________________________________________________
4465 [  3332] By: gsar                                  on 1999/05/08  16:46:44
4466         Log: applied suggested patch, added tests
4467              From: William Mann <wmann@avici.com>
4468              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
4469              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
4470              Subject: BigInt.pm extensions for logical operations
4471      Branch: perl
4472            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
4473 ____________________________________________________________________________
4474 [  3331] By: gsar                                  on 1999/05/08  16:09:33
4475         Log: avoid temporary files named 'tmp'
4476      Branch: perl
4477            ! Makefile.SH pp.c
4478 ____________________________________________________________________________
4479 [  3330] By: nick                                  on 1999/05/08  14:16:30
4480         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
4481              Provide Tie::StdHandle
4482              Basic update of docs.
4483      Branch: perl
4484            + t/lib/tie-stdhandle.t
4485            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
4486 ____________________________________________________________________________
4487 [  3329] By: nick                                  on 1999/05/08  12:03:45
4488         Log: Tweaks to open(my $fh,...) stuff
4489      Branch: perl
4490            ! op.c pp.c pp_sys.c t/io/open.t
4491 ____________________________________________________________________________
4492 [  3328] By: nick                                  on 1999/05/08  11:18:42
4493         Log: Bring SDBM_File.xs into line with new typemap
4494      Branch: perl
4495            ! ext/SDBM_File/SDBM_File.xs
4496 ____________________________________________________________________________
4497 [  3327] By: gsar                                  on 1999/05/08  00:07:11
4498         Log: add test case for AUTOLOAD reentrancy fix in change#3279
4499      Branch: perl
4500            ! t/lib/autoloader.t
4501 ____________________________________________________________________________
4502 [  3326] By: nick                                  on 1999/05/07  21:24:50
4503         Log: Implement open( my $fh, ...) and similar.
4504              Set flag in op.c for "constructor ops"
4505              In pp_rv2gv, if flag is set and arg is PADSV and uninit
4506              vivify as reference to a detached GV.
4507              (Name of GV is the pad name.)
4508              This scheme should "just work" for pipe/socket etc. too.
4509              
4510              #if 0 out the open(FH,undef) for now.
4511              Change t/io/open.t to test open(my $fh,...)
4512      Branch: perl
4513            ! op.c pp.c pp_sys.c t/io/open.t
4514 ____________________________________________________________________________
4515 [  3325] By: nick                                  on 1999/05/07  21:18:42
4516         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
4517      Branch: perl
4518            ! util.c
4519 ____________________________________________________________________________
4520 [  3324] By: gsar                                  on 1999/05/07  20:28:31
4521         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
4522              intervening code has to allocate SVs)
4523      Branch: perl
4524            ! util.c
4525 ____________________________________________________________________________
4526 [  3323] By: gsar                                  on 1999/05/07  19:45:08
4527         Log: allow line numbers to show in diagnostics during global destruction
4528      Branch: perl
4529            ! util.c
4530 ____________________________________________________________________________
4531 [  3322] By: gsar                                  on 1999/05/07  09:38:11
4532         Log: From: Dan Sugalski <sugalskd@ous.edu>
4533              Date: Fri, 09 Apr 1999 16:16:39 -0700
4534              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
4535              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
4536      Branch: perl
4537            ! lib/ExtUtils/MM_VMS.pm
4538 ____________________________________________________________________________
4539 [  3321] By: gsar                                  on 1999/05/07  09:08:23
4540         Log: From: kwzh@gnu.org (Karl Heuer)
4541              Date: Wed, 7 Apr 1999 23:58:58 -0400
4542              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
4543              Subject: [perl-5.005.02] detect lack of /dev/tty
4544      Branch: perl
4545            ! Makefile.SH
4546 ____________________________________________________________________________
4547 [  3320] By: gsar                                  on 1999/05/07  08:52:14
4548         Log: allow distinct prefix for versioned executables
4549              From: Roderick Schertler <roderick@argon.org>
4550              Date: Wed, 07 Apr 1999 15:34:56 -0400
4551              Message-ID: <3003.923513696@eeyore.ibcinc.com>
4552              Subject: perl55.00503 -> perl5.00503 patch for installperl
4553      Branch: perl
4554            ! INSTALL installperl
4555 ____________________________________________________________________________
4556 [  3319] By: gsar                                  on 1999/05/07  08:07:02
4557         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4558              Date: Mon, 05 Apr 1999 15:38:42 -0700
4559              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
4560              Subject: Re: chomp fails with $/ in fixed-length record mode
4561              --
4562              From: Roderick Schertler <roderick@argon.org>
4563              Date: Tue, 06 Apr 1999 21:11:37 -0400
4564              Message-ID: <2795.923447497@eeyore.ibcinc.com>
4565              Subject: Re: chomp fails with $/ in fixed-length record mode
4566      Branch: perl
4567            ! doop.c pod/perlfunc.pod t/op/chop.t
4568 ____________________________________________________________________________
4569 [  3318] By: gsar                                  on 1999/05/07  07:56:35
4570         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4571              Date: Tue, 6 Apr 1999 01:40:36 -0400
4572              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
4573              Subject: [PATCH 5.005_*] Make % use fmod()
4574      Branch: perl
4575            ! pp.c t/op/arith.t
4576 ____________________________________________________________________________
4577 [  3317] By: gsar                                  on 1999/05/07  04:18:11
4578         Log: DBM Filters (via private mail)
4579              From: pmarquess@bfsec.bt.co.uk
4580              Date: Sun, 18 Apr 1999 21:05:52 +0100
4581              Message-Id: <199904182009.NAA19152@activestate.com>
4582              Subject: DBM Filters
4583      Branch: perl
4584            + pod/perldbmfilter.pod
4585            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4586            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4587            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4588            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
4589            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
4590            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
4591            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
4592            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
4593            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
4594            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
4595            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4596            ! t/lib/sdbm.t
4597 ____________________________________________________________________________
4598 [  3316] By: gsar                                  on 1999/05/07  03:28:53
4599         Log: avoid negative return value from Win32::GetTickCount()
4600              From: jan.dubois@ibm.net (Jan Dubois)
4601              Date: Sat, 03 Apr 1999 19:04:18 +0200
4602              Message-ID: <37084742.22824479@smtp1.ibm.net>
4603              Subject: Re: Win32::GetTickCount
4604      Branch: perl
4605            ! win32/win32.c
4606 ____________________________________________________________________________
4607 [  3315] By: nick                                  on 1999/05/06  21:44:38
4608         Log: open(FH,undef) # creates new_tmpfile opened read/write
4609              Add t/io/open.t with test for above.
4610      Branch: perl
4611            + t/io/open.t
4612            ! pp_sys.c
4613 ____________________________________________________________________________
4614 [  3314] By: gsar                                  on 1999/05/06  08:01:23
4615         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
4616              Date: Tue, 30 Mar 1999 23:40:34 PST
4617              Message-ID: <19990331074034.6117.qmail@hotmail.com>
4618              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
4619              --
4620              Date: Wed, 07 Apr 1999 00:28:23 -0800
4621              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
4622              Subject: [PATCH 5.005_56] function prototypes(B.pm)
4623              --
4624              Date: Thu, 22 Apr 1999 23:40:52 -0700
4625              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
4626              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
4627              --
4628              Date: Tue, 27 Apr 1999 01:14:49 PDT
4629              Message-ID: <19990427081449.28615.qmail@hotmail.com>
4630              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
4631      Branch: perl
4632            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
4633            ! t/op/ref.t
4634 ____________________________________________________________________________
4635 [  3313] By: jhi                                   on 1999/05/06  07:59:52
4636         Log: Integrate from mainperl.
4637      Branch: cfgperl
4638           !> (integrate 33 files)
4639 ____________________________________________________________________________
4640 [  3312] By: gsar                                  on 1999/05/06  07:11:50
4641         Log: add Ethiopic section to unicode master database (from Ken
4642              Whistler <kenw@sybase.com>)
4643      Branch: perl
4644            ! lib/unicode/UnicodeData-Latest.txt
4645 ____________________________________________________________________________
4646 [  3311] By: gsar                                  on 1999/05/06  05:37:55
4647         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
4648              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
4649              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
4650              Subject: Largefiles for Solaris
4651      Branch: perl
4652            ! hints/solaris_2.sh
4653 ____________________________________________________________________________
4654 [  3310] By: gsar                                  on 1999/05/06  05:14:35
4655         Log: emit more accurate diagnostic for syntax errors involving <>
4656              within eval""
4657      Branch: perl
4658            ! toke.c utils/perldoc.PL
4659 ____________________________________________________________________________
4660 [  3309] By: gsar                                  on 1999/05/06  04:36:31
4661         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
4662      Branch: perl
4663            ! t/lib/open3.t
4664 ____________________________________________________________________________
4665 [  3308] By: gsar                                  on 1999/05/06  03:19:16
4666         Log: applied first part of suggested patch (bug described cannot be
4667              reproduced any longer, so the second inconclusive part has not
4668              been applied)
4669              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4670              Date: Sun, 28 Mar 1999 04:51:34 +0100
4671              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
4672              Subject: [PATCH 5.005_56] Re: A core dump 
4673      Branch: perl
4674            ! toke.c
4675 ____________________________________________________________________________
4676 [  3307] By: gsar                                  on 1999/05/06  01:56:06
4677         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
4678              change#3180)
4679      Branch: perl
4680            ! op.c
4681 ____________________________________________________________________________
4682 [  3306] By: gsar                                  on 1999/05/05  17:17:34
4683         Log: applied non-conflicting parts of suggested patch
4684              From: Charles Bailey <BAILEY@newman.upenn.edu>
4685              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
4686              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
4687              Subject: [Patch 5.005_56] Revised VMS patch
4688      Branch: perl
4689            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
4690            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
4691 ____________________________________________________________________________
4692 [  3305] By: gsar                                  on 1999/05/05  16:20:19
4693         Log: make perldoc use backslashed pathnames within system() on win32
4694      Branch: perl
4695            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
4696 ____________________________________________________________________________
4697 [  3304] By: gsar                                  on 1999/05/05  07:29:43
4698         Log: upgrade Pod::Parser to v1.081 from CPAN
4699      Branch: perl
4700            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
4701            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
4702            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
4703 ____________________________________________________________________________
4704 [  3303] By: gsar                                  on 1999/05/05  07:02:07
4705         Log: From: Andy Dougherty <doughera@lafayette.edu>
4706              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
4707              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
4708              Subject: [PATCH 5.005_03-MT3] INSTALL patches
4709      Branch: perl
4710            ! INSTALL
4711 ____________________________________________________________________________
4712 [  3302] By: gsar                                  on 1999/05/05  06:55:21
4713         Log: load base packages based on nonexistent $VERSION
4714              From: andreas.koenig@anima.de (Andreas J. Koenig)
4715              Date: 19 Mar 1999 06:00:28 +0100
4716              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
4717              Subject: Re: base.pm flaw
4718      Branch: perl
4719            ! lib/base.pm lib/locale.pm
4720 ____________________________________________________________________________
4721 [  3301] By: gsar                                  on 1999/05/04  05:41:08
4722         Log: pod2man outputs switched date and revision label (fix suggested by
4723              EthanSasiela@mede.com)
4724      Branch: perl
4725            ! pod/pod2man.PL
4726 ____________________________________________________________________________
4727 [  3300] By: gsar                                  on 1999/05/03  18:48:25
4728         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
4729              (makes opendir(D,"c:") work reliably)
4730      Branch: perl
4731            ! win32/win32.c
4732 ____________________________________________________________________________
4733 [  3299] By: gsar                                  on 1999/05/02  19:39:55
4734         Log: add test case for change#3298
4735      Branch: perl
4736            ! sv.c t/op/readdir.t
4737 ____________________________________________________________________________
4738 [  3298] By: gsar                                  on 1999/05/02  19:24:41
4739         Log: close directory handles properly when localized
4740      Branch: perl
4741            ! sv.c
4742 ____________________________________________________________________________
4743 [  3297] By: jhi                                   on 1999/04/30  11:42:14
4744         Log: Integrate from mainperl.
4745      Branch: cfgperl
4746           !> Changes config_h.SH configure.com lib/AutoLoader.pm
4747           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
4748           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
4749           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
4750           !> vms/subconfigure.com win32/win32.c
4751 ____________________________________________________________________________
4752 [  3293] By: chip                                  on 1999/04/29  18:50:49
4753         Log: Fix shebang lines.
4754      Branch: maint-5.004/perl
4755            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
4756            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
4757            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
4758            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
4759            ! x2p/find2perl.PL x2p/s2p.PL
4760 ____________________________________________________________________________
4761 [  3284] By: gsar                                  on 1999/04/27  00:48:42
4762         Log: integrate change#3279 from maint-5.004
4763      Branch: perl
4764            ! lib/AutoLoader.pm
4765 ____________________________________________________________________________
4766 [  3279] By: chip                                  on 1999/04/26  23:09:26
4767         Log: Make &AutoLoad::AUTOLOAD reentrant.
4768      Branch: maint-5.004/perl
4769            ! lib/AutoLoader.pm
4770 ____________________________________________________________________________
4771 [  3276] By: chip                                  on 1999/04/26  22:34:36
4772         Log: Make porting scripts executable.
4773      Branch: maint-5.004/perl
4774            ! Changes Porting/genlog Porting/makerel Porting/p4desc
4775            ! Porting/patchls
4776 ____________________________________________________________________________
4777 [  3274] By: gsar                                  on 1999/04/26  17:30:31
4778         Log: allow embedded null characters in diagnostics
4779      Branch: perl
4780            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
4781 ____________________________________________________________________________
4782 [  3273] By: gsar                                  on 1999/04/26  08:27:22
4783         Log: hand-applied conflicting parts of suggested patch
4784              From: Charles Bailey <BAILEY@newman.upenn.edu>
4785              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
4786              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
4787              Subject: [PATCH 5.005_56] VMS configuration/build
4788      Branch: perl
4789            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
4790            ! vms/munchconfig.c vms/subconfigure.com
4791 ____________________________________________________________________________
4792 [  3272] By: gsar                                  on 1999/04/26  08:25:41
4793         Log: update Changes; tweak minor regressions
4794      Branch: perl
4795            ! Changes lib/AutoSplit.pm lib/File/Path.pm
4796 ____________________________________________________________________________
4797 [  3271] By: gsar                                  on 1999/04/26  07:52:51
4798         Log: integrate change#3229 from maint-5.004
4799      Branch: perl
4800            ! pp_ctl.c util.c
4801 ____________________________________________________________________________
4802 [  3270] By: gsar                                  on 1999/04/25  22:58:27
4803         Log: fix buggy reference count on refs to SVs with autoviv magic
4804              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
4805              accessing free()d memory)
4806      Branch: perl
4807            ! pp.c t/op/ref.t
4808 ____________________________________________________________________________
4809 [  3269] By: gsar                                  on 1999/04/24  17:07:55
4810         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
4811              on win32)
4812      Branch: perl
4813            ! win32/win32.c
4814 ____________________________________________________________________________
4815 [  3268] By: gsar                                  on 1999/04/24  16:38:25
4816         Log: kill dup hunk
4817      Branch: perl
4818            ! config_h.SH
4819 ____________________________________________________________________________
4820 [  3267] By: gsar                                  on 1999/04/24  16:35:57
4821         Log: integrate cfgperl changes into mainline
4822      Branch: perl
4823           +> myconfig.SH
4824            - myconfig
4825            ! pod/perlre.pod
4826           !> (integrate 38 files)
4827 ____________________________________________________________________________
4828 [  3266] By: jhi                                   on 1999/04/23  18:42:44
4829         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4830              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
4831              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
4832              Cc: Lionel Cons <lionel.cons@cern.ch>,
4833              Ilya Zakharevich <ilya@math.ohio-state.edu>,
4834              David Hayes <david@bdel.com>
4835              Subject: [PATCH] h2ph
4836              Date: Fri, 23 Apr 1999 12:37:23 -0400
4837              Message-ID: <19990423123723.A49550@O2.chapin.edu>
4838      Branch: cfgperl
4839            ! utils/h2ph.PL
4840 ____________________________________________________________________________
4841 [  3265] By: jhi                                   on 1999/04/21  18:17:12
4842         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4843              To: perlbug@perl.org
4844              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
4845              Date: Wed, 21 Apr 1999 08:17:54 -0700
4846              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
4847      Branch: cfgperl
4848            ! vms/descrip_mms.template
4849 ____________________________________________________________________________
4850 [  3264] By: jhi                                   on 1999/04/20  08:50:54
4851         Log: From: Andy Dougherty <doughera@lafayette.edu>
4852              To: The Perl Porters Mailing List <perl5-porters@perl.org>
4853              Subject: [PATCH 5.005_56] Re: 5.006 Todo
4854              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
4855              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
4856      Branch: cfgperl
4857            ! Porting/pumpkin.pod
4858 ____________________________________________________________________________
4859 [  3263] By: jhi                                   on 1999/04/20  08:05:01
4860         Log: From: Chip Salzenberg <chip@perlsupport.com>
4861              To: Perl 5 Porters <perl5-porters@perl.org>
4862              Subject: [PATCH 5.005_56] Configure: $sig_count
4863              Date: Sun, 18 Apr 1999 17:54:36 -0400
4864              Message-ID: <19990418175436.A27496@perlsupport.com>
4865      Branch: cfgperl
4866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4867            ! config_h.SH
4868 ____________________________________________________________________________
4869 [  3262] By: jhi                                   on 1999/04/19  18:23:50
4870         Log: Subject: PATCH wrong faq reference in perlbook.pod
4871              From: Robin Barker <rmb1@cise.npl.co.uk>
4872              To: perlbug@perl.com
4873              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
4874              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
4875      Branch: cfgperl
4876            ! pod/perlbook.pod
4877 ____________________________________________________________________________
4878 [  3261] By: jhi                                   on 1999/04/15  13:59:04
4879         Log: From: Andy Dougherty <doughera@lafayette.edu>
4880              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
4881              Cc: Perl Porters <perl5-porters@perl.org>
4882              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
4883              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
4884              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
4885      Branch: cfgperl
4886            ! hints/solaris_2.sh
4887 ____________________________________________________________________________
4888 [  3260] By: jhi                                   on 1999/04/15  13:56:53
4889         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4890              To: pumpkings@jhereg.perl.com
4891              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
4892              Date: Thu, 15 Apr 1999 07:13:41 -0600
4893              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
4894      Branch: cfgperl
4895            ! pod/perldata.pod
4896 ____________________________________________________________________________
4897 [  3259] By: jhi                                   on 1999/04/13  23:12:52
4898         Log: LDLIBPTH also on 'clean' targets.
4899      Branch: cfgperl
4900            ! Makefile.SH
4901 ____________________________________________________________________________
4902 [  3258] By: jhi                                   on 1999/04/13  21:38:46
4903         Log: Add information about the two DEC C compiler optimizer bugs
4904              (what patch levels of the compilers fix them).
4905      Branch: cfgperl
4906            ! pp.c t/op/repeat.t
4907 ____________________________________________________________________________
4908 [  3257] By: jhi                                   on 1999/04/13  14:25:08
4909         Log: Be polite about ccdlflags and lddflags, too.
4910              Avoid Perl's malloc only when threaded.
4911      Branch: cfgperl
4912            ! hints/aix.sh
4913 ____________________________________________________________________________
4914 [  3256] By: jhi                                   on 1999/04/13  10:21:33
4915         Log: Croak if no known ways to semctl() (don't assume union semun).
4916      Branch: cfgperl
4917            ! doio.c perl.h
4918 ____________________________________________________________________________
4919 [  3255] By: jhi                                   on 1999/04/13  09:10:26
4920         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4921              To: perl5-porters@perl.org, vmsperl@perl.org
4922              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
4923              Date: Mon, 12 Apr 1999 13:36:48 -0700
4924              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
4925      Branch: cfgperl
4926            ! lib/ExtUtils/MM_VMS.pm
4927 ____________________________________________________________________________
4928 [  3254] By: jhi                                   on 1999/04/13  06:56:26
4929         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4930              To: perlbug@perl.com
4931              Subject: Update for OpenBSD hints
4932              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
4933              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
4934      Branch: cfgperl
4935            ! hints/openbsd.sh
4936 ____________________________________________________________________________
4937 [  3229] By: chip                                  on 1999/04/13  04:04:14
4938         Log: Preserve errno from importunities of sfio.
4939      Branch: maint-5.004/perl
4940            ! pp_ctl.c util.c
4941 ____________________________________________________________________________
4942 [  3226] By: jhi                                   on 1999/04/11  12:52:26
4943         Log: If both ways to call semctl are broken,    skip the tests.
4944      Branch: cfgperl
4945            ! t/lib/ipc_sysv.t
4946 ____________________________________________________________________________
4947 [  3225] By: jhi                                   on 1999/04/10  22:27:28
4948         Log: From: Andy Dougherty <doughera@lafayette.edu>
4949              To: dsembr01@ox.slug.louisville.edu
4950              Cc: perlbug@perl.com
4951              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
4952              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
4953              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
4954      Branch: cfgperl
4955            ! ext/POSIX/POSIX.xs
4956 ____________________________________________________________________________
4957 [  3224] By: jhi                                   on 1999/04/09  18:50:32
4958         Log: From: Andy Dougherty <doughera@lafayette.edu>
4959              To: Perl Porters <perl5-porters@perl.org>
4960              Subject: [PATCH 5.005_56] Re: prefix= in hints
4961              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
4962              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
4963              
4964              (Overrides change #3204 from Kurt)
4965      Branch: cfgperl
4966            ! hints/linux.sh
4967 ____________________________________________________________________________
4968 [  3223] By: jhi                                   on 1999/04/09  18:37:55
4969         Log: Understand Apollo's //node notation.
4970              
4971              From: Johann Klasek <jk@auto.tuwien.ac.at>
4972              To: jhi@iki.fi
4973              Subject: Re: DomainPerl
4974              Date: Fri, 9 Apr 1999 18:21:37 +0200
4975              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
4976      Branch: cfgperl
4977            ! lib/Cwd.pm
4978 ____________________________________________________________________________
4979 [  3220] By: jhi                                   on 1999/04/04  16:33:49
4980         Log: Integrate from mainperl.
4981      Branch: cfgperl
4982           !> (integrate 39 files)
4983 ____________________________________________________________________________
4984 [  3219] By: gsar                                  on 1999/04/04  02:48:17
4985         Log: tweak previous change
4986      Branch: maint-5.005/perl
4987            ! win32/win32.c
4988 ____________________________________________________________________________
4989 [  3218] By: gsar                                  on 1999/04/04  02:44:47
4990         Log: be careful about extending the stack for the Win32:: builtins
4991      Branch: maint-5.005/perl
4992            ! win32/win32.c
4993 ____________________________________________________________________________
4994 [  3217] By: gsar                                  on 1999/04/04  01:59:26
4995         Log: correct places that said newSVpv() when they meant newSVpvn()
4996      Branch: perl
4997            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
4998            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
4999            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5000            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
5001            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
5002            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
5003            ! win32/win32.c
5004 ____________________________________________________________________________
5005 [  3216] By: gsar                                  on 1999/04/03  23:58:27
5006         Log: avoid duplicate code
5007      Branch: perl
5008            ! sv.c
5009 ____________________________________________________________________________
5010 [  3215] By: gsar                                  on 1999/04/03  23:14:34
5011         Log: grow PL_tmps_stack more efficiently; make it more amenable to
5012              STRESS_REALLOC testing
5013      Branch: perl
5014            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
5015            ! sv.c
5016 ____________________________________________________________________________
5017 [  3214] By: gsar                                  on 1999/04/03  21:01:09
5018         Log: scrounge and save three extra branches in pp_entersub()
5019      Branch: perl
5020            ! cv.h pp_ctl.c pp_hot.c
5021 ____________________________________________________________________________
5022 [  3213] By: gsar                                  on 1999/04/03  17:43:23
5023         Log: remove duplicate code and an extra branch in sv_setsv() and
5024              other hot code by making SvTHINKFIRST() think about FAKE SVs
5025      Branch: perl
5026            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
5027            ! proto.h scope.c sv.c sv.h
5028 ____________________________________________________________________________
5029 [  3212] By: jhi                                   on 1999/04/03  16:20:09
5030         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
5031              
5032              From: John Bley <jbb6@acpub.duke.edu>
5033              To: perlbug@perl.org
5034              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
5035              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
5036              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
5037      Branch: cfgperl
5038            ! doio.c pp_sys.c
5039 ____________________________________________________________________________
5040 [  3211] By: jhi                                   on 1999/04/03  13:27:26
5041         Log: Change #3210 was rather unportable.  This is better.
5042      Branch: cfgperl
5043            ! Configure config_h.SH
5044 ____________________________________________________________________________
5045 [  3210] By: jhi                                   on 1999/04/03  13:16:20
5046         Log: Avoid Digital UNIX' ksh.
5047              
5048              From: Jarkko Hietaniemi <jhi@iki.fi> 
5049              To: Henrik Tougaard <ht000@siberut.foa.dk> 
5050              Cc: perlbug@perl.com, ht000@foa.dk 
5051              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
5052              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
5053              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
5054      Branch: cfgperl
5055            ! Configure config_h.SH
5056 ____________________________________________________________________________
5057 [  3209] By: jhi                                   on 1999/04/03  12:49:04
5058         Log: Integrate from mainperl.
5059      Branch: cfgperl
5060           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
5061 ____________________________________________________________________________
5062 [  3208] By: jhi                                   on 1999/04/03  12:27:24
5063         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
5064              
5065              From: Lionel Cons <lionel.cons@cern.ch>
5066              To: jhi@iki.fi
5067              Cc: perlbug@perl.com, kstar@isinet.com,
5068              Philippe Defert <philippe.defert@cern.ch>
5069              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
5070              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
5071              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
5072      Branch: cfgperl
5073            ! hints/irix_6.sh
5074 ____________________________________________________________________________
5075 [  3207] By: jhi                                   on 1999/04/03  12:20:21
5076         Log: Be polite about usemymalloc.
5077      Branch: cfgperl
5078            ! hints/aix.sh
5079 ____________________________________________________________________________
5080 [  3206] By: gsar                                  on 1999/04/02  23:31:59
5081         Log: a typo in change#3205
5082      Branch: perl
5083            ! t/lib/bigfloatpm.t
5084 ____________________________________________________________________________
5085 [  3205] By: gsar                                  on 1999/04/02  23:20:31
5086         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
5087              returns NaNs faithfully)
5088      Branch: perl
5089            ! t/lib/bigfloatpm.t
5090 ____________________________________________________________________________
5091 [  3204] By: jhi                                   on 1999/04/02  22:03:23
5092         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
5093              
5094              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5095              To: perl5-porters@perl.org
5096              Subject: linux hints nit
5097              Date: Fri, 2 Apr 1999 16:49:47 -0500
5098              Message-ID: <19990402164947.E80926@O2.chapin.edu>
5099      Branch: cfgperl
5100            ! hints/linux.sh
5101 ____________________________________________________________________________
5102 [  3203] By: jhi                                   on 1999/04/02  22:00:56
5103         Log: Display exact glibc version in Linux. 
5104              
5105              From: Andy Dougherty <doughera@lafayette.edu>
5106              To: Perl Porters <perl5-porters@perl.org>
5107              Subject: Displaying glibc version on Linux
5108              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
5109              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
5110      Branch: cfgperl
5111            ! hints/linux.sh
5112 ____________________________________________________________________________
5113 [  3202] By: gsar                                  on 1999/04/02  21:23:18
5114         Log: various little goofs
5115      Branch: perl
5116            ! Changes Makefile.SH README installperl
5117 ____________________________________________________________________________
5118 [  3201] By: jhi                                   on 1999/04/02  13:13:39
5119         Log: Configure regen.
5120              
5121              Add llseek + offset_t probing.
5122              Change CONFIG to CONFIGDOTSH.
5123              'unset foo' is unportable, use foo=''.
5124      Branch: cfgperl
5125            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
5126            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
5127            ! perl_exp.SH writemain.SH
5128 ____________________________________________________________________________
5129 [  3200] By: jhi                                   on 1999/04/02  12:06:22
5130         Log: Introduce myconfig.SH.
5131              
5132              From: Andy Dougherty <doughera@lafayette.edu>
5133              To: Jarkko Hietaniemi <jhi@iki.fi>
5134              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
5135              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
5136              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
5137              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
5138      Branch: cfgperl
5139            + myconfig.SH
5140            - myconfig
5141            ! MANIFEST
5142 ____________________________________________________________________________
5143 [  3195] By: jhi                                   on 1999/03/28  16:42:54
5144         Log: Update perlhist on 5_03.
5145      Branch: maint-5.005/perl
5146            ! pod/perlhist.pod
5147 ____________________________________________________________________________
5148 [  3194] By: jhi                                   on 1999/03/28  12:30:01
5149         Log: Integrate from mainperl.
5150      Branch: cfgperl
5151           +> t/op/grep.t
5152            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5153            ! t/lib/bigintpm.t
5154           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
5155           !> t/lib/thread.t
5156 ____________________________________________________________________________
5157 [  3189] By: gsar                                  on 1999/03/28  08:22:00
5158         Log: various pod niggles
5159      Branch: maint-5.005/perl
5160            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
5161            ! pod/perlfunc.pod pod/perlhist.pod
5162 ____________________________________________________________________________
5163 [  3187] By: gsar                                  on 1999/03/28  07:31:16
5164         Log: regularize CAPI declarations (CAPI extensions now build under
5165              the Borland compiler)
5166      Branch: maint-5.005/perl
5167            ! win32/GenCAPI.pl
5168 ____________________________________________________________________________
5169 [  3186] By: gsar                                  on 1999/03/28  07:26:33
5170         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
5171              -DPERL_CAPI
5172      Branch: maint-5.005/perl
5173            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5174 ____________________________________________________________________________
5175 [  3183] By: gsar                                  on 1999/03/28  06:00:46
5176         Log: update p4 utility to ignore non-text files
5177      Branch: perl
5178            ! Porting/p4desc
5179 ____________________________________________________________________________
5180 [  3181] By: gsar                                  on 1999/03/28  03:37:23
5181         Log: integrate change#3179 from maint-5.005
5182      Branch: perl
5183           !> ext/Thread/Thread.xs t/lib/thread.t
5184 ____________________________________________________________________________
5185 [  3180] By: gsar                                  on 1999/03/28  02:28:20
5186         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
5187              (sometimes caused bizarreness in the BLOCK)
5188      Branch: perl
5189            + t/op/grep.t
5190            ! MANIFEST op.c
5191 ____________________________________________________________________________
5192 [  3179] By: gsar                                  on 1999/03/28  02:14:04
5193         Log: fix thread segfault when passing large number of arguments to child
5194              a la C<Thread->new($foo, 1..1000)>
5195      Branch: maint-5.005/perl
5196            ! ext/Thread/Thread.xs t/lib/thread.t
5197 ____________________________________________________________________________
5198 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
5199         Log: fix $Config{'usethreads'} typo in perlthrtut
5200              
5201              From: Ian Maloney <szhmf9@wsblob.ubs.com>
5202              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
5203              Message-Id: <199903251540.QAA02439@wsblob.>
5204              Subject: perlthrtut documentation error
5205      Branch: maint-5.005/perl
5206            ! pod/perlthrtut.pod
5207 ____________________________________________________________________________
5208 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
5209         Log: Update Test.pm to VERSION 1.122 from CPAN
5210      Branch: maint-5.005/perl
5211            ! lib/Test.pm
5212 ____________________________________________________________________________
5213 [  3171] By: jhi                                   on 1999/03/26  22:38:28
5214         Log: Integrate from mainperl.
5215      Branch: cfgperl
5216           !> (integrate 37 files)
5217 ____________________________________________________________________________
5218 [  3170] By: gsar                                  on 1999/03/26  01:30:25
5219         Log: specify type of bracket in "Unmatched bracket" diagnostic;
5220              prefer 'brace' or 'curly bracket' over 'curly brace'
5221      Branch: perl
5222            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
5223            ! t/op/misc.t t/op/re_tests toke.c
5224 ____________________________________________________________________________
5225 [  3169] By: gsar                                  on 1999/03/26  00:50:51
5226         Log: better description of "Integer overflow" diagnostic
5227      Branch: perl
5228            ! pod/perldiag.pod
5229 ____________________________________________________________________________
5230 [  3168] By: gsar                                  on 1999/03/25  11:02:46
5231         Log: applied needful parts of suggested patch
5232              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5233              Date: Tue, 23 Mar 1999 16:21:43 -0800
5234              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
5235              Subject: [PATCH 5.005_56] pp_formline correction
5236      Branch: perl
5237            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
5238 ____________________________________________________________________________
5239 [  3167] By: gsar                                  on 1999/03/25  10:39:02
5240         Log: clarify what a "comment" means (due to Mark-Jason Dominus
5241              <mjd@plover.com>)
5242      Branch: perl
5243            ! pod/perlsyn.pod
5244 ____________________________________________________________________________
5245 [  3166] By: gsar                                  on 1999/03/25  10:33:18
5246         Log: describe current behavior on local($foo{nothere}) (suggested by
5247              Lionel Cons <lionel.cons@cern.ch>)
5248      Branch: perl
5249            ! pod/perlsub.pod
5250 ____________________________________________________________________________
5251 [  3165] By: gsar                                  on 1999/03/25  06:21:05
5252         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
5253              <vishalb@hotmail.com>)
5254      Branch: perl
5255            ! ext/B/B/C.pm
5256 ____________________________________________________________________________
5257 [  3164] By: gsar                                  on 1999/03/25  06:17:27
5258         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5259              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
5260              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
5261              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
5262      Branch: perl
5263            ! ext/B/B.xs op.h opcode.pl
5264 ____________________________________________________________________________
5265 [  3163] By: gsar                                  on 1999/03/25  06:15:49
5266         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
5267              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
5268              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
5269              Subject: [PATCH _56] B::Deparse 0.57
5270              --
5271              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
5272              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
5273              Subject: Re: [PATCH _56] B::Deparse 0.57 
5274      Branch: perl
5275            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
5276 ____________________________________________________________________________
5277 [  3162] By: gsar                                  on 1999/03/25  06:11:46
5278         Log: fix a few places that said 'int', but meant 'STRLEN'
5279      Branch: perl
5280            ! pod/perlguts.pod proto.h sv.c
5281 ____________________________________________________________________________
5282 [  3161] By: gsar                                  on 1999/03/25  06:01:18
5283         Log: From: Russ Allbery <rra@stanford.edu>
5284              Date: 22 Mar 1999 04:26:26 -0800
5285              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
5286              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
5287      Branch: perl
5288            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
5289            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
5290            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
5291            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
5292 ____________________________________________________________________________
5293 [  3160] By: gsar                                  on 1999/03/25  02:26:31
5294         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
5295      Branch: perl
5296            ! opcode.h opcode.pl
5297 ____________________________________________________________________________
5298 [  3159] By: gsar                                  on 1999/03/25  02:18:17
5299         Log: add statement-modifier loops to :base_loop class
5300      Branch: perl
5301            ! ext/Opcode/Opcode.pm
5302 ____________________________________________________________________________
5303 [  3158] By: gsar                                  on 1999/03/25  00:36:57
5304         Log: integrate changes#3105,3130,3154 from maint-5.005
5305      Branch: perl
5306           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
5307 ____________________________________________________________________________
5308 [  3157] By: gsar                                  on 1999/03/25  00:24:17
5309         Log: remove bogus panic()
5310      Branch: perl
5311            ! Changes lib/Math/BigFloat.pm
5312 ____________________________________________________________________________
5313 [  3156] By: jhi                                   on 1999/03/24  22:43:43
5314         Log: Integrate from mainperl.
5315      Branch: cfgperl
5316           +> (branch 38 files)
5317           !> (integrate 68 files)
5318 ____________________________________________________________________________
5319 [  3155] By: jhi                                   on 1999/03/24  22:12:17
5320         Log: Configure regenerated because of changes #3130/#3154 and #3147.
5321      Branch: cfgperl
5322            ! Configure config_h.SH
5323 ____________________________________________________________________________
5324 [  3154] By: jhi                                   on 1999/03/24  21:40:51
5325         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
5326              based on suggestions from Andy Dougherty.
5327      Branch: maint-5.005/perl
5328            ! INSTALL
5329 ____________________________________________________________________________
5330 [  3153] By: gsar                                  on 1999/03/24  10:38:05
5331         Log: applied suggested patch, modulo superceded parts
5332              From: Charles Bailey <BAILEY@newman.upenn.edu>
5333              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
5334              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
5335              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
5336      Branch: perl
5337            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5338            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
5339            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
5340            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
5341 ____________________________________________________________________________
5342 [  3152] By: gsar                                  on 1999/03/24  10:30:51
5343         Log: applied suggested patch, modulo superceded parts
5344              From: Charles Bailey <BAILEY@newman.upenn.edu>
5345              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
5346              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
5347              Subject: [PATCH 5.005_56] Miscellaneous small fixes
5348      Branch: perl
5349            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
5350            ! lib/File/Basename.pm
5351 ____________________________________________________________________________
5352 [  3151] By: gsar                                  on 1999/03/24  10:15:00
5353         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
5354      Branch: perl
5355            ! pod/perlop.pod
5356 ____________________________________________________________________________
5357 [  3150] By: gsar                                  on 1999/03/24  10:09:13
5358         Log: missing integration in previous change
5359      Branch: perl
5360           !> README.apollo
5361 ____________________________________________________________________________
5362 [  3149] By: gsar                                  on 1999/03/24  10:06:44
5363         Log: integrate changes#3116,3119 from maint-5.005
5364      Branch: perl
5365            + README.apollo
5366           +> apollo/netinet/in.h
5367           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
5368 ____________________________________________________________________________
5369 [  3148] By: gsar                                  on 1999/03/24  10:01:56
5370         Log: integrate changes#3091-3094 from maint-5.005
5371      Branch: perl
5372           !> README.hurd vms/subconfigure.com vos/config.h
5373           !> vos/config_h.SH_orig
5374 ____________________________________________________________________________
5375 [  3147] By: gsar                                  on 1999/03/24  09:31:49
5376         Log: warn about newfangled vfork() caveats
5377      Branch: perl
5378            ! Configure
5379 ____________________________________________________________________________
5380 [  3146] By: jhi                                   on 1999/03/24  09:20:14
5381         Log: Bring in changes #2808 and #2812 (from mainline perl)
5382              that enhance the perlbug checklist.
5383      Branch: maint-5.005/perl
5384            ! utils/perlbug.PL
5385 ____________________________________________________________________________
5386 [  3145] By: gsar                                  on 1999/03/24  08:37:02
5387         Log: integrate change#3115 from maint-5.005
5388      Branch: perl
5389           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5390           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
5391 ____________________________________________________________________________
5392 [  3144] By: gsar                                  on 1999/03/24  08:33:59
5393         Log: add note about map in scalar context
5394      Branch: perl
5395            ! pod/perlfunc.pod
5396 ____________________________________________________________________________
5397 [  3143] By: gsar                                  on 1999/03/24  08:25:59
5398         Log: doc tweak
5399      Branch: perl
5400            ! lib/Time/Local.pm
5401 ____________________________________________________________________________
5402 [  3142] By: gsar                                  on 1999/03/24  08:20:37
5403         Log: applied suggested patch, modulo bogus hunk
5404              From: "Vishal Bhatia" <vishalb@hotmail.com>
5405              Date: Thu, 11 Mar 1999 07:40:27 PST
5406              Message-ID: <19990311154027.25891.qmail@hotmail.com>
5407              Subject: [PATCH 5.005_56] Minor fixes in perlcc
5408      Branch: perl
5409            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
5410 ____________________________________________________________________________
5411 [  3141] By: gsar                                  on 1999/03/24  08:06:12
5412         Log: integrate change#3104 from maint-5.005
5413      Branch: perl
5414           !> README.os390 t/lib/posix.t
5415 ____________________________________________________________________________
5416 [  3140] By: gsar                                  on 1999/03/24  06:34:56
5417         Log: fix failure of C<&locked_sub;> under -Dusethreads
5418      Branch: perl
5419            ! pp_hot.c t/lib/thread.t
5420 ____________________________________________________________________________
5421 [  3139] By: gsar                                  on 1999/03/24  05:52:00
5422         Log: debugger tweak (wasn't printing a newline after recalled commands)
5423      Branch: perl
5424            ! lib/perl5db.pl
5425 ____________________________________________________________________________
5426 [  3138] By: gsar                                  on 1999/03/24  05:33:28
5427         Log: document OO exceptions (based on a suggestion by Andreas Koenig
5428              <andreas.koenig@anima.de>)
5429      Branch: perl
5430            ! pod/perlfunc.pod
5431 ____________________________________________________________________________
5432 [  3137] By: gsar                                  on 1999/03/24  02:50:20
5433         Log: better "Illegal %s digit ignored" warnings
5434      Branch: perl
5435            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
5436            ! toke.c util.c
5437 ____________________________________________________________________________
5438 [  3136] By: gsar                                  on 1999/03/24  02:26:38
5439         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
5440      Branch: perl
5441            + t/pragma/utf8.t
5442            ! regcomp.c
5443 ____________________________________________________________________________
5444 [  3135] By: gsar                                  on 1999/03/24  01:29:09
5445         Log: flip release & version in win32_uname()
5446      Branch: perl
5447            ! win32/win32.c
5448 ____________________________________________________________________________
5449 [  3134] By: gsar                                  on 1999/03/24  01:08:33
5450         Log: support POSIX::uname() via win32_uname()
5451      Branch: perl
5452            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
5453            ! win32/config.gc win32/config.vc win32/config_H.bc
5454            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5455            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5456 ____________________________________________________________________________
5457 [  3133] By: gsar                                  on 1999/03/23  22:20:10
5458         Log: From: jan.dubois@ibm.net (Jan Dubois)
5459              Date: Sat, 06 Mar 1999 21:42:56 +0100
5460              Message-ID: <36e49281.50337171@smtp1.ibm.net>
5461              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
5462      Branch: perl
5463            ! pod/perldelta.pod
5464 ____________________________________________________________________________
5465 [  3132] By: gsar                                  on 1999/03/23  22:17:45
5466         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
5467              Date: Sat, 06 Mar 1999 17:50:49 +0100
5468              Message-ID: <36e25209.33833760@smtp1.ibm.net>
5469              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
5470              --
5471              Date: Sat, 06 Mar 1999 18:15:00 +0100
5472              Message-ID: <36e36222.37954195@smtp1.ibm.net>
5473              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
5474      Branch: perl
5475            + t/lib/filefunc.t
5476            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
5477            ! pod/perldelta.pod pod/perlmodlib.pod
5478 ____________________________________________________________________________
5479 [  3131] By: gsar                                  on 1999/03/23  22:07:59
5480         Log: integrate cfgperl changes into mainline
5481      Branch: perl
5482           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5483           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
5484           !> installperl malloc.c perl.c perl.h pod/perl.pod
5485           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
5486 ____________________________________________________________________________
5487 [  3130] By: jhi                                   on 1999/03/23  22:02:23
5488         Log: Don't use config.msg to remind about the
5489              LD_LIBRARY_PATH because Makefile.SH takes
5490              care of that.
5491              
5492              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
5493              This used to be the default but in some MT or another it
5494              was dropped because of some transient error or another.
5495      Branch: maint-5.005/perl
5496            ! Configure hints/dec_osf.sh
5497 ____________________________________________________________________________
5498 [  3129] By: gsar                                  on 1999/03/23  21:38:03
5499         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
5500              to size    and better maintainability)
5501      Branch: perl
5502            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5503            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
5504            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
5505            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
5506            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
5507            + t/pod/include.xr t/pod/included.t t/pod/included.xr
5508            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
5509            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
5510            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
5511            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
5512            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
5513            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
5514            ! win32/Makefile win32/makefile.mk win32/pod.mak
5515 ____________________________________________________________________________
5516 [  3128] By: jhi                                   on 1999/03/23  10:14:54
5517         Log: Integrate from mainperl.
5518      Branch: cfgperl
5519           !> (integrate 46 files)
5520 ____________________________________________________________________________
5521 [  3127] By: gsar                                  on 1999/03/23  06:57:30
5522         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
5523              Date: Thu, 4 Mar 1999 10:54:01 -0800
5524              Message-Id: <9903041854.AA46868@frc0000>
5525              Subject: patch for useless Math::BigInt warnings
5526      Branch: perl
5527            ! lib/Math/BigInt.pm
5528 ____________________________________________________________________________
5529 [  3126] By: gsar                                  on 1999/03/23  05:54:37
5530         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
5531              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5532              Date: Fri, 19 Feb 1999 15:47:59 -0500
5533              Message-ID: <19990219154759.A32350@O2.chapin.edu>
5534              Subject: [PATCH] OSF/1 hints
5535      Branch: perl
5536            ! hints/dec_osf.sh
5537 ____________________________________________________________________________
5538 [  3125] By: gsar                                  on 1999/03/23  00:56:38
5539         Log: avoid typeglob persistence in pp_readline()
5540      Branch: perl
5541            ! sv.c t/op/gv.t
5542 ____________________________________________________________________________
5543 [  3124] By: gsar                                  on 1999/03/22  21:12:23
5544         Log: update copyright years
5545      Branch: perl
5546            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
5547            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
5548            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
5549            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
5550            ! sv.c sv.h toke.c utf8.c utf8.h util.c
5551 ____________________________________________________________________________
5552 [  3123] By: gsar                                  on 1999/03/22  07:07:06
5553         Log: implement win32_spawnvp() internally, making it return true PIDs
5554              for asynchronous spawns; fix win32_kill() to always deal with
5555              PIDs
5556      Branch: perl
5557            ! win32/win32.c win32/win32.h
5558 ____________________________________________________________________________
5559 [  3122] By: jhi                                   on 1999/03/19  21:12:14
5560         Log: Describe the new Benchmark feature in more detail.
5561      Branch: cfgperl
5562            ! pod/perldelta.pod
5563      Branch: maint-5.005/perl
5564            ! pod/perldelta.pod
5565 ____________________________________________________________________________
5566 [  3121] By: jhi                                   on 1999/03/19  08:16:12
5567         Log: AVAILABILITY tuning.
5568      Branch: cfgperl
5569            ! pod/perl.pod
5570      Branch: maint-5.005/perl
5571            ! pod/perl.pod
5572 ____________________________________________________________________________
5573 [  3120] By: jhi                                   on 1999/03/17  14:52:17
5574         Log: Rhapsody change assumed too much.
5575      Branch: cfgperl
5576            ! t/op/stat.t
5577 ____________________________________________________________________________
5578 [  3119] By: jhi                                   on 1999/03/17  14:33:43
5579         Log: More Apollo fixes.
5580      Branch: maint-5.005/perl
5581            ! README.apollo hints/apollo.sh t/lib/io_udp.t
5582 ____________________________________________________________________________
5583 [  3118] By: jhi                                   on 1999/03/16  17:23:39
5584         Log: Nada.
5585      Branch: maint-5.005/perl
5586            ! README.apollo
5587 ____________________________________________________________________________
5588 [  3117] By: jhi                                   on 1999/03/16  17:18:49
5589         Log: Apollo DomainOS AVAILABILITY.
5590      Branch: cfgperl
5591            ! pod/perl.pod
5592      Branch: maint-5.005/perl
5593            ! pod/perl.pod
5594 ____________________________________________________________________________
5595 [  3116] By: jhi                                   on 1999/03/16  17:14:00
5596         Log: Apollo DomainOS patch
5597              From: Johann Klasek <jk@auto.tuwien.ac.at>
5598              Subject: Re: DomainPerl
5599              Date: Tue, 16 Mar 1999 17:46:32 +0100
5600              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
5601      Branch: maint-5.005/perl
5602            + README.apollo apollo/netinet/in.h
5603            ! MANIFEST hints/apollo.sh
5604 ____________________________________________________________________________
5605 [  3115] By: jhi                                   on 1999/03/16  14:23:54
5606         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
5607              To: Gurusamy Sarathy <gsar@activestate.com>,
5608              Graham Barr <gbarr@pobox.com>
5609              Cc: Perl5 Porters <perl5-porters@perl.org>,
5610              "Paul.Marquess" <Paul.Marquess@btinternet.com>
5611              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
5612              Date: Sun, 14 Mar 1999 14:43:57 -0000
5613              Message-Id: <199903141841.NAA17040@defender.perl.org>
5614      Branch: maint-5.005/perl
5615            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5616            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5617 ____________________________________________________________________________
5618 [  3114] By: jhi                                   on 1999/03/16  12:42:20
5619         Log: Mention Rhapsody in 5.005_5X perldelta,
5620              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
5621              *planned* AVAILABILITY.
5622      Branch: cfgperl
5623            ! pod/perl.pod pod/perldelta.pod
5624      Branch: maint-5.005/perl
5625            ! pod/perl.pod
5626 ____________________________________________________________________________
5627 [  3113] By: jhi                                   on 1999/03/16  10:38:53
5628         Log: perldelta niggling.
5629      Branch: cfgperl
5630            ! pod/perldelta.pod
5631      Branch: maint-5.005/perl
5632            ! pod/perldelta.pod
5633 ____________________________________________________________________________
5634 [  3112] By: jhi                                   on 1999/03/16  10:35:21
5635         Log: Integrate from mainperl.
5636      Branch: cfgperl
5637           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5638           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5639 ____________________________________________________________________________
5640 [  3111] By: jhi                                   on 1999/03/16  10:28:10
5641         Log: AVAILABILITY update: still mention PowerUX,
5642              Novell Netware now has sources available.
5643      Branch: cfgperl
5644            ! pod/perl.pod
5645      Branch: maint-5.005/perl
5646            ! pod/perl.pod
5647 ____________________________________________________________________________
5648 [  3110] By: gsar                                  on 1999/03/16  04:34:23
5649         Log: sundry pod niggles
5650      Branch: perl
5651            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5652            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5653 ____________________________________________________________________________
5654 [  3109] By: jhi                                   on 1999/03/15  17:00:11
5655         Log: Integrate from mainperl.
5656      Branch: cfgperl
5657           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5658           +> lib/unicode/Is/Syllable.pl
5659           +> lib/unicode/MakeEthiopicSyllables.PL
5660           +> lib/unicode/README.Ethiopic
5661           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5662           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5663           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5664           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5665           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5666           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5667           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5668           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
5669 ____________________________________________________________________________
5670 [  3108] By: jhi                                   on 1999/03/15  16:58:12
5671         Log: First pass of integrating the Rhapsody port,
5672              
5673              From: Wilfredo Sanchez <wsanchez@apple.com> 
5674              Subject: Keeping the world in sync.
5675              Reply-To: wsanchez@apple.com 
5676              To: perlbug@perl.com 
5677              Date: Fri, 13 Nov 1998 17:11:30 -0800 
5678              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
5679      Branch: cfgperl
5680            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5681            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
5682            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
5683            ! x2p/util.c
5684 ____________________________________________________________________________
5685 [  3107] By: gsar                                  on 1999/03/15  03:22:10
5686         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
5687              From: Daniel Yacob <dmulholl@cs.indiana.edu>
5688              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
5689              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
5690              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
5691      Branch: perl
5692            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5693            + lib/unicode/Is/Syllable.pl
5694            + lib/unicode/MakeEthiopicSyllables.PL
5695            + lib/unicode/README.Ethiopic
5696            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5697            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5698            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5699            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5700            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5701            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5702            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5703            ! lib/unicode/Name.pl lib/unicode/Number.pl
5704 ____________________________________________________________________________
5705 [  3106] By: gsar                                  on 1999/03/12  20:35:36
5706         Log: change#3067 failed package.t due to needless creation of $a and $b;
5707              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
5708      Branch: perl
5709            ! op.c
5710 ____________________________________________________________________________
5711 [  3105] By: jhi                                   on 1999/03/12  15:54:57
5712         Log: Recognize the NetBSD packages collection.
5713      Branch: maint-5.005/perl
5714            ! hints/netbsd.sh
5715 ____________________________________________________________________________
5716 [  3104] By: jhi                                   on 1999/03/12  09:07:04
5717         Log: From: pvhp@forte.com (Peter Prymmer)
5718              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
5719              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
5720              Date: Thu, 11 Mar 99 14:24:54 PST
5721              Message-Id: <9903112224.AA24346@forte.com>
5722      Branch: maint-5.005/perl
5723            ! README.os390 t/lib/posix.t
5724 ____________________________________________________________________________
5725 [  3103] By: jhi                                   on 1999/03/10  11:07:46
5726         Log: Integrate from mainperl.
5727      Branch: cfgperl
5728           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
5729           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
5730           !> t/pragma/warn/1global toke.c win32/makedef.pl
5731 ____________________________________________________________________________
5732 [  3102] By: jhi                                   on 1999/03/10  11:01:20
5733         Log: From: pvhp@forte.com (Peter Prymmer)
5734              To: perl5-porters@perl.org
5735              Subject: [5.005_03-MT6]Patch: time passes
5736              Date: Tue, 9 Mar 99 18:42:17 PST
5737              Message-Id: <9903100242.AA29057@forte.com>
5738      Branch: maint-5.005/perl
5739            ! perl.c
5740 ____________________________________________________________________________
5741 [  3101] By: jhi                                   on 1999/03/10  10:30:15
5742         Log: From: Mark-Jason Dominus <mjd@plover.com>
5743              To: perl5-porters@perl.com
5744              Subject: Minor fix to perlfunc.pod
5745              Date: Mon, 08 Mar 1999 20:05:53 -0500
5746              Message-ID: <19990309010553.13757.qmail@plover.com>
5747      Branch: maint-5.005/perl
5748            ! pod/perlfunc.pod
5749 ____________________________________________________________________________
5750 [  3100] By: gsar                                  on 1999/03/09  23:04:44
5751         Log: change#3060 had the wrong quotes
5752      Branch: perl
5753            ! pod/pod2man.PL
5754 ____________________________________________________________________________
5755 [  3099] By: jhi                                   on 1999/03/09  12:52:21
5756         Log: d_uname was broken (probably since _53), reported by
5757              
5758              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5759              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
5760              cpan-testers@perl.org
5761              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
5762              Date: Mon, 08 Mar 1999 13:22:31 +0000
5763              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
5764              
5765              and
5766              
5767              From: lvirden@cas.org (Larry W. Virden)
5768              To: perlbug@perl.com
5769              Subject: configure not correctly identifying uname posix compatibility
5770              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
5771              Message-Id: <199903081136.GAA23682@cas.org>
5772      Branch: cfgperl
5773            ! Configure config_h.SH
5774 ____________________________________________________________________________
5775 [  3098] By: gsar                                  on 1999/03/09  03:16:07
5776         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
5777      Branch: perl
5778            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
5779 ____________________________________________________________________________
5780 [  3097] By: gsar                                  on 1999/03/09  02:50:43
5781         Log: use yyerror() instead of croak() so that compile-time failures in
5782              my(LIST) don't confuse globals with lexicals
5783      Branch: perl
5784            ! op.c toke.c
5785 ____________________________________________________________________________
5786 [  3096] By: gsar                                  on 1999/03/09  02:47:36
5787         Log: adjust testsuite for change#3067
5788      Branch: perl
5789            ! t/pragma/warn/1global
5790 ____________________________________________________________________________
5791 [  3095] By: gsar                                  on 1999/03/08  21:04:48
5792         Log: remove bogus symbols from global.sym
5793      Branch: perl
5794            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
5795            ! perl.h win32/makedef.pl
5796 ____________________________________________________________________________
5797 [  3094] By: jhi                                   on 1999/03/06  16:16:15
5798         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5799              To: jhi@iki.fi
5800              Subject: Oops
5801              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
5802              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
5803      Branch: maint-5.005/perl
5804            ! README.hurd
5805 ____________________________________________________________________________
5806 [  3093] By: jhi                                   on 1999/03/06  15:59:46
5807         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5808              To: jhi@iki.fi
5809              Subject: New Hurd README
5810              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
5811              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
5812      Branch: maint-5.005/perl
5813            ! README.hurd
5814 ____________________________________________________________________________
5815 [  3092] By: jhi                                   on 1999/03/06  12:52:06
5816         Log: From: Paul_Green@stratus.com
5817              To: perl5-porters@perl.org
5818              Cc: jhi@iki.fi, Paul_Green@stratus.com
5819              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
5820              Date: Fri, 5 Mar 1999 18:08:49 -0500 
5821              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
5822      Branch: maint-5.005/perl
5823            ! vos/config.h vos/config_h.SH_orig
5824 ____________________________________________________________________________
5825 [  3091] By: jhi                                   on 1999/03/06  12:42:21
5826         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5827              To: perl5-porters@perl.org, vmsperl@perl.org
5828              Subject: [PATCH 5.005_03-MT6]VMS build patch
5829              Date: Fri, 05 Mar 1999 12:36:19 -0800
5830              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
5831      Branch: maint-5.005/perl
5832            ! vms/subconfigure.com
5833 ____________________________________________________________________________
5834 [  3090] By: gsar                                  on 1999/03/06  04:40:03
5835         Log: integrate change#3089 from mainline
5836              
5837              tolerate CRs after options
5838      Branch: maint-5.005/perl
5839           !> perl.c
5840 ____________________________________________________________________________
5841 [  3089] By: gsar                                  on 1999/03/06  04:30:40
5842         Log: tolerate CRs after options
5843      Branch: perl
5844            ! perl.c
5845 ____________________________________________________________________________
5846 [  3088] By: jhi                                   on 1999/03/05  12:49:01
5847         Log: Integrate from mainperl.
5848      Branch: cfgperl
5849           +> README.hurd
5850           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
5851 ____________________________________________________________________________
5852 [  3087] By: gsar                                  on 1999/03/05  06:41:16
5853         Log: adjust timeouts to accomodate slow/busy systems
5854      Branch: perl
5855            ! t/lib/io_sock.t
5856 ____________________________________________________________________________
5857 [  3083] By: gsar                                  on 1999/03/05  01:32:47
5858         Log: integrate change#3081 from maint-5.005
5859      Branch: perl
5860           !> ext/Errno/Errno_pm.PL
5861 ____________________________________________________________________________
5862 [  3082] By: gsar                                  on 1999/03/05  01:31:06
5863         Log: integrate change#2904 from maint-5.005
5864      Branch: perl
5865           +> README.hurd
5866           !> MANIFEST
5867 ____________________________________________________________________________
5868 [  3081] By: gsar                                  on 1999/03/05  00:14:33
5869         Log: protect against doubled backslashes
5870      Branch: maint-5.005/perl
5871            ! ext/Errno/Errno_pm.PL
5872 ____________________________________________________________________________
5873 [  3077] By: jhi                                   on 1999/03/04  08:10:13
5874         Log: Integrate from mainperl.
5875      Branch: cfgperl
5876           +> ext/B/B/Stash.pm
5877           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
5878           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
5879           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
5880           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
5881 ____________________________________________________________________________
5882 [  3076] By: jhi                                   on 1999/03/04  08:07:59
5883         Log: Regen config_h.SH once more because of *size, 
5884              noticed by
5885              
5886              From: Hans Mulder <hansm@icgned.icgroup.nl>
5887              To: Jarkko Hietaniemi <jhi@iki.fi>
5888              Cc: perl5-porters@perl.org
5889              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5890              Date: Thu,  4 Mar 99 00:10:45 +0100
5891              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5892      Branch: cfgperl
5893            ! Configure config_h.SH
5894 ____________________________________________________________________________
5895 [  3068] By: gsar                                  on 1999/03/04  05:48:03
5896         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
5897              Date: Thu,  4 Mar 99 00:10:45 +0100
5898              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5899              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5900      Branch: perl
5901            ! config_h.SH
5902 ____________________________________________________________________________
5903 [  3067] By: gsar                                  on 1999/03/04  05:44:32
5904         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
5905              From: Graham Barr <gbarr@ti.com>
5906              Date: Wed, 3 Mar 1999 17:23:56 -0600
5907              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
5908              Subject: Re: 'use strict' doesn't work for one-letter variables
5909      Branch: perl
5910            ! gv.c op.c
5911 ____________________________________________________________________________
5912 [  3066] By: gsar                                  on 1999/03/04  05:20:50
5913         Log: updates to compiler modules
5914              From: "Vishal Bhatia" <vishalb@hotmail.com>
5915              Date: Tue, 02 Mar 1999 23:27:25 PST
5916              Message-ID: <19990303072725.779.qmail@hotmail.com>
5917              Subject: PATCH 5.005_56 + Test procedure
5918      Branch: perl
5919            + ext/B/B/Stash.pm
5920            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
5921            ! lib/Test/Harness.pm utils/perlcc.PL
5922 ____________________________________________________________________________
5923 [  3065] By: gsar                                  on 1999/03/04  05:03:30
5924         Log: more s/s_/s!/ etc.
5925      Branch: perl
5926            ! pod/perldelta.pod pod/perlfunc.pod
5927 ____________________________________________________________________________
5928 [  3064] By: gsar                                  on 1999/03/04  04:50:45
5929         Log: integrate cfgperl contents into mainline
5930      Branch: perl
5931           !> Configure README.vms bytecode.h config_h.SH configure.com
5932           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
5933           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
5934           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5935 ____________________________________________________________________________
5936 [  3063] By: gsar                                  on 1999/03/04  04:44:13
5937         Log: HP-UX has yet another spelling for /NaNQ?/
5938      Branch: perl
5939            ! t/lib/bigfloatpm.t
5940 ____________________________________________________________________________
5941 [  3062] By: gsar                                  on 1999/03/04  04:36:08
5942         Log: error-check for accept() test
5943      Branch: perl
5944            ! t/lib/io_sock.t
5945 ____________________________________________________________________________
5946 [  3061] By: gsar                                  on 1999/03/04  03:40:25
5947         Log: allow custom comparison function in File::Compare::compare_text()
5948              From: jan.dubois@ibm.net (Jan Dubois)
5949              Date: Fri, 26 Feb 1999 21:56:09 +0100
5950              Message-ID: <36db0838.8805651@smtp1.ibm.net>
5951              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5952      Branch: perl
5953            ! lib/File/Compare.pm
5954 ____________________________________________________________________________
5955 [  3060] By: gsar                                  on 1999/03/04  03:37:38
5956         Log: better version of change#3038
5957              From: abigail@fnx.com
5958              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
5959              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
5960              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
5961      Branch: perl
5962            ! pod/pod2man.PL
5963 ____________________________________________________________________________
5964 [  3058] By: jhi                                   on 1999/03/03  22:30:40
5965         Log: Configure regen to
5966              (1) match maint-5.005 patches #3056 and #3057
5967              (2) better version of PHOSTNAME of #3050
5968              (3) the crosscompile/multiarch config_h.SH trouble solved for now
5969      Branch: cfgperl
5970            ! Configure config_h.SH
5971 ____________________________________________________________________________
5972 [  3054] By: jhi                                   on 1999/03/03  09:57:59
5973         Log: Change #3053 missed perldelta.
5974      Branch: cfgperl
5975            ! pod/perldelta.pod
5976 ____________________________________________________________________________
5977 [  3053] By: jhi                                   on 1999/03/03  08:29:43
5978         Log: Use '!' to mark native integer packings instead of '_'.
5979      Branch: cfgperl
5980            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
5981 ____________________________________________________________________________
5982 [  3052] By: jhi                                   on 1999/03/02  23:12:36
5983         Log: The HP-UX threads patch (change #3028) is needed also here.
5984      Branch: cfgperl
5985            ! hints/hpux.sh thread.h
5986 ____________________________________________________________________________
5987 [  3051] By: jhi                                   on 1999/03/02  08:24:52
5988         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5989              To: perl5-porters@perl.org, vmsperl@perl.org
5990              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
5991              Date: Mon, 01 Mar 1999 16:10:57 -0800
5992              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
5993      Branch: cfgperl
5994            ! README.vms
5995      Branch: maint-5.005/perl
5996            ! README.vms
5997 ____________________________________________________________________________
5998 [  3050] By: jhi                                   on 1999/03/02  08:22:29
5999         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6000              To: perl5-porters@perl.org, vmsperl@perl.org
6001              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
6002              Date: Mon, 01 Mar 1999 16:06:29 -0800
6003              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
6004              
6005              From: Dan Sugalski <sugalskd@osshe.edu>
6006              To: perl5-porters@perl.org, vmsperl@perl.org
6007              Subject: [PATCH 5.005_56]vmsish.pm patch
6008              Date: Mon, 01 Mar 1999 20:19:04 -0800
6009              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
6010              
6011              plus Configure regen containing a "solution" to the
6012              crosscompile/multiarch problem.
6013      Branch: cfgperl
6014            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
6015            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
6016 ____________________________________________________________________________
6017 [  3049] By: jhi                                   on 1999/03/02  07:34:21
6018         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
6019              To: perl5-porters@perl.org
6020              Subject: [PATCH] Eliminate (valid) warning in byterun.c
6021              Date: Mon, 01 Mar 1999 17:27:59 -0500
6022              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
6023      Branch: cfgperl
6024            ! bytecode.h
6025      Branch: maint-5.005/perl
6026            ! bytecode.h
6027 ____________________________________________________________________________
6028 [  3048] By: gsar                                  on 1999/03/02  06:41:21
6029         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6030      Branch: perl
6031            ! MANIFEST README.hpux
6032 ____________________________________________________________________________
6033 [  3047] By: jhi                                   on 1999/03/01  06:34:43
6034         Log: Integrate from mainperl.
6035      Branch: cfgperl
6036           +> README.hpux lib/File/Spec/Functions.pm
6037           !> (integrate 28 files)
6038 ____________________________________________________________________________
6039 [  3046] By: gsar                                  on 1999/03/01  05:34:28
6040         Log: this is 5.005_56
6041      Branch: perl
6042            ! Changes
6043
6044 ----------------
6045 Version 5.005_56
6046 ----------------
6047
6048 ____________________________________________________________________________
6049 [  3045] By: gsar                                  on 1999/03/01  03:32:30
6050         Log: destroy PL_svref_mutex in perl_destruct()
6051      Branch: perl
6052            ! perl.c
6053 ____________________________________________________________________________
6054 [  3044] By: gsar                                  on 1999/03/01  00:38:50
6055         Log: up patchlevel &c.
6056      Branch: perl
6057            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6058            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6059            ! win32/makefile.mk
6060 ____________________________________________________________________________
6061 [  3043] By: gsar                                  on 1999/03/01  00:14:15
6062         Log: integrate cfgperl contents into mainline
6063      Branch: perl
6064            ! pod/perldelta.pod
6065           !> Configure config_h.SH
6066 ____________________________________________________________________________
6067 [  3042] By: gsar                                  on 1999/02/28  23:55:08
6068         Log: slightly edited version of suggested patch
6069              From: jan.dubois@ibm.net (Jan Dubois)
6070              Date: Mon, 01 Mar 1999 00:32:05 +0100
6071              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
6072              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
6073      Branch: perl
6074            + lib/File/Spec/Functions.pm
6075            ! MANIFEST lib/File/Spec.pm
6076 ____________________________________________________________________________
6077 [  3041] By: gsar                                  on 1999/02/28  22:47:19
6078         Log: fix subtle bug in eval'' testsuite
6079      Branch: perl
6080            ! t/op/eval.t
6081 ____________________________________________________________________________
6082 [  3040] By: gsar                                  on 1999/02/28  22:46:24
6083         Log: avoid literal control characters in change#3039
6084      Branch: perl
6085            ! t/base/lex.t
6086 ____________________________________________________________________________
6087 [  3039] By: gsar                                  on 1999/02/28  21:47:18
6088         Log: todo item: permit extended control variables a la ${^Foo} (patch
6089              courtesy Mark-Jason Dominus <mjd@plover.com>)
6090      Branch: perl
6091            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
6092            ! t/base/lex.t toke.c
6093 ____________________________________________________________________________
6094 [  3038] By: gsar                                  on 1999/02/28  21:21:05
6095         Log: From: abigail@fnx.com
6096              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
6097              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
6098              Subject: Recognize -> and => inside [A-Z]<> sequences.
6099      Branch: perl
6100            ! pod/pod2man.PL
6101 ____________________________________________________________________________
6102 [  3037] By: gsar                                  on 1999/02/28  21:12:22
6103         Log: fix longstanding bug: searches for lexicals originating within eval''
6104              weren't stopping at the subroutine boundary correctly
6105      Branch: perl
6106            ! op.c proto.h t/op/eval.t
6107 ____________________________________________________________________________
6108 [  3036] By: gsar                                  on 1999/02/28  20:02:29
6109         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
6110              as stacked list values
6111              From: jan.dubois@ibm.net (Jan Dubois)
6112              Date: Sat, 27 Feb 1999 18:24:17 +0100
6113              Message-ID: <36e22849.36531259@smtp1.ibm.net>
6114              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
6115      Branch: perl
6116            ! win32/win32.c
6117 ____________________________________________________________________________
6118 [  3035] By: gsar                                  on 1999/02/28  19:48:54
6119         Log: remove superfluous stack_sp decl
6120      Branch: perl
6121            ! jpl/JNI/JNI.xs
6122 ____________________________________________________________________________
6123 [  3034] By: gsar                                  on 1999/02/28  19:34:58
6124         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
6125      Branch: perl
6126            ! lib/Getopt/Std.pm
6127 ____________________________________________________________________________
6128 [  3033] By: gsar                                  on 1999/02/28  19:23:41
6129         Log: add File::Compare::compare_text()
6130              From: jan.dubois@ibm.net (Jan Dubois)
6131              Date: Fri, 26 Feb 1999 00:20:41 +0100
6132              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
6133              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
6134      Branch: perl
6135            ! lib/File/Compare.pm pod/perltodo.pod
6136 ____________________________________________________________________________
6137 [  3032] By: gsar                                  on 1999/02/28  19:01:33
6138         Log: add README.hpux
6139      Branch: perl
6140            + README.hpux
6141            ! MAINTAIN MANIFEST
6142 ____________________________________________________________________________
6143 [  3031] By: gsar                                  on 1999/02/28  18:49:08
6144         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
6145              James Cromie <jcromie@fossil.uswc.uswest.com>
6146      Branch: perl
6147            ! lib/Pod/Html.pm
6148 ____________________________________________________________________________
6149 [  3030] By: gsar                                  on 1999/02/28  18:35:09
6150         Log: From: jan.dubois@ibm.net (Jan Dubois)
6151              Date: Wed, 24 Feb 1999 22:34:56 +0100
6152              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
6153              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
6154      Branch: perl
6155            ! lib/Test/Harness.pm
6156 ____________________________________________________________________________
6157 [  3029] By: gsar                                  on 1999/02/28  18:28:18
6158         Log: add note about env pollution
6159      Branch: perl
6160            ! INSTALL pod/perltodo.pod
6161 ____________________________________________________________________________
6162 [  3028] By: jhi                                   on 1999/02/26  14:40:00
6163         Log: HP-UX 11 threads.
6164              
6165              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6166              To: perl5-porters@perl.org
6167              Cc: jhi@cc.hut.fi
6168              Subject: Maint 5 and _54 with threading on HP-UX 11.00
6169              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
6170              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
6171              
6172              NOTE from jhi: the hpux hints could still be more robust by
6173              disabling gdbm when necessary.
6174              
6175              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
6176              linking -lgdbm -lpthread creates an executable that instantly
6177              core dumps on a pthreads internal panic:
6178              
6179              ./gdpt
6180              
6181              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
6182              Return Pointer is 0xc082bf33
6183              17639 quit (core dumped)  ./gdpt
6184              
6185              You don't have to *use* either gdbm or pthreads in the executable,
6186              just linking them together is enough.  Workaround is to recompile
6187              the GDBM under HP-UX 11, that makes the problem go away.
6188      Branch: maint-5.005/perl
6189            ! hints/hpux.sh thread.h
6190 ____________________________________________________________________________
6191 [  3025] By: jhi                                   on 1999/02/25  20:41:07
6192         Log: Temporary workaround for the config_h.SH versus
6193              crosscompile and multiarch plus introduce 'rt'
6194              to $libswanted: in UNIX98 sched_yield() lives there.
6195      Branch: cfgperl
6196            ! Configure config_h.SH
6197 ____________________________________________________________________________
6198 [  3024] By: jhi                                   on 1999/02/24  12:54:59
6199         Log: Integrate from mainperl.
6200      Branch: cfgperl
6201           +> t/lib/fatal.t
6202           !> (integrate 44 files)
6203 ____________________________________________________________________________
6204 [  3023] By: gsar                                  on 1999/02/24  07:02:12
6205         Log: integrate cfgperl contents
6206      Branch: perl
6207           !> (integrate 30 files)
6208 ____________________________________________________________________________
6209 [  3022] By: gsar                                  on 1999/02/24  05:59:47
6210         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
6211              Date: 23 Feb 1999 17:53:22 -0700
6212              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
6213              Subject: [PATCH: _55] perldoc -q broken
6214      Branch: perl
6215            ! utils/perldoc.PL
6216 ____________________________________________________________________________
6217 [  3021] By: gsar                                  on 1999/02/24  05:51:53
6218         Log: ansify perlio.c, fix PerlIO-ish typos
6219      Branch: perl
6220            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
6221            ! iperlsys.h perlio.c
6222 ____________________________________________________________________________
6223 [  3020] By: gsar                                  on 1999/02/24  05:28:06
6224         Log: adjust a Perl_malloc() flag for NeXT
6225              From: Hans Mulder <hansm@icgned.icgroup.nl>
6226              Date: Tue, 23 Feb 99 00:26:25 +0100
6227              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
6228              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
6229      Branch: perl
6230            ! perl.h
6231 ____________________________________________________________________________
6232 [  3019] By: gsar                                  on 1999/02/24  05:19:42
6233         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
6234      Branch: perl
6235            ! pod/perltodo.pod
6236 ____________________________________________________________________________
6237 [  3018] By: gsar                                  on 1999/02/24  04:15:18
6238         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6239              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
6240              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
6241              Subject: improved error message [PATCH _55] [RESEND]
6242      Branch: perl
6243            ! sv.c
6244 ____________________________________________________________________________
6245 [  3017] By: gsar                                  on 1999/02/24  03:50:34
6246         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6247              Date: Sun, 21 Feb 1999 20:02:18 -0700
6248              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
6249              Subject: perlfunc updates (against 55)
6250      Branch: perl
6251            ! pod/perlfunc.pod
6252 ____________________________________________________________________________
6253 [  3016] By: gsar                                  on 1999/02/24  03:17:05
6254         Log: testsuite adjustments
6255              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6256              Date: Sat, 20 Feb 1999 15:24:57 +0000
6257              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
6258              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
6259      Branch: perl
6260            ! t/lib/io_sock.t t/op/lex_assign.t
6261 ____________________________________________________________________________
6262 [  3015] By: gsar                                  on 1999/02/24  02:54:47
6263         Log: avoid modifying readonly values from qw()
6264      Branch: perl
6265            ! lib/ExtUtils/MM_Unix.pm
6266 ____________________________________________________________________________
6267 [  3014] By: gsar                                  on 1999/02/24  02:49:04
6268         Log: more "correct" utbuf for utime()
6269      Branch: perl
6270            ! doio.c
6271 ____________________________________________________________________________
6272 [  3013] By: jhi                                   on 1999/02/22  19:27:44
6273         Log: Fix MacPerl version, change PowerUX to PowerMAX.
6274              
6275              From: Chris Nandor <pudge@pobox.com>
6276              To: jhi@iki.fi
6277              Cc: perl5-porters@perl.org
6278              Subject: Re: perl current availability as documented by perl.pod
6279              Date: Sun, 21 Feb 1999 11:06:03 -0500
6280              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
6281              
6282              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
6283              To: jhi@iki.fi
6284              Cc: perl5-porters@perl.org
6285              Subject: Re: perl current availability as documented by perl.pod
6286              Date: Mon, 22 Feb 1999 13:08:30 GMT
6287              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
6288      Branch: cfgperl
6289            ! pod/perl.pod
6290      Branch: maint-5.005/perl
6291            ! pod/perl.pod
6292 ____________________________________________________________________________
6293 [  3012] By: jhi                                   on 1999/02/22  10:26:11
6294         Log: Snapshot the cross-compilation/multiarchitecture stuff
6295              (currently broken in next)
6296      Branch: cfgperl
6297            ! Configure config_h.SH pp.c
6298 ____________________________________________________________________________
6299 [  3011] By: jhi                                   on 1999/02/22  10:24:51
6300         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6301              To: gsar@activestate.com (Gurusamy Sarathy)
6302              Cc: perl5-porters@perl.org (Perl5 Porters)
6303              Subject: [PATCH 5.005_55] DB_File 1.64 patch
6304              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
6305              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
6306      Branch: cfgperl
6307            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6308            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
6309 ____________________________________________________________________________
6310 [  3009] By: jhi                                   on 1999/02/22  09:14:26
6311         Log: Scratch #3008 and introduce $crosscompile and $multiarch
6312              also in non-Configure lands.
6313      Branch: cfgperl
6314            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
6315            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
6316            ! win32/config.gc win32/config.vc win32/config_H.bc
6317            ! win32/config_H.gc win32/config_H.vc
6318 ____________________________________________________________________________
6319 [  3008] By: jhi                                   on 1999/02/22  08:58:04
6320         Log: Add -DMULTIARCH (see change #3006).
6321      Branch: cfgperl
6322            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
6323 ____________________________________________________________________________
6324 [  3007] By: jhi                                   on 1999/02/22  08:54:06
6325         Log: Undo the references to local{lib,arch} introduced by #3006.
6326      Branch: cfgperl
6327            ! Configure config_h.SH
6328 ____________________________________________________________________________
6329 [  3006] By: jhi                                   on 1999/02/22  08:43:50
6330         Log: From: hansm@icgned.icgroup.nl
6331              To: perlbug@perl.com
6332              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
6333              Date: Sun, 21 Feb 1999 22:58:55 +0100
6334              Reply-To: hansmu@xs4all.nl
6335              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
6336              
6337              plus other Configure changes: prepare for cross-compilation/
6338              multiarchitecture builds.
6339      Branch: cfgperl
6340            ! Configure config_h.SH
6341 ____________________________________________________________________________
6342 [  3005] By: jhi                                   on 1999/02/22  08:35:30
6343         Log: Configure/Perl knew how to look for use Mach cthreads
6344              but Configure didn't let them to be used ($osname 'next').
6345      Branch: cfgperl
6346            ! Configure config_h.SH
6347      Branch: maint-5.005/perl
6348            ! Configure
6349 ____________________________________________________________________________
6350 [  3004] By: jhi                                   on 1999/02/21  15:46:02
6351         Log: Update Acorn AVAILABILITY.
6352      Branch: cfgperl
6353            ! pod/perl.pod
6354      Branch: maint-5.005/perl
6355            ! pod/perl.pod
6356 ____________________________________________________________________________
6357 [  3003] By: jhi                                   on 1999/02/21  14:50:42
6358         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
6359              To: perl5-porters@perl.org (Perl 5 Porters)
6360              Subject: PATCH: perlref.pod - symbolic ref example
6361              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
6362              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
6363      Branch: cfgperl
6364            ! pod/perlref.pod
6365      Branch: maint-5.005/perl
6366            ! pod/perlref.pod
6367 ____________________________________________________________________________
6368 [  3002] By: jhi                                   on 1999/02/21  14:35:22
6369         Log: Sync cfgperl with maint-5.005 change #3000.
6370      Branch: cfgperl
6371            ! pod/perlfunc.pod t/op/pack.t
6372 ____________________________________________________________________________
6373 [  2999] By: gsar                                  on 1999/02/20  22:48:30
6374         Log: From:    John Bley <jbb6@acpub.duke.edu>
6375              Date:    Sat, 20 Feb 1999 16:02:34 EST
6376              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
6377              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
6378      Branch: perl
6379            ! regcomp.c
6380 ____________________________________________________________________________
6381 [  2998] By: jhi                                   on 1999/02/20  14:13:06
6382         Log: Enhanced the endianness description.
6383      Branch: cfgperl
6384            ! pod/perlfunc.pod
6385 ____________________________________________________________________________
6386 [  2996] By: jhi                                   on 1999/02/20  13:55:41
6387         Log: Glossary now mostly fixed.
6388      Branch: cfgperl
6389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6390            ! config_h.SH
6391 ____________________________________________________________________________
6392 [  2994] By: jhi                                   on 1999/02/20  11:58:33
6393         Log: Perldeltify GNU/Hurd.
6394      Branch: cfgperl
6395            ! pod/perldelta.pod
6396 ____________________________________________________________________________
6397 [  2993] By: gsar                                  on 1999/02/20  00:59:10
6398         Log: fix typo in Perl_sbrk()
6399              From: hansm@icgned.icgroup.nl
6400              Date: Fri, 19 Feb 1999 23:19:31 +0100
6401              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
6402              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
6403      Branch: perl
6404            ! malloc.c
6405 ____________________________________________________________________________
6406 [  2992] By: gsar                                  on 1999/02/20  00:51:08
6407         Log: integrate change#2980 from maint-5.005
6408      Branch: perl
6409           !> utils/h2xs.PL
6410 ____________________________________________________________________________
6411 [  2991] By: gsar                                  on 1999/02/20  00:34:01
6412         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6413              Date: Thu, 18 Feb 1999 18:51:38 +0000
6414              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
6415              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
6416      Branch: perl
6417            ! pp_hot.c t/op/pat.t
6418 ____________________________________________________________________________
6419 [  2990] By: gsar                                  on 1999/02/20  00:30:48
6420         Log: From: jan.dubois@ibm.net (Jan Dubois)
6421              Date: Thu, 18 Feb 1999 19:14:07 +0100
6422              Message-ID: <36d15809.40853323@smtp1.ibm.net>
6423              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
6424      Branch: perl
6425            ! win32/win32.c
6426 ____________________________________________________________________________
6427 [  2989] By: gsar                                  on 1999/02/20  00:27:01
6428         Log: do poll() emulation unless HAS_POLL && I_POLL
6429      Branch: perl
6430            ! ext/IO/poll.h
6431 ____________________________________________________________________________
6432 [  2988] By: gsar                                  on 1999/02/19  23:52:12
6433         Log: tweak RE for NaNQ? recognition
6434      Branch: perl
6435            ! t/lib/bigfloatpm.t
6436 ____________________________________________________________________________
6437 [  2987] By: gsar                                  on 1999/02/19  23:29:59
6438         Log: mention C<use utf8> and C<use warning> in perldelta
6439      Branch: perl
6440            ! pod/perldelta.pod
6441 ____________________________________________________________________________
6442 [  2985] By: jhi                                   on 1999/02/19  20:43:19
6443         Log: pack/unpack better in (network-)short-non-16-bits and
6444              (network-)long-non-32-bits systems such as Cray C90.
6445      Branch: cfgperl
6446            ! perl.h pp.c t/op/pack.t
6447 ____________________________________________________________________________
6448 [  2984] By: jhi                                   on 1999/02/19  20:38:54
6449         Log: Regen Configure.
6450      Branch: cfgperl
6451            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6452            ! perl.c
6453 ____________________________________________________________________________
6454 [  2982] By: jhi                                   on 1999/02/19  19:51:49
6455         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
6456              not probed for and         
6457              
6458              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6459              To: Chaim Frenkel <chaimf@pobox.com>,
6460              Russ Allbery <rra@stanford.edu>,
6461              Jarkko Hietaniemi <jhi@iki.fi>,
6462              Gurusamy Sarathy <gsar@activestate.com>,
6463              Graham Barr <gbarr@pobox.com>
6464              Cc: bdensch@ameritech.net, perlbug@perl.com
6465              Subject: [PATCH] Re: Solaris 7 for Intel
6466              Message-ID: <19990219124404.A30182@O2.chapin.edu>
6467              
6468              Glossary is still missing some terms because
6469              mkglossary is misbehaving (change #2981 updated
6470              Glossary manually)
6471      Branch: cfgperl
6472            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6473            ! Porting/config_H
6474 ____________________________________________________________________________
6475 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
6476         Log: Make result of h2xs work when user adds C<use strict>
6477      Branch: maint-5.005/perl
6478            ! utils/h2xs.PL
6479 ____________________________________________________________________________
6480 [  2979] By: gsar                                  on 1999/02/19  05:24:29
6481         Log: doc for change#2978
6482      Branch: perl
6483            ! pod/perlsub.pod
6484 ____________________________________________________________________________
6485 [  2978] By: gsar                                  on 1999/02/19  05:08:29
6486         Log: bring '*' prototype closer to how it behaves internally
6487      Branch: perl
6488            + t/lib/fatal.t
6489            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
6490 ____________________________________________________________________________
6491 [  2977] By: gsar                                  on 1999/02/19  02:50:31
6492         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
6493      Branch: perl
6494            ! perly.h
6495 ____________________________________________________________________________
6496 [  2975] By: gsar                                  on 1999/02/18  21:41:57
6497         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
6498              of lexical searches in BEGIN|INIT|END)
6499      Branch: perl
6500            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
6501            ! vms/perly_c.vms
6502 ____________________________________________________________________________
6503 [  2974] By: gsar                                  on 1999/02/18  21:03:06
6504         Log: missing PERL_POLLUTE_MALLOC
6505      Branch: perl
6506            ! ext/SDBM_File/sdbm/sdbm.h
6507 ____________________________________________________________________________
6508 [  2973] By: gsar                                  on 1999/02/18  17:10:49
6509         Log: From:    Andy Dougherty <doughera@lafayette.edu>
6510              Date:    Wed, 17 Feb 1999 17:22:50 EST
6511              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
6512              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
6513      Branch: perl
6514            ! lib/dotsh.pl
6515 ____________________________________________________________________________
6516 [  2972] By: gsar                                  on 1999/02/18  17:04:12
6517         Log: s/#defined/#define/
6518      Branch: perl
6519            ! ext/Data/Dumper/Dumper.xs
6520 ____________________________________________________________________________
6521 [  2970] By: gsar                                  on 1999/02/18  03:26:43
6522         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
6523      Branch: perl
6524            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6525            ! ext/GDBM_File/typemap
6526 ____________________________________________________________________________
6527 [  2969] By: gsar                                  on 1999/02/17  23:30:47
6528         Log: correct slurp mode doc
6529      Branch: perl
6530            ! pod/perlfunc.pod pod/perlop.pod
6531 ____________________________________________________________________________
6532 [  2968] By: jhi                                   on 1999/02/17  23:15:49
6533         Log: Ultrix hints update.
6534              
6535              From: Spider Boardman <spider@zk3.dec.com>
6536              To: perlbug@perl.com
6537              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
6538              Date: Tue, 16 Feb 1999 23:04:28 -0500
6539              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
6540      Branch: cfgperl
6541            ! hints/ultrix_4.sh
6542 ____________________________________________________________________________
6543 [  2966] By: jhi                                   on 1999/02/17  23:09:21
6544         Log: Change #2965 wiped out some Sarathy's _55 changes.
6545              Now unwiped.
6546      Branch: cfgperl
6547            ! Configure pp.c t/op/pack.t
6548 ____________________________________________________________________________
6549 [  2965] By: jhi                                   on 1999/02/17  23:00:04
6550         Log: Configure tweaks.
6551              
6552              Fix the Unixware/SCO uname scan:
6553              
6554              From: Tom Hughes <thh@cyberscience.com>
6555              To: perlbug@perl.com
6556              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
6557              Date: 17 Feb 1999 15:34:15 +0000    
6558              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
6559              
6560              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
6561              
6562              From: Joe Buehler <jhpb@hekimian.com>
6563              To: perl5-porters@perl.org
6564              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
6565              Date: 12 Feb 1999 11:25:21 -0500
6566              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
6567              
6568              Make the pthreads joinable constant scan to output to fd 4, not 2.
6569      Branch: cfgperl
6570            ! Configure
6571 ____________________________________________________________________________
6572 [  2964] By: gsar                                  on 1999/02/17  21:30:07
6573         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6574              Date: Wed, 17 Feb 1999 06:53:13 -0700
6575              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
6576              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
6577      Branch: perl
6578            ! lib/Pod/Functions.pm
6579 ____________________________________________________________________________
6580 [  2963] By: gsar                                  on 1999/02/17  21:18:21
6581         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
6582              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6583              Date: Wed, 17 Feb 1999 10:06:01 +0000
6584              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
6585              Subject: Re: [5.005_53] panic: pad_free curpad 
6586      Branch: perl
6587            ! regcomp.c regexec.c t/op/misc.t
6588 ____________________________________________________________________________
6589 [  2962] By: gsar                                  on 1999/02/16  21:26:28
6590         Log: NaNQ? tweak
6591      Branch: perl
6592            ! t/lib/bigfloatpm.t
6593 ____________________________________________________________________________
6594 [  2961] By: jhi                                   on 1999/02/16  19:26:38
6595         Log: Integrate from mainperl.
6596      Branch: cfgperl
6597           !> (integrate 37 files)
6598 ____________________________________________________________________________
6599 [  2960] By: gsar                                  on 1999/02/16  18:04:29
6600         Log: undo change#2465 (qw[] is a real list now)
6601      Branch: perl
6602            ! pod/perlop.pod
6603 ____________________________________________________________________________
6604 [  2959] By: gsar                                  on 1999/02/16  07:09:33
6605         Log: this was 5.005_55
6606      Branch: perl
6607            ! Changes
6608
6609 ----------------
6610 Version 5.005_55
6611 ----------------
6612
6613 ____________________________________________________________________________
6614 [  2958] By: gsar                                  on 1999/02/16  06:18:27
6615         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
6616              elide dups and non-dependents from Changes
6617      Branch: perl
6618            ! Changes pod/perlhist.pod
6619           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
6620           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
6621           !> pod/perlport.pod pp.c t/op/pack.t
6622 ____________________________________________________________________________
6623 [  2957] By: gsar                                  on 1999/02/16  04:09:47
6624         Log: propagate PERL_VERSION everywhere, add to pod
6625      Branch: perl
6626            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
6627            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
6628            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
6629            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
6630            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
6631            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
6632            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
6633            ! win32/config.gc win32/config.vc win32/config_sh.PL
6634            ! win32/win32.c x2p/a2py.c
6635 ____________________________________________________________________________
6636 [  2955] By: jhi                                   on 1999/02/15  16:15:03
6637         Log: The pack tests now better in C90 (after the packnative patches).
6638      Branch: cfgperl
6639            ! t/op/pack.t
6640 ____________________________________________________________________________
6641 [  2954] By: gsar                                  on 1999/02/15  14:11:50
6642         Log: tweak Configure to follow new PERL_VERSION etc.
6643      Branch: perl
6644            ! Configure patchlevel.h pod/perlhist.pod
6645 ____________________________________________________________________________
6646 [  2953] By: jhi                                   on 1999/02/15  14:02:21
6647         Log: Integrate from mainperl.
6648      Branch: cfgperl
6649           !> MANIFEST Porting/makerel
6650 ____________________________________________________________________________
6651 [  2952] By: jhi                                   on 1999/02/15  13:50:07
6652         Log: Enhance the packnative patch: use the packnative code
6653              only if required.  Also added hefty testing (hopefully
6654              I didn't assume too much...).  Tested on alpha, ix86, sparc.
6655      Branch: cfgperl
6656            ! pod/perlfunc.pod pp.c t/op/pack.t
6657 ____________________________________________________________________________
6658 [  2951] By: jhi                                   on 1999/02/15  13:46:56
6659         Log: AVAILABILITY from 5.005_03-tobe, will of course
6660              require updating when 5.006 comes out.
6661      Branch: cfgperl
6662            ! pod/perl.pod
6663 ____________________________________________________________________________
6664 [  2949] By: gsar                                  on 1999/02/15  13:28:51
6665         Log: will this be it for 5.005_55?
6666      Branch: perl
6667            ! MANIFEST Porting/makerel
6668 ____________________________________________________________________________
6669 [  2948] By: jhi                                   on 1999/02/15  13:23:52
6670         Log: Integrate from mainperl.
6671      Branch: cfgperl
6672           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
6673           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6674           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6675           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
6676           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
6677           !> win32/config.gc win32/config.vc win32/config_H.bc
6678           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6679 ____________________________________________________________________________
6680 [  2947] By: jhi                                   on 1999/02/15  13:20:41
6681         Log: perlport.pod 1.39 from Chris.
6682      Branch: cfgperl
6683            ! pod/perlport.pod
6684 ____________________________________________________________________________
6685 [  2946] By: jhi                                   on 1999/02/15  13:09:58
6686         Log: Import Ultrix update, change #2864, 
6687              
6688              From: Spider Boardman <spider@zk3.dec.com>
6689              To: perlbug@perl.com
6690              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6691              Date: Wed, 10 Feb 1999 23:33:31 -0500
6692              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6693      Branch: cfgperl
6694            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6695 ____________________________________________________________________________
6696 [  2945] By: jhi                                   on 1999/02/15  13:04:50
6697         Log: OpenBSD sparc SHMLBA.
6698      Branch: cfgperl
6699            ! ext/IPC/SysV/SysV.xs
6700 ____________________________________________________________________________
6701 [  2944] By: gsar                                  on 1999/02/15  12:09:52
6702         Log: update win32/config* stuff, Changes
6703      Branch: perl
6704            ! Changes win32/Makefile win32/config.bc win32/config.gc
6705            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6706            ! win32/config_H.vc win32/makefile.mk
6707 ____________________________________________________________________________
6708 [  2943] By: gsar                                  on 1999/02/15  11:54:08
6709         Log: #include patchlevel.h by default, provide
6710              PERL_{REVISION,VERSION,SUBVERSION}
6711      Branch: perl
6712            ! patchlevel.h perl.h
6713 ____________________________________________________________________________
6714 [  2942] By: gsar                                  on 1999/02/15  10:26:59
6715         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
6716              misc fixes
6717      Branch: perl
6718            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
6719 ____________________________________________________________________________
6720 [  2941] By: gsar                                  on 1999/02/15  10:24:37
6721         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
6722              Message-ID: <19990207002851.B9185@toldyouso.com>
6723              Message-ID: <19990207212152.A9765@toldyouso.com>
6724              Message-ID: <19990207212041.A9622@toldyouso.com>
6725              Message-ID: <19990207213127.A10244@toldyouso.com>
6726              Message-ID: <19990207212559.A9950@toldyouso.com>
6727              Message-ID: <19990207212842.A9994@toldyouso.com>
6728              Message-ID: <19990207212500.A9860@toldyouso.com>
6729              Message-ID: <19990207213013.A10105@toldyouso.com>
6730      Branch: perl
6731            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6732            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6733            ! pod/perlmodlib.pod pod/perltoc.pod
6734 ____________________________________________________________________________
6735 [  2940] By: gsar                                  on 1999/02/15  10:07:08
6736         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
6737              of suggested patch)
6738              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
6739              Date: Mon, 08 Feb 1999 01:14:41 -0000
6740              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
6741              Subject: [PATCH 5.005_54] some pending C.pm stuff 
6742      Branch: perl
6743            ! ext/B/B/C.pm
6744 ____________________________________________________________________________
6745 [  2939] By: jhi                                   on 1999/02/15  08:40:18
6746         Log: Integrate from mainperl.
6747      Branch: cfgperl
6748           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
6749            - lib/File/PathConvert.pm
6750           !> (integrate 81 files)
6751 ____________________________________________________________________________
6752 [  2938] By: gsar                                  on 1999/02/15  06:56:39
6753         Log: change#2839 was bogus, redo
6754      Branch: perl
6755           !> t/lib/h2ph.pht
6756 ____________________________________________________________________________
6757 [  2937] By: gsar                                  on 1999/02/15  06:38:15
6758         Log: support Win32::GetFullPathName() and Win32::SetLastError()
6759              From: jan.dubois@ibm.net (Jan Dubois)
6760              Date: Tue, 09 Feb 1999 22:27:31 +0100
6761              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
6762              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
6763      Branch: perl
6764            ! win32/win32.c
6765 ____________________________________________________________________________
6766 [  2936] By: gsar                                  on 1999/02/15  06:26:39
6767         Log: support native integers, pack("L_",...) etc. (via private mail)
6768              From: Jarkko Hietaniemi <jhi@iki.fi>
6769              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
6770              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
6771              Subject: the "packnative" patch
6772      Branch: perl
6773            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
6774            ! t/lib/ipc_sysv.t t/op/pack.t
6775 ____________________________________________________________________________
6776 [  2935] By: gsar                                  on 1999/02/15  06:04:02
6777         Log: From: Michael G Schwern <schwern@pobox.com>
6778              Date: Tue, 9 Feb 1999 04:13:12 -0500
6779              Message-ID: <19990209041312.A15788@toldyouso.com>
6780              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
6781      Branch: perl
6782            ! utils/h2xs.PL
6783 ____________________________________________________________________________
6784 [  2934] By: gsar                                  on 1999/02/15  05:30:13
6785         Log: fix bugs in the handling of negative numbers, among other things
6786              From: Steven Knight <knight@theopera.baldmt.citilink.com>
6787              Date: Mon, 8 Feb 1999 01:16:24 -0600
6788              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
6789              Subject: Math::BigFloat and Math::BigInt
6790      Branch: perl
6791            + t/lib/bigfloat.t t/lib/bigfloatpm.t
6792            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
6793            ! t/lib/bigintpm.t
6794 ____________________________________________________________________________
6795 [  2933] By: gsar                                  on 1999/02/15  04:57:52
6796         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
6797              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
6798              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
6799              Subject: s2p incorrectly handles hold space commands
6800      Branch: perl
6801            ! x2p/s2p.PL
6802 ____________________________________________________________________________
6803 [  2932] By: gsar                                  on 1999/02/15  04:45:55
6804         Log: clarify what a "line" is
6805      Branch: perl
6806            ! pod/perlfunc.pod pod/perlvar.pod
6807 ____________________________________________________________________________
6808 [  2931] By: gsar                                  on 1999/02/15  04:23:29
6809         Log: backout change#2811 and add newer version based on File::Spec
6810              From: Barrie Slaymaker <rbs@telerama.com>
6811              Date: Thu, 11 Feb 1999 16:29:24 -0500
6812              Message-ID: <36C34BB4.A62090E0@telerama.com>
6813              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
6814      Branch: perl
6815            - lib/File/PathConvert.pm
6816            ! MANIFEST installhtml lib/Pod/Html.pm
6817 ____________________________________________________________________________
6818 [  2930] By: gsar                                  on 1999/02/15  04:16:25
6819         Log: From: Barrie Slaymaker <rbs@telerama.com>
6820              Date: Thu, 11 Feb 1999 19:39:48 -0500
6821              Message-ID: <36C37854.707D139@telerama.com>
6822              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
6823      Branch: perl
6824            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6825 ____________________________________________________________________________
6826 [  2929] By: gsar                                  on 1999/02/15  04:06:50
6827         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
6828              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
6829              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
6830              Subject: [PATCH]5.005_54 (DOC) fix many typos
6831              --
6832              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
6833              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
6834              Subject: [PATCH]5.005_54 (DOC) typos
6835      Branch: perl
6836            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
6837            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
6838            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6839            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6840            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
6841            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
6842            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
6843            ! pod/perlvar.pod pod/perlxs.pod
6844 ____________________________________________________________________________
6845 [  2928] By: gsar                                  on 1999/02/15  03:39:53
6846         Log: allow the Carp routines to pass through exception objects
6847      Branch: perl
6848            ! lib/Carp.pm
6849 ____________________________________________________________________________
6850 [  2927] By: gsar                                  on 1999/02/15  03:22:57
6851         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
6852      Branch: perl
6853            ! pod/perlfaq8.pod
6854 ____________________________________________________________________________
6855 [  2926] By: gsar                                  on 1999/02/15  03:19:39
6856         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
6857              have done that, but didn't)
6858      Branch: perl
6859           !> utils/h2ph.PL
6860 ____________________________________________________________________________
6861 [  2925] By: gsar                                  on 1999/02/15  03:17:01
6862         Log: integrate cfgperl changes into mainline
6863      Branch: perl
6864            ! Changes
6865           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6866           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
6867           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
6868           !> vms/subconfigure.com
6869 ____________________________________________________________________________
6870 [  2924] By: gsar                                  on 1999/02/15  03:07:08
6871         Log: add const qualifier to most char* prototypes, handle ripple effect
6872      Branch: perl
6873            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
6874            ! universal.c util.c
6875 ____________________________________________________________________________
6876 [  2923] By: gsar                                  on 1999/02/15  01:04:30
6877         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6878              Date: Thu, 04 Feb 1999 02:37:31 +0000
6879              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
6880              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
6881      Branch: perl
6882            ! pp_ctl.c t/op/range.t
6883 ____________________________________________________________________________
6884 [  2922] By: gsar                                  on 1999/02/15  00:24:34
6885         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6886              Date: Sun, 31 Jan 1999 01:50:06 +0000
6887              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
6888              Subject: [PATCH 5.005_03t4] regexp flags bug
6889      Branch: perl
6890            ! regcomp.c t/op/re_tests
6891 ____________________________________________________________________________
6892 [  2921] By: gsar                                  on 1999/02/15  00:13:02
6893         Log: use New() et al., rather than safemalloc() et al.
6894              From: jan.dubois@ibm.net (Jan Dubois)
6895              Date: Fri, 29 Jan 1999 23:27:22 +0100
6896              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
6897              Subject: [PATCH _03-MT5] POSIX.xs memory API
6898      Branch: perl
6899            ! ext/POSIX/POSIX.xs
6900 ____________________________________________________________________________
6901 [  2920] By: gsar                                  on 1999/02/15  00:05:33
6902         Log: tweak READ() docs to mention $buffer must be altered by reference
6903      Branch: perl
6904            ! pod/perltie.pod
6905 ____________________________________________________________________________
6906 [  2919] By: gsar                                  on 1999/02/14  23:50:39
6907         Log: applied suggested patch, with several language/readability tweaks
6908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6909              Date: Fri, 29 Jan 1999 00:25:02 -0500
6910              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
6911              Subject: Re: [PATCH 5.005_*] Better parsing docs
6912      Branch: perl
6913            ! pod/perlop.pod
6914 ____________________________________________________________________________
6915 [  2918] By: gsar                                  on 1999/02/14  23:20:42
6916         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
6917              of silently returning bogus values)
6918              From: Peter Chines <pchines@nhgri.nih.gov>
6919              Date: Wed, 27 Jan 1999 16:11:31 -0500
6920              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
6921              Subject: Time::Local
6922      Branch: perl
6923            ! lib/Time/Local.pm pod/perldelta.pod
6924 ____________________________________________________________________________
6925 [  2917] By: gsar                                  on 1999/02/14  11:21:43
6926         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6927              Date: Thu, 28 Jan 1999 10:02:20 -0500
6928              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
6929              Subject: Re: [PATCH 5.005_53] Better perldoc
6930      Branch: perl
6931            ! utils/perldoc.PL
6932 ____________________________________________________________________________
6933 [  2916] By: gsar                                  on 1999/02/14  10:59:38
6934         Log: back out change#2751, apply updated version 
6935              From: jan.dubois@ibm.net (Jan Dubois)
6936              Date: Sat, 06 Feb 1999 01:06:29 +0100
6937              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
6938              Subject: [PATCH] Cleanup of File::Spec module
6939      Branch: perl
6940            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6941            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6942            ! lib/File/Spec/Win32.pm
6943 ____________________________________________________________________________
6944 [  2915] By: gsar                                  on 1999/02/14  10:48:01
6945         Log: tweak select() test
6946      Branch: perl
6947            ! pod/perlipc.pod t/op/fh.t
6948 ____________________________________________________________________________
6949 [  2914] By: gsar                                  on 1999/02/14  10:25:55
6950         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
6951      Branch: perl
6952            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
6953 ____________________________________________________________________________
6954 [  2913] By: gsar                                  on 1999/02/14  10:03:51
6955         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
6956              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
6957              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
6958              Subject: Re: SvOPV() or SvPV_nolen() or ...
6959      Branch: perl
6960            ! pod/perlguts.pod
6961 ____________________________________________________________________________
6962 [  2912] By: gsar                                  on 1999/02/14  09:57:29
6963         Log: provide SvPV_nolen(sv) to avoid use of PL_na
6964              From: jan.dubois@ibm.net (Jan Dubois)
6965              Date: Sun, 24 Jan 1999 02:45:32 +0100
6966              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
6967              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
6968      Branch: perl
6969            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
6970            ! sv.h
6971 ____________________________________________________________________________
6972 [  2911] By: gsar                                  on 1999/02/14  06:51:05
6973         Log: elide stray effluvium
6974      Branch: perl
6975            ! pod/perldelta.pod
6976 ____________________________________________________________________________
6977 [  2910] By: gsar                                  on 1999/02/14  05:51:56
6978         Log: slurping an empty file should return '' rather than undef, with
6979              commensurate effects on ARGV processing
6980      Branch: perl
6981            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6982            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
6983 ____________________________________________________________________________
6984 [  2909] By: gsar                                  on 1999/02/14  00:02:11
6985         Log: perly_c.diff typo
6986      Branch: perl
6987            ! perly.c perly_c.diff vms/perly_c.vms
6988 ____________________________________________________________________________
6989 [  2908] By: gsar                                  on 1999/02/13  18:20:13
6990         Log: From: jan.dubois@ibm.net (Jan Dubois)
6991              Date: Sat, 13 Feb 1999 13:25:53 +0100
6992              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
6993              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
6994      Branch: perl
6995            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
6996 ____________________________________________________________________________
6997 [  2907] By: jhi                                   on 1999/02/13  15:07:26
6998         Log: Integrate from mainperl.
6999      Branch: cfgperl
7000           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
7001           !> (integrate 150 files)
7002 ____________________________________________________________________________
7003 [  2903] By: gsar                                  on 1999/02/12  13:25:59
7004         Log: From: jan.dubois@ibm.net (Jan Dubois)
7005              Date: Sun, 24 Jan 1999 01:12:00 +0100
7006              Message-ID: <36b66479.62756298@smtp1.ibm.net>
7007              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
7008      Branch: perl
7009            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
7010            ! proto.h sv.c sv.h
7011 ____________________________________________________________________________
7012 [  2902] By: gsar                                  on 1999/02/12  12:55:11
7013         Log: script to generate ctags from etags
7014              From: Colin Kuskie <ckuskie@cadence.com>
7015              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
7016              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
7017              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
7018      Branch: perl
7019            + emacs/e2ctags.pl
7020            ! Makefile.SH pod/perlfaq3.pod
7021 ____________________________________________________________________________
7022 [  2901] By: gsar                                  on 1999/02/12  12:40:17
7023         Log: allow boolean assign ops to be lvalues
7024              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7025              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
7026              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
7027              --
7028              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7029              Date: Mon, 18 Jan 1999 10:04:00 +0000
7030              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
7031              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
7032      Branch: perl
7033            + t/op/lop.t
7034            ! MANIFEST op.c
7035 ____________________________________________________________________________
7036 [  2899] By: jhi                                   on 1999/02/12  12:03:48
7037         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
7038      Branch: cfgperl
7039            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7040            ! config_h.SH hints/openbsd.sh
7041 ____________________________________________________________________________
7042 [  2898] By: gsar                                  on 1999/02/12  11:49:25
7043         Log: support win32_putenv()
7044      Branch: perl
7045            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
7046            ! win32/win32.c win32/win32iop.h
7047 ____________________________________________________________________________
7048 [  2894] By: gsar                                  on 1999/02/12  11:09:27
7049         Log: add missing hunk in change#2657
7050      Branch: perl
7051            ! ext/B/B/CC.pm
7052 ____________________________________________________________________________
7053 [  2893] By: gsar                                  on 1999/02/12  11:00:13
7054         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7055              Date: Tue, 19 Jan 1999 20:13:15 -0500
7056              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
7057              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
7058      Branch: perl
7059            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
7060            ! t/pragma/subs.t t/pragma/warning.t
7061 ____________________________________________________________________________
7062 [  2892] By: gsar                                  on 1999/02/12  10:44:38
7063         Log: update change#2670 to later version
7064              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7065              Date: Sun, 31 Jan 1999 16:16:14 +0000
7066              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
7067              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
7068      Branch: perl
7069            ! t/op/subst.t toke.c
7070 ____________________________________________________________________________
7071 [  2891] By: gsar                                  on 1999/02/12  10:31:17
7072         Log: make testsuite somewhat location independent
7073      Branch: perl
7074            ! (edit 117 files)
7075 ____________________________________________________________________________
7076 [  2890] By: gsar                                  on 1999/02/12  10:00:30
7077         Log: add $AutoLoader::VERSION
7078      Branch: perl
7079            ! lib/AutoLoader.pm
7080 ____________________________________________________________________________
7081 [  2889] By: gsar                                  on 1999/02/12  09:55:48
7082         Log: tweak PERL_STRICT_CR notes
7083      Branch: perl
7084            ! pod/perl5005delta.pod
7085 ____________________________________________________________________________
7086 [  2888] By: gsar                                  on 1999/02/12  09:41:45
7087         Log: add note about test-notty target
7088      Branch: perl
7089            ! README.win32
7090 ____________________________________________________________________________
7091 [  2887] By: gsar                                  on 1999/02/12  09:37:37
7092         Log: add perltodo.pod
7093      Branch: perl
7094            + pod/perltodo.pod
7095            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
7096            ! win32/pod.mak
7097 ____________________________________________________________________________
7098 [  2886] By: jhi                                   on 1999/02/12  08:52:14
7099         Log: Integrate from mainperl.
7100      Branch: cfgperl
7101           +> t/op/fh.t
7102           !> (integrate 30 files)
7103 ____________________________________________________________________________
7104 [  2885] By: gsar                                  on 1999/02/12  08:42:10
7105         Log: note how to find REG_INFTY limit
7106      Branch: perl
7107            ! pod/perlre.pod
7108 ____________________________________________________________________________
7109 [  2884] By: jhi                                   on 1999/02/12  08:36:14
7110         Log: OpenBSD pthreads awareness, thanks to
7111              David Leonard <david.leonard@csee.uq.edu.au>
7112      Branch: maint-5.005/perl
7113            ! Configure hints/openbsd.sh
7114 ____________________________________________________________________________
7115 [  2882] By: gsar                                  on 1999/02/12  08:05:20
7116         Log: IO is maintained by p5p (per Graham Barr's wishes)
7117      Branch: perl
7118            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
7119            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
7120            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7121            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7122 ____________________________________________________________________________
7123 [  2881] By: gsar                                  on 1999/02/12  07:57:13
7124         Log: fh.t typo
7125      Branch: perl
7126            ! t/op/fh.t
7127 ____________________________________________________________________________
7128 [  2880] By: gsar                                  on 1999/02/12  07:38:16
7129         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
7130      Branch: perl
7131            ! perl.c pod/perlrun.pod
7132 ____________________________________________________________________________
7133 [  2879] By: gsar                                  on 1999/02/12  05:39:29
7134         Log: fix ops that are not filehandle constructors to not create GV if it
7135              doesn't already exist (avoids leaks); extend semantics of defined()
7136              so that defined(*{$foo}) works (experimental)
7137      Branch: perl
7138            + t/op/fh.t
7139            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
7140            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
7141 ____________________________________________________________________________
7142 [  2877] By: jhi                                   on 1999/02/11  20:44:00
7143         Log: From: Chris Nandor <pudge@pobox.com>
7144              To: perl5-porters@perl.org
7145              Subject: [PATCH] perlport.pod 1.39
7146              Date: Thu, 11 Feb 1999 12:28:35 -0500
7147              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
7148      Branch: cfgperl
7149            ! pod/perlport.pod
7150 ____________________________________________________________________________
7151 [  2870] By: gsar                                  on 1999/02/11  11:17:08
7152         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
7153      Branch: perl
7154            ! ext/IO/lib/IO/Pipe.pm
7155 ____________________________________________________________________________
7156 [  2869] By: gsar                                  on 1999/02/11  11:00:56
7157         Log: update win32/pod.mak
7158      Branch: perl
7159            ! win32/pod.mak
7160 ____________________________________________________________________________
7161 [  2868] By: gsar                                  on 1999/02/11  10:42:44
7162         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
7163              Date: Fri, 08 Jan 1999 14:36:53 +1100
7164              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
7165              Subject: Re: [Fwd: IO::Socket::connect and blocking]
7166      Branch: perl
7167            ! ext/IO/lib/IO/Socket.pm
7168 ____________________________________________________________________________
7169 [  2867] By: gsar                                  on 1999/02/11  09:43:03
7170         Log: av_extend() doc tweak from Jan Dubois
7171      Branch: perl
7172            ! pod/perlguts.pod
7173 ____________________________________________________________________________
7174 [  2866] By: gsar                                  on 1999/02/11  09:27:17
7175         Log: display full pathname of unreadable files
7176      Branch: perl
7177            ! utils/perldoc.PL
7178 ____________________________________________________________________________
7179 [  2865] By: gsar                                  on 1999/02/11  09:02:31
7180         Log: missing patch in change#2522
7181      Branch: perl
7182            ! lib/Pod/Text.pm
7183 ____________________________________________________________________________
7184 [  2864] By: jhi                                   on 1999/02/11  08:45:00
7185         Log: From: Spider Boardman <spider@zk3.dec.com>
7186              To: perlbug@perl.com
7187              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
7188              Date: Wed, 10 Feb 1999 23:33:31 -0500
7189              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
7190      Branch: maint-5.005/perl
7191            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
7192 ____________________________________________________________________________
7193 [  2862] By: gsar                                  on 1999/02/11  08:14:34
7194         Log: integrate changes#2738,2740 from maint-5.005
7195      Branch: perl
7196           !> lib/ExtUtils/MakeMaker.pm
7197 ____________________________________________________________________________
7198 [  2861] By: jhi                                   on 1999/02/11  08:04:25
7199         Log: Integrate from mainperl.
7200      Branch: cfgperl
7201           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
7202           !> t/op/range.t win32/config.gc
7203 ____________________________________________________________________________
7204 [  2860] By: gsar                                  on 1999/02/11  07:30:08
7205         Log: binmode() support for cygwin32 (suggested by Steven Morlock
7206              <newspost@morlock.net>)
7207      Branch: perl
7208            ! perl.h
7209 ____________________________________________________________________________
7210 [  2859] By: gsar                                  on 1999/02/11  07:14:21
7211         Log: update Changes
7212      Branch: perl
7213            ! Changes
7214           !> pod/perl5005delta.pod
7215 ____________________________________________________________________________
7216 [  2856] By: gsar                                  on 1999/02/11  07:07:39
7217         Log: integrate perldelta changes from maint-5.005
7218      Branch: perl
7219           !> pod/perl5005delta.pod
7220 ____________________________________________________________________________
7221 [  2855] By: gsar                                  on 1999/02/11  06:31:50
7222         Log: applied suggested patch; added tests
7223              From: Adam Krolnik <adamk@gypsy.cyrix.com>
7224              Date: Sat, 12 Dec 98 15:30:18 -0600
7225              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
7226              Subject: Range operation doesn't handle IV_MAX
7227      Branch: perl
7228            ! pp_ctl.c t/op/range.t
7229 ____________________________________________________________________________
7230 [  2854] By: gsar                                  on 1999/02/11  05:00:55
7231         Log: compatibility fix: magic non-propagation in foreach implicit localization
7232      Branch: perl
7233            ! pp_ctl.c t/op/local.t win32/config.gc
7234 ____________________________________________________________________________
7235 [  2852] By: gsar                                  on 1999/02/10  23:17:49
7236         Log: fair warning about -Dusethreads
7237      Branch: maint-5.005/perl
7238            ! Configure INSTALL README.threads
7239 ____________________________________________________________________________
7240 [  2847] By: jhi                                   on 1999/02/09  19:13:28
7241         Log: Integrate from mainperl.
7242      Branch: cfgperl
7243           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
7244           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
7245 ____________________________________________________________________________
7246 [  2846] By: gsar                                  on 1999/02/09  13:53:28
7247         Log: a modified version of suggested patch for pack template 'Z'; added docs
7248              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
7249              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
7250              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
7251              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
7252      Branch: perl
7253            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
7254 ____________________________________________________________________________
7255 [  2845] By: gsar                                  on 1999/02/09  00:03:26
7256         Log: clarify docs for change#2835
7257      Branch: perl
7258            ! pod/perldelta.pod pod/perlop.pod
7259 ____________________________________________________________________________
7260 [  2844] By: gsar                                  on 1999/02/08  23:40:57
7261         Log: addendum to change#2823
7262              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7263              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
7264              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
7265              Subject: [PATCH] Docs and tests for method-call syntax
7266      Branch: perl
7267            ! pod/perlobj.pod t/op/method.t
7268 ____________________________________________________________________________
7269 [  2843] By: jhi                                   on 1999/02/08  21:06:28
7270         Log: Ultrix mmap tidbit.
7271      Branch: cfgperl
7272            ! hints/ultrix_4.sh
7273 ____________________________________________________________________________
7274 [  2842] By: jhi                                   on 1999/02/08  20:22:55
7275         Log: Integrate from mainperl.
7276      Branch: cfgperl
7277           +> t/op/subst_wamp.t
7278           !> (integrate 35 files)
7279 ____________________________________________________________________________
7280 [  2841] By: jhi                                   on 1999/02/08  18:23:26
7281         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7282              To: Mailing list Perl5 <perl5-porters@perl.org>
7283              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
7284              Date: Sun, 7 Feb 1999 17:25:22 -0500
7285              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
7286      Branch: cfgperl
7287            + t/op/subst_amp.t
7288            ! MANIFEST regcomp.c t/op/subst.t
7289 ____________________________________________________________________________
7290 [  2840] By: jhi                                   on 1999/02/08  18:16:54
7291         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7292              To: Mailing list Perl5 <perl5-porters@perl.org>
7293              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
7294              Date: Sun, 7 Feb 1999 17:00:10 -0500
7295              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
7296      Branch: cfgperl
7297            ! pp_hot.c t/op/pat.t
7298 ____________________________________________________________________________
7299 [  2839] By: jhi                                   on 1999/02/08  17:25:30
7300         Log: A require was missing.
7301      Branch: cfgperl
7302            ! t/lib/h2ph.pht
7303 ____________________________________________________________________________
7304 [  2838] By: jhi                                   on 1999/02/08  16:38:41
7305         Log: Bring in the change #2809 (the Configure part has been
7306              modified rather a lot since the #2809, though.)
7307      Branch: cfgperl
7308            ! Configure utils/h2ph.PL
7309 ____________________________________________________________________________
7310 [  2835] By: gsar                                  on 1999/02/08  14:40:23
7311         Log: make qw() into a true list at compile time (slightly modified
7312              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
7313      Branch: perl
7314            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
7315 ____________________________________________________________________________
7316 [  2834] By: gsar                                  on 1999/02/08  13:23:16
7317         Log: make safesysmalloc() etc., always available; safemalloc() et al are
7318              now macros that point to the right malloc; fix various places in
7319              sources that need to always use safesysmalloc() et al
7320      Branch: perl
7321            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
7322            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
7323 ____________________________________________________________________________
7324 [  2833] By: gsar                                  on 1999/02/08  10:56:16
7325         Log: remove spurious #endif in last change
7326      Branch: perl
7327            ! perl.h
7328 ____________________________________________________________________________
7329 [  2832] By: gsar                                  on 1999/02/08  10:34:55
7330         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
7331              them ask for insanity (untested)
7332      Branch: perl
7333            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
7334            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
7335            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
7336 ____________________________________________________________________________
7337 [  2831] By: jhi                                   on 1999/02/08  08:33:33
7338         Log: Update vms/subconfigure.com along the lines of change #2829.
7339      Branch: cfgperl
7340            ! vms/subconfigure.com
7341 ____________________________________________________________________________
7342 [  2830] By: gsar                                  on 1999/02/08  00:19:46
7343         Log: integrate cfgperl changes into mainline
7344      Branch: perl
7345           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
7346           +> lib/File/PathConvert.pm pod/perlthrtut.pod
7347            ! Changes
7348           !> (integrate 93 files)
7349 ____________________________________________________________________________
7350 [  2829] By: jhi                                   on 1999/02/07  23:49:46
7351         Log: Configure update.
7352              
7353              Probe for mmap() et alia.
7354              The *cc*symbols patch (just Configure, no h2ph).
7355      Branch: cfgperl
7356            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7357            ! config_h.SH perl.h
7358 ____________________________________________________________________________
7359 [  2828] By: gsar                                  on 1999/02/07  23:38:47
7360         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7361              Date: Sun, 7 Feb 1999 17:25:22 -0500
7362              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
7363              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
7364      Branch: perl
7365            + t/op/subst_amp.t t/op/subst_wamp.t
7366            ! MANIFEST regcomp.c t/op/subst.t
7367 ____________________________________________________________________________
7368 [  2827] By: gsar                                  on 1999/02/07  23:27:32
7369         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7370              Date: Sun, 7 Feb 1999 17:00:10 -0500
7371              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
7372              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
7373      Branch: perl
7374            ! pp_hot.c t/op/pat.t
7375 ____________________________________________________________________________
7376 [  2826] By: gsar                                  on 1999/02/07  23:26:04
7377         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
7378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7379              Date: Sun, 7 Feb 1999 15:07:27 -0500
7380              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
7381              Subject: Re: fixing memory leaks in REx compilation
7382      Branch: perl
7383            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
7384            ! regexec.c
7385 ____________________________________________________________________________
7386 [  2825] By: jhi                                   on 1999/02/07  18:05:13
7387         Log: Integrate from mainperl.
7388      Branch: cfgperl
7389           +> lib/DB.pm t/comp/bproto.t
7390           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
7391           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
7392           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
7393           !> toke.c vms/perly_c.vms
7394 ____________________________________________________________________________
7395 [  2824] By: gsar                                  on 1999/02/07  14:21:48
7396         Log: tweak doc on bitwise ops
7397      Branch: perl
7398            ! pod/perlop.pod
7399 ____________________________________________________________________________
7400 [  2823] By: gsar                                  on 1999/02/07  13:38:31
7401         Log: applied suggested patch; regen perly* and vms/perly*
7402              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7403              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
7404              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
7405              Subject: [PATCH] Re: Suggestion for perlobj man page
7406      Branch: perl
7407            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
7408 ____________________________________________________________________________
7409 [  2822] By: gsar                                  on 1999/02/07  12:39:09
7410         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
7411              disabled, fails tests)
7412      Branch: perl
7413            ! regcomp.h
7414 ____________________________________________________________________________
7415 [  2821] By: gsar                                  on 1999/02/07  11:09:39
7416         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
7417              <Alexander.Barilo@aexp.com>)
7418      Branch: perl
7419            ! lib/Pod/Html.pm
7420 ____________________________________________________________________________
7421 [  2820] By: gsar                                  on 1999/02/07  10:20:35
7422         Log: add draft debugging API implementation
7423      Branch: perl
7424            + lib/DB.pm
7425            ! MANIFEST
7426 ____________________________________________________________________________
7427 [  2819] By: gsar                                  on 1999/02/07  09:58:45
7428         Log: avoid garbage in db->dirbuf
7429              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
7430              Date: Sat, 05 Dec 1998 14:14:54 +0900
7431              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
7432              Subject: SDBM bug
7433      Branch: perl
7434            ! ext/SDBM_File/sdbm/sdbm.c
7435 ____________________________________________________________________________
7436 [  2818] By: gsar                                  on 1999/02/07  09:32:24
7437         Log: missing entry
7438      Branch: perl
7439            ! MANIFEST
7440 ____________________________________________________________________________
7441 [  2817] By: gsar                                  on 1999/02/07  09:30:47
7442         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
7443      Branch: perl
7444            + t/comp/bproto.t
7445            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
7446 ____________________________________________________________________________
7447 [  2816] By: gsar                                  on 1999/02/06  00:14:29
7448         Log: minor bug in dumping blessed subrefs
7449      Branch: perl
7450            ! ext/Data/Dumper/Dumper.pm
7451 ____________________________________________________________________________
7452 [  2812] By: jhi                                   on 1999/02/03  22:02:24
7453         Log: Enhance change #2808.
7454              
7455              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7456              To: perl5-porters@perl.org
7457              Subject: Re: [PATCH 5.00*]: perlbug checklist
7458              Date: Wed, 3 Feb 1999 19:02:27 +0000
7459              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
7460      Branch: cfgperl
7461            ! utils/perlbug.PL
7462 ____________________________________________________________________________
7463 [  2811] By: jhi                                   on 1999/02/03  21:53:23
7464         Log: From: Barrie Slaymaker <rbs@telerama.com>
7465              To: perl5-porters@perl.org
7466              CC: pod-people@perl.org
7467              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
7468              Date: Wed, 03 Feb 1999 10:34:18 -0500
7469              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
7470              
7471              Add File::PathConvert.pm.
7472              Fix Pod::Html and installhtml to understand relative urls.
7473      Branch: cfgperl
7474            + lib/File/PathConvert.pm
7475            ! MANIFEST installhtml lib/Pod/Html.pm
7476 ____________________________________________________________________________
7477 [  2810] By: jhi                                   on 1999/02/03  20:25:10
7478         Log: From: Francois Desarmenien <desar@club-internet.fr>
7479              To: Mailing list Perl5 <perl5-porters@perl.org>
7480              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
7481              Date: Wed, 03 Feb 1999 13:13:24 +0000
7482              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
7483              
7484              (note: this patch completely overrides Tom Wolfe's patch,
7485              change #2604)
7486      Branch: cfgperl
7487            + ext/GDBM_File/hints/sco.pl
7488            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
7489 ____________________________________________________________________________
7490 [  2809] By: jhi                                   on 1999/02/03  19:54:16
7491         Log: h2ph fixes + Configure patch to support them.
7492              
7493              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7494              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
7495              Gurusamy Sarathy <gsar@engin.umich.edu>
7496              Cc: perl5-porters@perl.org
7497              Subject: [PATCH 5.00503_MT5] h2ph.PL
7498              Date: Tue, 2 Feb 1999 19:48:06 -0500
7499              Message-ID: <19990202194806.E10647@O2.chapin.edu>
7500      Branch: maint-5.005/perl
7501            ! Configure utils/h2ph.PL
7502 ____________________________________________________________________________
7503 [  2808] By: jhi                                   on 1999/02/03  16:59:55
7504         Log: Enhance the perlbug checklist.
7505      Branch: cfgperl
7506            ! utils/perlbug.PL
7507 ____________________________________________________________________________
7508 [  2807] By: jhi                                   on 1999/02/03  14:01:37
7509         Log: Document the standard strftime %formats.
7510              
7511              From: Dominic Dunlop <domo@vo.lu>
7512              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
7513              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
7514              Date: Tue, 2 Feb 1999 15:55:29 +0100
7515              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
7516      Branch: cfgperl
7517            ! ext/POSIX/POSIX.pod
7518 ____________________________________________________________________________
7519 [  2806] By: jhi                                   on 1999/02/03  13:58:00
7520         Log: Integrate from mainperl.
7521      Branch: cfgperl
7522           !> perl.h
7523 ____________________________________________________________________________
7524 [  2805] By: gsar                                  on 1999/02/03  03:32:31
7525         Log: PL_uuemap[] init needs help for sizeof()
7526      Branch: perl
7527            ! perl.h
7528 ____________________________________________________________________________
7529 [  2804] By: jhi                                   on 1999/02/02  20:44:30
7530         Log: These should've been already in #2803.
7531      Branch: cfgperl
7532            ! Configure config_h.SH vms/subconfigure.com
7533 ____________________________________________________________________________
7534 [  2803] By: jhi                                   on 1999/02/02  20:38:45
7535         Log: telldir prototype issue, from mists of time...
7536      Branch: cfgperl
7537            ! hints/netbsd.sh pp_sys.c
7538 ____________________________________________________________________________
7539 [  2801] By: jhi                                   on 1999/02/02  17:40:14
7540         Log: From: John Bley <jbb6@acpub.duke.edu>
7541              To: perlbug@perl.org
7542              Subject: [PATCH]5.005_54 (DOC) fix minor typos
7543              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
7544              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
7545      Branch: cfgperl
7546            ! pod/perlre.pod
7547 ____________________________________________________________________________
7548 [  2800] By: jhi                                   on 1999/02/02  17:26:49
7549         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
7550      Branch: cfgperl
7551            ! Todo-5.005
7552 ____________________________________________________________________________
7553 [  2799] By: jhi                                   on 1999/02/02  17:18:51
7554         Log: Update FindBin from maint-5.005.
7555      Branch: cfgperl
7556            ! lib/FindBin.pm
7557 ____________________________________________________________________________
7558 [  2798] By: jhi                                   on 1999/02/02  17:16:07
7559         Log: Fix typecasts in #2797
7560              
7561              From: "G. Del Merritt" <del@intranetics.com>
7562              Date: Fri, 29 Jan 1999 11:47:25 -0700
7563              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
7564              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
7565      Branch: cfgperl
7566            ! ext/POSIX/POSIX.xs
7567 ____________________________________________________________________________
7568 [  2797] By: jhi                                   on 1999/02/02  17:14:37
7569         Log: From: Ted Law <tedlaw@cibcwg.com>
7570              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
7571              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
7572              Subject: POSIX::strftime buffer overflow problem
7573      Branch: cfgperl
7574            ! ext/POSIX/POSIX.xs
7575 ____________________________________________________________________________
7576 [  2796] By: jhi                                   on 1999/02/02  17:13:23
7577         Log: Do not use File::Slurp.
7578      Branch: cfgperl
7579            ! t/lib/textfill.t
7580 ____________________________________________________________________________
7581 [  2795] By: jhi                                   on 1999/02/02  17:11:48
7582         Log: perlhist update from maint-5.005.
7583      Branch: cfgperl
7584            ! pod/perlhist.pod
7585 ____________________________________________________________________________
7586 [  2794] By: jhi                                   on 1999/02/02  17:10:33
7587         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
7588      Branch: cfgperl
7589            ! ext/POSIX/POSIX.pm
7590 ____________________________________________________________________________
7591 [  2793] By: jhi                                   on 1999/02/02  17:08:39
7592         Log: Missed the html test from change #2787. 
7593      Branch: cfgperl
7594            ! t/lib/cgi-html.t
7595 ____________________________________________________________________________
7596 [  2792] By: jhi                                   on 1999/02/02  17:01:24
7597         Log: Update Getopt::Long to 2.19.
7598      Branch: cfgperl
7599            ! lib/Getopt/Long.pm
7600 ____________________________________________________________________________
7601 [  2791] By: jhi                                   on 1999/02/02  16:59:13
7602         Log: overload syntax is no longer experimental
7603      Branch: cfgperl
7604            ! lib/overload.pm
7605 ____________________________________________________________________________
7606 [  2789] By: jhi                                   on 1999/02/02  16:47:50
7607         Log: Still doc fixes.
7608      Branch: cfgperl
7609            ! lib/diagnostics.pm
7610 ____________________________________________________________________________
7611 [  2788] By: jhi                                   on 1999/02/02  16:47:07
7612         Log: Doc fixes.
7613      Branch: cfgperl
7614            ! lib/CGI.pm lib/diagnostics.pm
7615 ____________________________________________________________________________
7616 [  2787] By: jhi                                   on 1999/02/02  16:38:55
7617         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
7618              where applicable).
7619      Branch: cfgperl
7620            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
7621            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7622            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7623            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
7624            ! eg/cgi/frameset.cgi eg/cgi/index.html
7625            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7626            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7627            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7628            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
7629            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7630            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
7631 ____________________________________________________________________________
7632 [  2786] By: jhi                                   on 1999/02/02  16:17:52
7633         Log: Update CPAN to 1.47.
7634      Branch: cfgperl
7635            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7636 ____________________________________________________________________________
7637 [  2785] By: jhi                                   on 1999/02/02  16:09:03
7638         Log: From: Mark-Jason Dominus <mjd@plover.com>
7639              Date: Sat, 16 Jan 1999 17:22:06 -0500
7640              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
7641              Message-ID: <19990116222206.3674.qmail@plover.com>
7642      Branch: cfgperl
7643            ! pod/perlsub.pod
7644 ____________________________________________________________________________
7645 [  2784] By: jhi                                   on 1999/02/02  16:01:31
7646         Log: Fix incorrect "used only once" warnings
7647              
7648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7649              Date: Fri, 8 Jan 1999 04:37:10 -0500
7650              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
7651              Subject: Re: change#965 flakiness
7652      Branch: cfgperl
7653            ! gv.c
7654 ____________________________________________________________________________
7655 [  2783] By: jhi                                   on 1999/02/02  15:50:38
7656         Log: perldelta updates.
7657      Branch: cfgperl
7658            ! pod/perldelta.pod
7659 ____________________________________________________________________________
7660 [  2782] By: jhi                                   on 1999/02/02  14:28:26
7661         Log: Mirror change #2781.
7662      Branch: cfgperl
7663            ! hints/linux.sh
7664 ____________________________________________________________________________
7665 [  2781] By: jhi                                   on 1999/02/02  14:27:01
7666         Log: Update the MkLinux note.
7667      Branch: maint-5.005/perl
7668            ! hints/linux.sh
7669 ____________________________________________________________________________
7670 [  2780] By: jhi                                   on 1999/02/02  14:10:59
7671         Log: Update todo.
7672      Branch: cfgperl
7673            ! Todo-5.005
7674 ____________________________________________________________________________
7675 [  2779] By: jhi                                   on 1999/02/02  14:00:25
7676         Log: Integrate from mainperl.
7677      Branch: cfgperl
7678            ! t/lib/textfill.t t/lib/textwrap.t
7679           !> (integrate 32 files)
7680 ____________________________________________________________________________
7681 [  2778] By: jhi                                   on 1999/02/02  13:56:23
7682         Log: VMS update, applicable parts of
7683              
7684              From: Dan Sugalski <sugalskd@osshe.edu>
7685              To: perl5-porters@perl.org
7686              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7687              Date: Wed, 20 Jan 1999 12:05:18 -0800
7688              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7689              
7690              From: Dan Sugalski <sugalskd@osshe.edu>
7691              To: perlbug@perl.com, vmsperl@perl.org
7692              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
7693              Date: Tue, 26 Jan 1999 14:40:38 -0800
7694              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
7695              
7696              From: Dan Sugalski <sugalskd@osshe.edu>
7697              To: perl5-porters@perl.org, vmsperl@perl.org
7698              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
7699              Date: Tue, 26 Jan 1999 14:55:29 -0800
7700              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
7701      Branch: cfgperl
7702            ! vms/ext/Stdio/test.pl vms/subconfigure.com
7703 ____________________________________________________________________________
7704 [  2777] By: jhi                                   on 1999/02/02  13:43:24
7705         Log: Synch usethreads parts from maint-5.005.
7706      Branch: cfgperl
7707            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
7708            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
7709            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7710            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7711 ____________________________________________________________________________
7712 [  2776] By: jhi                                   on 1999/02/02  13:17:16
7713         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
7714      Branch: cfgperl
7715            ! Makefile.SH hints/freebsd.sh
7716 ____________________________________________________________________________
7717 [  2774] By: jhi                                   on 1999/02/02  13:10:39
7718         Log: Add perlthrtut, update pod/* machinery.
7719              (a pod/Makefile.SH is sorely needed)
7720      Branch: cfgperl
7721            + pod/perlthrtut.pod
7722            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7723 ____________________________________________________________________________
7724 [  2773] By: jhi                                   on 1999/02/02  12:54:24
7725         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7726              To: perl5-porters@perl.org
7727              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
7728              Date: Tue, 26 Jan 1999 22:25:07 +0000
7729              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
7730      Branch: cfgperl
7731            ! pod/perlguts.pod
7732 ____________________________________________________________________________
7733 [  2771] By: jhi                                   on 1999/02/02  12:47:34
7734         Log: Use perlbug instead of personal email address.
7735      Branch: cfgperl
7736            ! Configure
7737 ____________________________________________________________________________
7738 [  2770] By: jhi                                   on 1999/02/02  12:42:06
7739         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7740              
7741              From: "G. Del Merritt" <del@intranetics.com>
7742              To: perlbug@perl.com
7743              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7744              Date: Tue, 26 Jan 1999 12:09:09 -0700
7745              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7746      Branch: cfgperl
7747            ! iperlsys.h
7748 ____________________________________________________________________________
7749 [  2769] By: jhi                                   on 1999/02/02  12:37:57
7750         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7751              To: Mailing list Perl5 <perl5-porters@perl.org>
7752              Subject: [PATCH 5.005_*] OS/2 threads
7753              Date: Tue, 26 Jan 1999 13:39:46 -0500
7754              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
7755      Branch: cfgperl
7756            ! os2/os2ish.h
7757 ____________________________________________________________________________
7758 [  2768] By: jhi                                   on 1999/02/02  12:36:16
7759         Log: Apply change #2711 from maint-5.005:
7760              
7761              make ok", "make okfile", and "make nok" were broken
7762              with -Duseshrplib, because of a shared typo.
7763              
7764              From: Spider Boardman <spider@web.zk3.dec.com>
7765              To: perlbug@perl.com
7766              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7767              Date: Wed, 27 Jan 1999 12:27:15 -0500
7768              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7769      Branch: cfgperl
7770            ! Makefile.SH
7771 ____________________________________________________________________________
7772 [  2766] By: jhi                                   on 1999/02/02  12:27:08
7773         Log: Make Configure use "int main()" instead of bare "main()".
7774              Like maint-5.005 change #2703 but now via metaconfig.
7775      Branch: cfgperl
7776            ! Configure
7777 ____________________________________________________________________________
7778 [  2765] By: jhi                                   on 1999/02/02  11:59:30
7779         Log: Undo part of change #2562.
7780      Branch: cfgperl
7781            ! Configure
7782 ____________________________________________________________________________
7783 [  2764] By: jhi                                   on 1999/02/02  11:52:39
7784         Log: NetBSD synch with maint-5.005.
7785      Branch: cfgperl
7786            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7787 ____________________________________________________________________________
7788 [  2763] By: jhi                                   on 1999/02/02  11:44:07
7789         Log: $Config{installusrbinperl}
7790              (maint-5.005 changes #2614 and #2709)
7791      Branch: cfgperl
7792            ! Configure installperl
7793 ____________________________________________________________________________
7794 [  2762] By: jhi                                   on 1999/02/02  11:29:13
7795         Log: Errno update from maint-5.005 (changes #2583, #2710).
7796      Branch: cfgperl
7797            ! Configure ext/Errno/Errno_pm.PL
7798 ____________________________________________________________________________
7799 [  2759] By: jhi                                   on 1999/02/02  10:53:20
7800         Log: Update Trig.pm from maint-5.005.
7801      Branch: cfgperl
7802            ! lib/Math/Trig.pm
7803 ____________________________________________________________________________
7804 [  2757] By: jhi                                   on 1999/02/02  10:41:26
7805         Log: MPE/iX update (mirror maint-5.005 change #2715)
7806      Branch: cfgperl
7807            ! hints/mpeix.sh mpeix/relink
7808 ____________________________________________________________________________
7809 [  2756] By: jhi                                   on 1999/02/02  10:38:08
7810         Log: BeOS update (Mirror maint-5.005 change #2727).
7811      Branch: cfgperl
7812            + ext/DynaLoader/dl_beos.xs
7813            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7814            ! lib/ExtUtils/MM_Unix.pm
7815 ____________________________________________________________________________
7816 [  2754] By: gsar                                  on 1999/02/02  08:52:13
7817         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
7818      Branch: perl
7819            ! Porting/pumpkin.pod Todo Todo-5.005
7820 ____________________________________________________________________________
7821 [  2753] By: gsar                                  on 1999/02/02  08:46:21
7822         Log: Todo tweaks
7823      Branch: perl
7824            ! Todo Todo-5.005
7825 ____________________________________________________________________________
7826 [  2752] By: jhi                                   on 1999/02/01  22:15:12
7827         Log: Add perlthrtut.pod.
7828              
7829              From: Dan Sugalski <sugalskd@osshe.edu>
7830              To: perl5-porters@perl.org
7831              Subject: perlthrtut.pod
7832              Date: Mon, 01 Feb 1999 10:57:11 -0800
7833              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
7834      Branch: maint-5.005/perl
7835            + pod/perlthrtut.pod
7836            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
7837            ! pod/roffitall
7838 ____________________________________________________________________________
7839 [  2751] By: gsar                                  on 1999/02/01  07:28:05
7840         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
7841      Branch: perl
7842            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7843            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7844 ____________________________________________________________________________
7845 [  2750] By: gsar                                  on 1999/02/01  07:09:20
7846         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7847              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
7848              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
7849              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
7850      Branch: perl
7851            ! regexec.c
7852 ____________________________________________________________________________
7853 [  2749] By: gsar                                  on 1999/02/01  07:07:59
7854         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7855              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
7856              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
7857              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
7858      Branch: perl
7859            ! regexec.c
7860 ____________________________________________________________________________
7861 [  2748] By: gsar                                  on 1999/02/01  06:47:06
7862         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
7863              Date: Thu, 3 Dec 1998 15:10:17 -0500
7864              Message-Id: <199812032010.PAA09692@jik.shore.net>
7865              Subject: sample checksum code in "perlfunc" man page is wrong
7866      Branch: perl
7867            ! pod/perlfunc.pod
7868 ____________________________________________________________________________
7869 [  2747] By: gsar                                  on 1999/02/01  06:35:13
7870         Log: typos in Pod/Text.pm
7871              From: "Greg Chapman" <glc@well.com>
7872              Date: Tue, 1 Dec 1998 10:50:18 -0800
7873              Message-Id: <199812011849.KAA08816@smtp.well.com>
7874              Subject: Glitch in Pod::Text
7875      Branch: perl
7876            ! lib/Pod/Text.pm
7877 ____________________________________________________________________________
7878 [  2746] By: gsar                                  on 1999/02/01  06:27:35
7879         Log: various win32-ish changes merged from maint-5.005
7880      Branch: perl
7881            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
7882            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
7883            ! win32/Makefile win32/config.bc win32/config.vc
7884            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
7885            ! win32/win32.c
7886 ____________________________________________________________________________
7887 [  2745] By: gsar                                  on 1999/02/01  04:51:54
7888         Log: integrate cfgperl changes into mainline
7889      Branch: perl
7890           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
7891 ____________________________________________________________________________
7892 [  2744] By: gsar                                  on 1999/02/01  04:31:09
7893         Log: improved diagnostic on syntax errors at EOL
7894      Branch: perl
7895            ! toke.c
7896 ____________________________________________________________________________
7897 [  2743] By: gsar                                  on 1999/02/01  03:59:13
7898         Log: don't attempt connect() to bogus IP addresses
7899              From:    Graham Barr <gbarr@pobox.com>
7900              Date:    Sun, 31 Jan 1999 21:50:45 CST
7901              Message-Id: <19990131215045.A633@pobox.com>
7902      Branch: perl
7903            ! t/lib/io_multihomed.t
7904 ____________________________________________________________________________
7905 [  2742] By: gsar                                  on 1999/02/01  03:08:58
7906         Log: update Changes
7907      Branch: perl
7908            ! Changes pod/perldelta.pod
7909 ____________________________________________________________________________
7910 [  2740] By: gsar                                  on 1999/02/01  02:43:07
7911         Log: CAPI inheritance tweak and doc
7912      Branch: maint-5.005/perl
7913            ! lib/ExtUtils/MakeMaker.pm
7914 ____________________________________________________________________________
7915 [  2739] By: jhi                                   on 1999/01/31  18:31:54
7916         Log: Undo changes #2730 and #2731 and replace them
7917              with an extensively tested patch from
7918              Anton Berezin <tobez@plab.ku.dk> (via private email).
7919      Branch: maint-5.005/perl
7920            ! Makefile.SH hints/freebsd.sh
7921 ____________________________________________________________________________
7922 [  2738] By: gsar                                  on 1999/01/31  05:04:32
7923         Log: fix bogus CAPI inheritance from change#2541
7924      Branch: maint-5.005/perl
7925            ! lib/ExtUtils/MakeMaker.pm
7926 ____________________________________________________________________________
7927 [  2731] By: jhi                                   on 1999/01/29  14:33:12
7928         Log: FreeBSD version numbers can be like "2.2.8-release".
7929      Branch: maint-5.005/perl
7930            ! hints/freebsd.sh
7931 ____________________________________________________________________________
7932 [  2730] By: jhi                                   on 1999/01/29  12:40:38
7933         Log: FreeBSD hints iteration (hopefully convergent).
7934              usethreads: require at least FreeBSD 2.2.8.
7935              signal type: mirror change #2429 in cfgperl.
7936      Branch: maint-5.005/perl
7937            ! hints/freebsd.sh
7938 ____________________________________________________________________________
7939 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
7940         Log: From: Tom Spindler <dogcow@isi.net>
7941              Date: Thu, 28 Jan 1999 17:15:11 -0800
7942              Message-ID: <19990128171510.A11778@isi.net>
7943              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
7944      Branch: maint-5.005/perl
7945            + ext/DynaLoader/dl_beos.xs
7946            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7947            ! lib/ExtUtils/MM_Unix.pm
7948 ____________________________________________________________________________
7949 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
7950         Log: Remove use of File::Slurp in t/lib/textfill.t
7951      Branch: maint-5.005/perl
7952            ! t/lib/textfill.t
7953 ____________________________________________________________________________
7954 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
7955         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
7956              Date: Wed, 27 Jan 1999 23:14:33 -0800
7957              Message-Id: <199901280714.XAA10176@activestate.com>
7958              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
7959      Branch: maint-5.005/perl
7960            ! win32/Makefile win32/makefile.mk
7961 ____________________________________________________________________________
7962 [  2720] By: gsar                                  on 1999/01/27  21:54:42
7963         Log: missing space while munging CCFLAGS for PERL_CAPI
7964      Branch: perl
7965            ! lib/ExtUtils/MM_Unix.pm
7966 ____________________________________________________________________________
7967 [  2718] By: jhi                                   on 1999/01/27  19:46:04
7968         Log: io/fs.t fails test #18 (sense of tests appears to have been
7969              changed incompletely; this patch just skips the test attached,
7970              a la test #17 preceding it).
7971              
7972              From: "G. Del Merritt" <del@intranetics.com>
7973              To: perlbug@perl.com
7974              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7975              Date: Tue, 26 Jan 1999 12:09:09 -0700
7976              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7977      Branch: maint-5.005/perl
7978            ! t/io/fs.t
7979 ____________________________________________________________________________
7980 [  2717] By: jhi                                   on 1999/01/27  19:44:46
7981         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7982              
7983              From: "G. Del Merritt" <del@intranetics.com>
7984              To: perlbug@perl.com
7985              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7986              Date: Tue, 26 Jan 1999 12:09:09 -0700
7987              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7988      Branch: maint-5.005/perl
7989            ! iperlsys.h
7990 ____________________________________________________________________________
7991 [  2715] By: jhi                                   on 1999/01/27  19:34:28
7992         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7993              To: perl5-porters@perl.org
7994              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
7995              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
7996              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
7997      Branch: maint-5.005/perl
7998            ! hints/mpeix.sh mpeix/relink
7999 ____________________________________________________________________________
8000 [  2710] By: jhi                                   on 1999/01/27  19:22:23
8001         Log: Errno fixes:
8002              
8003              From: Spider Boardman <spider@web.zk3.dec.com>
8004              To: perlbug@perl.com
8005              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
8006              Date: Wed, 27 Jan 1999 12:27:15 -0500
8007              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
8008              
8009              From: Spider Boardman <spider@web.zk3.dec.com>
8010              To: perlbug@perl.com
8011              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
8012              Date: Wed, 27 Jan 1999 13:31:16 -0500
8013              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
8014      Branch: maint-5.005/perl
8015            ! Configure ext/Errno/Errno_pm.PL
8016 ____________________________________________________________________________
8017 [  2709] By: jhi                                   on 1999/01/27  19:17:35
8018         Log: Fix Configure installusrbinperl:
8019              
8020              From: Spider Boardman <spider@web.zk3.dec.com>
8021              To: jhi@iki.fi
8022              cc: perl5-porters@perl.org
8023              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
8024              Date: Wed, 27 Jan 1999 13:03:35 -0500
8025              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
8026      Branch: maint-5.005/perl
8027            ! Configure
8028 ____________________________________________________________________________
8029 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
8030         Log: Add redef IO::Handle::* for setv?buf()
8031      Branch: maint-5.005/perl
8032            ! ext/POSIX/POSIX.pm
8033 ____________________________________________________________________________
8034 [  2705] By: jhi                                   on 1999/01/24  15:14:30
8035         Log: Mention year-1900 and month 0..11.
8036      Branch: cfgperl
8037            ! lib/Time/Local.pm
8038 ____________________________________________________________________________
8039 [  2704] By: jhi                                   on 1999/01/24  15:13:36
8040         Log: Document Configure -Uinstallusrbinperl.
8041      Branch: cfgperl
8042            ! INSTALL pod/perldelta.pod
8043 ____________________________________________________________________________
8044 [  2698] By: jhi                                   on 1999/01/24  12:46:00
8045         Log: Use only xlc_r for usethreads.
8046      Branch: cfgperl
8047            ! hints/aix.sh
8048 ____________________________________________________________________________
8049 [  2695] By: gsar                                  on 1999/01/24  07:09:05
8050         Log: integrate cfgperl changes into mainline
8051      Branch: perl
8052           +> lib/Exporter/Heavy.pm
8053           !> (integrate 65 files)
8054 ____________________________________________________________________________
8055 [  2694] By: gsar                                  on 1999/01/24  01:28:49
8056         Log: better notes on 'make' on win32
8057      Branch: perl
8058            ! README.win32
8059 ____________________________________________________________________________
8060 [  2683] By: jhi                                   on 1999/01/22  15:41:00
8061         Log: More de-cut-and-pastos.
8062      Branch: cfgperl
8063            ! hints/irix_6.sh hints/os2.sh
8064 ____________________________________________________________________________
8065 [  2682] By: jhi                                   on 1999/01/22  15:30:51
8066         Log: usethreads.cbu cut-and-pasto.
8067      Branch: cfgperl
8068            ! hints/solaris_2.sh
8069 ____________________________________________________________________________
8070 [  2681] By: jhi                                   on 1999/01/22  14:54:55
8071         Log: Better (I hope) LANGUAGE documentation.
8072      Branch: cfgperl
8073            ! pod/perllocale.pod
8074 ____________________________________________________________________________
8075 [  2680] By: jhi                                   on 1999/01/22  09:20:29
8076         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8077              To: perl5-porters@perl.org
8078              Subject: [PATCH 5.005_03MT3]VMS configure tweak
8079              Date: Wed, 20 Jan 1999 12:05:18 -0800
8080              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
8081      Branch: cfgperl
8082            ! vms/subconfigure.com
8083 ____________________________________________________________________________
8084 [  2679] By: jhi                                   on 1999/01/22  09:13:18
8085         Log: nosuid getmntent() branch.
8086      Branch: cfgperl
8087            ! perl.c perl.h
8088 ____________________________________________________________________________
8089 [  2678] By: jhi                                   on 1999/01/22  08:54:19
8090         Log: nosuid patch continued: *BSD needs <sys/param.h>.
8091      Branch: cfgperl
8092            ! Configure config_h.SH
8093 ____________________________________________________________________________
8094 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
8095         Log: Fixup FindBin to use File::Spec
8096              
8097              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
8098              Date: Wed, 20 Jan 1999 18:51:57 +0000
8099              From: Paul Johnson <pjcj@transeda.com>
8100              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
8101      Branch: maint-5.005/perl
8102            ! lib/FindBin.pm
8103 ____________________________________________________________________________
8104 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
8105         Log: Fix win32 for Borland compiler and spaces in paths
8106              
8107              From: Gurusamy Sarathy <gsar@activestate.com>
8108              Date: Mon, 18 Jan 1999 20:33:17 -0800
8109              Message-Id: <199901190433.UAA03656@activestate.com>
8110              Subject: [PATCH] 5.005_03-trial3 win32 issues
8111      Branch: maint-5.005/perl
8112            ! README.win32 win32/Makefile win32/config_sh.PL
8113            ! win32/makefile.mk win32/runperl.c
8114 ____________________________________________________________________________
8115 [  2670] By: jhi                                   on 1999/01/21  16:12:38
8116         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8117              To: perl5-porters@perl.org
8118              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
8119              Date: Thu, 21 Jan 1999 12:08:01 +0000
8120              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
8121      Branch: cfgperl
8122            ! pod/perldiag.pod t/op/subst.t toke.c
8123 ____________________________________________________________________________
8124 [  2669] By: jhi                                   on 1999/01/21  16:11:46
8125         Log: To: perl5-porters@perl.org
8126              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
8127              From: Anton Berezin <tobez@plab.ku.dk>
8128              Date: 21 Jan 1999 17:07:28 +0100
8129              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
8130      Branch: cfgperl
8131            ! hints/freebsd.sh
8132 ____________________________________________________________________________
8133 [  2668] By: jhi                                   on 1999/01/21  15:38:34
8134         Log: Add Daniel Grisinger <dgris@dimensional.com>.
8135      Branch: cfgperl
8136            ! AUTHORS MAINTAIN
8137 ____________________________________________________________________________
8138 [  2667] By: jhi                                   on 1999/01/21  15:32:28
8139         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8140              To: Mailing list Perl5 <perl5-porters@perl.org>
8141              Subject: [PATCH 5.005_53] Lean Exporter.pm
8142              Date: Thu, 21 Jan 1999 03:25:23 -0500
8143              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
8144      Branch: cfgperl
8145            + lib/Exporter/Heavy.pm
8146            ! MANIFEST lib/Exporter.pm
8147 ____________________________________________________________________________
8148 [  2666] By: jhi                                   on 1999/01/21  15:24:10
8149         Log: From: "W. Phillip Moore" <wpm@ms.com>
8150              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
8151              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
8152              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
8153              Message-ID: <13988.46383.298992.97303@zappa>
8154      Branch: cfgperl
8155            ! lib/File/Path.pm
8156 ____________________________________________________________________________
8157 [  2665] By: jhi                                   on 1999/01/21  15:20:48
8158         Log: CPAN update (CPAN-1.44_54) from Andreas and
8159              jumbo doc patch from Abigail.
8160              
8161              From: abigail@fnx.com
8162              To: perl5-porters@perl.org (Perl Porters)
8163              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
8164              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
8165              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
8166              
8167              From: abigail@fnx.com
8168              To: perl5-porters@perl.org (Perl Porters)
8169              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
8170              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
8171              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
8172              
8173              From: abigail@fnx.com
8174              To: perl5-porters@perl.org (Perl Porters)
8175              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
8176              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
8177              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
8178              
8179              From: abigail@fnx.com
8180              To: perl5-porters@perl.org (Perl Porters)
8181              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
8182              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
8183              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
8184              
8185              From: abigail@fnx.com
8186              To: perl5-porters@perl.org (Perl Porters)
8187              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
8188              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
8189              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
8190              
8191              From: abigail@fnx.com
8192              To: perl5-porters@perl.org (Perl Porters)
8193              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
8194              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
8195              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
8196              
8197              From: abigail@fnx.com
8198              To: perl5-porters@perl.org (Perl Porters)
8199              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
8200              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
8201              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
8202              
8203              From: abigail@fnx.com
8204              To: perl5-porters@perl.org (Perl Porters)
8205              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
8206              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
8207              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
8208              
8209              From: abigail@fnx.com
8210              To: perl5-porters@perl.org (Perl Porters)
8211              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
8212              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
8213              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
8214              
8215              From: abigail@fnx.com
8216              To: perl5-porters@perl.org (Perl Porters)
8217              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
8218              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
8219              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
8220              
8221              From: abigail@fnx.com
8222              To: perl5-porters@perl.org (Perl Porters)
8223              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
8224              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
8225              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
8226              
8227              From: abigail@fnx.com
8228              To: perl5-porters@perl.org (Perl Porters)
8229              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
8230              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
8231              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
8232              
8233              From: abigail@fnx.com
8234              To: perl5-porters@perl.org (Perl Porters)
8235              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
8236              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
8237              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
8238      Branch: cfgperl
8239            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
8240            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
8241            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
8242            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
8243 ____________________________________________________________________________
8244 [  2664] By: jhi                                   on 1999/01/21  14:47:43
8245         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8246              To: Mailing list Perl5 <perl5-porters@perl.org>
8247              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
8248              Date: Thu, 21 Jan 1999 03:58:29 -0500
8249              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
8250      Branch: cfgperl
8251            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
8252 ____________________________________________________________________________
8253 [  2663] By: jhi                                   on 1999/01/21  14:43:58
8254         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8255              To: Mailing list Perl5 <perl5-porters@perl.org>
8256              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
8257              Date: Thu, 21 Jan 1999 02:46:34 -0500
8258              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
8259      Branch: cfgperl
8260            ! ext/Errno/Errno_pm.PL
8261 ____________________________________________________________________________
8262 [  2662] By: jhi                                   on 1999/01/21  14:42:42
8263         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
8264              To: Francois Desarmenien <desar@club-internet.fr>
8265              Cc: Gurusamy Sarathy <gsar@activestate.com>,
8266              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
8267              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
8268              Date: 21 Jan 1999 00:17:35 -0700
8269              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
8270      Branch: cfgperl
8271            ! Porting/patching.pod
8272 ____________________________________________________________________________
8273 [  2661] By: jhi                                   on 1999/01/21  14:41:13
8274         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8275              To: Mailing list Perl5 <perl5-porters@perl.org>
8276              Subject: [PATCH 5.00*] makedepend
8277              Date: Thu, 21 Jan 1999 02:08:27 -0500
8278              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
8279      Branch: cfgperl
8280            ! makedepend.SH
8281 ____________________________________________________________________________
8282 [  2660] By: jhi                                   on 1999/01/21  14:36:45
8283         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8284              To: Mailing list Perl5 <perl5-porters@perl.org>
8285              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
8286              Date: Tue, 19 Jan 1999 20:06:45 -0500
8287              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
8288      Branch: cfgperl
8289            ! os2/Changes os2/os2.c
8290 ____________________________________________________________________________
8291 [  2657] By: jhi                                   on 1999/01/21  11:40:35
8292         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8293              To: perl5-porters@perl.org
8294              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
8295              Date: Mon, 18 Jan 1999 01:32:31 PST
8296              Message-ID: <19990118093231.18443.qmail@hotmail.com>
8297      Branch: cfgperl
8298            ! ext/B/B/CC.pm
8299 ____________________________________________________________________________
8300 [  2656] By: jhi                                   on 1999/01/21  11:35:34
8301         Log: From: Achim Bohnet <ach@mpe.mpg.de>
8302              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
8303              Date: Wed, 20 Jan 1999 20:25:53 +0100
8304              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
8305      Branch: cfgperl
8306            ! pp.c
8307 ____________________________________________________________________________
8308 [  2655] By: jhi                                   on 1999/01/21  10:46:01
8309         Log: Handle NIS (and NetInfo) more robustly.
8310      Branch: cfgperl
8311            ! t/op/grent.t t/op/pwent.t
8312 ____________________________________________________________________________
8313 [  2654] By: jhi                                   on 1999/01/21  10:17:20
8314         Log: Two-argument eaccess() of SCO.
8315      Branch: cfgperl
8316            ! pp_sys.c
8317 ____________________________________________________________________________
8318 [  2653] By: jhi                                   on 1999/01/21  08:53:14
8319         Log: -DNO_NOSUID_CHECK for those platforms which have no way
8320              of checking for nosuid but still want suidperl.
8321      Branch: cfgperl
8322            ! perl.c
8323 ____________________________________________________________________________
8324 [  2652] By: jhi                                   on 1999/01/21  08:22:50
8325         Log: The LANGUAGE mirrors LC_ALL usage.
8326      Branch: cfgperl
8327            ! Configure config_h.SH
8328 ____________________________________________________________________________
8329 [  2651] By: jhi                                   on 1999/01/20  22:01:21
8330         Log: I_MNTENT was missing.
8331      Branch: cfgperl
8332            ! Configure config_h.SH
8333 ____________________________________________________________________________
8334 [  2650] By: jhi                                   on 1999/01/19  13:42:03
8335         Log: NetBSD update, based on patches from the NetBSD packages system.
8336      Branch: cfgperl
8337            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
8338 ____________________________________________________________________________
8339 [  2649] By: jhi                                   on 1999/01/19  12:44:02
8340         Log: Jumbo Configure update.
8341              * -Uinstallusrbinperl: disable /usr/bin/perl installation
8342              by installperl
8343              * usethreads.cbu
8344              * use64bits.cbu
8345              * "nosuid"
8346      Branch: cfgperl
8347            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
8348            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8349            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
8350            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
8351            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
8352            ! pod/perldiag.pod
8353 ____________________________________________________________________________
8354 [  2648] By: jhi                                   on 1999/01/19  09:16:44
8355         Log: Mention /usr/share/locale.
8356      Branch: cfgperl
8357            ! pod/perllocale.pod
8358 ____________________________________________________________________________
8359 [  2647] By: jhi                                   on 1999/01/19  09:11:11
8360         Log: SHMLBA strikes back in NetBSD/sparc.
8361              
8362              From: Dave Nelson <David.Nelson@bellcow.com>
8363              To: jhi@iki.fi
8364              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
8365              Date: Mon, 18 Jan 1999 22:07:56 -0600
8366              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
8367      Branch: cfgperl
8368            ! ext/IPC/SysV/SysV.xs
8369 ____________________________________________________________________________
8370 [  2646] By: jhi                                   on 1999/01/19  08:58:17
8371         Log: Show LANGUAGE env var when needed. (Augment change #2645).
8372      Branch: cfgperl
8373            ! util.c utils/perlbug.PL
8374 ____________________________________________________________________________
8375 [  2645] By: jhi                                   on 1999/01/19  08:52:15
8376         Log: Document the GNU LANGUAGE env var.
8377      Branch: cfgperl
8378            ! pod/perllocale.pod
8379 ____________________________________________________________________________
8380 [  2644] By: jhi                                   on 1999/01/19  08:42:25
8381         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8382              To: Mailing list Perl5 <perl5-porters@perl.org>
8383              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
8384              Date: Mon, 18 Jan 1999 20:57:02 -0500
8385              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
8386      Branch: cfgperl
8387            ! pp_hot.c t/op/pat.t
8388 ____________________________________________________________________________
8389 [  2643] By: jhi                                   on 1999/01/18  11:23:41
8390         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
8391      Branch: cfgperl
8392            ! Makefile.SH
8393 ____________________________________________________________________________
8394 [  2642] By: jhi                                   on 1999/01/18  11:03:38
8395         Log: GNU libc locale system has LANGUAGE env var that partly
8396              overrides even LC_ALL.
8397      Branch: cfgperl
8398            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
8399 ____________________________________________________________________________
8400 [  2641] By: jhi                                   on 1999/01/18  10:55:04
8401         Log: Integrate from mainperl.
8402      Branch: cfgperl
8403           +> ext/B/defsubs.h.PL
8404            ! t/op/groups.t
8405           !> (integrate 38 files)
8406 ____________________________________________________________________________
8407 [  2640] By: gsar                                  on 1999/01/18  10:06:29
8408         Log: a few random cleanups
8409      Branch: perl
8410            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
8411 ____________________________________________________________________________
8412 [  2639] By: gsar                                  on 1999/01/18  05:56:21
8413         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
8414              Date:    Sun, 17 Jan 1999 16:41:10 PST
8415              Message-Id: <19990118004111.29667.qmail@hotmail.com>
8416              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
8417      Branch: perl
8418            ! ext/B/B/C.pm
8419 ____________________________________________________________________________
8420 [  2638] By: gsar                                  on 1999/01/18  05:41:21
8421         Log: From:    jan.dubois@ibm.net (Jan Dubois)
8422              Date:    Mon, 18 Jan 1999 00:37:41 +0100
8423              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
8424              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
8425      Branch: perl
8426            ! dump.c
8427 ____________________________________________________________________________
8428 [  2633] By: gsar                                  on 1999/01/17  13:39:59
8429         Log: bogus assert()
8430      Branch: perl
8431            ! pp.c t/op/groups.t
8432 ____________________________________________________________________________
8433 [  2632] By: gsar                                  on 1999/01/17  13:22:04
8434         Log: various tweaks for clean build and test on win32
8435      Branch: perl
8436            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
8437            ! op.c t/pragma/warn/doio
8438 ____________________________________________________________________________
8439 [  2631] By: gsar                                  on 1999/01/17  12:28:06
8440         Log: undo change#2336, and add clarification about subversive
8441              CPAN distributions from Andreas Koenig
8442      Branch: perl
8443            ! Porting/pumpkin.pod lib/CPAN.pm
8444 ____________________________________________________________________________
8445 [  2630] By: gsar                                  on 1999/01/17  12:04:06
8446         Log: fix silent taint failures under -U
8447      Branch: perl
8448            ! doio.c
8449 ____________________________________________________________________________
8450 [  2629] By: gsar                                  on 1999/01/17  12:00:23
8451         Log: sanity check piped opens (tweaked version of patch suggested
8452              by Mark-Jason Dominus)
8453      Branch: perl
8454            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
8455            ! t/op/taint.t t/pragma/warn/doio
8456 ____________________________________________________________________________
8457 [  2628] By: gsar                                  on 1999/01/17  11:26:21
8458         Log: regen headers
8459      Branch: perl
8460            ! embed.h embedvar.h objXSUB.h
8461 ____________________________________________________________________________
8462 [  2627] By: gsar                                  on 1999/01/17  11:23:37
8463         Log: PERL_OBJECTness for change#2595
8464      Branch: perl
8465            ! embed.pl op.c pod/perlport.pod proto.h
8466 ____________________________________________________________________________
8467 [  2626] By: gsar                                  on 1999/01/17  09:47:07
8468         Log: PERL_OBJECT tweaks for change#2426
8469      Branch: perl
8470            ! embed.pl proto.h regcomp.c
8471 ____________________________________________________________________________
8472 [  2625] By: gsar                                  on 1999/01/17  09:37:58
8473         Log: documentation in change#2596 is not quite right; fix it
8474      Branch: perl
8475            ! lib/Math/BigFloat.pm pod/perlguts.pod
8476 ____________________________________________________________________________
8477 [  2624] By: gsar                                  on 1999/01/17  09:28:34
8478         Log: undo change#2571; C<use File::Spec> instead
8479      Branch: perl
8480            ! lib/FindBin.pm
8481 ____________________________________________________________________________
8482 [  2623] By: gsar                                  on 1999/01/17  09:20:42
8483         Log: change#2572 is not applicable; undo, retaining scan_bin addition
8484              to global.sym
8485      Branch: perl
8486            ! global.sym perl.c proto.h
8487 ____________________________________________________________________________
8488 [  2622] By: gsar                                  on 1999/01/17  09:17:42
8489         Log: change#2576 is based on a wrong premise; undo it
8490      Branch: perl
8491            ! pp_ctl.c
8492 ____________________________________________________________________________
8493 [  2621] By: gsar                                  on 1999/01/17  09:12:42
8494         Log: fix change#2602 to not used hard coded constants
8495      Branch: perl
8496            ! ext/B/B/C.pm ext/B/defsubs.h.PL
8497 ____________________________________________________________________________
8498 [  2620] By: gsar                                  on 1999/01/17  09:02:07
8499         Log: integrate cfgperl changes into mainline, fix conflicts
8500      Branch: perl
8501           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
8502           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
8503           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
8504           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
8505           +> pod/perlopentut.pod
8506           !> (integrate 162 files)
8507 ____________________________________________________________________________
8508 [  2619] By: gsar                                  on 1999/01/17  08:42:04
8509         Log: a few doc typos
8510      Branch: perl
8511            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
8512 ____________________________________________________________________________
8513 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
8514         Log: Win32 changes from Jan
8515              
8516              From: jan.dubois@ibm.net (Jan Dubois)
8517              Date: Fri, 15 Jan 1999 23:38:35 +0100
8518              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
8519              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
8520              
8521              From: jan.dubois@ibm.net (Jan Dubois)
8522              Date: Sat, 16 Jan 1999 13:02:45 +0100
8523              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
8524              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
8525      Branch: maint-5.005/perl
8526            ! README.win32 win32/Makefile win32/makefile.mk
8527 ____________________________________________________________________________
8528 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
8529         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
8530              
8531              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8532              Date: Thu, 07 Jan 1999 00:12:00 -0500
8533              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
8534              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8535              
8536              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8537              Date: Thu, 14 Jan 1999 19:21:46 -0500
8538              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
8539              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8540      Branch: maint-5.005/perl
8541            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
8542            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
8543            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
8544            ! win32/makedef.pl win32/runperl.c win32/win32.c
8545 ____________________________________________________________________________
8546 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
8547         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8548              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
8549              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
8550              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
8551              
8552              From: Jarkko Hietaniemi <jhi@iki.fi>
8553              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
8554              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
8555              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
8556              
8557              From: Jarkko Hietaniemi <jhi@iki.fi>
8558              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
8559              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
8560              Subject: the promised "installusrbinperl + NetBSD" fix
8561      Branch: maint-5.005/perl
8562            ! Configure Makefile.SH hints/netbsd.sh installperl
8563            ! makedepend.SH unixish.h
8564 ____________________________________________________________________________
8565 [  2611] By: jhi                                   on 1999/01/14  12:16:14
8566         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8567              To: pumpkings@jhereg.perl.com
8568              Subject: perlopentut.pod
8569              Date: Sat, 09 Jan 1999 08:13:18 -0700
8570              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
8571      Branch: cfgperl
8572            + pod/perlopentut.pod
8573            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
8574 ____________________________________________________________________________
8575 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
8576         Log: Added Carp::cluck to perldelta.pod
8577      Branch: maint-5.005/perl
8578            ! pod/perldelta.pod
8579 ____________________________________________________________________________
8580 [  2605] By: jhi                                   on 1999/01/13  18:26:19
8581         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
8582              To: "'cpan@perl.org'" <cpan@perl.org>
8583              Subject: "Bug" fix for File::Find.pm
8584              Date:   Thu, 31 Dec 1998 13:01:50 -0500
8585              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
8586      Branch: cfgperl
8587            ! lib/File/Find.pm
8588 ____________________________________________________________________________
8589 [  2604] By: jhi                                   on 1999/01/13  18:08:45
8590         Log: From: Peter Wolfe <wolfe@teloseng.com>
8591              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
8592              To: perlbug@perl.com
8593              Date: 11 Jan 1999 23:00:05 +0200
8594              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
8595      Branch: cfgperl
8596            ! hints/sco.sh
8597 ____________________________________________________________________________
8598 [  2603] By: jhi                                   on 1999/01/13  18:06:56
8599         Log: From: hans@icgroup.nl (Hans Mulder)
8600              Subject: [Patch for 5.005_54] re::debugcolors dumps core
8601              To: perlbug@perl.com
8602              Cc: hansmu@xs4all.nl
8603              Date: 11 Jan 1999 22:22:45 +0200
8604              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
8605      Branch: cfgperl
8606            ! ext/re/re.pm regcomp.c
8607 ____________________________________________________________________________
8608 [  2602] By: jhi                                   on 1999/01/13  18:05:43
8609         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8610              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
8611              Date: 11 Jan 1999 08:02:41 +0200
8612              Lines: 134
8613              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
8614      Branch: cfgperl
8615            ! ext/B/B.xs ext/B/B/C.pm
8616 ____________________________________________________________________________
8617 [  2601] By: jhi                                   on 1999/01/13  18:01:53
8618         Log: From: James FitzGibbon <james@ican.net>
8619              Subject: Trivial patch for HP-UX 11 and shared libperl
8620              To: perl5-porters@perl.org
8621              Date: 8 Jan 1999 19:13:23 +0200
8622              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
8623      Branch: cfgperl
8624            ! Makefile.SH
8625 ____________________________________________________________________________
8626 [  2600] By: jhi                                   on 1999/01/13  17:59:45
8627         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8628              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
8629              To: perl5-porters@perl.org
8630              Date: 8 Jan 1999 12:43:36 +0200
8631              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
8632      Branch: cfgperl
8633            ! ext/B/B/CC.pm
8634 ____________________________________________________________________________
8635 [  2599] By: jhi                                   on 1999/01/13  17:50:11
8636         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8637              Subject: PATCH to installperl
8638              To: perl5-porters@perl.org
8639              Date: 4 Jan 1999 16:15:18 +0200
8640              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
8641      Branch: cfgperl
8642            ! installperl
8643 ____________________________________________________________________________
8644 [  2598] By: jhi                                   on 1999/01/13  17:34:51
8645         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8646              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
8647              Cc: perl5-porters@perl.org
8648              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
8649              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
8650              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
8651      Branch: cfgperl
8652            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8653            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8654 ____________________________________________________________________________
8655 [  2597] By: jhi                                   on 1999/01/13  17:30:33
8656         Log: From: David Dyck <dcd@tc.fluke.com>
8657              To: Perl Porters <perl5-porters@perl.org>,
8658              Gurusamy Sarathy <gsar@engin.umich.edu>
8659              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
8660              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
8661              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
8662      Branch: cfgperl
8663            ! pod/perldsc.pod
8664 ____________________________________________________________________________
8665 [  2596] By: jhi                                   on 1999/01/13  17:26:44
8666         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8667              To: perl5-porters@perl.org
8668              Subject: [PATCH] modglobal w/ spelling fixes
8669              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
8670              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
8671      Branch: cfgperl
8672            ! pod/perlguts.pod
8673 ____________________________________________________________________________
8674 [  2595] By: jhi                                   on 1999/01/13  17:24:59
8675         Log: From: Hans Mulder <hansm@icgroup.nl>
8676              Optimize common sort routines.  Thread started by the message
8677              
8678              From: Hans Mulder <hansm@icgroup.nl>
8679              Sender: owner-perl5-porters@perl.org
8680              To: perl5-porters@perl.org
8681              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
8682              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
8683              
8684              and the patch from the message
8685              
8686              From: Hans Mulder <hans@icgroup.nl>
8687              To: jhi@iki.fi
8688              Cc: perl5-porters@perl.org
8689              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
8690              $b }
8691              Date: Wed, 13 Jan 1999 17:39:35 +0100
8692              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
8693      Branch: cfgperl
8694            ! Todo op.c op.h pp_ctl.c t/op/sort.t
8695 ____________________________________________________________________________
8696 [  2594] By: jhi                                   on 1999/01/13  16:50:17
8697         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
8698              (the diffs were based on 5.004_02).  Tested by Guido
8699              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
8700      Branch: cfgperl
8701            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
8702            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
8703            + mint/sys/time.h mint/time.h
8704            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
8705            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
8706 ____________________________________________________________________________
8707 [  2593] By: jhi                                   on 1999/01/09  16:54:26
8708         Log: Detypo.
8709      Branch: cfgperl
8710            ! hints/dec_osf.sh
8711 ____________________________________________________________________________
8712 [  2592] By: jhi                                   on 1999/01/09  16:17:13
8713         Log: Move usethreads and use64bits logic from hints to Configure.
8714      Branch: cfgperl
8715            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
8716            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8717            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8718            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
8719 ____________________________________________________________________________
8720 [  2591] By: jhi                                   on 1999/01/09  14:45:24
8721         Log: Missing dTHRs added.
8722      Branch: cfgperl
8723            ! regcomp.c toke.c
8724 ____________________________________________________________________________
8725 [  2590] By: jhi                                   on 1999/01/08  15:27:17
8726         Log: Finalize change #2589 and add better AIX nm scanning from:
8727              
8728              Message-Id: <m0zyNW0-00017VC@gentoo.com>
8729              From: bll@gentoo.com (Brad Lanam)
8730              Subject: Re: mailhelp returned a non-zero status
8731              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
8732              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
8733      Branch: cfgperl
8734            ! Configure hints/freebsd.sh hints/linux.sh
8735 ____________________________________________________________________________
8736 [  2589] By: jhi                                   on 1999/01/08  15:14:54
8737         Log: Undo change #2581.
8738      Branch: cfgperl
8739            ! Configure hints/freebsd.sh hints/linux.sh
8740 ____________________________________________________________________________
8741 [  2588] By: jhi                                   on 1999/01/08  11:51:52
8742         Log: FAQ jumbo patch from tchrist.
8743              
8744              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
8745              From: Tom Christiansen <tchrist@jhereg.perl.com>
8746              To: pumpkings@jhereg.perl.com
8747              Subject: newest version of perlfaq.pod
8748              Date: Thu, 7 Jan 1999 23:05:02 -0700
8749              
8750              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
8751              From: Tom Christiansen <tchrist@jhereg.perl.com>
8752              To: pumpkings@jhereg.perl.com
8753              Subject: newest version of perlfaq1.pod
8754              Date: Thu, 7 Jan 1999 23:05:02 -0700
8755              
8756              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
8757              From: Tom Christiansen <tchrist@jhereg.perl.com>
8758              To: pumpkings@jhereg.perl.com
8759              Subject: newest version of perlfaq2.pod
8760              Date: Thu, 7 Jan 1999 23:05:02 -0700
8761              
8762              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
8763              From: Tom Christiansen <tchrist@jhereg.perl.com>
8764              To: pumpkings@jhereg.perl.com
8765              Subject: newest version of perlfaq3.pod
8766              Date: Thu, 7 Jan 1999 23:05:02 -0700
8767              
8768              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
8769              From: Tom Christiansen <tchrist@jhereg.perl.com>
8770              To: pumpkings@jhereg.perl.com
8771              Subject: newest version of perlfaq4.pod
8772              Date: Thu, 7 Jan 1999 23:05:02 -0700
8773              
8774              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
8775              From: Tom Christiansen <tchrist@jhereg.perl.com>
8776              To: pumpkings@jhereg.perl.com
8777              Subject: newest version of perlfaq5.pod
8778              Date: Thu, 7 Jan 1999 23:05:02 -0700
8779              
8780              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
8781              From: Tom Christiansen <tchrist@jhereg.perl.com>
8782              To: pumpkings@jhereg.perl.com
8783              Subject: newest version of perlfaq6.pod
8784              Date: Thu, 7 Jan 1999 23:05:02 -0700
8785              
8786              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
8787              From: Tom Christiansen <tchrist@jhereg.perl.com>
8788              To: pumpkings@jhereg.perl.com
8789              Subject: newest version of perlfaq7.pod
8790              Date: Thu, 7 Jan 1999 23:05:03 -0700
8791              
8792              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
8793              From: Tom Christiansen <tchrist@jhereg.perl.com>
8794              To: pumpkings@jhereg.perl.com
8795              Subject: newest version of perlfaq8.pod
8796              Date: Thu, 7 Jan 1999 23:05:03 -0700
8797              
8798              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
8799              From: Tom Christiansen <tchrist@jhereg.perl.com>
8800              To: pumpkings@jhereg.perl.com
8801              Subject: newest version of perlfaq9.pod
8802              Date: Thu, 7 Jan 1999 23:05:03 -0700
8803      Branch: cfgperl
8804            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8805            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8806            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8807            ! pod/perlfaq9.pod
8808 ____________________________________________________________________________
8809 [  2587] By: jhi                                   on 1999/01/08  11:17:43
8810         Log: More doc fixes from Abigail.
8811      Branch: cfgperl
8812            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
8813            ! lib/User/pwent.pm
8814 ____________________________________________________________________________
8815 [  2585] By: jhi                                   on 1999/01/08  08:31:02
8816         Log: Change #2584 from maint-5.005:
8817              
8818              implemented Ilya's suggested fix, and added a testcase
8819              
8820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8821              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
8822              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
8823              Subject: Re: Text::ParseWords: regex fix
8824      Branch: cfgperl
8825            ! lib/Text/ParseWords.pm t/lib/parsewords.t
8826 ____________________________________________________________________________
8827 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
8828         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8829              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
8830              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
8831              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
8832      Branch: maint-5.005/perl
8833            ! ext/Errno/Errno_pm.PL
8834 ____________________________________________________________________________
8835 [  2581] By: jhi                                   on 1999/01/07  16:38:03
8836         Log: Configure update:
8837              - usethreads, use64bits, and usemultiplicity
8838              are no more interactively asked by Configure
8839              - "int main()" (vs bare "main()") enforced in test programs
8840      Branch: cfgperl
8841            ! Configure hints/freebsd.sh hints/linux.sh
8842 ____________________________________________________________________________
8843 [  2580] By: jhi                                   on 1999/01/07  11:19:12
8844         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8845              Date: Wed, 06 Jan 1999 13:47:34 -0800
8846              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
8847              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
8848      Branch: cfgperl
8849            ! vms/vms.c
8850 ____________________________________________________________________________
8851 [  2579] By: jhi                                   on 1999/01/07  09:08:36
8852         Log: Another set of doc patches from Abigail
8853              
8854              From: abigail@fnx.com
8855              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
8856              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
8857              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
8858              
8859              From: abigail@fnx.com
8860              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
8861              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
8862              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
8863              
8864              From: abigail@fnx.com
8865              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
8866              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
8867              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
8868              
8869              From: abigail@fnx.com
8870              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
8871              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
8872              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
8873              
8874              From: abigail@fnx.com
8875              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
8876              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
8877              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
8878              
8879              From: abigail@fnx.com
8880              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
8881              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
8882              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
8883              
8884              From: abigail@fnx.com
8885              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
8886              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
8887              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
8888              
8889              From: abigail@fnx.com
8890              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
8891              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
8892              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
8893              
8894              From: abigail@fnx.com
8895              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
8896              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
8897              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
8898              
8899              From: abigail@fnx.com
8900              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
8901              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
8902              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
8903              
8904              From: abigail@fnx.com
8905              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
8906              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
8907              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
8908              
8909              From: abigail@fnx.com
8910              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
8911              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
8912              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
8913              
8914              From: abigail@fnx.com
8915              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
8916              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
8917              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
8918              
8919              From: abigail@fnx.com
8920              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
8921              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
8922              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
8923      Branch: cfgperl
8924            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
8925            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
8926            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
8927            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
8928            ! lib/Tie/Array.pm lib/Tie/Hash.pm
8929 ____________________________________________________________________________
8930 [  2576] By: jhi                                   on 1999/01/06  17:05:20
8931         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
8932      Branch: cfgperl
8933            ! pp_ctl.c
8934 ____________________________________________________________________________
8935 [  2575] By: jhi                                   on 1999/01/06  13:18:56
8936         Log: Enhance the great_circle_distance() documentation.
8937      Branch: cfgperl
8938            ! lib/Math/Trig.pm
8939 ____________________________________________________________________________
8940 [  2574] By: jhi                                   on 1999/01/06  12:58:03
8941         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
8942              To: perlbug@perl.com
8943              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
8944              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
8945              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
8946      Branch: cfgperl
8947            ! t/op/sysio.t
8948 ____________________________________________________________________________
8949 [  2573] By: jhi                                   on 1999/01/06  12:40:19
8950         Log: From: "W. Phillip Moore" <wpm@ms.com>
8951              To: perlbug@perl.org
8952              Subject: [PATCH] POSIX getpgrp is not -w clean
8953              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8954              Message-ID: <13970.20107.190314.549471@zappa>
8955      Branch: cfgperl
8956            ! ext/POSIX/POSIX.pm
8957 ____________________________________________________________________________
8958 [  2572] By: jhi                                   on 1999/01/06  12:25:24
8959         Log: Based on
8960              From: jan.dubois@ibm.net (Jan Dubois)
8961              To: perl5-porters@perl.org
8962              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8963              Date: Wed, 06 Jan 1999 01:24:09 +0100
8964              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8965              except that
8966              - objXSUB.h was already okay
8967              - embed.h patching is futile, global.sym patched instead
8968              - objpp.h does not exist
8969              - proto.h addition applied manually
8970              - win32/GenCAPI.pl was already okay
8971              - win32/makedef.pl was already okay
8972      Branch: cfgperl
8973            ! global.sym perl.c proto.h
8974 ____________________________________________________________________________
8975 [  2571] By: jhi                                   on 1999/01/06  11:25:48
8976         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8977              To: perlbug@perl.com
8978              Subject: FindBin.pm on Win32 systems
8979              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8980              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8981      Branch: cfgperl
8982            ! lib/FindBin.pm
8983 ____________________________________________________________________________
8984 [  2570] By: jhi                                   on 1999/01/06  11:21:48
8985         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8986              To: perl5-porters@perl.org, vmsperl@perl.org
8987              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
8988              Date: Tue, 05 Jan 1999 16:47:31 -0800
8989              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
8990              
8991              (the ext/IO/lib/IO/Socket.pm was not really changed here;
8992              it was a leftover from #2569)
8993      Branch: cfgperl
8994            ! ext/IO/lib/IO/Socket.pm taint.c
8995 ____________________________________________________________________________
8996 [  2569] By: jhi                                   on 1999/01/06  11:18:22
8997         Log: Jumbo doc patch from Abigail (almost identical to
8998              the 5.005-maint change #2562 except for the
8999              ext/IO/lib/IO/Socket.pm patch which was not
9000              applicable because the IO version of 5.005-devel
9001              is somewhat different (why?))
9002              
9003              From: abigail@fnx.com
9004              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
9005              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
9006              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
9007              
9008              From: abigail@fnx.com
9009              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
9010              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
9011              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
9012              
9013              From: abigail@fnx.com
9014              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
9015              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
9016              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
9017              
9018              From: abigail@fnx.com
9019              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
9020              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
9021              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
9022              
9023              From: abigail@fnx.com
9024              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
9025              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
9026              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
9027              
9028              From: abigail@fnx.com
9029              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
9030              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
9031              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
9032              
9033              From: abigail@fnx.com
9034              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
9035              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
9036              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
9037              
9038              From: abigail@fnx.com
9039              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
9040              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
9041              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
9042              
9043              From: abigail@fnx.com
9044              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
9045              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
9046              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
9047              
9048              From: abigail@fnx.com
9049              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
9050              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
9051              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
9052      Branch: cfgperl
9053            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9054            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
9055            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
9056            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9057            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
9058 ____________________________________________________________________________
9059 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
9060         Log: From: jan.dubois@ibm.net (Jan Dubois)
9061              Date: Wed, 06 Jan 1999 01:24:09 +0100
9062              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
9063              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
9064      Branch: maint-5.005/perl
9065            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
9066            ! win32/GenCAPI.pl win32/makedef.pl
9067 ____________________________________________________________________________
9068 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
9069         Log: From: "W. Phillip Moore" <wpm@ms.com>
9070              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
9071              Message-ID: <13970.20107.190314.549471@zappa>
9072              Subject: [PATCH] POSIX getpgrp is not -w clean
9073      Branch: maint-5.005/perl
9074            ! ext/POSIX/POSIX.pm
9075 ____________________________________________________________________________
9076 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
9077         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
9078              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
9079              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
9080              Subject: FindBin.pm on Win32 systems
9081      Branch: maint-5.005/perl
9082            ! lib/FindBin.pm
9083 ____________________________________________________________________________
9084 [  2561] By: jhi                                   on 1999/01/05  10:49:10
9085         Log: Reword the setlocale() 1-arg case better.
9086      Branch: cfgperl
9087            ! ext/POSIX/POSIX.pod
9088 ____________________________________________________________________________
9089 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
9090         Log: From: Blair Zajac <bzajac@geostaff.com>
9091              Date: Wed, 23 Dec 1998 17:13:32 -0800
9092              Message-ID: <3681953C.8B6A90AA@geostaff.com>
9093              Subject: Tie::SubstrHash patch
9094      Branch: maint-5.005/perl
9095            ! lib/Tie/SubstrHash.pm
9096 ____________________________________________________________________________
9097 [  2554] By: jhi                                   on 1999/01/02  14:55:06
9098         Log: Object destruction order testing.
9099      Branch: cfgperl
9100            ! t/op/misc.t
9101 ____________________________________________________________________________
9102 [  2553] By: jhi                                   on 1999/01/02  14:49:40
9103         Log: perldelta the Dumpvalue.pm of change #2513.
9104      Branch: cfgperl
9105            ! lib/Dumpvalue.pm pod/perldelta.pod
9106 ____________________________________________________________________________
9107 [  2552] By: nick                                  on 1999/01/02  14:45:38
9108         Log: Tone down Makefile.PL so it works on Win32
9109      Branch: perl
9110            ! ext/B/Makefile.PL
9111 ____________________________________________________________________________
9112 [  2551] By: nick                                  on 1999/01/02  14:06:30
9113         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
9114              Use them in various B::* rather than have local defs.
9115      Branch: perl
9116            + ext/B/defsubs.h.PL
9117            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
9118            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9119            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
9120 ____________________________________________________________________________
9121 [  2550] By: nick                                  on 1999/01/02  10:04:02
9122         Log: Integrate ext/B changes from //depot/cfgperl
9123      Branch: perl
9124           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9125 ____________________________________________________________________________
9126 [  2549] By: jhi                                   on 1999/01/01  13:54:16
9127         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
9128              To: perlbug@perl.com
9129              Subject: op/groups.t fails test 1 on HP-UX 10.20
9130              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
9131              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
9132      Branch: cfgperl
9133            ! t/op/groups.t
9134 ____________________________________________________________________________
9135 [  2548] By: jhi                                   on 1999/01/01  13:53:31
9136         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9137              To: perl5-porters@perl.org
9138              cc: hv@crypt0.demon.co.uk
9139              Subject: [bug 5.004_54] duplicate error message
9140              Date: Thu, 31 Dec 1998 04:05:25 +0000
9141              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
9142              
9143              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
9144              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9145              To: hv@crypt0.demon.co.uk
9146              Cc: perl5-porters@perl.org
9147              Subject: [PATCH _54] Re: duplicate error message
9148              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
9149              
9150              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
9151              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9152              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
9153              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
9154              Subject: [TEST PATCH _54] Re: duplicate error message 
9155              Date: Fri, 01 Jan 1999 07:32:14 +0000
9156      Branch: cfgperl
9157            ! op.c t/pragma/warn/op
9158 ____________________________________________________________________________
9159 [  2547] By: jhi                                   on 1998/12/31  14:15:04
9160         Log: From: Chris Nandor <pudge@pobox.com>
9161              To: jhi@iki.fi
9162              Cc: perl5-porters@perl.org
9163              Subject: Re: [PATCH] perlport.pod 1.38
9164              Date: Thu, 31 Dec 1998 09:06:48 -0500
9165              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
9166      Branch: cfgperl
9167            ! pod/perlport.pod
9168 ____________________________________________________________________________
9169 [  2546] By: jhi                                   on 1998/12/31  11:18:17
9170         Log: From: Wilson P. Snyder II
9171              To: perl5-porters@perl.org
9172              Subject: [PATCH v5.5.53] REV2: Binary number support
9173              Date: 1998/11/30
9174              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
9175      Branch: cfgperl
9176            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
9177            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
9178            ! toke.c util.c
9179 ____________________________________________________________________________
9180 [  2545] By: jhi                                   on 1998/12/31  09:27:40
9181         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9182              To: perlbug@perl.com
9183              Subject: "perl -T -P" dumps core on OpenBSD and Linux
9184              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
9185              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
9186      Branch: cfgperl
9187            ! taint.c
9188 ____________________________________________________________________________
9189 [  2544] By: jhi                                   on 1998/12/31  09:21:45
9190         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
9191              To: perlbug@perl.com 
9192              Subject: bug in pod2man search for perl binary [5.005_5x]
9193              Date: Sat, 12 Dec 1998 23:08:51 +0000 
9194              Message-ID: <19981212230851.A20578@ig.co.uk> 
9195      Branch: cfgperl
9196            ! pod/pod2man.PL
9197 ____________________________________________________________________________
9198 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
9199         Log: From: jan.dubois@ibm.net (Jan Dubois)
9200              Date: Wed, 23 Dec 1998 21:26:38 +0100
9201              Message-ID: <36895086.8849224@smtp1.ibm.net>
9202              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9203      Branch: maint-5.005/perl
9204            ! lib/ExtUtils/MakeMaker.pm
9205 ____________________________________________________________________________
9206 [  2540] By: jhi                                   on 1998/12/30  08:42:04
9207         Log: Evermore AUTHORS and MAINTAIN.
9208      Branch: cfgperl
9209            ! AUTHORS MAINTAIN
9210 ____________________________________________________________________________
9211 [  2539] By: jhi                                   on 1998/12/29  15:10:34
9212         Log: More AUTHORS and MAINTAIN.
9213      Branch: cfgperl
9214            ! AUTHORS MAINTAIN
9215 ____________________________________________________________________________
9216 [  2537] By: jhi                                   on 1998/12/29  14:34:47
9217         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
9218              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
9219              Message-ID: <13942.32480.700000.640927@utensil>
9220              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
9221              (mirror change#2531 in the 5.005-maint)
9222      Branch: cfgperl
9223            ! lib/AutoSplit.pm
9224 ____________________________________________________________________________
9225 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
9226         Log: change in_pod pattern to /^=\w/ from /^=/
9227              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
9228              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
9229              Message-ID: <13942.32480.700000.640927@utensil>
9230              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
9231      Branch: maint-5.005/perl
9232            ! lib/AutoSplit.pm
9233 ____________________________________________________________________________
9234 [  2525] By: jhi                                   on 1998/12/29  13:06:26
9235         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9236              To: perl5-porters@perl.org
9237              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
9238              Date: 16 Dec 1998 03:17:03 +0200
9239              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
9240      Branch: cfgperl
9241            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9242 ____________________________________________________________________________
9243 [  2524] By: jhi                                   on 1998/12/29  13:00:06
9244         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9245              To: perl5-porters@perl.org
9246              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
9247              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
9248              Date: 10 Dec 1998 08:30:02 +0200
9249              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
9250              
9251              (Nick's part was applied earlier, in change #2460)
9252      Branch: cfgperl
9253            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9254 ____________________________________________________________________________
9255 [  2523] By: jhi                                   on 1998/12/29  12:41:31
9256         Log: From: "vishal bhatia" <vishalb@hotmail.com>
9257              To: nick@ni-s.u-net.com
9258              Cc: perl5-porters@perl.org
9259              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
9260              Date: 9 Dec 1998 06:50:30 +0200
9261              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
9262      Branch: cfgperl
9263            ! ext/B/B/CC.pm
9264 ____________________________________________________________________________
9265 [  2522] By: jhi                                   on 1998/12/29  12:15:18
9266         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9267              To: perl5-porters@perl.org (Perl 5 Porters)
9268              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
9269              Date: 25 Dec 1998 23:02:28 +0200
9270              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
9271      Branch: cfgperl
9272            ! lib/Pod/Text.pm
9273 ____________________________________________________________________________
9274 [  2521] By: jhi                                   on 1998/12/29  12:07:54
9275         Log: Undo #2519 (breaks universal.c).
9276      Branch: cfgperl
9277            ! XSUB.h
9278 ____________________________________________________________________________
9279 [  2519] By: jhi                                   on 1998/12/29  11:41:10
9280         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9281              To: perl5-porters@perl.org
9282              Cc: perl-xs@perl.org
9283              Subject: XSUB.h refinement [PATCH]
9284              Date: 18 Dec 1998 03:58:44 +0200
9285              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
9286      Branch: cfgperl
9287            ! XSUB.h
9288 ____________________________________________________________________________
9289 [  2518] By: jhi                                   on 1998/12/29  11:36:19
9290         Log: From: abigail@fnx.com
9291              To: perl5-porters@perl.org (Perl Porters)
9292              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
9293              Date: 28 Dec 1998 21:39:15 +0200
9294              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
9295      Branch: cfgperl
9296            ! lib/fields.pm
9297 ____________________________________________________________________________
9298 [  2517] By: jhi                                   on 1998/12/29  11:35:03
9299         Log: Document change #2516.
9300      Branch: cfgperl
9301            ! pod/perldelta.pod
9302 ____________________________________________________________________________
9303 [  2516] By: jhi                                   on 1998/12/29  11:32:26
9304         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9305              To: perl5-porters@perl.org (Mailing list Perl5)
9306              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
9307              Date: 9 Dec 1998 10:39:31 +0200
9308              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
9309      Branch: cfgperl
9310            ! pod/perldiag.pod regcomp.c toke.c
9311 ____________________________________________________________________________
9312 [  2515] By: jhi                                   on 1998/12/29  11:27:11
9313         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9314              To: perl5-porters@perl.org (Mailing list Perl5)
9315              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
9316              Date: 8 Dec 1998 09:02:04 +0200
9317              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
9318              
9319              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
9320      Branch: cfgperl
9321            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
9322 ____________________________________________________________________________
9323 [  2514] By: jhi                                   on 1998/12/29  11:21:31
9324         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9325              To: perl5-porters@perl.org (Mailing list Perl5)
9326              Subject: [PATCH 5.005_53] Regexp tests and UTF8
9327              Date: 8 Dec 1998 07:02:01 +0200
9328              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
9329      Branch: cfgperl
9330            ! regcomp.c
9331 ____________________________________________________________________________
9332 [  2513] By: jhi                                   on 1998/12/29  11:18:34
9333         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9334              Subject: [PATCH 5.005_*] Dumpvar.pm
9335              To: perl5-porters@perl.org (Mailing list Perl5)
9336              Date: 7 Dec 1998 10:17:35 +0200
9337              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
9338      Branch: cfgperl
9339            + lib/Dumpvalue.pm
9340            ! MANIFEST
9341 ____________________________________________________________________________
9342 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
9343         Log: From: jan.dubois@ibm.net (Jan Dubois)
9344              Date: Tue, 01 Dec 1998 00:07:33 +0100
9345              Message-ID: <366921b5.14512598@smtp1.ibm.net>
9346              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
9347              
9348              From: jan.dubois@ibm.net (Jan Dubois)
9349              Date: Wed, 02 Dec 1998 00:24:54 +0100
9350              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
9351              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
9352      Branch: maint-5.005/perl
9353            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
9354            ! win32/config.bc win32/config.gc win32/config.vc
9355            ! win32/config_sh.PL win32/makedef.pl
9356 ____________________________________________________________________________
9357 [  2509] By: jhi                                   on 1998/12/28  13:00:31
9358     Log: Kickstart AUTHORS and MAINTAIN.
9359  Branch: cfgperl
9360        + AUTHORS MAINTAIN
9361        ! MANIFEST
9362 ____________________________________________________________________________
9363 [  2508] By: jhi                                   on 1998/12/28  08:04:00
9364     Log: From: Nathan Torkington <gnat@frii.com>
9365          To: perlbug@perl.com
9366          Subject: [PATCH] perlxstut.pod fix
9367          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
9368          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
9369  Branch: cfgperl
9370        ! pod/perlxstut.pod
9371 ____________________________________________________________________________
9372 [  2507] By: jhi                                   on 1998/12/28  07:59:00
9373     Log: From: abigail@fnx.com
9374          To: perlbug@perl.com
9375          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
9376          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
9377          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
9378          (slightly modified, a part of the patch was rejected)
9379          (strange, I thought I had already submitted this one
9380          but Perforce disagrees with me...)
9381  Branch: cfgperl
9382        ! pod/perlop.pod
9383 ____________________________________________________________________________
9384 [  2506] By: jhi                                   on 1998/12/28  07:56:59
9385     Log: From: Artur <artur@vogon-solutions.com>
9386          To: perlbug@perl.com
9387          Subject: PATCH: perlmodlib.pod
9388          Date: Fri, 25 Dec 1998 00:48:39 +0000
9389          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
9390  Branch: cfgperl
9391        ! pod/perlmodlib.pod pod/perlop.pod
9392 ____________________________________________________________________________
9393 [  2505] By: jhi                                   on 1998/12/28  07:46:06
9394     Log: From: abigail@fnx.com
9395          To: perl5-porters@perl.org (Perl Porters)
9396          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
9397          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
9398          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
9399  Branch: cfgperl
9400        ! pod/pod2html.PL
9401 ____________________________________________________________________________
9402 [  2504] By: jhi                                   on 1998/12/28  07:44:35
9403     Log: From: Jim Avera <avera@fjst.com>
9404          To: perlbug@perl.com
9405          Subject: perlbug bug - shows dates reversed
9406          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
9407          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
9408  Branch: cfgperl
9409        ! utils/perlbug.PL
9410 ____________________________________________________________________________
9411 [  2503] By: jhi                                   on 1998/12/28  07:41:39
9412     Log: From: jan.dubois@ibm.net (Jan Dubois)
9413          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
9414          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9415          Date: Wed, 23 Dec 1998 21:26:38 +0100
9416          Message-ID: <36895086.8849224@smtp1.ibm.net>
9417  Branch: cfgperl
9418        ! lib/ExtUtils/MakeMaker.pm
9419 ____________________________________________________________________________
9420 [  2502] By: jhi                                   on 1998/12/28  07:39:20
9421     Log: From: Blair Zajac <bzajac@geostaff.com>
9422          To: perl5-porters@perl.org
9423          Subject: Tie::SubstrHash patch
9424          Date: Wed, 23 Dec 1998 17:13:32 -0800
9425          Message-ID: <3681953C.8B6A90AA@geostaff.com>
9426  Branch: cfgperl
9427        ! lib/Tie/SubstrHash.pm
9428 ____________________________________________________________________________
9429 [  2501] By: jhi                                   on 1998/12/28  07:37:16
9430     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
9431          To: perlbug@perl.com
9432          Subject: perlfaq9 minor error
9433          Date: Wed, 23 Dec 1998 14:54:19 -0800
9434          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
9435  Branch: cfgperl
9436        ! pod/perlfaq9.pod
9437 ____________________________________________________________________________
9438 [  2500] By: jhi                                   on 1998/12/23  10:38:18
9439     Log: More porting notes about filesystems, AmigaOS, and MiNT.
9440  Branch: cfgperl
9441        ! pod/perlport.pod
9442 ____________________________________________________________________________
9443 [  2499] By: jhi                                   on 1998/12/22  09:26:49
9444     Log: Add few MSG_ and uio constants.
9445  Branch: cfgperl
9446        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
9447 ____________________________________________________________________________
9448 [  2498] By: jhi                                   on 1998/12/22  08:39:30
9449     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
9450          a Digital C compiler optimizer bug that broke the 'x'
9451          operator under certain circumstances.  See t/op/repeat.t
9452          test #20 for graphic details.  Reported in
9453          
9454          From: Gisle Aas <gisle@aas.no>
9455          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
9456          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
9457          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
9458          Date: 18 Dec 1998 14:27:40 +0100
9459          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
9460          
9461          and discussed further in the thread
9462          
9463          From: Jarkko Hietaniemi <jhi@iki.fi>
9464          To: Gisle Aas <gisle@aas.no>
9465          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
9466          cpan-testers@perl.org, perl5-porters@perl.org
9467          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
9468          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
9469          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
9470  Branch: cfgperl
9471        ! t/op/repeat.t util.c
9472 ____________________________________________________________________________
9473 [  2497] By: jhi                                   on 1998/12/21  14:18:57
9474     Log: Change #2483 update.
9475  Branch: cfgperl
9476        ! t/op/tr.t
9477 ____________________________________________________________________________
9478 [  2496] By: jhi                                   on 1998/12/21  14:07:41
9479     Log: Update on change #2493.
9480  Branch: cfgperl
9481        ! t/pragma/warn/op
9482 ____________________________________________________________________________
9483 [  2495] By: jhi                                   on 1998/12/21  13:52:00
9484     Log: Change #2487 aftershock.
9485  Branch: cfgperl
9486        ! warning.pl
9487 ____________________________________________________________________________
9488 [  2494] By: jhi                                   on 1998/12/21  12:35:00
9489     Log: From: Chris Nandor <pudge@pobox.com>
9490          To: perl5-porters@perl.org
9491          Subject: [PATCH] perlport.pod v1.37
9492          Date: Sat, 19 Dec 1998 12:54:34 -0500
9493          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
9494  Branch: cfgperl
9495        ! pod/perlport.pod
9496 ____________________________________________________________________________
9497 [  2493] By: jhi                                   on 1998/12/21  12:22:44
9498     Log: From: Mark-Jason Dominus <mjd@plover.com>
9499          To: perl5-porters@perl.com
9500          Subject: PATCH (5.005_02): Dejargonizing
9501          Date: Sun, 20 Dec 1998 14:35:20 -0500
9502          Message-ID: <19981220193520.11230.qmail@plover.com>
9503          
9504          From: Mark-Jason Dominus <mjd@plover.com>
9505          To: perl5-porters@perl.com
9506          Subject: PATCH (5.005_02): Spelling correction in warning message
9507          Date: Sun, 20 Dec 1998 13:51:30 -0500
9508          Message-ID: <19981220185130.11067.qmail@plover.com>
9509  Branch: cfgperl
9510        ! doio.c op.c
9511 ____________________________________________________________________________
9512 [  2492] By: jhi                                   on 1998/12/21  09:00:05
9513     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9514          To: perl5-porters@perl.org
9515          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
9516          Date: Sun, 20 Dec 1998 19:03:25 PST
9517          Message-ID: <19981221030326.27660.qmail@hotmail.com>
9518          
9519          (slightly reformatted)
9520  Branch: cfgperl
9521        ! ext/B/B/CC.pm
9522 ____________________________________________________________________________
9523 [  2491] By: nick                                  on 1998/12/20  14:21:29
9524     Log: Save _all_ GV's which have SV, AV or HV set.
9525  Branch: perl
9526        ! ext/B/B/C.pm
9527 ____________________________________________________________________________
9528 [  2490] By: jhi                                   on 1998/12/18  15:13:19
9529     Log: Add idea about generalising cpp symbol probing of Errno.
9530  Branch: cfgperl
9531        ! Todo
9532 ____________________________________________________________________________
9533 [  2489] By: jhi                                   on 1998/12/18  14:47:57
9534     Log: Address some of the issues of:
9535          
9536          From: Tom Christiansen <tchrist@jhereg.perl.com>
9537          To: perl-porters-active@jhereg.perl.com
9538          Subject: Undocumentation Issues for 5.005
9539          Date: Thu, 17 Dec 1998 14:46:24 -0700
9540          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
9541  Branch: cfgperl
9542        ! pod/perl5005delta.pod
9543 ____________________________________________________________________________
9544 [  2488] By: jhi                                   on 1998/12/18  11:26:32
9545     Log: From: root <root@dubravka.in-berlin.de>
9546          To: perlbug@perl.com
9547          Cc: k@dubravka.in-berlin.de
9548          Subject: Please add no_modify to PERL_POLLUTE
9549          Date: Fri, 18 Dec 1998 10:45:52 +0100
9550          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
9551          
9552          (Really from Andreas König)
9553  Branch: cfgperl
9554        ! embed.pl
9555 ____________________________________________________________________________
9556 [  2487] By: jhi                                   on 1998/12/17  14:05:52
9557     Log: Some (by far not all) issues of the below message addressed.
9558          
9559          From: Tom Christiansen <tchrist@jhereg.perl.com>
9560          To: The Perl Porters Mailing List <perl5-porters@perl.org>
9561          Subject: important UNDOC issues for 5.005_54
9562          Date: Wed, 16 Dec 1998 21:14:53 -0700
9563          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
9564  Branch: cfgperl
9565        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
9566 ____________________________________________________________________________
9567 [  2486] By: jhi                                   on 1998/12/17  12:47:15
9568     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9569          To: domo@computer.org
9570          Cc: jhi@iki.fi, perl5-porters@perl.org
9571          Subject: Re: stuff related to malloc.c
9572          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
9573          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
9574  Branch: cfgperl
9575        ! malloc.c
9576 ____________________________________________________________________________
9577 [  2485] By: jhi                                   on 1998/12/17  12:17:19
9578     Log: More porting notes.
9579  Branch: cfgperl
9580        ! Porting/pumpkin.pod
9581 ____________________________________________________________________________
9582 [  2484] By: jhi                                   on 1998/12/15  08:38:05
9583     Log: Undo #2386 and #2205.
9584  Branch: cfgperl
9585        ! pod/perlfunc.pod
9586 ____________________________________________________________________________
9587 [  2483] By: jhi                                   on 1998/12/14  17:58:35
9588     Log: lib was missing from @INC.
9589  Branch: cfgperl
9590        ! t/op/tr.t
9591 ____________________________________________________________________________
9592 [  2482] By: jhi                                   on 1998/12/14  17:52:42
9593     Log: Was missing use Text::Wrap.
9594  Branch: cfgperl
9595        ! t/lib/textfill.t
9596 ____________________________________________________________________________
9597 [  2481] By: jhi                                   on 1998/12/14  16:00:22
9598     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
9599          
9600          From: Jonathan Roy <roy@idle.com>
9601          To: perl5-porters@perl.org
9602          Subject: nlist.h add to Configure checks?
9603          Date: Sun, 13 Dec 1998 22:22:49 -0500
9604          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
9605  Branch: cfgperl
9606        + ext/DynaLoader/hints/linux.pl
9607        ! MANIFEST
9608 ____________________________________________________________________________
9609 [  2480] By: jhi                                   on 1998/12/14  15:02:44
9610     Log: Give up completely using nm in AIX.
9611          
9612          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9613          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
9614          Cc: perl5-porters@perl.org
9615          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
9616          Date: Thu, 10 Dec 1998 00:51:46 -0500
9617          Message-ID: <19981210005146.B29986@O2.chapin.edu>
9618  Branch: cfgperl
9619        ! hints/aix.sh
9620 ____________________________________________________________________________
9621 [  2479] By: jhi                                   on 1998/12/14  14:39:52
9622     Log: AIX' error messages are different.
9623          
9624          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9625          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9626          Cc: perl5-porters@perl.org
9627          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
9628          Date: Thu, 10 Dec 1998 00:42:36 -0500
9629          Message-ID: <19981210004236.A29986@O2.chapin.edu>
9630          
9631          From: Michael Engel <engel@nms1.cc.huji.ac.il>
9632          To: perlbug@perl.com
9633          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
9634          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
9635          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
9636  Branch: cfgperl
9637        ! t/pragma/warn/doio
9638 ____________________________________________________________________________
9639 [  2475] By: jhi                                   on 1998/12/13  12:35:55
9640     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9641          To: jhi@iki.fi
9642          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
9643          Subject: Re: stuff related to malloc.c
9644          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
9645          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
9646  Branch: cfgperl
9647        ! malloc.c
9648 ____________________________________________________________________________
9649 [  2474] By: jhi                                   on 1998/12/13  12:32:42
9650     Log: Some notes about porting issues.
9651  Branch: cfgperl
9652        ! Porting/pumpkin.pod
9653 ____________________________________________________________________________
9654 [  2473] By: jhi                                   on 1998/12/13  12:03:58
9655     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
9656          To: Perl 5 Porters <perl5-porters@perl.org>
9657          Subject: [patch 5.005_02] dos-djgpp update
9658          Date: Sun, 13 Dec 1998 00:08:44 +0100
9659          Message-ID: <19981213000844.C264@beeblebrox>
9660  Branch: cfgperl
9661        ! djgpp/config.over
9662 ____________________________________________________________________________
9663 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
9664     Log: undo changes to Exporter.pm from #2312
9665  Branch: maint-5.005/perl
9666        ! lib/Exporter.pm
9667 ____________________________________________________________________________
9668 [  2465] By: jhi                                   on 1998/12/12  12:31:21
9669     Log: Document that qw() taints.
9670          
9671          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
9672          To: perlbug@perl.com 
9673          Subject: taint problems
9674          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
9675          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
9676  Branch: cfgperl
9677        ! pod/perlop.pod
9678 ____________________________________________________________________________
9679 [  2464] By: jhi                                   on 1998/12/11  14:09:51
9680     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
9681          To: dist-users@foretune.co.jp
9682          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
9683          Date: Mon, 07 Dec 1998 20:13:04 -0400
9684          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
9685  Branch: cfgperl
9686        ! Configure
9687 ____________________________________________________________________________
9688 [  2463] By: jhi                                   on 1998/12/11  13:29:54
9689     Log: MAXPATHLEN.
9690  Branch: cfgperl
9691        ! perl.h
9692 ____________________________________________________________________________
9693 [  2462] By: jhi                                   on 1998/12/11  08:37:58
9694     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
9695          To: perl5-porters@perl.org
9696          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
9697          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
9698          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
9699  Branch: cfgperl
9700        + hints/gnu.sh
9701 ____________________________________________________________________________
9702 [  2461] By: nick                                  on 1998/12/10  21:00:50
9703     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
9704          From: Vishal Bhatia <vishalb@hotmail.com>
9705          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
9706          2. Fixes the bug  regarding return value of c-functions generated out 
9707          of perl subs. ( Just includes the patch I sent earlier)
9708          3. Incorporates the other changes that need to be done to get CC.pm
9709          use ISA search for packages and methods on the same lines as C.pm
9710          
9711          Vishal would appreciate comments about B::Stackobj changes from 
9712          someone knowing that module well.
9713  Branch: perl
9714        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9715 ____________________________________________________________________________
9716 [  2460] By: jhi                                   on 1998/12/08  08:11:27
9717     Log: Integrate from mainperl.
9718  Branch: cfgperl
9719       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9720       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
9721       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
9722       !> toke.c util.c
9723 ____________________________________________________________________________
9724 [  2459] By: jhi                                   on 1998/12/07  07:50:11
9725     Log: From: hansm@icgroup.nl 
9726          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9727          Reply-To: hansmu@xs4all.nl 
9728          To: perlbug@perl.com 
9729          Date: Sun, 6 Dec 98 22:19:54 +0100 
9730          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
9731  Branch: cfgperl
9732        ! util.c
9733 ____________________________________________________________________________
9734 [  2458] By: gsar                                  on 1998/12/07  06:00:55
9735     Log: fix dup lexical
9736  Branch: perl
9737        ! ext/B/B/Deparse.pm t/lib/io_unix.t
9738 ____________________________________________________________________________
9739 [  2457] By: gsar                                  on 1998/12/06  14:38:59
9740     Log: mention limit on line numbers reported by diagnostics
9741  Branch: perl
9742        ! pod/perl.pod toke.c
9743 ____________________________________________________________________________
9744 [  2456] By: gsar                                  on 1998/12/06  13:49:02
9745     Log: branch perldelta.pod
9746  Branch: maint-5.005/perl
9747       +> pod/perldelta.pod
9748 ____________________________________________________________________________
9749 [  2455] By: gsar                                  on 1998/12/06  13:47:21
9750     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
9751  Branch: maint-5.005/perl
9752        - pod/perldelta.pod
9753 ____________________________________________________________________________
9754 [  2454] By: gsar                                  on 1998/12/06  13:35:31
9755     Log: fix outdated/incorrect info about arbitrary limits
9756  Branch: perl
9757        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
9758        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
9759 ____________________________________________________________________________
9760 [  2453] By: nick                                  on 1998/12/05  16:14:42
9761     Log: Avoid hard-coding op numbers
9762          Update CC.pm to save %INC, and to co-exist with new C.pm
9763  Branch: perl
9764        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9765 ____________________________________________________________________________
9766 [  2452] By: nick                                  on 1998/12/05  10:44:28
9767     Log: B.xs had its own code to calculate hash() which differed from
9768          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
9769          which meant that run-time require was re-done.
9770          Removed some debug from C.pm
9771  Branch: perl
9772        ! ext/B/B.xs ext/B/B/C.pm
9773 ____________________________________________________________________________
9774 [  2451] By: nick                                  on 1998/12/04  21:58:49
9775     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
9776          well as _54, but with pre-scan for classes and save the ISA scheme.
9777  Branch: perl
9778        ! ext/B/B/C.pm
9779 ____________________________________________________________________________
9780 [  2450] By: nick                                  on 1998/12/04  17:58:44
9781     Log: Vishal Bhatia's patch as a basis.
9782  Branch: perl
9783        ! ext/B/B/C.pm ext/B/B/CC.pm
9784 ____________________________________________________________________________
9785 [  2449] By: jhi                                   on 1998/12/04  16:39:21
9786     Log: Integrate from mainperl.
9787  Branch: cfgperl
9788       !> t/op/goto.t t/op/tr.t
9789 ____________________________________________________________________________
9790 [  2448] By: gsar                                  on 1998/12/04  06:06:49
9791     Log: tweak test for UTEST
9792  Branch: perl
9793        ! t/op/tr.t
9794 ____________________________________________________________________________
9795 [  2444] By: jhi                                   on 1998/12/03  14:37:22
9796     Log: s/\bthe the\b/the/g *.pod
9797  Branch: cfgperl
9798        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
9799 ____________________________________________________________________________
9800 [  2443] By: jhi                                   on 1998/12/03  13:39:53
9801     Log: Change#2441 aftermath.
9802  Branch: cfgperl
9803        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9804        ! config_h.SH thread.h vms/subconfigure.com
9805 ____________________________________________________________________________
9806 [  2441] By: jhi                                   on 1998/12/03  08:15:13
9807     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9808          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
9809          Subject: [PATCH 5.005_54]Initial VMS patches
9810          Date: 3 Dec 1998 01:05:55 +0200
9811          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
9812          
9813          The patch to config_h.SH requires more study because
9814          metaconfig needs to agree.
9815  Branch: cfgperl
9816        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
9817        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
9818        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
9819 ____________________________________________________________________________
9820 [  2440] By: gsar                                  on 1998/12/03  01:32:16
9821     Log: add failed check-in of goto.t from change#1867
9822  Branch: perl
9823        ! t/op/goto.t
9824 ____________________________________________________________________________
9825 [  2437] By: jhi                                   on 1998/12/02  18:03:51
9826     Log: Fix most of the bad L<> links of
9827          
9828          From: Tom Christiansen <tchrist@jhereg.perl.com> 
9829          Subject: bad L<> links
9830          Reply-to: tchrist@perl.com 
9831          To: perlbug@jhereg.perl.com 
9832          Date: Tue, 11 Aug 1998 10:58:07 -0500 
9833          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
9834          
9835          The ones not fixed may require darker Pod::HTML magic,
9836          for example the perlguts.html#tags should work fine, IMHO.
9837  Branch: cfgperl
9838        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
9839        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
9840        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
9841        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
9842        ! pod/perlvar.pod
9843 ____________________________________________________________________________
9844 [  2436] By: jhi                                   on 1998/12/02  16:35:04
9845     Log: One paste too many in #2345.
9846  Branch: cfgperl
9847        ! lib/Pod/Html.pm
9848 ____________________________________________________________________________
9849 [  2435] By: jhi                                   on 1998/12/02  16:32:33
9850     Log: Pod::Html and Pod::Text were not locale-savvy:
9851          for example in =head1 all non-ASCII-\w-runs were
9852          turned into underscores in NAME tags.  This could
9853          result in several NAME tags becoming identical.
9854          Reported by:
9855          
9856          From: Fyodor Krasnov <fyodor@aha.ru> 
9857          Subject: pod2html vs Russian Characters
9858          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
9859          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
9860          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
9861  Branch: cfgperl
9862        ! lib/Pod/Html.pm lib/Pod/Text.pm
9863 ____________________________________________________________________________
9864 [  2434] By: jhi                                   on 1998/12/02  10:29:00
9865     Log: The real Mc5_54 integration.
9866  Branch: cfgperl
9867       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
9868 ____________________________________________________________________________
9869 [  2433] By: jhi                                   on 1998/12/02  08:52:13
9870     Log: From: Andy Dougherty <doughera@lafayette.edu>
9871          To: Perl Porters <perl5-porters@perl.org>
9872          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
9873          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
9874          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
9875  Branch: cfgperl
9876        ! Configure
9877 ____________________________________________________________________________
9878 [  2432] By: jhi                                   on 1998/12/02  08:49:47
9879     Log: From: Andy Dougherty <doughera@lafayette.edu>
9880          To: Perl Porters <perl5-porters@perl.org>
9881          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
9882          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
9883          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
9884  Branch: cfgperl
9885        ! Configure
9886 ____________________________________________________________________________
9887 [  2431] By: jhi                                   on 1998/12/01  16:11:50
9888     Log: From: achampio@lehman.com (Alan Champion)
9889          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
9890          To: perlbug@perl.com
9891          Date: 1 Dec 1998 17:36:33 +0200
9892          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
9893          
9894          Skip NIS includes.
9895  Branch: cfgperl
9896        ! t/op/pwent.t
9897 ____________________________________________________________________________
9898 [  2430] By: gsar                                  on 1998/12/01  12:12:50
9899     Log: 5.005_54, as released
9900  Branch: perl
9901        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
9902 ____________________________________________________________________________
9903 [  2429] By: jhi                                   on 1998/12/01  11:28:39
9904     Log: From: Anton Berezin <tobez@plab.ku.dk>
9905          To: perl5-porters@perl.org
9906          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
9907          Date: 30 Nov 1998 19:46:24 +0100
9908          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
9909  Branch: cfgperl
9910        ! hints/freebsd.sh
9911 ____________________________________________________________________________
9912 [  2428] By: jhi                                   on 1998/12/01  11:08:16
9913     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
9914  Branch: cfgperl
9915       +> (branch 30 files)
9916       !> (integrate 71 files)
9917 ____________________________________________________________________________
9918 [  2427] By: jhi                                   on 1998/12/01  10:51:37
9919     Log: Default to accepting a hinted $randfunc even when $csym
9920          does not find it.  (the previous defaylt behaviour was not
9921          to accept).
9922  Branch: cfgperl
9923        ! Configure
9924 ____________________________________________________________________________
9925 [  2426] By: jhi                                   on 1998/12/01  10:13:03
9926     Log: Separated the [:foo:] parsing to its own function.
9927          Passes all tests.
9928  Branch: cfgperl
9929        ! regcomp.c
9930 ____________________________________________________________________________
9931 [  2425] By: jhi                                   on 1998/12/01  08:22:49
9932     Log: Typo in comments.
9933  Branch: cfgperl
9934        ! regexec.c
9935 ____________________________________________________________________________
9936 [  2424] By: jhi                                   on 1998/12/01  08:21:38
9937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9938          Subject: [PATCH 5.005_*] Debugger 'v' command
9939          To: perl5-porters@perl.org (Mailing list Perl5)
9940          Date: 1 Dec 1998 07:55:11 +0200
9941          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
9942  Branch: cfgperl
9943        ! lib/perl5db.pl
9944 ____________________________________________________________________________
9945 [  2423] By: jhi                                   on 1998/12/01  08:19:08
9946     Log: From: pvhp@forte.com (Peter Prymmer)
9947          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
9948          To: perl5-porters@perl.org
9949          Date: 1 Dec 1998 07:27:11 +0200
9950          Message-ID: <MLIST_9812010508.AA07791@forte.com>
9951  Branch: cfgperl
9952        ! hints/os390.sh
9953 ____________________________________________________________________________
9954 [  2417] By: jhi                                   on 1998/11/30  08:14:00
9955     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
9956  Branch: cfgperl
9957        ! ext/Socket/Socket.xs
9958 ____________________________________________________________________________
9959 [  2416] By: jhi                                   on 1998/11/30  08:00:15
9960     Log: Undo #2395, seems more like a problem in netbsd-current.
9961  Branch: cfgperl
9962        ! util.c
9963
9964 ----------------
9965 Version 5.005_54
9966 ----------------
9967
9968 ____________________________________________________________________________
9969 [  2414] By: gsar                                  on 1998/11/30  02:23:55
9970     Log: more JPL tweaks
9971  Branch: perl
9972        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
9973        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
9974 ____________________________________________________________________________
9975 [  2413] By: gsar                                  on 1998/11/30  01:35:56
9976     Log: stub bin/jpl that just runs JPL::Compile::files()
9977  Branch: perl
9978        + jpl/bin/jpl
9979 ____________________________________________________________________________
9980 [  2412] By: gsar                                  on 1998/11/30  01:32:14
9981     Log: delete symlink
9982  Branch: perl
9983        - jpl/bin/jpl
9984 ____________________________________________________________________________
9985 [  2410] By: gsar                                  on 1998/11/30  01:30:44
9986     Log: branch jpl from perlext to perl
9987  Branch: perl
9988       +> (branch 30 files)
9989 ____________________________________________________________________________
9990 [  2407] By: gsar                                  on 1998/11/30  01:24:53
9991     Log: JPL tweaks to build with 5.005
9992  Branch: perlext
9993        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
9994        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
9995 ____________________________________________________________________________
9996 [  2406] By: gsar                                  on 1998/11/30  00:55:54
9997     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
9998  Branch: perl
9999        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
10000 ____________________________________________________________________________
10001 [  2405] By: gsar                                  on 1998/11/30  00:28:55
10002     Log: patchlevel up to 54
10003  Branch: perl
10004        ! patchlevel.h win32/Makefile win32/config_H.bc
10005        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10006 ____________________________________________________________________________
10007 [  2403] By: gsar                                  on 1998/11/29  23:35:50
10008     Log: integrate cfgperl changes into mainline
10009  Branch: perl
10010       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10011       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
10012 ____________________________________________________________________________
10013 [  2402] By: gsar                                  on 1998/11/29  23:08:42
10014     Log: sync Text::Wrap version number
10015  Branch: perl
10016        ! lib/Text/Wrap.pm
10017 ____________________________________________________________________________
10018 [  2401] By: gsar                                  on 1998/11/29  22:56:21
10019     Log: textfill.t tweak
10020  Branch: perl
10021        ! t/lib/textfill.t
10022 ____________________________________________________________________________
10023 [  2400] By: gsar                                  on 1998/11/29  22:50:41
10024     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
10025          <muir@idiom.com>
10026  Branch: perl
10027        + t/lib/textfill.t
10028        ! MANIFEST lib/Text/Wrap.pm
10029 ____________________________________________________________________________
10030 [  2399] By: gsar                                  on 1998/11/29  22:28:05
10031     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
10032          has happened without the authors knowledge or consent; the subversive
10033          version (which is in 5.00502) breaks one of the tests in the
10034          authors testsuite; attempts are being made to find a fix that
10035          avoids breaking code already running with the 5.005_02 version
10036          From:    David Muir Sharnoff <muir@idiom.com>
10037          Date:    Sat, 28 Nov 1998 04:34:17 PST
10038          Message-Id: <199811281234.EAA03082@idiom.com>
10039          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
10040  Branch: perl
10041        ! lib/Text/Wrap.pm t/lib/textwrap.t
10042 ____________________________________________________________________________
10043 [  2397] By: nick                                  on 1998/11/29  20:13:58
10044     Log: Update docs and English.pm for $^C
10045  Branch: perl
10046        ! lib/English.pm pod/perlvar.pod
10047 ____________________________________________________________________________
10048 [  2396] By: jhi                                   on 1998/11/29  20:13:03
10049     Log: Mirror #2384.
10050  Branch: cfgperl
10051        ! t/op/pwent.t
10052 ____________________________________________________________________________
10053 [  2395] By: jhi                                   on 1998/11/29  19:59:12
10054     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
10055  Branch: cfgperl
10056        ! util.c
10057 ____________________________________________________________________________
10058 [  2394] By: gsar                                  on 1998/11/29  19:49:08
10059     Log: updated perlreftut.pod
10060  Branch: perl
10061        ! pod/perlreftut.pod
10062 ____________________________________________________________________________
10063 [  2393] By: gsar                                  on 1998/11/29  19:31:56
10064     Log: misc tweaks
10065  Branch: perl
10066        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
10067 ____________________________________________________________________________
10068 [  2392] By: gsar                                  on 1998/11/29  19:31:18
10069     Log: notes about -DPERL_POLLUTE
10070  Branch: perl
10071        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
10072 ____________________________________________________________________________
10073 [  2391] By: gsar                                  on 1998/11/29  19:13:52
10074     Log: explain various win32 build caveats more clearly
10075  Branch: perl
10076        ! README.win32 win32/Makefile win32/makefile.mk
10077 ____________________________________________________________________________
10078 [  2390] By: gsar                                  on 1998/11/29  16:51:59
10079     Log: remove I_POLL detection (Configure will do that now)
10080  Branch: perl
10081        ! ext/IO/Makefile.PL
10082 ____________________________________________________________________________
10083 [  2389] By: jhi                                   on 1998/11/29  16:39:16
10084     Log: Add I_POLL for IO 1.20.
10085  Branch: cfgperl
10086        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10087        ! config_h.SH
10088 ____________________________________________________________________________
10089 [  2388] By: gsar                                  on 1998/11/29  16:23:30
10090     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
10091  Branch: perl
10092        + Porting/p4desc
10093        ! MANIFEST
10094 ____________________________________________________________________________
10095 [  2387] By: gsar                                  on 1998/11/29  16:08:03
10096     Log: another threads reliability fix: serialize writes to thr->threadsv
10097          avoid most uses of PL_na (which is much more inefficient than a
10098          simple local); update docs to suit; PL_na now being thr->Tna may
10099          be a minor compatibility issue for extensions--will require dTHR
10100          outside of XSUBs (those get automatic dTHR)
10101  Branch: perl
10102        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
10103        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
10104        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10105        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
10106        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
10107        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
10108        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
10109        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
10110        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
10111 ____________________________________________________________________________
10112 [  2386] By: jhi                                   on 1998/11/29  15:40:42
10113     Log: Tune the "if" entry.
10114  Branch: cfgperl
10115        ! pod/perlfunc.pod
10116 ____________________________________________________________________________
10117 [  2385] By: gsar                                  on 1998/11/29  12:40:28
10118     Log: various fixes for race conditions under threads: mutex locks based
10119          on PL_threadnum were seriously flawed, since it means more than one
10120          thread could enter the critical region; PL_na was global instead of
10121          thread-local; child thread could finish and free thr structures
10122          before Thread->new() got around to creating the Thread object;
10123          cv_clone() needed locking, as it mucks with PL_comppad and other
10124          global data; new_struct_thread() needed to lock template-thread's
10125          mutex while copying its data
10126  Branch: perl
10127        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
10128        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
10129 ____________________________________________________________________________
10130 [  2384] By: gsar                                  on 1998/11/29  10:54:38
10131     Log: s/warn/print/ on multiply defined groups
10132  Branch: perl
10133        ! t/op/grent.t
10134 ____________________________________________________________________________
10135 [  2383] By: gsar                                  on 1998/11/29  10:48:39
10136     Log: backout change#2334
10137  Branch: perl
10138        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
10139 ____________________________________________________________________________
10140 [  2382] By: jhi                                   on 1998/11/29  10:33:40
10141     Log: Better NetInfo behaviour.
10142  Branch: cfgperl
10143        ! t/op/grent.t t/op/pwent.t
10144 ____________________________________________________________________________
10145 [  2381] By: jhi                                   on 1998/11/29  10:08:15
10146     Log: Integrate from mainperl.
10147  Branch: cfgperl
10148       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
10149       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10150       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
10151       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
10152       +> t/lib/io_poll.t t/lib/io_unix.t
10153       !> (integrate 58 files)
10154 ____________________________________________________________________________
10155 [  2380] By: gsar                                  on 1998/11/29  08:22:49
10156     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
10157          Tim Bunce)
10158  Branch: perl
10159        ! gv.c
10160 ____________________________________________________________________________
10161 [  2379] By: gsar                                  on 1998/11/29  07:06:43
10162     Log: fix for pat.t failure under USE_THREADS
10163  Branch: perl
10164        ! pp_ctl.c regexec.c
10165 ____________________________________________________________________________
10166 [  2378] By: nick                                  on 1998/11/28  22:46:57
10167     Log: More C.pm tweaks
10168          Save globs even if we have saved cv itself before - may be imported.
10169          
10170          While we don't save "bootstrap" CV we need to provide a stub,
10171          so that if we require it later we don't fall through and attempt
10172          to DynaLoad module again.
10173          
10174          Attempt to save %INC so that "require" does not reload things
10175          we have compiled-in (does not work right yet - seems to be due
10176          to PL_incgv being created in perl_parse() current scheme setting 
10177          GvHV() is "better" than saving the glob, but still does not 
10178          work as I expect). 
10179  Branch: perl
10180        ! ext/B/B/C.pm
10181 ____________________________________________________________________________
10182 [  2377] By: gsar                                  on 1998/11/28  22:30:38
10183     Log: various tweaks; result passes all tests for normal build on Solaris;
10184          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
10185          win32 due to lack of select() that works on non-socket fds
10186  Branch: perl
10187        ! ext/IO/poll.c regcomp.c regexec.c scope.c
10188        ! t/lib/io_multihomed.t win32/makefile.mk
10189 ____________________________________________________________________________
10190 [  2376] By: gsar                                  on 1998/11/28  20:44:39
10191     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
10192  Branch: perl
10193        ! myconfig
10194 ____________________________________________________________________________
10195 [  2375] By: gsar                                  on 1998/11/28  20:42:58
10196     Log: integrate cfgperl changes into mainline
10197  Branch: perl
10198       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
10199       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
10200 ____________________________________________________________________________
10201 [  2374] By: gsar                                  on 1998/11/28  20:02:03
10202     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10203          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
10204          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
10205          Subject: [PATCH 5.00553] Yet another OS/2 patch
10206  Branch: perl
10207        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
10208 ____________________________________________________________________________
10209 [  2373] By: gsar                                  on 1998/11/28  19:30:06
10210     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10211          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
10212          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
10213          Subject: [PATCH 5.005_53] Change $#+
10214  Branch: perl
10215        ! mg.c pod/perlvar.pod t/op/pat.t
10216 ____________________________________________________________________________
10217 [  2372] By: gsar                                  on 1998/11/28  19:28:00
10218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10219          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
10220          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
10221          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
10222  Branch: perl
10223        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
10224        ! thrdvar.h
10225 ____________________________________________________________________________
10226 [  2371] By: gsar                                  on 1998/11/28  19:23:53
10227     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10228          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
10229          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
10230          Subject: [PATCH 5.005_53] better -Mre=debugcolor
10231  Branch: perl
10232        ! embedvar.h objXSUB.h regexec.c thrdvar.h
10233 ____________________________________________________________________________
10234 [  2370] By: gsar                                  on 1998/11/28  19:21:17
10235     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10236          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
10237          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
10238          Subject: [PATCH 5.005_*] regcolors
10239  Branch: perl
10240        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
10241 ____________________________________________________________________________
10242 [  2369] By: gsar                                  on 1998/11/28  19:00:15
10243     Log: allow final period in a file (not followed by a newline) to
10244          terminate format spec
10245  Branch: perl
10246        ! toke.c
10247 ____________________________________________________________________________
10248 [  2368] By: gsar                                  on 1998/11/28  18:58:25
10249     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
10250          add C<$Config{installarchlib}/CORE> to the default locations searched
10251          on win32
10252  Branch: perl
10253        ! lib/ExtUtils/Liblist.pm
10254 ____________________________________________________________________________
10255 [  2367] By: gsar                                  on 1998/11/28  18:46:05
10256     Log: applied suggested patch with PERL_OBJECT tweaks
10257          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10258          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
10259          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
10260          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
10261  Branch: perl
10262        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
10263        ! regexec.c t/op/pat.t thrdvar.h
10264 ____________________________________________________________________________
10265 [  2366] By: gsar                                  on 1998/11/28  18:38:34
10266     Log: additional documentation for qr//
10267          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10268          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
10269          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
10270          Subject: [PATCH 5.005_*] Documentation (fwd)
10271  Branch: perl
10272        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
10273 ____________________________________________________________________________
10274 [  2365] By: gsar                                  on 1998/11/28  18:35:35
10275     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10276          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
10277          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
10278          Subject: [PATCH 5.005_*] Fix \G in REx without //g
10279  Branch: perl
10280        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
10281        ! regexp.h t/op/pat.t thrdvar.h
10282 ____________________________________________________________________________
10283 [  2364] By: gsar                                  on 1998/11/28  18:24:20
10284     Log: update Test.pm to Test-1.12; tweak 're' detection
10285  Branch: perl
10286        ! lib/Test.pm
10287 ____________________________________________________________________________
10288 [  2363] By: gsar                                  on 1998/11/28  18:12:04
10289     Log: avoid command-line quoting portability problems in lex_assign.t
10290  Branch: perl
10291        ! t/op/lex_assign.t
10292 ____________________________________________________________________________
10293 [  2362] By: gsar                                  on 1998/11/28  18:08:50
10294     Log: From: John Tobey <jtobey@channel1.com>
10295          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
10296          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
10297          Subject: PATCH: document English.pm sawampersand and thread issues
10298  Branch: perl
10299        ! lib/English.pm pod/perlvar.pod
10300 ____________________________________________________________________________
10301 [  2361] By: gsar                                  on 1998/11/28  18:03:04
10302     Log: fix uninitialized warnings
10303          From: Brian Callaghan <callagh@itginc.com>
10304          Date: Thu, 19 Nov 1998 17:49:10 -0800
10305          Message-Id: <3654CA96.B64FCAEB@itginc.com>
10306          Subject: Complete.pm patch (version 1.1)
10307  Branch: perl
10308        ! lib/Term/Complete.pm
10309 ____________________________________________________________________________
10310 [  2360] By: gsar                                  on 1998/11/28  17:59:16
10311     Log: s/Array/List/ suggested by John Tobey
10312  Branch: perl
10313        ! pod/perldata.pod
10314 ____________________________________________________________________________
10315 [  2359] By: gsar                                  on 1998/11/28  17:47:48
10316     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
10317  Branch: perl
10318        ! lib/Tie/Handle.pm pod/perlfunc.pod
10319 ____________________________________________________________________________
10320 [  2358] By: jhi                                   on 1998/11/28  17:23:15
10321     Log: Revamp the locale tests.
10322          (0) Instead of rewiring a few locales scan for them.
10323          (1) Bogus test #101 removed.
10324          (2) All the locales are checked, the lists of failed
10325          and non-failed ones are displayed.
10326          (3) The test #103 is again 'active' so that it may fail.
10327          (4) To balance (3) a hopefully pacifying message is shown
10328          if the #103 fails.
10329  Branch: cfgperl
10330        ! t/pragma/locale.t
10331 ____________________________________________________________________________
10332 [  2357] By: gsar                                  on 1998/11/28  17:21:07
10333     Log: add perlreftut.pod
10334  Branch: perl
10335        + pod/perlreftut.pod
10336        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
10337        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
10338        ! win32/pod.mak
10339 ____________________________________________________________________________
10340 [  2356] By: jhi                                   on 1998/11/28  16:58:01
10341     Log: Change #2346 fallout.
10342  Branch: cfgperl
10343        ! t/op/undef.t
10344 ____________________________________________________________________________
10345 [  2355] By: gsar                                  on 1998/11/28  16:46:43
10346     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
10347          ANSI prototypes
10348  Branch: perl
10349        ! ext/IO/IO.xs
10350 ____________________________________________________________________________
10351 [  2354] By: gsar                                  on 1998/11/28  16:08:07
10352     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
10353          keep platform hacks that aren't in the 1.20 dist; add new files
10354          to MANIFEST; hack Makefile.PL; result hasn't been tested
10355          anywhere
10356  Branch: perl
10357        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
10358        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10359        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
10360        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
10361        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
10362        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10363        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10364        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10365        ! t/lib/io_sock.t t/lib/io_udp.t
10366 ____________________________________________________________________________
10367 [  2353] By: jhi                                   on 1998/11/28  15:51:03
10368     Log: Locale collation, ctype, and numeric, were initialized wrong
10369          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
10370          as reported by
10371          
10372          From: Ilya.Sandler@etak.com (Ilya Sandler)
10373          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
10374          To: perlbug@perl.com
10375          Date: 25 Nov 1998 04:53:52 +0200
10376          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
10377  Branch: cfgperl
10378        ! util.c
10379 ____________________________________________________________________________
10380 [  2352] By: nick                                  on 1998/11/28  15:21:59
10381     Log: Implement $^C to allow perl access to -c flag - I think this 
10382          was agreed once...
10383  Branch: perl
10384        ! gv.c mg.c
10385 ____________________________________________________________________________
10386 [  2351] By: jhi                                   on 1998/11/28  15:14:24
10387     Log: Change #2251 fixup.
10388  Branch: cfgperl
10389        ! myconfig
10390 ____________________________________________________________________________
10391 [  2350] By: jhi                                   on 1998/11/28  14:58:19
10392     Log: Integrate from mainperl.
10393  Branch: cfgperl
10394       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10395       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10396       +> pod/perl5005delta.pod
10397       !> (integrate 49 files)
10398 ____________________________________________________________________________
10399 [  2349] By: jhi                                   on 1998/11/28  14:27:36
10400     Log: Passwd and group file groveling.
10401  Branch: cfgperl
10402        ! t/op/grent.t t/op/pwent.t
10403 ____________________________________________________________________________
10404 [  2348] By: gsar                                  on 1998/11/28  14:09:50
10405     Log: more conservative version of changes#2345,2346,2347; those break
10406          C<defined(@{"foo::ISA"})> which seems to be extensively used in
10407          the libs :-(
10408  Branch: perl
10409        ! pp.c t/op/method.t
10410 ____________________________________________________________________________
10411 [  2347] By: gsar                                  on 1998/11/28  13:36:08
10412     Log: tweak bogus test
10413  Branch: perl
10414        ! t/op/method.t
10415 ____________________________________________________________________________
10416 [  2346] By: gsar                                  on 1998/11/28  13:20:34
10417     Log: test cases for previous change
10418  Branch: perl
10419        ! t/op/undef.t
10420 ____________________________________________________________________________
10421 [  2345] By: gsar                                  on 1998/11/28  13:07:17
10422     Log: fix typo in pp_defined() causing C<defined %tied> to fail
10423  Branch: perl
10424        ! pp.c
10425 ____________________________________________________________________________
10426 [  2344] By: gsar                                  on 1998/11/28  13:03:29
10427     Log: s/comment/comment_t/ tweak (suggested by John Gorman
10428          <jgorman@webbysoft.com>)
10429  Branch: perl
10430        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10431 ____________________________________________________________________________
10432 [  2343] By: gsar                                  on 1998/11/28  12:52:40
10433     Log: add (stub) perldelta.pod
10434  Branch: perl
10435        + pod/perldelta.pod
10436 ____________________________________________________________________________
10437 [  2342] By: gsar                                  on 1998/11/28  12:49:26
10438     Log: rename perldelta.pod to perl5005delta.pod in preparation for
10439          starting a new one
10440  Branch: perl
10441       +> pod/perl5005delta.pod
10442        - pod/perldelta.pod
10443        ! MANIFEST pod/perl.pod
10444 ____________________________________________________________________________
10445 [  2341] By: gsar                                  on 1998/11/28  12:41:55
10446     Log: fix MALLOC_LOCK #define
10447  Branch: perl
10448        ! malloc.c
10449 ____________________________________________________________________________
10450 [  2340] By: gsar                                  on 1998/11/28  12:18:23
10451     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10452          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
10453          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
10454          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
10455  Branch: perl
10456        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
10457 ____________________________________________________________________________
10458 [  2339] By: jhi                                   on 1998/11/28  11:59:01
10459     Log: Add -lm to dynix/ptx POSIX hints.
10460          From: "Martin J. Bligh" <mbligh@sequent.com>
10461          To: jhi@iki.fi
10462          Subject: Re: Making Perl work on DYNIX/ptx
10463          Date: Wed, 25 Nov 1998 10:34:41 -0800
10464          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
10465  Branch: cfgperl
10466        ! ext/POSIX/hints/dynixptx.pl
10467 ____________________________________________________________________________
10468 [  2338] By: jhi                                   on 1998/11/28  11:57:19
10469     Log: Detypo.
10470  Branch: cfgperl
10471        ! lib/filetest.pm
10472 ____________________________________________________________________________
10473 [  2337] By: jhi                                   on 1998/11/28  11:56:29
10474     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
10475  Branch: cfgperl
10476        ! Configure
10477 ____________________________________________________________________________
10478 [  2336] By: gsar                                  on 1998/11/28  11:41:14
10479     Log: teach CPAN.pm to ignore beta perl distributions when looking for
10480          modules
10481          From: root@dogberry.rutgers.edu (root)
10482          Date: Thu, 12 Nov 1998 23:08:39 -0500
10483          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
10484          Subject: recompile tries getting a perl distribution
10485  Branch: perl
10486        ! lib/CPAN.pm
10487 ____________________________________________________________________________
10488 [  2335] By: gsar                                  on 1998/11/28  11:27:46
10489     Log: make $1 et al readonly under threads; make C<undef $1> fail like
10490          C<$1 = undef> does
10491  Branch: perl
10492        ! op.c pp.c t/op/undef.t
10493 ____________________________________________________________________________
10494 [  2334] By: gsar                                  on 1998/11/28  10:24:52
10495     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
10496  Branch: perl
10497        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
10498 ____________________________________________________________________________
10499 [  2333] By: gsar                                  on 1998/11/28  09:36:40
10500     Log: document changed PERL_HASH()
10501  Branch: perl
10502        ! pod/perlfunc.pod pod/perlguts.pod
10503 ____________________________________________________________________________
10504 [  2332] By: nick                                  on 1998/11/27  21:10:27
10505     Log: Handle INIT list in C.pm
10506          1. Provide init_av() from B.xs
10507          2. Export it in B.pm
10508          3. Use it in C.pm
10509          Also disable some pruning in savecv() which seems to undo
10510          my previous patch.
10511          Experimental feature - save pathnames of .so files in easily 
10512          grep-able form for use in wrapper to feed to linker.  
10513  Branch: perl
10514        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
10515 ____________________________________________________________________________
10516 [  2327] By: gsar                                  on 1998/11/27  15:12:01
10517     Log: integrate change#2315 from maint-5.005
10518  Branch: perl
10519        ! t/op/sort.t
10520       !> op.c sv.c
10521 ____________________________________________________________________________
10522 [  2326] By: gsar                                  on 1998/11/27  15:00:42
10523     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
10524  Branch: perl
10525       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
10526       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10527       !> lib/ExtUtils/typemap
10528 ____________________________________________________________________________
10529 [  2325] By: gsar                                  on 1998/11/27  14:46:18
10530     Log: malloc bugfix and documentation from Ilya Zakharevich
10531          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
10532          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
10533          Subject: [PATCH 5.005_*] Re: Internal coredump
10534          --
10535          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
10536          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
10537          Subject: [PATCH 5.005_*] malloc.c documentation
10538  Branch: perl
10539        ! malloc.c
10540 ____________________________________________________________________________
10541 [  2324] By: gsar                                  on 1998/11/27  14:41:38
10542     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
10543  Branch: perl
10544        ! ext/B/B/C.pm
10545 ____________________________________________________________________________
10546 [  2323] By: gsar                                  on 1998/11/27  14:33:44
10547     Log: From: maeda@src.ricoh.co.jp
10548          Date: Tue, 24 Nov 1998 10:37:45 +0900
10549          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
10550          Subject: format "..." bug
10551  Branch: perl
10552        ! pp_ctl.c t/op/write.t
10553 ____________________________________________________________________________
10554 [  2322] By: gsar                                  on 1998/11/27  14:20:12
10555     Log: add ext/Devel/Peek
10556          From: jan.dubois@ibm.net (Jan Dubois)
10557          Date: Mon, 23 Nov 1998 00:48:11 +0100
10558          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
10559          Subject: [PATCH 5.005_53] Devel::Peek integration
10560  Branch: perl
10561        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10562        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10563        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
10564        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
10565        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10566 ____________________________________________________________________________
10567 [  2321] By: gsar                                  on 1998/11/27  13:03:08
10568     Log: ensure 'make regen_headers' even without perl installed
10569          (suggested by Ilya Zakharevich)
10570  Branch: perl
10571        ! bytecode.pl warning.pl
10572 ____________________________________________________________________________
10573 [  2320] By: gsar                                  on 1998/11/27  12:58:36
10574     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10575          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
10576          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
10577          Subject: [PATCH 5.005_*] Cosmetic malloc patch
10578  Branch: perl
10579        ! malloc.c
10580 ____________________________________________________________________________
10581 [  2319] By: gsar                                  on 1998/11/27  12:56:13
10582     Log: eliminate dup hunk from integration
10583  Branch: perl
10584        ! lib/filetest.pm perl.h
10585 ____________________________________________________________________________
10586 [  2318] By: gsar                                  on 1998/11/27  12:50:08
10587     Log: integrate cfgperl changes into mainline
10588  Branch: perl
10589       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10590        ! pod/perlfaq4.pod
10591       !> (integrate 30 files)
10592 ____________________________________________________________________________
10593 [  2317] By: jhi                                   on 1998/11/27  11:38:13
10594     Log: C<-x>.
10595  Branch: cfgperl
10596        ! lib/filetest.pm
10597 ____________________________________________________________________________
10598 [  2316] By: jhi                                   on 1998/11/27  11:10:22
10599     Log: Integrate from mainperl.
10600  Branch: cfgperl
10601       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
10602       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
10603       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
10604       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
10605       !> win32/win32sck.c
10606 ____________________________________________________________________________
10607 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
10608     Log: integrate change#2246 from mainline, while still allowing
10609          C<sort $globref @foo>
10610          
10611          allow C<sort $coderef @foo>
10612  Branch: maint-5.005/perl
10613        ! op.c sv.c
10614       !> t/op/sort.t
10615 ____________________________________________________________________________
10616 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
10617     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
10618          forwarded by Jarkko Hietaniemi from Mark Bixby
10619  Branch: maint-5.005/perl
10620        ! ext/DynaLoader/dl_mpeix.xs installperl
10621 ____________________________________________________________________________
10622 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
10623     Log: Allow PL_FILES to have multiple targets from one source by allowing
10624          an array ref as the value in the hash
10625  Branch: maint-5.005/perl
10626        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10627        ! lib/ExtUtils/MakeMaker.pm
10628 ____________________________________________________________________________
10629 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
10630     Log: fix unsigned variables to use SvUV and sv_setuv
10631  Branch: maint-5.005/perl
10632        ! lib/ExtUtils/typemap
10633 ____________________________________________________________________________
10634 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
10635     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
10636  Branch: maint-5.005/perl
10637        ! lib/ExtUtils/MM_Unix.pm
10638 ____________________________________________________________________________
10639 [  2301] By: gsar                                  on 1998/11/26  10:16:54
10640     Log: fix PL_defoutgv leak under threads
10641  Branch: perl
10642        ! ext/Thread/Thread.xs
10643 ____________________________________________________________________________
10644 [  2300] By: gsar                                  on 1998/11/26  09:04:44
10645     Log: properly free temporaries created by threads
10646  Branch: perl
10647        ! ext/Thread/Thread.xs
10648 ____________________________________________________________________________
10649 [  2299] By: gsar                                  on 1998/11/26  06:51:16
10650     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
10651          to set the package for the block properly
10652  Branch: perl
10653        ! op.c t/comp/package.t t/lib/dumper.t
10654 ____________________________________________________________________________
10655 [  2298] By: nick                                  on 1998/11/24  22:04:20
10656     Log: Part-1 of tweaks to allow Tk to be "compiled"
10657          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
10658          (May also need attention to exports etc. - to follow.)
10659  Branch: perl
10660        ! universal.c
10661 ____________________________________________________________________________
10662 [  2294] By: jhi                                   on 1998/11/23  10:44:26
10663     Log: The new socket tests need in some platforms
10664          to #include <sys/types.h>.
10665  Branch: cfgperl
10666        ! Configure
10667 ____________________________________________________________________________
10668 [  2293] By: jhi                                   on 1998/11/23  10:33:42
10669     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10670          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10671          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10672          Date: Mon, 23 Nov 1998 10:07:04 +0100
10673          Message-Id: <9811230907.AA06484@AWT.nl>
10674          
10675          NeXTstep NetInfo uses nidump to get the user/group databases.
10676  Branch: cfgperl
10677        ! t/op/grent.t t/op/pwent.t
10678 ____________________________________________________________________________
10679 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
10680     Log: Updated Porting/patchls utility.
10681  Branch: maint-5.004/perl
10682        ! Porting/patchls
10683 ____________________________________________________________________________
10684 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
10685     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
10686          From:  Henrik Tougaard <ht.000@foa.dk>
10687          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
10688          Files:  lib/Sys/Syslog.pm
10689  Branch: maint-5.004/perl
10690        ! lib/Sys/Syslog.pm
10691 ____________________________________________________________________________
10692 [  2286] By: jhi                                   on 1998/11/22  19:08:42
10693     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
10694  Branch: cfgperl
10695        ! ext/Socket/Socket.xs
10696 ____________________________________________________________________________
10697 [  2285] By: jhi                                   on 1998/11/22  18:21:07
10698     Log: MSG_PROXY for GNU/Hurd (previously we believed that
10699          all GNU libc platforms have MSG_PROXY.  Untrue).
10700          In fact this ended up as a major MSG_* and SCM_*
10701          update.  The MSG_XXX known to be enums in some
10702          versions of the glibc are now probed for and respective
10703          HAS_MSG_XXX are defined.  While I was at it I noticed
10704          SCM_RIGHTS being similarly an enum.  This reminded me of
10705          an ancient discussion in perl5-porters:
10706          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
10707          The BSD socket interface has a nifty feature for passing
10708          file descriptors and credentials--via sockets.  It may be
10709          too late to add this functionality to the CORE but
10710          at least Configure now probes for the functions,
10711          structs, and includes, defining the appropriate
10712          HAS_YYY and I_ZZZ, and the Socket extension exports
10713          the constants, in case somebody wants to write an
10714          extension for this interface.
10715  Branch: cfgperl
10716        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10717        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
10718        ! iperlsys.h
10719 ____________________________________________________________________________
10720 [  2284] By: jhi                                   on 1998/11/22  18:13:21
10721     Log: perlhist.pod 1.54, containing 5_53.
10722  Branch: cfgperl
10723        ! pod/perlhist.pod
10724 ____________________________________________________________________________
10725 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
10726     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
10727  Branch: maint-5.004/perl
10728        ! doio.c
10729 ____________________________________________________________________________
10730 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
10731     Log: Improve op/die_exit.t test for implicit close changing $!
10732  Branch: maint-5.004/perl
10733        ! t/op/die_exit.t
10734 ____________________________________________________________________________
10735 [  2268] By: jhi                                   on 1998/11/22  14:44:11
10736     Log: Fix thinko.
10737  Branch: cfgperl
10738        ! hints/dynixptx.sh
10739 ____________________________________________________________________________
10740 [  2267] By: jhi                                   on 1998/11/22  13:19:41
10741     Log: Document the d_socket override.
10742  Branch: cfgperl
10743        ! hints/dynixptx.sh
10744 ____________________________________________________________________________
10745 [  2266] By: jhi                                   on 1998/11/22  12:12:29
10746     Log: From: John Tobey <jtobey@channel1.com>
10747          Subject: [PATCH] perlfaq typos
10748          To: perl5-porters@perl.com
10749          Date: 22 Nov 1998 04:25:15 +0200
10750          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
10751  Branch: cfgperl
10752        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10753        ! pod/perlfaq7.pod pod/perlfaq8.pod
10754 ____________________________________________________________________________
10755 [  2265] By: jhi                                   on 1998/11/22  12:06:29
10756     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10757          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
10758          Newsgroups: hut.lists.perl5-porters
10759          To: gsar@engin.umich.edu (Gurusamy Sarathy)
10760          Cc: perl5-porters@perl.org (Perl5 Porters)
10761          Date: 20 Nov 1998 12:20:41 +0200
10762  Branch: cfgperl
10763        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10764        ! ext/DB_File/DB_File.xs
10765 ____________________________________________________________________________
10766 [  2264] By: jhi                                   on 1998/11/22  11:55:09
10767     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
10768          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10769          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10770          To: perlbug@perl.com
10771          Date: 20 Nov 1998 18:39:06 +0200
10772          Lines: 47
10773          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10774  Branch: cfgperl
10775        ! t/op/grent.t t/op/pwent.t
10776 ____________________________________________________________________________
10777 [  2263] By: jhi                                   on 1998/11/22  11:42:59
10778     Log: Permission testing is tricky when we have too much power.
10779          Problem reported in
10780          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10781          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10782          To: perlbug@perl.com
10783          Date: 20 Nov 1998 18:39:06 +0200
10784          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10785  Branch: cfgperl
10786        ! t/op/filetest.t
10787 ____________________________________________________________________________
10788 [  2262] By: gsar                                  on 1998/11/22  11:37:02
10789     Log: fix broken CAPI generation
10790  Branch: perl
10791        ! win32/GenCAPI.pl
10792 ____________________________________________________________________________
10793 [  2261] By: jhi                                   on 1998/11/22  11:17:00
10794     Log: -x should be C<-x>, reported by Gerben Wierda.
10795  Branch: cfgperl
10796        ! pod/perlfunc.pod
10797 ____________________________________________________________________________
10798 [  2260] By: gsar                                  on 1998/11/22  11:12:02
10799     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
10800  Branch: perl
10801        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
10802        ! proto.h
10803 ____________________________________________________________________________
10804 [  2259] By: jhi                                   on 1998/11/22  11:06:40
10805     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10806          Subject: Re: [PATCH] Re: pod2man bug in date generated line
10807          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
10808          Cc: perlbug@perl.com
10809          Date: 20 Nov 1998 21:30:17 +0200
10810          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
10811  Branch: cfgperl
10812        ! pod/pod2man.PL
10813 ____________________________________________________________________________
10814 [  2256] By: jhi                                   on 1998/11/21  10:44:01
10815     Log: From: Thomas Bowditch <bowditch@inmet.com>
10816          Subject: Benchmark.pm suggestion
10817          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
10818          Date: Fri, 20 Nov 1998 17:43:46 -0500
10819          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
10820          
10821          Added timesum().
10822  Branch: cfgperl
10823        ! lib/Benchmark.pm
10824 ____________________________________________________________________________
10825 [  2255] By: gsar                                  on 1998/11/21  08:45:06
10826     Log: another win32 portability fix: make sysread() and syswrite()
10827          work on sockets
10828  Branch: perl
10829        ! pp_sys.c win32/win32.h
10830 ____________________________________________________________________________
10831 [  2254] By: gsar                                  on 1998/11/21  07:49:06
10832     Log: win32_recvfrom() compatibility fix
10833  Branch: perl
10834        ! win32/win32sck.c
10835 ____________________________________________________________________________
10836 [  2253] By: jhi                                   on 1998/11/20  08:22:06
10837     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10838          To: jhi@iki.fi
10839          Subject: MPE/iX Perl 5.005_02 oops
10840          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
10841          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
10842  Branch: cfgperl
10843        ! ext/DynaLoader/dl_mpeix.xs installperl
10844 ____________________________________________________________________________
10845 [  2252] By: gsar                                  on 1998/11/19  17:38:03
10846     Log: mess_sv tweak for change#2249
10847  Branch: perl
10848        ! util.c
10849 ____________________________________________________________________________
10850 [  2251] By: jhi                                   on 1998/11/18  12:32:19
10851     Log: Display use64bits and usemultiplicity but only if necessary.
10852  Branch: cfgperl
10853        ! myconfig
10854 ____________________________________________________________________________
10855 [  2250] By: jhi                                   on 1998/11/18  12:26:50
10856     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
10857          Subject: pp.c uses 'unsigned Quad_t'
10858          To: perlbug@perl.com 
10859          Date: Sun, 15 Nov 1998 20:57:05 -0300 
10860          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
10861  Branch: cfgperl
10862        ! perl.h pp.c
10863 ____________________________________________________________________________
10864 [  2249] By: gsar                                  on 1998/11/18  05:43:11
10865     Log: use PL_mess_sv only during global destruction (fixes problems with
10866          overlapping invocations of form()/warn()/die()/croak() trampling on
10867          each other's messages)
10868  Branch: perl
10869        ! mg.c util.c
10870 ____________________________________________________________________________
10871 [  2248] By: gsar                                  on 1998/11/18  05:39:36
10872     Log: tweak change#2245 to skip previous message if any
10873  Branch: perl
10874        ! pp_ctl.c t/pragma/warn/pp_ctl
10875 ____________________________________________________________________________
10876 [  2247] By: jhi                                   on 1998/11/17  11:46:56
10877     Log: Integrate from mainperl.
10878  Branch: cfgperl
10879       !> (integrate 26 files)
10880 ____________________________________________________________________________
10881 [  2246] By: gsar                                  on 1998/11/17  09:41:10
10882     Log: allow C<sort $coderef @foo>
10883  Branch: perl
10884        ! op.c t/op/sort.t t/pragma/overload.t
10885 ____________________________________________________________________________
10886 [  2245] By: gsar                                  on 1998/11/17  08:28:26
10887     Log: propagate failures in DESTROY() as (optional) warnings
10888  Branch: perl
10889        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
10890 ____________________________________________________________________________
10891 [  2244] By: gsar                                  on 1998/11/17  07:43:08
10892     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
10893  Branch: perl
10894        ! perl.c thrdvar.h
10895 ____________________________________________________________________________
10896 [  2243] By: gsar                                  on 1998/11/17  07:40:09
10897     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
10898  Branch: perl
10899        ! lib/warning.pm warning.h warning.pl
10900 ____________________________________________________________________________
10901 [  2242] By: gsar                                  on 1998/11/17  06:32:39
10902     Log: fix skipspace() to properly account for newlines in eval''-ed
10903          strings (caused bogus line numbers in diagnostics and debugger)
10904  Branch: perl
10905        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
10906 ____________________________________________________________________________
10907 [  2241] By: gsar                                  on 1998/11/17  03:48:12
10908     Log: s/Perl_utf8skip/PL_utf8skip/g
10909  Branch: perl
10910        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
10911 ____________________________________________________________________________
10912 [  2240] By: gsar                                  on 1998/11/14  06:09:06
10913     Log: rework op/groups.t
10914  Branch: perl
10915        ! t/op/filetest.t t/op/groups.t
10916 ____________________________________________________________________________
10917 [  2235] By: gsar                                  on 1998/11/14  00:17:05
10918     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
10919  Branch: perl
10920        ! op.c
10921 ____________________________________________________________________________
10922 [  2234] By: gsar                                  on 1998/11/14  00:14:02
10923     Log: update Changes
10924  Branch: perl
10925        ! Changes win32/config.bc win32/config.gc win32/config.vc
10926 ____________________________________________________________________________
10927 [  2233] By: gsar                                  on 1998/11/13  09:43:03
10928     Log: doc tweak
10929  Branch: perl
10930        ! README.win32
10931 ____________________________________________________________________________
10932 [  2230] By: jhi                                   on 1998/11/12  17:07:45
10933     Log: Allow hints file override for d_socket
10934          (based on Sequent-induced change #2229).
10935  Branch: cfgperl
10936        ! Configure
10937 ____________________________________________________________________________
10938 [  2229] By: jhi                                   on 1998/11/12  16:32:33
10939     Log: 
10940          From: "Martin J. Bligh" <mbligh@sequent.com>
10941          To: jhi@iki.fi
10942          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10943          Subject: Re: Making Perl work on DYNIX/ptx
10944          Date: Tue, 10 Nov 1998 16:24:26 -0800
10945          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
10946  Branch: cfgperl
10947        ! hints/dynixptx.sh
10948 ____________________________________________________________________________
10949 [  2228] By: jhi                                   on 1998/11/12  11:40:37
10950     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
10951          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
10952          To: jhi@iki.fi
10953          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10954          Subject: Re: Making Perl work on DYNIX/ptx
10955          Date: Tue, 10 Nov 1998 18:01:10 -0800
10956  Branch: cfgperl
10957        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10958 ____________________________________________________________________________
10959 [  2227] By: jhi                                   on 1998/11/12  11:17:42
10960     Log: Integrate from mainperl.
10961  Branch: cfgperl
10962       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
10963       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
10964       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10965       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
10966       !> win32/win32.c x2p/s2p.PL
10967 ____________________________________________________________________________
10968 [  2226] By: gsar                                  on 1998/11/11  21:05:42
10969     Log: provide -DPERL_POLLUTE
10970  Branch: perl
10971        ! embed.pl embedvar.h
10972 ____________________________________________________________________________
10973 [  2225] By: jhi                                   on 1998/11/09  07:45:12
10974     Log: From: Hans Mulder <hansm@icgroup.nl>
10975          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10976          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
10977          perl5-porters@perl.org
10978          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
10979          (UNINSTALLED)
10980          Date: Sun,  8 Nov 98 22:20:23 +0100
10981          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
10982  Branch: cfgperl
10983        ! malloc.c perl.h
10984 ____________________________________________________________________________
10985 [  2224] By: gsar                                  on 1998/11/09  03:13:14
10986     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
10987          Christoph <lupe@alanya.m.isar.de>)
10988  Branch: perl
10989        ! lib/Text/Wrap.pm
10990 ____________________________________________________________________________
10991 [  2223] By: gsar                                  on 1998/11/09  02:09:06
10992     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
10993          <lionel.fourquaux@wanadoo.fr>)
10994  Branch: perl
10995        ! x2p/s2p.PL
10996 ____________________________________________________________________________
10997 [  2222] By: gsar                                  on 1998/11/09  01:56:24
10998     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
10999          Date: Wed, 04 Nov 1998 12:19:44 +0000
11000          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
11001          Subject: [PATCH] Re: [5.005_53] read overflow? 
11002          --
11003          Date: Wed, 04 Nov 1998 13:15:18 +0000
11004          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
11005          Subject: [PATCH 5.005_53] perl -V fix
11006  Branch: perl
11007        ! perl.c regexec.c
11008 ____________________________________________________________________________
11009 [  2221] By: gsar                                  on 1998/11/09  01:34:56
11010     Log: From: jan.dubois@ibm.net (Jan Dubois)
11011          Date: Sun, 01 Nov 1998 00:05:01 +0100
11012          Message-ID: <364294bd.18052307@smtp1.ibm.net>
11013          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
11014  Branch: perl
11015        ! Changes win32/makedef.pl
11016 ____________________________________________________________________________
11017 [  2220] By: gsar                                  on 1998/11/08  21:13:07
11018     Log: integrate changes#2120,2168,2218 from maint-5.005;
11019          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
11020          enum; make regen_headers
11021  Branch: perl
11022        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
11023        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
11024 ____________________________________________________________________________
11025 [  2219] By: gsar                                  on 1998/11/08  19:42:57
11026     Log: integrate cfgperl changes into mainline
11027  Branch: perl
11028       +> README.vmesa
11029       !> Configure MANIFEST Porting/Glossary Porting/config.sh
11030       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
11031       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
11032       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
11033       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
11034       !> thread.h vms/subconfigure.com vos/config.h
11035 ____________________________________________________________________________
11036 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
11037     Log: From: Graham Barr <gbarr@ti.com>
11038          Date: Mon, 2 Nov 1998 07:38:52 -0600
11039          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
11040          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
11041  Branch: maint-5.005/perl
11042        ! ext/IPC/SysV/Msg.pm
11043 ____________________________________________________________________________
11044 [  2215] By: gsar                                  on 1998/11/08  02:52:52
11045     Log: set close-on-exec bit on pipe() FDs
11046  Branch: perl
11047        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
11048 ____________________________________________________________________________
11049 [  2214] By: gsar                                  on 1998/11/08  02:27:57
11050     Log: typo in newHVhv()
11051  Branch: perl
11052        ! hv.c
11053 ____________________________________________________________________________
11054 [  2211] By: jhi                                   on 1998/11/07  21:14:18
11055     Log: Finalize the Mach CThreads support.
11056          
11057          From: Hans Mulder <hansm@icgroup.nl>
11058          Date: Sat,  7 Nov 98 22:06:20 +0100
11059          To: Gurusamy Sarathy <gsar@engin.umich.edu>
11060          Cc: jhi@iki.fi, perl5-porters@perl.org
11061          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
11062          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
11063  Branch: cfgperl
11064        ! malloc.c perl.h
11065 ____________________________________________________________________________
11066 [  2210] By: gsar                                  on 1998/11/06  20:36:50
11067     Log: fix AvREALISH bogusness
11068  Branch: perl
11069        ! av.c t/op/array.t
11070 ____________________________________________________________________________
11071 [  2209] By: jhi                                   on 1998/11/06  08:05:31
11072     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
11073          ASSERT() causes problems in {NeXTStep,OpenStep}.
11074          
11075          From: Hans Mulder <hansm@icgroup.nl>
11076          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
11077          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11078          Date: Fri,  6 Nov 98 01:27:41 +0100
11079          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
11080          
11081          and
11082          
11083          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11084          Subject: Re: ASSERT() in malloc.c
11085          To: jhi@iki.fi
11086          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
11087          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
11088  Branch: cfgperl
11089        ! malloc.c
11090 ____________________________________________________________________________
11091 [  2208] By: jhi                                   on 1998/11/06  07:55:38
11092     Log: Mach CThreads needs #include <mach/cthreads.h>.
11093  Branch: cfgperl
11094        ! perl.h
11095 ____________________________________________________________________________
11096 [  2206] By: jhi                                   on 1998/11/05  14:54:52
11097     Log: PERL_BADLANG wrongly documented.
11098          
11099          From: ts <decoux@moulon.inra.fr>
11100          To: jhi@cc.hut.fi
11101          Subject: Re: Locale warning messages
11102          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
11103          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
11104          
11105          and
11106          
11107          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11108          Subject: Re: PERL_BADLANG
11109          To: jhi@iki.fi
11110          Subject: Re: PERL_BADLANG
11111          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
11112          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
11113  Branch: cfgperl
11114        ! pod/perllocale.pod
11115 ____________________________________________________________________________
11116 [  2205] By: jhi                                   on 1998/11/05  14:24:33
11117     Log: Document all the control flow keywords in perlfunc
11118          so that "perlfunc -f while" works.
11119  Branch: cfgperl
11120        ! pod/perlfunc.pod
11121 ____________________________________________________________________________
11122 [  2204] By: jhi                                   on 1998/11/05  12:46:02
11123     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
11124          (from vos/config.h).  Update Porting/{Glossary,config*}.
11125  Branch: cfgperl
11126        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11127        ! config_h.SH vos/config.h
11128 ____________________________________________________________________________
11129 [  2203] By: jhi                                   on 1998/11/05  08:34:39
11130     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
11131  Branch: cfgperl
11132        ! hints/vmesa.sh vms/subconfigure.com
11133 ____________________________________________________________________________
11134 [  2202] By: jhi                                   on 1998/11/05  08:03:20
11135     Log: Integrate from mainperl.
11136  Branch: cfgperl
11137       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
11138       !> win32/Makefile win32/makefile.mk win32/win32.c
11139 ____________________________________________________________________________
11140 [  2201] By: gsar                                  on 1998/11/05  04:40:44
11141     Log: another POPSTACK victim
11142  Branch: perl
11143        ! cop.h sv.c
11144 ____________________________________________________________________________
11145 [  2196] By: gsar                                  on 1998/11/05  02:07:54
11146     Log: fix a location affected by change#2191, add note about POPSTACK
11147  Branch: perl
11148        ! cop.h gv.c pp_ctl.c
11149 ____________________________________________________________________________
11150 [  2195] By: gsar                                  on 1998/11/05  02:04:45
11151     Log: makefile notes
11152  Branch: perl
11153        ! win32/Makefile win32/makefile.mk
11154 ____________________________________________________________________________
11155 [  2192] By: gsar                                  on 1998/11/04  23:48:53
11156     Log: indeterminate order-of-evaluation fixes
11157  Branch: perl
11158        ! mg.c
11159 ____________________________________________________________________________
11160 [  2191] By: gsar                                  on 1998/11/04  23:02:16
11161     Log: refetch local stack pointer in POPSTACK
11162  Branch: perl
11163        ! cop.h perl.c
11164 ____________________________________________________________________________
11165 [  2190] By: jhi                                   on 1998/11/04  08:50:40
11166     Log: Configure update.
11167          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
11168          
11169          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11170          To: Martin Bligh <mbligh@sequent.com>
11171          Cc: Jarkko Hietaniemi <jhi@iki.fi>
11172          Subject: Re: Perl 5's configure on DYNIX/ptx
11173          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
11174          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
11175          
11176          find sockets also from libsocket, not just libnet.
11177          OS390: $compile_ok instead of $compile for <inttypes.h>,
11178          
11179          From: pvhp@forte.com (Peter Prymmer)
11180          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
11181          Subject: _53 not OK on os390 but looking better than ever
11182          Date: Tue, 3 Nov 98 17:33:22 PST
11183          Message-Id: <9811040133.AA09450@forte.com>
11184  Branch: cfgperl
11185        ! Configure
11186 ____________________________________________________________________________
11187 [  2189] By: jhi                                   on 1998/11/04  07:43:58
11188     Log: sysio.t failure: fix undefined order of evaluation, from
11189          
11190          From: Spider Boardman <spider@web.zk3.dec.com>
11191          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
11192          To: perlbug@perl.com
11193          Date: 4 Nov 1998 01:22:30 +0200
11194          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
11195  Branch: cfgperl
11196        ! pp_sys.c
11197 ____________________________________________________________________________
11198 [  2188] By: gsar                                  on 1998/11/04  02:59:16
11199     Log: fix return value of win32_pclose()
11200  Branch: perl
11201        ! win32/win32.c
11202 ____________________________________________________________________________
11203 [  2187] By: gsar                                  on 1998/11/04  02:56:34
11204     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
11205  Branch: perl
11206        ! Changes doop.c gv.c util.c
11207 ____________________________________________________________________________
11208 [  2186] By: jhi                                   on 1998/11/03  08:17:52
11209     Log: Document quads in pack.
11210  Branch: cfgperl
11211        ! pod/perlfunc.pod
11212 ____________________________________________________________________________
11213 [  2185] By: jhi                                   on 1998/11/03  07:49:35
11214     Log: (IV) vs (I32) vs I_V()
11215          
11216          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
11217          From: Anton Berezin <tobez@plab.ku.dk> 
11218          To: "p5p" <perl5-porters@perl.org> 
11219          Date: 01 Nov 1998 15:09:11 +0100 
11220          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
11221          
11222          and
11223          
11224          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
11225          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
11226          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
11227  Branch: cfgperl
11228        ! sv.c
11229 ____________________________________________________________________________
11230 [  2184] By: jhi                                   on 1998/11/03  07:42:46
11231     Log: VM/ESA updates.
11232  Branch: cfgperl
11233        + README.vmesa
11234        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
11235 ____________________________________________________________________________
11236 [  2183] By: jhi                                   on 1998/11/02  12:58:13
11237     Log: The id(1)-parsing is real fun.
11238  Branch: cfgperl
11239        ! t/op/groups.t
11240 ____________________________________________________________________________
11241 [  2182] By: jhi                                   on 1998/11/02  12:07:43
11242     Log: Decommission the symlink test.
11243  Branch: cfgperl
11244        ! t/op/lex_assign.t
11245 ____________________________________________________________________________
11246 [  2181] By: jhi                                   on 1998/11/02  12:03:08
11247     Log: Replace ATTR_JOINABLE with true Configure probe
11248          for PTHREAD_CREATE_JOINABLE (or equivalent:
11249          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
11250          Remove ATTR_JOINABLE itself: Thread.xs uses
11251          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
11252          
11253          Really scan for <mach/cthreads.h> only if usethreads.
11254  Branch: cfgperl
11255        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
11256 ____________________________________________________________________________
11257 [  2180] By: jhi                                   on 1998/11/02  11:07:34
11258     Log: In HP-UX 10.X usethreads only if the required files are present.
11259  Branch: cfgperl
11260        ! hints/hpux.sh
11261 ____________________________________________________________________________
11262 [  2179] By: jhi                                   on 1998/11/02  09:10:33
11263     Log: Prefer groups(1).
11264          id -Gn can be broken.
11265          id -a can save the day.
11266  Branch: cfgperl
11267        ! t/op/groups.t
11268 ____________________________________________________________________________
11269 [  2178] By: jhi                                   on 1998/11/02  08:35:29
11270     Log: Detrail enum comma.
11271  Branch: cfgperl
11272        ! perl.h
11273 ____________________________________________________________________________
11274 [  2177] By: jhi                                   on 1998/11/02  08:24:12
11275     Log: 0**0 = 1, from
11276          
11277          From: d-lewart@uiuc.edu (Daniel S. Lewart)
11278          Subject: Math::Complex 0**0 patches
11279          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
11280          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
11281          To: jhi@iki.fi (Jarkko Hietaniemi),
11282          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
11283  Branch: cfgperl
11284        ! lib/Math/Complex.pm t/lib/complex.t
11285 ____________________________________________________________________________
11286 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
11287     Log: From: jan.dubois@ibm.net (Jan Dubois)   
11288          Date: Fri, 09 Oct 1998 23:28:31 +0200
11289          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
11290          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
11291  Branch: maint-5.005/perl
11292        ! XSUB.h
11293 ____________________________________________________________________________
11294 [  2164] By: jhi                                   on 1998/10/31  15:50:02
11295     Log: Integrate from mainperl.
11296  Branch: cfgperl
11297       +> t/op/lex_assign.t
11298       !> (integrate 45 files)
11299
11300 ----------------
11301 Version 5.005_53
11302 ----------------
11303
11304 ____________________________________________________________________________
11305 [  2163] By: gsar                                  on 1998/10/31  11:31:12
11306     Log: bump patchlevel; other minor fixes for clean build and test on
11307          Solaris and win32
11308  Branch: perl
11309        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
11310        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
11311        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
11312        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11313        ! x2p/a2p.c
11314 ____________________________________________________________________________
11315 [  2162] By: gsar                                  on 1998/10/31  09:40:31
11316     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11317          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
11318          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
11319          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
11320  Branch: perl
11321        ! pp.h
11322 ____________________________________________________________________________
11323 [  2161] By: gsar                                  on 1998/10/31  09:39:13
11324     Log: From: Albert Dvornik <bert@genscan.com>
11325          Date: 30 Oct 1998 17:50:04 -0500
11326          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
11327          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
11328  Branch: perl
11329        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
11330 ____________________________________________________________________________
11331 [  2160] By: gsar                                  on 1998/10/31  09:35:03
11332     Log: fix for bugs in -x mode
11333          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11334          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
11335          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
11336          Subject: [PATCH 5.00552] Fix h2xs
11337  Branch: perl
11338        ! utils/h2xs.PL
11339 ____________________________________________________________________________
11340 [  2159] By: gsar                                  on 1998/10/31  09:31:36
11341     Log: Data::Dumper update
11342  Branch: perl
11343        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
11344        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
11345 ____________________________________________________________________________
11346 [  2153] By: gsar                                  on 1998/10/30  21:40:09
11347     Log: add testsuite portion of patch
11348          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11349          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
11350          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
11351          Subject: [PATCH 5.00321 ;-)] 87% speedup
11352  Branch: perl
11353        + t/op/lex_assign.t
11354        ! MANIFEST
11355 ____________________________________________________________________________
11356 [  2152] By: gsar                                  on 1998/10/30  21:08:11
11357     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
11358  Branch: perl
11359        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
11360 ____________________________________________________________________________
11361 [  2151] By: gsar                                  on 1998/10/30  20:18:09
11362     Log: From: Mark-Jason Dominus <mjd@plover.com>
11363          Date: Fri, 30 Oct 1998 14:24:23 EST
11364          Message-Id: <19981030192423.27276.qmail@plover.com>
11365          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
11366  Branch: perl
11367        ! x2p/walk.c
11368 ____________________________________________________________________________
11369 [  2150] By: gsar                                  on 1998/10/30  20:08:57
11370     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11371          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
11372          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
11373          Subject: [PATCH 5.00552] Overloaded <> and deref again
11374  Branch: perl
11375        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
11376        ! t/pragma/overload.t toke.c
11377 ____________________________________________________________________________
11378 [  2149] By: gsar                                  on 1998/10/30  19:38:15
11379     Log: From: Roderick Schertler <roderick@argon.org>
11380          Date: Thu, 29 Oct 1998 14:50:18 -0500
11381          Message-ID: <17625.909690618@eeyore.ibcinc.com>
11382          Subject: patch for daemonization docs in perlipc
11383  Branch: perl
11384        ! pod/perlipc.pod
11385 ____________________________________________________________________________
11386 [  2148] By: gsar                                  on 1998/10/30  19:36:07
11387     Log: From: Anton Berezin <tobez@plab.ku.dk>
11388          Date: 29 Oct 1998 17:06:25 +0100
11389          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
11390          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
11391  Branch: perl
11392        ! win32/win32.c
11393 ____________________________________________________________________________
11394 [  2147] By: gsar                                  on 1998/10/30  19:31:37
11395     Log: tweaked version of suggested patch
11396          From: Anton Berezin <tobez@plab.ku.dk>
11397          Date: 29 Oct 1998 14:48:54 +0100
11398          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
11399          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
11400  Branch: perl
11401        ! win32/win32.c
11402 ____________________________________________________________________________
11403 [  2146] By: gsar                                  on 1998/10/30  19:03:50
11404     Log: hand-apply whitespace-mutiliated patch
11405          From: "vishal bhatia" <vishalb@hotmail.com>
11406          Date: Wed, 28 Oct 1998 23:45:32 PST
11407          Message-ID: <19981029074534.2334.qmail@hotmail.com>
11408          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
11409  Branch: perl
11410        ! ext/B/B/C.pm ext/B/B/CC.pm
11411 ____________________________________________________________________________
11412 [  2145] By: gsar                                  on 1998/10/30  18:46:58
11413     Log: remaining PL_foo stragglers
11414  Branch: perl
11415        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
11416        ! op.h os2/os2.c vms/gen_shrfls.pl
11417 ____________________________________________________________________________
11418 [  2144] By: gsar                                  on 1998/10/30  17:38:36
11419     Log: integrate cfgperl tweaks into mainline
11420  Branch: perl
11421       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
11422       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11423 ____________________________________________________________________________
11424 [  2143] By: jhi                                   on 1998/10/30  13:27:39
11425     Log: There can be multiple yacc/bison errors.
11426  Branch: cfgperl
11427        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11428 ____________________________________________________________________________
11429 [  2142] By: jhi                                   on 1998/10/30  13:18:43
11430     Log: README.posix-bc update.
11431  Branch: cfgperl
11432        ! README.posix-bc
11433 ____________________________________________________________________________
11434 [  2141] By: jhi                                   on 1998/10/30  09:12:59
11435     Log: #2133 fallout.
11436  Branch: cfgperl
11437        ! doio.c ext/POSIX/POSIX.xs
11438 ____________________________________________________________________________
11439 [  2140] By: jhi                                   on 1998/10/30  08:43:18
11440     Log: Integrate from mainperl.
11441  Branch: cfgperl
11442       +> globvar.sym pp.sym
11443        - objpp.h thread.sym
11444       !> (integrate 61 files)
11445 ____________________________________________________________________________
11446 [  2133] By: gsar                                  on 1998/10/30  02:51:39
11447     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
11448          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
11449          should soon be automated also; the global variables that
11450          escaped the PL_foo conversion are now reined in; renamed
11451          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
11452          type of same name; duplicated lists of pp_things in various
11453          places is now gone; result has only been tested on win32
11454  Branch: perl
11455        + globvar.sym pp.sym
11456        - objpp.h thread.sym
11457        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
11458        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
11459        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
11460        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
11461        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
11462        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
11463        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
11464        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
11465        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11466        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11467        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
11468 ____________________________________________________________________________
11469 [  2130] By: jhi                                   on 1998/10/29  15:31:26
11470     Log: Pure bison yylex() proto was broken.
11471  Branch: cfgperl
11472        ! proto.h
11473 ____________________________________________________________________________
11474 [  2126] By: jhi                                   on 1998/10/29  08:35:54
11475     Log: Integrate mainperl.
11476  Branch: cfgperl
11477       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11478       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
11479       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
11480       !> t/pragma/warn/doio toke.c win32/makefile.mk
11481 ____________________________________________________________________________
11482 [  2125] By: jhi                                   on 1998/10/29  08:32:38
11483     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
11484  Branch: cfgperl
11485        ! Makefile.SH
11486 ____________________________________________________________________________
11487 [  2124] By: jhi                                   on 1998/10/29  08:06:44
11488     Log: EBCDIC Makefile.SH tuneup.
11489  Branch: cfgperl
11490        ! Makefile.SH
11491 ____________________________________________________________________________
11492 [  2119] By: gsar                                  on 1998/10/28  23:24:04
11493     Log: remove doubled hunk from integration
11494  Branch: perl
11495        ! pp.c
11496 ____________________________________________________________________________
11497 [  2118] By: gsar                                  on 1998/10/28  22:03:31
11498     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11499          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
11500          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
11501          Subject: [PATCH 5.00552] Minor debugger tweaks
11502  Branch: perl
11503        ! lib/perl5db.pl
11504 ____________________________________________________________________________
11505 [  2117] By: gsar                                  on 1998/10/28  22:02:30
11506     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11507          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
11508          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
11509          Subject: [PATCH 5.00552] Make sort respect overloading
11510  Branch: perl
11511        ! pp_ctl.c proto.h t/pragma/overload.t
11512 ____________________________________________________________________________
11513 [  2116] By: gsar                                  on 1998/10/28  21:51:11
11514     Log: MM patches from Ilya Zakharevich
11515          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
11516          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
11517          Subject: [PATCH 5.00552] Make MakeMaker more verbose
11518          --
11519          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
11520          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
11521          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
11522  Branch: perl
11523        ! lib/ExtUtils/MakeMaker.pm
11524 ____________________________________________________________________________
11525 [  2115] By: gsar                                  on 1998/10/28  21:46:19
11526     Log: add explicit references to perl source path in ld2 and gcc2
11527  Branch: perl
11528        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11529 ____________________________________________________________________________
11530 [  2114] By: gsar                                  on 1998/10/28  21:39:56
11531     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11532          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
11533          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
11534          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
11535  Branch: perl
11536        ! INSTALL
11537 ____________________________________________________________________________
11538 [  2113] By: gsar                                  on 1998/10/28  21:21:16
11539     Log: integrate cfgperl into mainline
11540  Branch: perl
11541       +> t/op/filetest.t
11542       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
11543       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
11544       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11545       !> thread.h toke.c vmesa/Makefile
11546 ____________________________________________________________________________
11547 [  2112] By: gsar                                  on 1998/10/28  21:14:18
11548     Log: minor cleanup
11549  Branch: perl
11550        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
11551 ____________________________________________________________________________
11552 [  2111] By: gsar                                  on 1998/10/28  18:52:10
11553     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
11554  Branch: perl
11555        ! toke.c
11556 ____________________________________________________________________________
11557 [  2110] By: jhi                                   on 1998/10/28  15:07:54
11558     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
11559  Branch: cfgperl
11560        ! Makefile.SH
11561 ____________________________________________________________________________
11562 [  2109] By: jhi                                   on 1998/10/28  13:39:54
11563     Log: a2p.y needs to generate also y.tab.h.
11564  Branch: cfgperl
11565        ! Makefile.SH
11566 ____________________________________________________________________________
11567 [  2108] By: jhi                                   on 1998/10/28  10:33:36
11568     Log: The "parse error" must be converted to "syntax error",
11569          just matching it aint' enough.
11570  Branch: cfgperl
11571        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11572        ! t/pragma/warning.t
11573 ____________________________________________________________________________
11574 [  2107] By: jhi                                   on 1998/10/28  10:23:05
11575     Log: Regen sig_n{ame,umber}* if slightest doubt.
11576  Branch: cfgperl
11577        ! Configure
11578 ____________________________________________________________________________
11579 [  2106] By: jhi                                   on 1998/10/28  08:44:49
11580     Log: Bison says 'parse error', not 'parser error'.
11581  Branch: cfgperl
11582        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11583        ! t/pragma/warning.t
11584 ____________________________________________________________________________
11585 [  2105] By: jhi                                   on 1998/10/28  08:42:09
11586     Log: yylex() parametrization.
11587  Branch: cfgperl
11588        ! proto.h toke.c
11589 ____________________________________________________________________________
11590 [  2104] By: jhi                                   on 1998/10/28  08:25:09
11591     Log: Bring in #2102.
11592  Branch: cfgperl
11593        ! pp.c
11594 ____________________________________________________________________________
11595 [  2103] By: jhi                                   on 1998/10/28  08:22:04
11596     Log: From: Dominic Dunlop <domo@vo.lu>
11597          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
11598          Date: 27 Oct 1998 20:47:25 +0200
11599          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
11600  Branch: cfgperl
11601        ! t/op/groups.t
11602 ____________________________________________________________________________
11603 [  2102] By: larry                                 on 1998/10/27  18:58:55
11604     Log: utf8 change to quotemeta broke EBCDIC
11605  Branch: perl
11606        ! pp.c
11607 ____________________________________________________________________________
11608 [  2101] By: jhi                                   on 1998/10/27  12:55:34
11609     Log: $Config{sig_num_init}.
11610          Also, a new approach to the 'pthreads-created-joinable': drop
11611          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
11612          directly. (See also #2096).
11613  Branch: cfgperl
11614        ! Configure config_h.SH
11615 ____________________________________________________________________________
11616 [  2100] By: jhi                                   on 1998/10/27  10:48:55
11617     Log: Regenerated perly_c.diff.
11618  Branch: cfgperl
11619        ! perly_c.diff
11620 ____________________________________________________________________________
11621 [  2099] By: jhi                                   on 1998/10/27  08:42:25
11622     Log: First the mangler was Netscape, then it was me.
11623  Branch: cfgperl
11624        ! vmesa/Makefile
11625 ____________________________________________________________________________
11626 [  2098] By: jhi                                   on 1998/10/27  08:34:40
11627     Log: `id -Gn` might be available where `groups` is not.
11628  Branch: cfgperl
11629        ! t/op/groups.t
11630 ____________________________________________________________________________
11631 [  2097] By: jhi                                   on 1998/10/27  08:05:17
11632     Log: Netscape had mangled the tabs.
11633  Branch: cfgperl
11634        ! vmesa/Makefile
11635 ____________________________________________________________________________
11636 [  2096] By: jhi                                   on 1998/10/27  08:03:05
11637     Log: ATTR_JOINABLE logic, based on (private email)
11638          
11639          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11640          Subject: Some little diffs
11641          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
11642          Date: Tue, 27 Oct 1998 13:44:42 +1300
11643  Branch: cfgperl
11644        ! thread.h
11645 ____________________________________________________________________________
11646 [  2095] By: jhi                                   on 1998/10/27  07:56:57
11647     Log: Mach cthreads support based on:
11648          
11649          From: brie@corp.home.net (Brian Harrison)
11650          Subject: perl5.005_02 patch for mthreads
11651          To: perl5-porters@perl.org
11652          Date: 24 Oct 1998 01:01:55 +0300
11653          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
11654          
11655          Pthread yield probe (dejavu)
11656          Cosmetic nanochange for the union semun output.
11657          Better inttypes.h probe.
11658          Undo the 'void *' $selecttype probe from #1971 because
11659          it breaks the $selectminbits test.
11660  Branch: cfgperl
11661        ! Configure config_h.SH perl.h thread.h
11662 ____________________________________________________________________________
11663 [  2094] By: jhi                                   on 1998/10/26  13:02:07
11664     Log: Also posix-bc wants to reyacc.
11665  Branch: cfgperl
11666        ! Makefile.SH
11667 ____________________________________________________________________________
11668 [  2093] By: jhi                                   on 1998/10/26  10:17:21
11669     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
11670          5_02 and really breaking things in non-ASCII worlds.
11671  Branch: cfgperl
11672        ! pp.c
11673 ____________________________________________________________________________
11674 [  2092] By: jhi                                   on 1998/10/26  09:08:00
11675     Log: More robustness.
11676  Branch: cfgperl
11677        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11678        ! t/pragma/warning.t
11679 ____________________________________________________________________________
11680 [  2091] By: jhi                                   on 1998/10/26  08:47:32
11681     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
11682          Bison really wants YYLEX_PARAM.
11683  Branch: cfgperl
11684        ! perly.y proto.h toke.c
11685 ____________________________________________________________________________
11686 [  2090] By: jhi                                   on 1998/10/26  08:21:25
11687     Log: s/YYLEX_PARAM/YYLEXPARAM/
11688  Branch: cfgperl
11689        ! perly.y
11690 ____________________________________________________________________________
11691 [  2089] By: jhi                                   on 1998/10/26  08:17:33
11692     Log: Indicate skipped subtests.
11693  Branch: cfgperl
11694        ! t/io/pipe.t
11695 ____________________________________________________________________________
11696 [  2088] By: jhi                                   on 1998/10/26  08:11:36
11697     Log: Integrate from mainperl.
11698  Branch: cfgperl
11699       !> (integrate 54 files)
11700 ____________________________________________________________________________
11701 [  2087] By: jhi                                   on 1998/10/26  08:08:02
11702     Log: Add test for filetests.
11703  Branch: cfgperl
11704        + t/op/filetest.t
11705        ! MANIFEST
11706 ____________________________________________________________________________
11707 [  2086] By: gsar                                  on 1998/10/26  02:44:44
11708     Log: various win32 tweaks; disable new xs_cpp section (it creates
11709          ambiguous inference graph for %.xs --> %.o)
11710  Branch: perl
11711        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
11712        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
11713        ! win32/config.gc win32/config_H.gc win32/makedef.pl
11714        ! win32/makefile.mk win32/win32.h
11715 ____________________________________________________________________________
11716 [  2085] By: gsar                                  on 1998/10/26  00:50:02
11717     Log: sanity-check $Config{drand01} in rand.t
11718  Branch: perl
11719        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
11720        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11721 ____________________________________________________________________________
11722 [  2078] By: gsar                                  on 1998/10/25  10:22:04
11723     Log: update win32/config*.?c
11724  Branch: perl
11725        ! Changes win32/config.bc win32/config.gc win32/config.vc
11726        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11727 ____________________________________________________________________________
11728 [  2077] By: gsar                                  on 1998/10/25  08:39:25
11729     Log: From: Graham Barr <gbarr@pobox.com>
11730          Date: Sat, 24 Oct 1998 21:45:50 -0500
11731          Message-ID: <19981024214550.C508@pobox.com>
11732          Subject: Re: die with a reference  should use overload "" operator
11733  Branch: perl
11734        ! pp_ctl.c
11735 ____________________________________________________________________________
11736 [  2076] By: gsar                                  on 1998/10/25  08:37:49
11737     Log: From: Graham Barr <gbarr@pobox.com>
11738          Date: Sat, 24 Oct 1998 12:45:21 -0500
11739          Message-ID: <19981024124521.C512@pobox.com>
11740          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
11741  Branch: perl
11742        ! sv.c
11743 ____________________________________________________________________________
11744 [  2075] By: gsar                                  on 1998/10/25  08:24:09
11745     Log: fix C<print $n += 5;> etc.
11746  Branch: perl
11747        ! toke.c
11748 ____________________________________________________________________________
11749 [  2074] By: gsar                                  on 1998/10/25  08:12:28
11750     Log: list builtins with portability caveats
11751          From: Jarkko Hietaniemi <jhi@iki.fi>
11752          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
11753          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
11754          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
11755  Branch: perl
11756        ! pod/perlfunc.pod
11757 ____________________________________________________________________________
11758 [  2073] By: gsar                                  on 1998/10/25  07:55:43
11759     Log: fix stack overrun in file test operators
11760  Branch: perl
11761        ! pp_sys.c
11762 ____________________________________________________________________________
11763 [  2072] By: gsar                                  on 1998/10/25  07:29:45
11764     Log: implement C<goto &func> and other fixes (via private mail)
11765          From:    "vishal bhatia" <vishalb@hotmail.com>
11766          Date:    Wed, 21 Oct 1998 22:59:03 PDT
11767          Message-Id: <19981022055904.20083.qmail@hotmail.com>
11768          Subject: [PATCH 5.005_52] More fixes for B
11769  Branch: perl
11770        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11771 ____________________________________________________________________________
11772 [  2071] By: gsar                                  on 1998/10/25  07:14:41
11773     Log: From: Graham Barr <gbarr@pobox.com>
11774          Date: Sat, 17 Oct 1998 20:42:41 -0500
11775          Message-ID: <19981017204241.G510@pobox.com>
11776          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
11777  Branch: perl
11778        ! pp_ctl.c
11779 ____________________________________________________________________________
11780 [  2070] By: gsar                                  on 1998/10/25  07:07:29
11781     Log: avoid bogus line number in XSUB redefined warnings
11782  Branch: perl
11783        ! op.c
11784 ____________________________________________________________________________
11785 [  2069] By: gsar                                  on 1998/10/25  06:59:03
11786     Log: From: Martijn Koster <mak@excitecorp.com>
11787          Date: Wed, 21 Oct 1998 13:12:03 +0100
11788          Message-ID: <19981021131203.A15661@excitecorp.com>
11789          Subject: File::Path::mkpath reports the wrong error
11790  Branch: perl
11791        ! lib/File/Path.pm
11792 ____________________________________________________________________________
11793 [  2068] By: gsar                                  on 1998/10/25  06:54:43
11794     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
11795          Date: Tue, 20 Oct 1998 20:52:20 -0500
11796          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
11797          Subject: Exporter.pm's export_to_level() argument handling buggy
11798  Branch: perl
11799        ! lib/Exporter.pm
11800 ____________________________________________________________________________
11801 [  2067] By: gsar                                  on 1998/10/25  06:50:19
11802     Log: From: jan.dubois@ibm.net (Jan Dubois)
11803          Date: Wed, 21 Oct 1998 00:55:51 +0200
11804          Message-ID: <36380269.55370608@smtp1.ibm.net>
11805          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
11806  Branch: perl
11807        ! ext/DynaLoader/DynaLoader_pm.PL
11808 ____________________________________________________________________________
11809 [  2066] By: gsar                                  on 1998/10/25  06:48:19
11810     Log: recognize '%' as a shell metachar for win32
11811          From: jan.dubois@ibm.net (Jan Dubois)
11812          Date: Tue, 20 Oct 1998 21:57:35 +0200
11813          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
11814          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
11815  Branch: perl
11816        ! win32/win32.c
11817 ____________________________________________________________________________
11818 [  2065] By: gsar                                  on 1998/10/25  06:46:30
11819     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
11820  Branch: perl
11821        ! sv.c
11822 ____________________________________________________________________________
11823 [  2064] By: gsar                                  on 1998/10/25  06:45:09
11824     Log: From: Gisle Aas <gisle@aas.no>
11825          Date: 20 Oct 1998 14:24:44 +0200
11826          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
11827          Subject: ord() and unpack("U*",...) should not be negative
11828  Branch: perl
11829        ! pp.c
11830 ____________________________________________________________________________
11831 [  2063] By: gsar                                  on 1998/10/25  06:42:29
11832     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11833          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
11834          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
11835          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
11836  Branch: perl
11837        ! os2/os2.c
11838 ____________________________________________________________________________
11839 [  2062] By: gsar                                  on 1998/10/25  06:41:26
11840     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11841          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
11842          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
11843          Subject: [PATCH 5.005_*] Speed up aassign
11844  Branch: perl
11845        ! pp_hot.c
11846 ____________________________________________________________________________
11847 [  2061] By: gsar                                  on 1998/10/25  06:39:04
11848     Log: From: Graham Barr <gbarr@pobox.com>
11849          Date: Sat, 17 Oct 1998 22:22:02 -0500
11850          Message-ID: <19981017222202.J510@pobox.com>
11851          Subject: Re: '*' prototype does not allow bareword with strict
11852  Branch: perl
11853        ! toke.c
11854 ____________________________________________________________________________
11855 [  2060] By: gsar                                  on 1998/10/25  06:37:34
11856     Log: handle '::' in section names properly
11857          From: Graham Barr <gbarr@pobox.com>
11858          Date: Sat, 17 Oct 1998 12:57:54 -0500
11859          Message-ID: <19981017125754.C510@pobox.com>
11860          Subject: Re: pod2html
11861  Branch: perl
11862        ! lib/Pod/Html.pm
11863 ____________________________________________________________________________
11864 [  2059] By: gsar                                  on 1998/10/25  06:33:43
11865     Log: integrate changes#1982,2014,2021 (from maint-5.005)
11866  Branch: perl
11867       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
11868       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
11869 ____________________________________________________________________________
11870 [  2058] By: gsar                                  on 1998/10/25  05:44:17
11871     Log: allow more win32 symbol exports (suggested by Jan Dubois)
11872  Branch: perl
11873        ! win32/makedef.pl
11874 ____________________________________________________________________________
11875 [  2057] By: gsar                                  on 1998/10/25  05:40:40
11876     Log: integrate change#2053 from maint-5.005
11877  Branch: perl
11878       !> cop.h t/cmd/while.t
11879 ____________________________________________________________________________
11880 [  2056] By: gsar                                  on 1998/10/25  05:16:41
11881     Log: commented version of a patch suggested by Drago Goricanec
11882          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11883          Date: 16 Oct 1998 15:24:45 +0300
11884          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
11885          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
11886  Branch: perl
11887        ! pp_sys.c
11888 ____________________________________________________________________________
11889 [  2055] By: gsar                                  on 1998/10/25  05:11:03
11890     Log: include eof() in description of buffering caveats
11891          From: Anton Berezin <tobez@plab.ku.dk>
11892          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
11893          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
11894          Subject: [DOCPATCH] pod/perlfunc.pod
11895  Branch: perl
11896        ! pod/perlfunc.pod
11897 ____________________________________________________________________________
11898 [  2054] By: gsar                                  on 1998/10/25  05:07:42
11899     Log: disallow 'x' in hex numbers (except leading '0x')
11900          From: Gisle Aas <gisle@aas.no>
11901          Date: 16 Oct 1998 16:33:12 +0200
11902          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
11903          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
11904  Branch: perl
11905        ! perlvars.h t/op/oct.t util.c
11906 ____________________________________________________________________________
11907 [  2052] By: gsar                                  on 1998/10/25  04:49:04
11908     Log: avoid the circular refcnt logic in magic_mutexfree()
11909  Branch: perl
11910        ! mg.c pp.c pp_hot.c
11911 ____________________________________________________________________________
11912 [  2051] By: gsar                                  on 1998/10/25  04:35:07
11913     Log: properly restore PL_rsfp_filters after require
11914  Branch: perl
11915        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
11916        ! scope.h
11917 ____________________________________________________________________________
11918 [  2050] By: gsar                                  on 1998/10/25  02:42:32
11919     Log: integrate cfgperl changes back into mainline
11920  Branch: perl
11921       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
11922       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11923       !> (integrate 33 files)
11924 ____________________________________________________________________________
11925 [  2049] By: gsar                                  on 1998/10/25  01:30:48
11926     Log: avoid "mysterious" compile-time failures without messages
11927  Branch: perl
11928        ! gv.c
11929 ____________________________________________________________________________
11930 [  2041] By: gsar                                  on 1998/10/23  21:11:56
11931     Log: checkin jpl under //depot/perlext/jpl/...
11932  Branch: perlext
11933        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
11934        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
11935        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
11936        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
11937        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
11938        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
11939        + jpl/PerlInterpreter/Makefile.PL
11940        + jpl/PerlInterpreter/PerlInterpreter.c
11941        + jpl/PerlInterpreter/PerlInterpreter.h
11942        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
11943        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
11944        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
11945        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
11946        + jpl/get_jdk/jdk_hosts jpl/install-jpl
11947 ____________________________________________________________________________
11948 [  2040] By: larry                                 on 1998/10/23  19:31:42
11949     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
11950  Branch: perl
11951        ! pp.c
11952 ____________________________________________________________________________
11953 [  2039] By: larry                                 on 1998/10/23  18:48:34
11954     Log: tr///d does not seem to work
11955  Branch: perl
11956        ! lib/utf8_heavy.pl
11957 ____________________________________________________________________________
11958 [  2038] By: larry                                 on 1998/10/23  18:00:41
11959     Log: Program with utf8 identifiers fails to compile
11960  Branch: perl
11961        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
11962 ____________________________________________________________________________
11963 [  2037] By: jhi                                   on 1998/10/23  14:04:51
11964     Log: Test suite portability:
11965          - posix-bc does not write to broken pipes
11966          - filehand #11 only iff we have fork
11967          - warning.t can now match $expected using regular expressions
11968  Branch: cfgperl
11969        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
11970        ! t/pragma/warning.t
11971 ____________________________________________________________________________
11972 [  2036] By: jhi                                   on 1998/10/23  12:12:07
11973     Log: yacc clarification.
11974  Branch: cfgperl
11975        ! README.posix-bc
11976 ____________________________________________________________________________
11977 [  2035] By: jhi                                   on 1998/10/23  12:09:59
11978     Log: Some C compilers get upset about 8-bit characters in /* comments. */
11979  Branch: cfgperl
11980        ! mg.c
11981 ____________________________________________________________________________
11982 [  2034] By: jhi                                   on 1998/10/22  09:11:52
11983     Log: Configure update: both for pthread_yield more robust
11984          testing (all variants of pthread_attr_getdetachstate()) --
11985          and because Configure was broken in major way! About 1000
11986          last lines were truncated.
11987  Branch: cfgperl
11988        ! Configure
11989 ____________________________________________________________________________
11990 [  2033] By: jhi                                   on 1998/10/22  07:47:10
11991     Log: DJGPP feedback for #2028.
11992  Branch: cfgperl
11993        ! thread.h
11994 ____________________________________________________________________________
11995 [  2032] By: jhi                                   on 1998/10/21  13:03:57
11996     Log: yielding, the saga continues.
11997  Branch: cfgperl
11998        ! Configure config_h.SH
11999       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
12000       !> t/op/goto.t t/pragma/constant.t
12001 ____________________________________________________________________________
12002 [  2031] By: jhi                                   on 1998/10/21  09:15:42
12003     Log: VM/ESA feedback for #2028.
12004  Branch: cfgperl
12005        ! Configure config_h.SH thread.h
12006 ____________________________________________________________________________
12007 [  2030] By: gsar                                  on 1998/10/21  04:22:53
12008     Log: fix handling of mayhaps-extended @_ in goto &sub
12009  Branch: perl
12010        ! av.c pp_ctl.c t/op/goto.t
12011 ____________________________________________________________________________
12012 [  2029] By: gsar                                  on 1998/10/21  00:54:14
12013     Log: restore sanity to "constant" references
12014  Branch: perl
12015        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
12016 ____________________________________________________________________________
12017 [  2028] By: jhi                                   on 1998/10/20  15:01:20
12018     Log: OLD_PTHREADS_API reorganizing.
12019  Branch: cfgperl
12020        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
12021        ! vmesa/vmesaish.h
12022 ____________________________________________________________________________
12023 [  2027] By: jhi                                   on 1998/10/20  14:14:51
12024     Log: #2026 fallout.
12025  Branch: cfgperl
12026        ! Makefile.SH
12027 ____________________________________________________________________________
12028 [  2026] By: jhi                                   on 1998/10/20  11:47:21
12029     Log: VM/ESA update.
12030  Branch: cfgperl
12031        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
12032 ____________________________________________________________________________
12033 [  2025] By: jhi                                   on 1998/10/20  08:20:56
12034     Log: 64-bitness, based on
12035          
12036          From: Scott Henry <scotth@sgi.com>
12037          To: perl-64bit@perl.org
12038          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
12039          Subject: Re: Configure problems/questions...
12040          Date: 19 Oct 1998 22:38:06 -0700
12041  Branch: cfgperl
12042        ! hints/irix_6.sh perl.h
12043 ____________________________________________________________________________
12044 [  2024] By: jhi                                   on 1998/10/20  08:09:07
12045     Log: Add lseeksize.
12046  Branch: cfgperl
12047        ! config_h.SH
12048 ____________________________________________________________________________
12049 [  2023] By: jhi                                   on 1998/10/20  08:08:33
12050     Log: Mumble about _yields() only when threaded.
12051  Branch: cfgperl
12052        ! Configure
12053 ____________________________________________________________________________
12054 [  2022] By: jhi                                   on 1998/10/20  07:46:26
12055     Log: Thinko at PTHREADS_CREATED_JOINABLE.
12056  Branch: cfgperl
12057        ! thread.h
12058 ____________________________________________________________________________
12059 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
12060     Log: From: Chip Salzenberg <chip@perlsupport.com>
12061          Date: Tue, 6 Oct 1998 13:33:05 -0400
12062          Message-ID: <19981006133305.A2348@perlsupport.com>
12063          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
12064  Branch: maint-5.005/perl
12065        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
12066        ! t/op/tie.t
12067 ____________________________________________________________________________
12068 [  2020] By: jhi                                   on 1998/10/19  09:15:53
12069     Log: YIELD more robustly.
12070  Branch: cfgperl
12071        ! thread.h
12072 ____________________________________________________________________________
12073 [  2019] By: jhi                                   on 1998/10/19  08:48:33
12074     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
12075          the 'new' one (just like DJGPP, it seems).
12076  Branch: cfgperl
12077        ! thread.h
12078 ____________________________________________________________________________
12079 [  2018] By: jhi                                   on 1998/10/19  07:02:44
12080     Log: vmesaish.h doesn't exclude unixish.h.
12081  Branch: cfgperl
12082        ! perl.h
12083 ____________________________________________________________________________
12084 [  2017] By: jhi                                   on 1998/10/19  06:44:19
12085     Log: 1<<$randbits is not good for randbits=48.
12086  Branch: cfgperl
12087        ! t/op/rand.t
12088 ____________________________________________________________________________
12089 [  2016] By: jhi                                   on 1998/10/19  06:39:47
12090     Log: Make #2012 glob pattern more portable.
12091  Branch: cfgperl
12092        ! Makefile.SH
12093 ____________________________________________________________________________
12094 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
12095     Log: Fix POSIX::sigprocmask not to check type of $old parameter
12096          as it is output only
12097  Branch: maint-5.005/perl
12098        ! ext/POSIX/POSIX.xs
12099 ____________________________________________________________________________
12100 [  2012] By: jhi                                   on 1998/10/17  15:04:23
12101     Log: clean numbered core dumps and t/tmp[0-9]*.
12102  Branch: cfgperl
12103        ! Makefile.SH
12104 ____________________________________________________________________________
12105 [  2011] By: jhi                                   on 1998/10/17  14:59:15
12106     Log: More robust yacc/bison failure output handling.
12107  Branch: cfgperl
12108        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
12109 ____________________________________________________________________________
12110 [  2010] By: jhi                                   on 1998/10/17  14:51:05
12111     Log: BC2000 POSIX update.
12112  Branch: cfgperl
12113        ! MANIFEST
12114 ____________________________________________________________________________
12115 [  2009] By: jhi                                   on 1998/10/17  14:49:46
12116     Log: POSIX BC2000 port from perl-mvs:
12117          
12118          Subject: Ported perl 5.005.02 to BS2000 / POSIX
12119          From: Dorner Thomas <Thomas.Dorner@start.de> 
12120          Date: Tue, 29 Sep 1998 13:29:36 +0100 
12121          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
12122  Branch: cfgperl
12123        + README.posix-bc hints/posix-bc.sh
12124        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
12125        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
12126        ! unixish.h
12127 ____________________________________________________________________________
12128 [  2008] By: jhi                                   on 1998/10/17  14:07:49
12129     Log: VM/ESA-update.
12130  Branch: cfgperl
12131        ! MANIFEST
12132 ____________________________________________________________________________
12133 [  2007] By: jhi                                   on 1998/10/17  13:55:34
12134     Log: Forgot few S_I* imports.
12135  Branch: cfgperl
12136        ! t/lib/ipc_sysv.t
12137 ____________________________________________________________________________
12138 [  2006] By: jhi                                   on 1998/10/17  13:43:54
12139     Log: The VM/ESA port essentials, based on
12140          
12141          perl-mvs:
12142          
12143          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12144          Subject: Re: Can't find Data/Dumper.pm
12145          Date: Mon, 28 Sep 1998 07:40:49 +1300
12146          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
12147          
12148          private email:
12149          
12150          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12151          Subject: Re: Perl thread problems in VM/ESA
12152          Date: Thu, 15 Oct 1998 07:18:35 +1300
12153          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
12154          
12155          and private email:
12156          
12157          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
12158          Subject:  perl archive
12159          Date:  Sun, 11 Oct 1998 19:28:54 EDT
12160          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
12161          which gave a pointer to
12162          
12163          http://pucc.princeton.edu/~neale/perl.tar
12164          
12165          (based on Perl 5.005_51)
12166  Branch: cfgperl
12167        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
12168        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
12169        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
12170        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
12171 ____________________________________________________________________________
12172 [  2005] By: jhi                                   on 1998/10/17  13:17:19
12173     Log: Integrate mainperl.
12174  Branch: cfgperl
12175       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
12176       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12177       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
12178       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
12179       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
12180       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
12181       !> win32/makefile.mk
12182 ____________________________________________________________________________
12183 [  2004] By: jhi                                   on 1998/10/17  11:19:06
12184     Log: Removed an extra ' from the int64_t test.
12185  Branch: cfgperl
12186        ! Configure
12187 ____________________________________________________________________________
12188 [  2003] By: gsar                                  on 1998/10/17  04:11:40
12189     Log: silence -w noises (suggested by Greg Bacon)
12190  Branch: perl
12191        ! lib/Term/Complete.pm
12192 ____________________________________________________________________________
12193 [  2002] By: gsar                                  on 1998/10/17  04:07:48
12194     Log: From: Gisle Aas <gisle@aas.no>
12195          Date: 14 Oct 1998 15:53:14 +0200
12196          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
12197          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
12198  Branch: perl
12199        ! util.c
12200 ____________________________________________________________________________
12201 [  2001] By: gsar                                  on 1998/10/17  04:06:10
12202     Log: From: Gisle Aas <gisle@aas.no>
12203          Date: 14 Oct 1998 15:17:44 +0200
12204          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
12205          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
12206  Branch: perl
12207        ! toke.c
12208 ____________________________________________________________________________
12209 [  2000] By: gsar                                  on 1998/10/17  03:06:33
12210     Log: From: Gisle Aas <gisle@aas.no>
12211          Date: 14 Oct 1998 00:38:06 +0200
12212          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
12213          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
12214  Branch: perl
12215        ! sv.c
12216 ____________________________________________________________________________
12217 [  1999] By: gsar                                  on 1998/10/17  03:04:48
12218     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12219          Date: Tue, 13 Oct 1998 15:10:57 -0700
12220          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
12221          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
12222  Branch: perl
12223        ! vms/ext/Stdio/Stdio.pm
12224 ____________________________________________________________________________
12225 [  1998] By: gsar                                  on 1998/10/17  03:00:40
12226     Log: skip readonly vars and unref references when doing a reset()
12227  Branch: perl
12228        ! sv.c
12229 ____________________________________________________________________________
12230 [  1997] By: gsar                                  on 1998/10/17  02:49:19
12231     Log: fix buggy treatment of large checksums on unicode strings
12232          From: Gisle Aas <gisle@aas.no>
12233          Date: 13 Oct 1998 21:35:39 +0200
12234          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
12235          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
12236  Branch: perl
12237        ! pp.c
12238 ____________________________________________________________________________
12239 [  1996] By: gsar                                  on 1998/10/17  02:43:22
12240     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12241          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
12242          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
12243          Subject: [PATCH 5.005_52] Memory overrun in os2.c
12244  Branch: perl
12245        ! os2/Makefile.SHs os2/os2.c
12246 ____________________________________________________________________________
12247 [  1995] By: gsar                                  on 1998/10/17  02:42:01
12248     Log: clarify section name rules for typemaps
12249  Branch: perl
12250        ! pod/perlxs.pod
12251 ____________________________________________________________________________
12252 [  1994] By: gsar                                  on 1998/10/17  02:33:02
12253     Log: whitespace-proof grent.t
12254  Branch: perl
12255        ! t/op/grent.t
12256 ____________________________________________________________________________
12257 [  1993] By: gsar                                  on 1998/10/17  02:27:29
12258     Log: fix bug in B::CC::pp_sassign()
12259          From: "vishal bhatia" <vishalb@hotmail.com>
12260          Date: Sun, 11 Oct 1998 18:41:38 PDT
12261          Message-ID: <19981012014139.19614.qmail@hotmail.com>
12262          Subject: B::CC problems with pp_sassign routine
12263  Branch: perl
12264        ! ext/B/B/CC.pm
12265 ____________________________________________________________________________
12266 [  1992] By: gsar                                  on 1998/10/17  02:17:49
12267     Log: applied suggested patch with small doc tweak
12268          From: Gisle Aas <gisle@aas.no>
12269          Date: 11 Oct 1998 12:53:13 +0200
12270          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
12271          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
12272  Branch: perl
12273        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
12274        ! t/op/tiehandle.t
12275 ____________________________________________________________________________
12276 [  1991] By: gsar                                  on 1998/10/17  02:08:30
12277     Log: apply non-conflicting parts from suggested patch
12278          From: jan.dubois@ibm.net (Jan Dubois)
12279          Date: Sat, 10 Oct 1998 13:15:45 +0200
12280          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
12281          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
12282  Branch: perl
12283        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12284 ____________________________________________________________________________
12285 [  1990] By: gsar                                  on 1998/10/17  02:01:24
12286     Log: provide option to enable optimization with VC (suggested by Jan
12287          Dubois)
12288  Branch: perl
12289        ! win32/Makefile win32/makefile.mk
12290 ____________________________________________________________________________
12291 [  1989] By: gsar                                  on 1998/10/17  01:55:27
12292     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
12293          Dave Leppik <dleppik@gage.com>
12294  Branch: perl
12295        ! perl.h
12296 ____________________________________________________________________________
12297 [  1988] By: gsar                                  on 1998/10/17  01:49:05
12298     Log: stray typo found by Hugo van der Sanden
12299  Branch: perl
12300        ! op.c
12301 ____________________________________________________________________________
12302 [  1987] By: gsar                                  on 1998/10/17  01:45:52
12303     Log: perldoc pod update
12304          From: Daniel Grisinger <dgris@perrin.dimensional.com>
12305          Date: 06 Oct 1998 23:56:51 -0600
12306          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
12307          Subject: [PATCH _02 and _52] perldoc
12308  Branch: perl
12309        ! utils/perldoc.PL
12310 ____________________________________________________________________________
12311 [  1986] By: gsar                                  on 1998/10/17  01:41:40
12312     Log: qualify names of builtins
12313  Branch: perl
12314        ! ext/POSIX/POSIX.pm
12315 ____________________________________________________________________________
12316 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
12317     Log: From: Jochen Wiedmann <joe@ispsoft.de>
12318          Date: Thu, 17 Sep 1998 17:16:06 +0200
12319          Message-ID: <360127B6.E44564A@ispsoft.de>
12320          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
12321  Branch: maint-5.005/perl
12322        ! lib/ExtUtils/MakeMaker.pm
12323 ____________________________________________________________________________
12324 [  1978] By: gsar                                  on 1998/10/16  01:58:58
12325     Log: integrate cfgperl mods into mainline
12326  Branch: perl
12327       +> ext/DynaLoader/dl_vmesa.xs
12328        ! Porting/genlog
12329       !> Configure MANIFEST Makefile.SH config_h.SH
12330       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
12331       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
12332       !> x2p/Makefile.SH
12333 ____________________________________________________________________________
12334 [  1976] By: gsar                                  on 1998/10/16  00:10:52
12335     Log: stray tweak
12336  Branch: perl
12337        ! op.c
12338 ____________________________________________________________________________
12339 [  1975] By: gsar                                  on 1998/10/15  23:54:38
12340     Log: propagate typeness of lexicals while cloning them
12341  Branch: perl
12342        ! op.c
12343 ____________________________________________________________________________
12344 [  1974] By: gsar                                  on 1998/10/15  23:53:25
12345     Log: s/last/first/ typo in append_list()
12346  Branch: perl
12347        ! op.c
12348 ____________________________________________________________________________
12349 [  1973] By: gsar                                  on 1998/10/15  20:06:17
12350     Log: nuke confperl branch and contents
12351  Branch: confperl
12352        - (delete 1284 files)
12353 ____________________________________________________________________________
12354 [  1972] By: jhi                                   on 1998/10/15  07:07:35
12355     Log: Test #162 had been added but the "print 1..161" had not been updated.
12356  Branch: cfgperl
12357        ! t/op/pat.t
12358 ____________________________________________________________________________
12359 [  1971] By: gsar                                  on 1998/10/15  03:09:58
12360     Log: check in all confperl changes as of change#1964 into cfgperl
12361  Branch: cfgperl
12362        + ext/DynaLoader/dl_vmesa.xs
12363        ! Configure MANIFEST Makefile.SH config_h.SH
12364        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
12365        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
12366 ____________________________________________________________________________
12367 [  1970] By: gsar                                  on 1998/10/15  03:05:59
12368     Log: integrate mainline to get tr.t
12369  Branch: cfgperl
12370       +> t/op/tr.t
12371 ____________________________________________________________________________
12372 [  1969] By: gsar                                  on 1998/10/15  03:04:17
12373     Log: add missing tr.t to repository
12374  Branch: perl
12375        + t/op/tr.t
12376 ____________________________________________________________________________
12377 [  1968] By: gsar                                  on 1998/10/15  03:02:43
12378     Log: create cfgperl branch
12379  Branch: cfgperl
12380       +> (branch 1282 files)
12381 ____________________________________________________________________________
12382 [  1967] By: gsar                                  on 1998/10/15  02:46:08
12383     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
12384          (MAN3PODS cannot be set to ' '; stray stricture violation)
12385  Branch: perl
12386        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
12387        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
12388        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
12389        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
12390        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
12391        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
12392        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
12393        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
12394        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
12395        ! lib/ExtUtils/MM_Unix.pm
12396 ____________________________________________________________________________
12397 [  1966] By: gsar                                  on 1998/10/15  02:19:03
12398     Log: tweak to make fix in change#1944 behave correctly for closures
12399          created within eval''
12400  Branch: perl
12401        ! op.c t/op/eval.t
12402 ____________________________________________________________________________
12403 [  1965] By: gsar                                  on 1998/10/14  23:22:41
12404     Log: use better numbers for exitstatus test
12405  Branch: perl
12406        ! t/op/die_exit.t
12407 ____________________________________________________________________________
12408 [  1964] By: jhi                                   on 1998/10/14  17:25:41
12409     Log: Add VM/ESA dynaloading (uses <dll.h>).
12410  Branch: confperl
12411        + ext/DynaLoader/dl_vmesa.xs
12412        ! MANIFEST
12413 ____________________________________________________________________________
12414 [  1963] By: jhi                                   on 1998/10/14  17:17:10
12415     Log: Remove a2p.loadmap in 'clean' target.
12416  Branch: confperl
12417        ! x2p/Makefile.SH
12418 ____________________________________________________________________________
12419 [  1962] By: jhi                                   on 1998/10/14  17:13:11
12420     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
12421  Branch: confperl
12422        ! Makefile.SH
12423 ____________________________________________________________________________
12424 [  1961] By: jhi                                   on 1998/10/14  16:27:39
12425     Log: VM/ESA creates executable.loadmaps.
12426  Branch: confperl
12427        ! Makefile.SH
12428 ____________________________________________________________________________
12429 [  1960] By: jhi                                   on 1998/10/14  15:37:39
12430     Log: Introduce SCHED_YIELD (one of sched_yield(),
12431          pthread_yield(), or pthread_yield(NULL)).
12432          YIELD is then defined using SCHED_YIELD unless
12433          a platform-specific YIELD has already been defined.
12434          
12435          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
12436          
12437          The need for pthread_yield(NULL) and pthread_attr_setdet...
12438          introduced by (private email)
12439          
12440          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12441          Date: Sat, 10 Oct 1998 21:08:15 +1300
12442          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
12443          Subject: Re: Perl thread problems in VM/ESA
12444          
12445          Better select() protoprobe (for AIX), from (private email)
12446          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12447          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
12448          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
12449          Subject: AIX select (fwd)
12450          From: Lars Hecking <lhecking@nmrc.ucc.ie>
12451          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
12452          Date: Fri, 2 Oct 1998 10:40:01 +0100
12453          Subject: AIX select
12454          
12455          Linux-avoid-so.X.Y, based on
12456          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12457          Date: Tue, 13 Oct 1998 15:55:07 -0400
12458          Message-ID: <19981013155507.B4004@O2.chapin.edu>
12459          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
12460  Branch: confperl
12461        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
12462        ! thread.h
12463 ____________________________________________________________________________
12464 [  1959] By: jhi                                   on 1998/10/14  12:51:26
12465     Log: Some old pthread implementations have
12466          pthread_attr_setdetachstate(pthread_attr_t*, int*).
12467  Branch: confperl
12468        ! ext/Thread/Thread.xs
12469 ____________________________________________________________________________
12470 [  1958] By: jhi                                   on 1998/10/14  12:41:11
12471     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
12472          counterparts will follow soon.
12473  Branch: confperl
12474        ! thread.h
12475 ____________________________________________________________________________
12476 [  1957] By: jhi                                   on 1998/10/14  12:38:11
12477     Log: Add tr.t (MANIFEST already knew about it, strange)
12478  Branch: confperl
12479        + t/op/tr.t
12480 ____________________________________________________________________________
12481 [  1956] By: jhi                                   on 1998/10/14  12:24:35
12482     Log: Mutexen should be initialized only once.
12483  Branch: confperl
12484        ! gv.c op.c
12485 ____________________________________________________________________________
12486 [  1955] By: jhi                                   on 1998/10/14  12:19:38
12487     Log: os390 has its own cppstdin.
12488  Branch: confperl
12489        ! hints/os390.sh
12490 ____________________________________________________________________________
12491 [  1954] By: jhi                                   on 1998/10/14  12:15:06
12492     Log: Integrate with mainperl.
12493  Branch: confperl
12494       !> (integrate 1280 files)
12495 ____________________________________________________________________________
12496 [  1953] By: jhi                                   on 1998/10/14  11:48:08
12497     Log: Removed duplicate CMA threads code for HPUX 10.X.
12498          (probably residue of patch(1) being too understanding)
12499          Enhanced 64-bit settings. (redo change#1940)
12500  Branch: confperl
12501        ! hints/hpux.sh
12502 ____________________________________________________________________________
12503 [  1952] By: jhi                                   on 1998/10/14  11:45:16
12504     Log: (redo change#1949) Detypo in the d_open64 warning about
12505          the impending WHOA.
12506  Branch: confperl
12507        ! hints/irix_6.sh
12508 ____________________________________________________________________________
12509 [  1951] By: jhi                                   on 1998/10/14  10:54:16
12510     Log: Mutexen should only be inited once, after they have been New()ed.
12511  Branch: confperl
12512        ! gv.c op.c
12513 ____________________________________________________________________________
12514 [  1950] By: jhi                                   on 1998/10/14  10:41:43
12515     Log: Own cppstdin.
12516  Branch: confperl
12517        ! hints/os390.sh
12518 ____________________________________________________________________________
12519 [  1949] By: jhi                                   on 1998/10/14  10:34:23
12520     Log: Detypo in the d_open64 warning about the impending WHOA.
12521  Branch: confperl
12522        ! hints/irix_6.sh
12523 ____________________________________________________________________________
12524 [  1948] By: gsar                                  on 1998/10/14  05:38:01
12525     Log: two typos
12526  Branch: perl
12527        ! pp_hot.c t/op/eval.t
12528 ____________________________________________________________________________
12529 [  1947] By: gsar                                  on 1998/10/14  05:37:10
12530     Log: let docatch() pass the buck when restartop turns out to be null,
12531          making exceptions in BEGIN{} propagate as expected
12532  Branch: perl
12533        ! pp_ctl.c t/op/misc.t
12534 ____________________________________________________________________________
12535 [  1946] By: gsar                                  on 1998/10/13  03:41:49
12536     Log: add missing file from change#1943
12537  Branch: perl
12538        ! proto.h
12539 ____________________________________________________________________________
12540 [  1945] By: gsar                                  on 1998/10/13  03:32:02
12541     Log: defer "deep recursion" warnings until CXt_SUB context is properly
12542          set up
12543  Branch: perl
12544        ! pp_hot.c t/pragma/warn/pp_hot
12545 ____________________________________________________________________________
12546 [  1944] By: gsar                                  on 1998/10/13  03:15:50
12547     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
12548          fixup the cop_seq value that must be seen by lexical lookups that
12549          emanate within eval''
12550  Branch: perl
12551        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
12552 ____________________________________________________________________________
12553 [  1943] By: gsar                                  on 1998/10/13  02:06:09
12554     Log: ensure recursive attempts to findlex()icals know enough about where
12555          the last eval'' context was encountered
12556  Branch: perl
12557        ! op.c t/op/eval.t
12558 ____________________________________________________________________________
12559 [  1942] By: gsar                                  on 1998/10/13  02:01:24
12560     Log: force copy of substrings when matching against temporaries
12561  Branch: perl
12562        ! pp_hot.c t/op/pat.t
12563 ____________________________________________________________________________
12564 [  1941] By: gsar                                  on 1998/10/13  01:49:16
12565     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
12566          implementation)
12567  Branch: perl
12568        ! pp_ctl.c t/op/runlevel.t
12569 ____________________________________________________________________________
12570 [  1940] By: jhi                                   on 1998/10/12  09:57:44
12571     Log: Removed duplicate CMA threads code for HPUX 10.X.
12572          (probably residue of patch(1) being too understanding)
12573          Enhanced 64-bit settings.
12574  Branch: confperl
12575        ! hints/hpux.sh
12576 ____________________________________________________________________________
12577 [  1939] By: jhi                                   on 1998/10/12  09:53:11
12578     Log: Initial sync from mainline perl.
12579  Branch: confperl
12580        + (add 1282 files)
12581 ____________________________________________________________________________
12582 [  1937] By: gsar                                  on 1998/10/06  21:16:34
12583     Log: fix $/ init for USE_THREADS
12584  Branch: perl
12585        ! perl.c
12586 ____________________________________________________________________________
12587 [  1936] By: gsar                                  on 1998/10/06  07:19:39
12588     Log: fix globals caught by change#1927; builds and tests on Solaris
12589  Branch: perl
12590        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
12591        ! warning.h warning.pl
12592 ____________________________________________________________________________
12593 [  1935] By: gsar                                  on 1998/10/06  06:50:35
12594     Log: add test for previous fix
12595  Branch: perl
12596        ! ext/Thread/create.t
12597 ____________________________________________________________________________
12598 [  1934] By: gsar                                  on 1998/10/06  06:37:36
12599     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
12600  Branch: perl
12601        ! util.c
12602 ____________________________________________________________________________
12603 [  1933] By: gsar                                  on 1998/10/06  05:04:20
12604     Log: undo bogus part of change#1903 (as pointed out by Larry)
12605  Branch: perl
12606        ! pp_ctl.c
12607 ____________________________________________________________________________
12608 [  1932] By: gsar                                  on 1998/10/06  04:21:31
12609     Log: added tweaked version of suggested patch
12610          From: jan.dubois@ibm.net (Jan Dubois)
12611          Date: Sat, 03 Oct 1998 19:04:48 +0200
12612          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
12613          Subject: [PATCH 5.005_52] More MakeMaker  patches
12614  Branch: perl
12615        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12616        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12617 ____________________________________________________________________________
12618 [  1931] By: gsar                                  on 1998/10/06  04:04:33
12619     Log: use cpp symbols instead of hardwired constants
12620          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12621          Date: Mon, 05 Oct 1998 09:23:33 +0100
12622          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
12623          Subject: [PATCH 5.005_52] By the numbers (resend)
12624  Branch: perl
12625        ! op.c
12626 ____________________________________________________________________________
12627 [  1930] By: gsar                                  on 1998/10/06  04:01:55
12628     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12629          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
12630          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
12631          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
12632  Branch: perl
12633        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
12634        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
12635 ____________________________________________________________________________
12636 [  1929] By: gsar                                  on 1998/10/06  03:50:36
12637     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12638          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
12639          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
12640          Subject: [PATCH 5.00552] Minor test improvement
12641  Branch: perl
12642        ! t/op/magic.t
12643 ____________________________________________________________________________
12644 [  1928] By: gsar                                  on 1998/10/06  03:49:03
12645     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12646          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
12647          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
12648          Subject: [PATCH 5.00552] emacs/ptags inprovements
12649  Branch: perl
12650        ! emacs/ptags
12651 ____________________________________________________________________________
12652 [  1927] By: gsar                                  on 1998/10/06  03:47:44
12653     Log: disable C<#define dirty PL_dirty> et al.
12654  Branch: perl
12655        ! embed.pl embedvar.h
12656 ____________________________________________________________________________
12657 [  1926] By: gsar                                  on 1998/10/06  03:43:32
12658     Log: From: Mark-Jason Dominus <mjd@plover.com>
12659          Date: Sun, 04 Oct 1998 14:48:11 -0400
12660          Message-ID: <19981004184811.16048.qmail@plover.com>
12661          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
12662  Branch: perl
12663        ! utils/perldoc.PL
12664 ____________________________________________________________________________
12665 [  1925] By: gsar                                  on 1998/10/06  03:27:35
12666     Log: disable USE_THREADS when PERL_OBJECT is enabled
12667  Branch: perl
12668        ! win32/Makefile win32/makefile.mk
12669 ____________________________________________________________________________
12670 [  1924] By: gsar                                  on 1998/10/06  03:26:54
12671     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
12672  Branch: perl
12673        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
12674        ! vms/perly_c.vms
12675 ____________________________________________________________________________
12676 [  1923] By: gsar                                  on 1998/10/03  05:19:56
12677     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
12678          overridden
12679  Branch: perl
12680        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
12681        ! proto.h vms/perly_c.vms
12682 ____________________________________________________________________________
12683 [  1922] By: gsar                                  on 1998/10/03  03:59:50
12684     Log: suppress manifypods leak in extensions
12685  Branch: perl
12686        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
12687 ____________________________________________________________________________
12688 [  1921] By: gsar                                  on 1998/10/02  22:30:15
12689     Log: os390 fixes (suggested by Peter Prymmer)
12690  Branch: perl
12691        ! Makefile.SH regcomp.c
12692 ____________________________________________________________________________
12693 [  1920] By: gsar                                  on 1998/10/02  21:41:19
12694     Log: squelch undef warnings
12695          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12696          Date: Fri, 02 Oct 1998 11:01:14 +0100
12697          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
12698          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
12699  Branch: perl
12700        ! Changes lib/Math/BigInt.pm
12701 ____________________________________________________________________________
12702 [  1919] By: gsar                                  on 1998/10/02  04:59:13
12703     Log: add note to INSTALL about ANSI C
12704  Branch: perl
12705        ! INSTALL
12706 ____________________________________________________________________________
12707 [  1918] By: gsar                                  on 1998/10/02  04:21:10
12708     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
12709          From: jan.dubois@ibm.net (Jan Dubois)
12710          Date: Wed, 30 Sep 1998 23:35:30 +0200
12711          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
12712          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
12713  Branch: perl
12714        ! lib/ExtUtils/xsubpp
12715 ____________________________________________________________________________
12716 [  1917] By: gsar                                  on 1998/10/02  04:16:02
12717     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12718          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
12719          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
12720          Subject: Re: Configure test for selectbits busted
12721  Branch: perl
12722        ! Configure
12723 ____________________________________________________________________________
12724 [  1916] By: gsar                                  on 1998/10/02  04:14:17
12725     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12726          Date: Wed, 30 Sep 1998 17:15:20 -0700
12727          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
12728          Subject: [PATCH 5.005_02]VMS config tweaks
12729  Branch: perl
12730        ! vms/descrip_mms.template vms/subconfigure.com
12731 ____________________________________________________________________________
12732 [  1915] By: gsar                                  on 1998/10/02  04:10:47
12733     Log: use Off_t to permit 64-bit seek()
12734          From: Scott Henry <scotth@sgi.com>
12735          Date: 29 Sep 1998 17:38:46 -0700
12736          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
12737          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
12738          --
12739          Date: 28 Sep 1998 18:55:37 -0700
12740          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
12741          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12742  Branch: perl
12743        ! doio.c pp_sys.c proto.h sv.c
12744 ____________________________________________________________________________
12745 [  1914] By: gsar                                  on 1998/10/02  04:05:36
12746     Log: normalize tm struct passed to strftime() with mktime()
12747          From: Spider Boardman <spider@orb.nashua.nh.us>
12748          Date: Wed, 30 Sep 1998 15:12:09 -0400
12749          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
12750          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
12751  Branch: perl
12752        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12753 ____________________________________________________________________________
12754 [  1913] By: gsar                                  on 1998/10/02  03:59:46
12755     Log: don't try to run foo_SH.orig etc.
12756  Branch: perl
12757        ! Configure
12758 ____________________________________________________________________________
12759 [  1912] By: gsar                                  on 1998/10/02  03:45:37
12760     Log: make warning about glob process failure optional
12761  Branch: perl
12762        ! pod/perldiag.pod pp_hot.c
12763 ____________________________________________________________________________
12764 [  1911] By: gsar                                  on 1998/10/02  02:52:21
12765     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
12766          From: Dominic Dunlop <domo@vo.lu>
12767          Date: Tue, 29 Sep 1998 21:06:30 +0000
12768          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
12769          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
12770          --
12771          Date: Wed, 30 Sep 1998 11:46:44 +0000
12772          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
12773          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
12774  Branch: perl
12775        ! pod/perldiag.pod regcomp.c
12776 ____________________________________________________________________________
12777 [  1910] By: gsar                                  on 1998/10/02  02:48:48
12778     Log: minor Configure tweaks (via private mail)
12779          From: Jarkko Hietaniemi <jhi@iki.fi>
12780          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
12781          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
12782          Subject: [PATCH] 5.005_52: the drizzle continues
12783  Branch: perl
12784        ! Configure config_h.SH handy.h
12785 ____________________________________________________________________________
12786 [  1909] By: gsar                                  on 1998/10/02  02:46:39
12787     Log: update SCO hints for dynamic loading
12788          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12789          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
12790          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
12791          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12792          --
12793          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
12794          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
12795          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12796  Branch: perl
12797        ! hints/sco.sh
12798 ____________________________________________________________________________
12799 [  1908] By: gsar                                  on 1998/10/02  02:33:39
12800     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
12801  Branch: perl
12802        ! lib/File/Find.pm
12803 ____________________________________________________________________________
12804 [  1907] By: gsar                                  on 1998/10/02  02:21:52
12805     Log: applied patches, but retained old behavior for win32 (where compilers
12806          can't read from stdin at all)
12807          From: Graham Barr <gbarr@ti.com>
12808          Date: Mon, 28 Sep 1998 09:41:49 -0500
12809          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
12810          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12811          --
12812          Date: Tue, 29 Sep 1998 12:35:43 -0500
12813          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
12814          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12815  Branch: perl
12816        ! ext/Errno/Errno_pm.PL
12817 ____________________________________________________________________________
12818 [  1906] By: gsar                                  on 1998/10/02  02:02:19
12819     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
12820          Hietaniemi)
12821  Branch: perl
12822        ! t/op/grent.t
12823 ____________________________________________________________________________
12824 [  1905] By: gsar                                  on 1998/10/02  01:59:56
12825     Log: win32 caveats about truncate()
12826  Branch: perl
12827        ! pod/perlport.pod
12828 ____________________________________________________________________________
12829 [  1904] By: gsar                                  on 1998/10/02  01:53:25
12830     Log: various Configure and hints updates (prefer drand48() or random()
12831          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
12832          applied modulo SCO hints superceded by later patch
12833          From: Jarkko Hietaniemi <jhi@iki.fi>
12834          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
12835          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
12836          Subject: [PATCH] 5.005_52: Configure et al:
12837  Branch: perl
12838        + ext/IPC/SysV/hints/next_3.pl
12839        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
12840        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
12841        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
12842 ____________________________________________________________________________
12843 [  1903] By: gsar                                  on 1998/10/02  01:42:37
12844     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
12845          Date: Mon, 28 Sep 1998 17:41:49 +0100
12846          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
12847          Subject: [PATCH 5.005_52] Re: More on ?p 
12848          --
12849          Date: Thu, 01 Oct 1998 09:10:58 +0100
12850          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
12851          Subject: [PATCH 5.005_52] ?p fix
12852          --
12853          Date: Thu, 01 Oct 1998 10:45:56 +0100
12854          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
12855          Subject: [PATCH 5.005_52] more on ?p
12856  Branch: perl
12857        ! pp_ctl.c
12858 ____________________________________________________________________________
12859 [  1902] By: gsar                                  on 1998/10/02  01:36:14
12860     Log: From: Kenneth Duda <kjd@cisco.com>
12861          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
12862          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
12863          Subject: writemain dies when there are more than 4000 characters of extensions
12864  Branch: perl
12865        ! writemain.SH
12866 ____________________________________________________________________________
12867 [  1901] By: gsar                                  on 1998/10/02  01:33:16
12868     Log: tweak run_byacc recipe
12869  Branch: perl
12870        ! Makefile.SH Porting/pumpkin.pod
12871 ____________________________________________________________________________
12872 [  1900] By: gsar                                  on 1998/10/02  01:02:09
12873     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
12874  Branch: perl
12875        ! perl.h pp_ctl.c
12876 ____________________________________________________________________________
12877 [  1899] By: gsar                                  on 1998/09/28  20:46:30
12878     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
12879          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
12880          Dvornik)
12881  Branch: perl
12882        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
12883 ____________________________________________________________________________
12884 [  1898] By: gsar                                  on 1998/09/28  20:42:52
12885     Log: flush unsubmitted 5.00552 change
12886  Branch: perl
12887        ! MANIFEST
12888 ____________________________________________________________________________
12889 [  1897] By: gsar                                  on 1998/09/27  04:43:06
12890     Log: run vms_yfix.pl
12891  Branch: perl
12892        ! vms/perly_c.vms
12893 ____________________________________________________________________________
12894 [  1896] By: gsar                                  on 1998/09/27  03:38:55
12895     Log: small tweak on last change
12896  Branch: perl
12897        ! win32/win32.c
12898 ____________________________________________________________________________
12899 [  1895] By: gsar                                  on 1998/09/27  03:17:17
12900     Log: fix win32_stat() to do the right thing for share names
12901  Branch: perl
12902        ! win32/win32.c
12903 ____________________________________________________________________________
12904 [  1891] By: larry                                 on 1998/09/25  18:50:40
12905     Log: Fixed apostrophe problem from Mark Knutsen.
12906  Branch: perl
12907        ! sv.h
12908
12909 ----------------
12910 Version 5.005_52
12911 ----------------
12912
12913 ____________________________________________________________________________
12914 [  1890] By: gsar                                  on 1998/09/25  10:25:00
12915     Log: update template config.sh, add new config vars to win32 stuff
12916  Branch: perl
12917        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
12918        ! pp_sys.c proto.h win32/config.bc win32/config.gc
12919        ! win32/config.vc win32/config_H.bc win32/config_H.gc
12920        ! win32/config_H.vc win32/win32.h
12921 ____________________________________________________________________________
12922 [  1889] By: gsar                                  on 1998/09/25  07:13:13
12923     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
12924          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
12925          of full-fledged 64-bit support (including support for: fseeko/ftello,
12926          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
12927          in Fcntl)
12928          From: Jarkko Hietaniemi <jhi@iki.fi>
12929          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
12930          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
12931          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
12932          --
12933          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12934          Date: 12 Sep 1998 09:44:25 +0300
12935          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
12936          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12937  Branch: perl
12938        + lib/filetest.pm
12939        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
12940        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
12941        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
12942        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
12943        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
12944        ! win32/makedef.pl
12945 ____________________________________________________________________________
12946 [  1888] By: gsar                                  on 1998/09/25  06:27:12
12947     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
12948  Branch: perl
12949        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
12950        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12951        ! win32/makedef.pl win32/makefile.mk win32/win32.c
12952 ____________________________________________________________________________
12953 [  1887] By: gsar                                  on 1998/09/25  04:50:49
12954     Log: win32.c tweak
12955  Branch: perl
12956        ! win32/win32.c
12957 ____________________________________________________________________________
12958 [  1886] By: gsar                                  on 1998/09/25  04:47:32
12959     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
12960  Branch: perl
12961        ! lib/ExtUtils/MakeMaker.pm
12962 ____________________________________________________________________________
12963 [  1885] By: gsar                                  on 1998/09/25  04:05:09
12964     Log: From: Dominic Dunlop <domo@vo.lu>
12965          Date: Thu, 10 Sep 1998 11:02:46 +0000
12966          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
12967          Subject: MM_Unix::canonpath erroneously turns leading // into /
12968  Branch: perl
12969        ! lib/ExtUtils/MM_Unix.pm
12970 ____________________________________________________________________________
12971 [  1884] By: gsar                                  on 1998/09/25  03:06:10
12972     Log: temporarily disable perl malloc for a2p until we clean up
12973          conflicting malloc() declarations everywhere
12974  Branch: perl
12975        ! x2p/Makefile.SH
12976 ____________________________________________________________________________
12977 [  1883] By: gsar                                  on 1998/09/25  02:27:00
12978     Log: remove obsolete win32/bin/*.pl
12979  Branch: perl
12980        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
12981        ! Changes MANIFEST win32/Makefile win32/makefile.mk
12982 ____________________________________________________________________________
12983 [  1882] By: gsar                                  on 1998/09/25  02:04:43
12984     Log: missing file in last submit
12985  Branch: perl
12986        ! proto.h
12987 ____________________________________________________________________________
12988 [  1881] By: gsar                                  on 1998/09/25  01:56:54
12989     Log: serial access to PL_x[inpr]v_root for USE_THREADS
12990  Branch: perl
12991        ! sv.c
12992 ____________________________________________________________________________
12993 [  1880] By: gsar                                  on 1998/09/25  01:19:38
12994     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
12995          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
12996          Date: Thu, 24 Sep 1998 22:01:09 +0900
12997          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
12998          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
12999  Branch: perl
13000        ! hv.c proto.h
13001 ____________________________________________________________________________
13002 [  1879] By: gsar                                  on 1998/09/25  00:20:07
13003     Log: tweaks to enable PERL_OBJECT to build & test on win32
13004  Branch: perl
13005        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
13006        ! win32/GenCAPI.pl
13007 ____________________________________________________________________________
13008 [  1878] By: gsar                                  on 1998/09/25  00:13:36
13009     Log: fix change#1861, which breaks default boot_xxx symbol generation
13010  Branch: perl
13011        ! lib/ExtUtils/Mksymlists.pm
13012 ____________________________________________________________________________
13013 [  1877] By: gsar                                  on 1998/09/24  10:29:54
13014     Log: two tweaks for clean build and test on Solaris
13015  Branch: perl
13016        ! op.c t/op/subst.t
13017 ____________________________________________________________________________
13018 [  1876] By: gsar                                  on 1998/09/24  09:04:43
13019     Log: From: Colin Kuskie <ckuskie@cadence.com>
13020          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
13021          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
13022          Subject: [PATCH 5.005_51] perlform.pod
13023  Branch: perl
13024        ! pod/perlform.pod
13025 ____________________________________________________________________________
13026 [  1875] By: gsar                                  on 1998/09/24  08:47:47
13027     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13028          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
13029          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
13030          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
13031  Branch: perl
13032        ! regexec.c
13033 ____________________________________________________________________________
13034 [  1874] By: gsar                                  on 1998/09/24  08:44:55
13035     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13036          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
13037          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
13038          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
13039  Branch: perl
13040        ! toke.c
13041 ____________________________________________________________________________
13042 [  1873] By: gsar                                  on 1998/09/24  08:39:41
13043     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13044          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
13045          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
13046          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
13047  Branch: perl
13048        ! Changes regcomp.c
13049 ____________________________________________________________________________
13050 [  1872] By: gsar                                  on 1998/09/24  08:37:00
13051     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
13052          Date: Sun, 23 Aug 1998 23:18:38 PDT
13053          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
13054          Subject: new irix_6.sh hints file
13055  Branch: perl
13056        ! hints/irix_6.sh
13057 ____________________________________________________________________________
13058 [  1871] By: gsar                                  on 1998/09/24  07:26:37
13059     Log: correct FSF address in various places
13060  Branch: perl
13061        ! Copying README ext/B/README lib/Getopt/Long.pm
13062 ____________________________________________________________________________
13063 [  1870] By: gsar                                  on 1998/09/24  07:11:56
13064     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
13065          Date:    Fri, 14 Aug 1998 09:20:16 PDT
13066          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
13067          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
13068  Branch: perl
13069        ! configure.com
13070 ____________________________________________________________________________
13071 [  1869] By: gsar                                  on 1998/09/24  06:55:59
13072     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
13073          From:    Scott Henry <scotth@sgi.com>
13074          Date:    13 Aug 1998 09:52:15 PDT
13075          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
13076          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
13077  Branch: perl
13078        ! hints/irix_6.sh
13079 ____________________________________________________________________________
13080 [  1868] By: gsar                                  on 1998/09/24  06:51:23
13081     Log: From:    Nathan Torkington <gnat@frii.com>
13082          Date:    Thu, 13 Aug 1998 10:59:48 MDT
13083          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
13084          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
13085  Branch: perl
13086        ! pod/perlfunc.pod
13087 ____________________________________________________________________________
13088 [  1867] By: gsar                                  on 1998/09/24  06:45:13
13089     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
13090          that are autoloaded)
13091  Branch: perl
13092        ! pp_ctl.c
13093 ____________________________________________________________________________
13094 [  1866] By: gsar                                  on 1998/09/24  05:21:19
13095     Log: grandfather deprecated "$$<digit>" no more
13096  Branch: perl
13097        ! pod/perldiag.pod toke.c
13098 ____________________________________________________________________________
13099 [  1865] By: gsar                                  on 1998/09/24  04:52:48
13100     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
13101          low bits (suggested by Ilya Zakharevich)
13102  Branch: perl
13103        ! hv.h
13104 ____________________________________________________________________________
13105 [  1864] By: gsar                                  on 1998/09/24  04:29:14
13106     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
13107          perly_c.diff
13108  Branch: perl
13109        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
13110        ! perly_c.diff toke.c
13111 ____________________________________________________________________________
13112 [  1863] By: gsar                                  on 1998/09/24  03:36:30
13113     Log: provide locked access to string table for USE_THREADS
13114  Branch: perl
13115        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
13116 ____________________________________________________________________________
13117 [  1862] By: gsar                                  on 1998/09/24  03:30:32
13118     Log: remove bogus warn()
13119  Branch: perl
13120        ! embed.pl
13121 ____________________________________________________________________________
13122 [  1861] By: gsar                                  on 1998/09/24  02:58:51
13123     Log: applied suggested patch, adapted for all platforms
13124          From: jan.dubois@ibm.net (Jan Dubois)
13125          Date: Sun, 20 Sep 1998 12:56:38 +0200
13126          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
13127          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
13128  Branch: perl
13129        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13130        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13131        ! lib/ExtUtils/MakeMaker.pm
13132 ____________________________________________________________________________
13133 [  1860] By: gsar                                  on 1998/09/24  02:16:14
13134     Log: upgrade to CPAN-1.40
13135  Branch: perl
13136        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
13137 ____________________________________________________________________________
13138 [  1859] By: gsar                                  on 1998/09/24  02:08:59
13139     Log: use $ENV{MAKEMAKEROPT} to set default command line args
13140  Branch: perl
13141        ! lib/ExtUtils/MakeMaker.pm
13142 ____________________________________________________________________________
13143 [  1857] By: gsar                                  on 1998/09/23  10:58:36
13144     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13145          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
13146          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
13147          Subject: More verbose Test::Harness [PATCH]
13148  Branch: perl
13149        ! lib/Test/Harness.pm
13150 ____________________________________________________________________________
13151 [  1856] By: gsar                                  on 1998/09/23  10:56:24
13152     Log: update hints for OPENSTEP 4.2 on i386
13153          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
13154          Date: Sun, 20 Sep 1998 01:03:18 +0200
13155          Message-Id: <9809192303.AA29190@Spike>
13156          Subject: Perl 5.005_02 compilation problems
13157  Branch: perl
13158        ! hints/next_4.sh
13159 ____________________________________________________________________________
13160 [  1855] By: gsar                                  on 1998/09/23  10:52:27
13161     Log: reset errno after C<require> search (as suggested by Larry)
13162  Branch: perl
13163        ! pp_ctl.c
13164 ____________________________________________________________________________
13165 [  1854] By: gsar                                  on 1998/09/23  10:50:26
13166     Log: misc pod tweaks
13167  Branch: perl
13168        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
13169 ____________________________________________________________________________
13170 [  1853] By: gsar                                  on 1998/09/23  10:46:06
13171     Log: make Pod/Html.pm handle the --title option properly (as suggested
13172          by gml4410@ggr.co.uk)
13173  Branch: perl
13174        ! lib/Pod/Html.pm
13175 ____________________________________________________________________________
13176 [  1852] By: gsar                                  on 1998/09/23  10:41:39
13177     Log: SSNEW() API for allocating memory on the savestack
13178          From: Albert Dvornik <bert@genscan.com>
13179          Date: 17 Sep 1998 19:23:07 -0400
13180          Message-Id: <tqemtae338.fsf@puma.genscan.com>
13181          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
13182  Branch: perl
13183        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
13184        ! perl.h proto.h scope.c scope.h t/io/tell.t
13185 ____________________________________________________________________________
13186 [  1851] By: gsar                                  on 1998/09/23  10:37:05
13187     Log: From: Jochen Wiedmann <joe@ispsoft.de>
13188          Date: Thu, 17 Sep 1998 17:16:06 +0200
13189          Message-ID: <360127B6.E44564A@ispsoft.de>
13190          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
13191  Branch: perl
13192        ! lib/ExtUtils/MakeMaker.pm
13193 ____________________________________________________________________________
13194 [  1850] By: gsar                                  on 1998/09/23  10:33:05
13195     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
13196          Date: 15 Sep 1998 01:32:31 +0200
13197          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
13198          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
13199  Branch: perl
13200        ! lib/ExtUtils/MM_Unix.pm
13201 ____________________________________________________________________________
13202 [  1849] By: gsar                                  on 1998/09/23  10:29:04
13203     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
13204          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
13205          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
13206          Subject: Re: extralibs.ld problem in MM_VMS.pm
13207  Branch: perl
13208        ! lib/ExtUtils/MM_VMS.pm
13209 ____________________________________________________________________________
13210 [  1848] By: gsar                                  on 1998/09/23  10:25:24
13211     Log: From: Roderick Schertler <roderick@argon.org>
13212          Date: 11 Sep 1998 16:19:21 -0400
13213          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
13214          Subject: Re: Open2 and memory leaks
13215  Branch: perl
13216        ! lib/IPC/Open3.pm
13217 ____________________________________________________________________________
13218 [  1847] By: gsar                                  on 1998/09/23  10:18:31
13219     Log: From: Roderick Schertler <roderick@argon.org>
13220          Date: Wed, 09 Sep 1998 23:52:48 -0400
13221          Message-ID: <20567.905399568@eeyore.ibcinc.com>
13222          Subject: seed srand from /dev/urandom when possible
13223  Branch: perl
13224        ! pod/perlfunc.pod pp.c
13225 ____________________________________________________________________________
13226 [  1846] By: gsar                                  on 1998/09/23  10:12:22
13227     Log: From: Roderick Schertler <roderick@argon.org>
13228          Date: Thu, 10 Sep 1998 00:32:17 -0400
13229          Message-ID: <21142.905401937@eeyore.ibcinc.com>
13230          Subject: doc update for crypt()'s salt
13231  Branch: perl
13232        ! pod/perlfunc.pod
13233 ____________________________________________________________________________
13234 [  1845] By: gsar                                  on 1998/09/23  10:09:23
13235     Log: fix h2ph handling of C<#error "foo">
13236          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
13237          Date: Thu, 10 Sep 1998 09:59:33 +0900
13238          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
13239          Subject: [5.005_02] h2ph problem
13240  Branch: perl
13241        ! utils/h2ph.PL
13242 ____________________________________________________________________________
13243 [  1844] By: gsar                                  on 1998/09/23  10:06:13
13244     Log: plug strictly private function leaks in API listing
13245  Branch: perl
13246        ! pod/perlguts.pod
13247 ____________________________________________________________________________
13248 [  1843] By: gsar                                  on 1998/09/23  10:02:57
13249     Log: hide symbol for static build
13250          From: Dominic Dunlop <domo@vo.lu>
13251          Date: Tue, 8 Sep 1998 21:40:46 +0000
13252          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
13253          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
13254  Branch: perl
13255        ! regcomp.c
13256 ____________________________________________________________________________
13257 [  1842] By: gsar                                  on 1998/09/23  09:52:46
13258     Log: define PUT_svindex(), PUT_opindex()
13259  Branch: perl
13260        ! ext/B/B/Assembler.pm
13261 ____________________________________________________________________________
13262 [  1841] By: gsar                                  on 1998/09/23  09:44:25
13263     Log: From: Dominic Dunlop <domo@vo.lu>
13264          Date: Tue, 8 Sep 1998 15:34:53 +0000
13265          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
13266          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
13267  Branch: perl
13268        ! t/pragma/warn/regexec
13269 ____________________________________________________________________________
13270 [  1840] By: gsar                                  on 1998/09/23  09:42:17
13271     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
13272  Branch: perl
13273        ! win32/bin/pl2bat.pl
13274 ____________________________________________________________________________
13275 [  1839] By: gsar                                  on 1998/09/23  09:38:18
13276     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
13277          Date: Mon, 7 Sep 1998 17:36:09 +0900
13278          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
13279          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
13280  Branch: perl
13281        ! ext/Thread/Thread.xs
13282 ____________________________________________________________________________
13283 [  1838] By: gsar                                  on 1998/09/23  09:21:11
13284     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
13285          Date: Thu, 10 Sep 1998 00:02:07 -0400
13286          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
13287          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
13288  Branch: perl
13289        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13290        + vos/config.h vos/config_h.SH_orig vos/perl.bind
13291        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
13292        ! MANIFEST perl.c perl.h pod/perlport.pod
13293 ____________________________________________________________________________
13294 [  1837] By: gsar                                  on 1998/09/23  08:45:58
13295     Log: (via private mail)
13296          From: Charles Bailey <BAILEY@newman.upenn.edu>
13297          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
13298          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
13299          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
13300  Branch: perl
13301        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
13302        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13303        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
13304        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
13305        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
13306        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
13307        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
13308        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
13309        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
13310        ! vms/writemain.pl
13311 ____________________________________________________________________________
13312 [  1836] By: gsar                                  on 1998/09/23  08:17:42
13313     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13314          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
13315          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
13316          Subject: [PATCH 5.005_*] OS/2 spawning typos
13317  Branch: perl
13318        ! os2/os2.c
13319 ____________________________________________________________________________
13320 [  1835] By: gsar                                  on 1998/09/23  08:09:55
13321     Log: warn on C<my($foo,$foo)>
13322  Branch: perl
13323        ! op.c pod/perldiag.pod
13324 ____________________________________________________________________________
13325 [  1834] By: gsar                                  on 1998/09/23  07:35:56
13326     Log: From: pvhp@forte.com (Peter Prymmer)
13327          Date: Fri, 4 Sep 98 13:27:41 PDT
13328          Message-Id: <9809042027.AA04463@forte.com>
13329          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
13330  Branch: perl
13331        ! README.vms
13332 ____________________________________________________________________________
13333 [  1833] By: gsar                                  on 1998/09/23  07:27:34
13334     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13335          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
13336          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
13337          Subject: PATCH: 5.005_02 hint/hpux.sh
13338  Branch: perl
13339        ! hints/hpux.sh
13340 ____________________________________________________________________________
13341 [  1832] By: gsar                                  on 1998/09/23  07:22:40
13342     Log: fix (some) installhtml bugs
13343          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
13344          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
13345          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
13346          Subject: installhtml script needs work
13347  Branch: perl
13348        ! installhtml
13349 ____________________________________________________________________________
13350 [  1831] By: gsar                                  on 1998/09/23  07:19:30
13351     Log: document 'U' magic with examples
13352          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
13353          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
13354          Message-Id: <199809011455.PAA00631@sale-wts>
13355          Subject: Re: Looking for some XS MAGIC examples...
13356  Branch: perl
13357        ! pod/perlguts.pod
13358 ____________________________________________________________________________
13359 [  1830] By: gsar                                  on 1998/09/23  07:16:43
13360     Log: From: pvhp@forte.com (Peter Prymmer)
13361          Date: Mon, 31 Aug 98 17:13:49 PDT
13362          Message-Id: <9809010013.AA06737@forte.com>
13363          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
13364  Branch: perl
13365        ! README.os390
13366 ____________________________________________________________________________
13367 [  1829] By: gsar                                  on 1998/09/23  07:15:08
13368     Log: fix problematic typecast in filter_del()
13369          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
13370          Date: Mon, 31 Aug 1998 21:13:11 GMT
13371          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
13372          Subject: perl5.005_02 does not build on Cray T90
13373  Branch: perl
13374        ! toke.c
13375 ____________________________________________________________________________
13376 [  1828] By: gsar                                  on 1998/09/23  07:11:34
13377     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13378          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
13379          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
13380          Subject: [PATCH 5.005_5*] (?>) broken in RE
13381  Branch: perl
13382        ! regexec.c t/op/re_tests
13383 ____________________________________________________________________________
13384 [  1827] By: gsar                                  on 1998/09/23  07:09:50
13385     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
13386  Branch: perl
13387        ! t/op/grent.t t/op/groups.t
13388 ____________________________________________________________________________
13389 [  1826] By: gsar                                  on 1998/09/23  07:03:16
13390     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13391          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
13392          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
13393          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
13394  Branch: perl
13395        - interp.sym
13396        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
13397 ____________________________________________________________________________
13398 [  1825] By: gsar                                  on 1998/09/23  06:56:40
13399     Log: re-introduce change#1703
13400  Branch: perl
13401        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
13402 ____________________________________________________________________________
13403 [  1824] By: gsar                                  on 1998/09/23  06:44:19
13404     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13405          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
13406          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
13407          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
13408  Branch: perl
13409        ! lib/perl5db.pl
13410 ____________________________________________________________________________
13411 [  1823] By: gsar                                  on 1998/09/23  06:41:34
13412         Log: From: Joe Buehler <jhpb@hekimian.com>
13413              Date: 29 Aug 1998 17:13:28 -0400
13414              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
13415              Subject: patches for perl 5.005_51 under U/WIN
13416      Branch: perl
13417            + hints/uwin.sh
13418            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
13419            ! t/lib/posix.t
13420 ____________________________________________________________________________
13421 [  1822] By: gsar                                  on 1998/09/23  06:36:59
13422         Log: add missing C<no utf8;> tweak from Larry
13423      Branch: perl
13424            ! t/op/subst.t
13425 ____________________________________________________________________________
13426 [  1821] By: gsar                                  on 1998/09/23  06:27:51
13427         Log: s/runops/CALLRUNOPS/
13428      Branch: perl
13429            ! cc_runtime.h
13430 ____________________________________________________________________________
13431 [  1820] By: gsar                                  on 1998/09/23  06:24:49
13432         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
13433      Branch: perl
13434           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
13435           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
13436           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
13437           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
13438           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13439           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
13440           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
13441           +> t/pragma/warn/util
13442            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
13443            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
13444            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
13445            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
13446            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
13447            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
13448            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
13449            - t/pragma/warn-util
13450            ! MANIFEST t/pragma/warning.t
13451 ____________________________________________________________________________
13452 [  1819] By: gsar                                  on 1998/09/23  06:08:46
13453         Log: make \(%foo) return refs to values (not copies of values)
13454              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13455              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
13456              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
13457              --
13458              From: Roderick Schertler <roderick@argon.org>
13459              Date: Sat, 29 Aug 1998 00:58:33 -0400
13460              Message-ID: <29894.904366713@eeyore.ibcinc.com>
13461              Subject: Re: \(%x) problems
13462      Branch: perl
13463            ! doop.c pod/perlref.pod
13464 ____________________________________________________________________________
13465 [  1818] By: gsar                                  on 1998/09/23  06:05:08
13466         Log: make h2xs generate ANSI prototypes
13467      Branch: perl
13468            ! utils/h2xs.PL
13469 ____________________________________________________________________________
13470 [  1817] By: gsar                                  on 1998/09/23  05:57:16
13471         Log: updated usethreads hints for hpux 10.X
13472              From: Matthew T Harden <mthard@mthard1.monsanto.com>
13473              Date: Fri, 28 Aug 1998 14:10:42 GMT
13474              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
13475              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
13476      Branch: perl
13477            ! hints/hpux.sh perl.h
13478 ____________________________________________________________________________
13479 [  1816] By: gsar                                  on 1998/09/23  05:53:31
13480         Log: don't create empty directories in installperl
13481              From: Robin Barker <rmb1@cise.npl.co.uk>
13482              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
13483              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
13484              Subject: [PATCH 5.005_02] install: empty dirs
13485      Branch: perl
13486            ! installperl
13487 ____________________________________________________________________________
13488 [  1815] By: gsar                                  on 1998/09/23  05:50:36
13489         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
13490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13491              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
13492              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
13493              Subject: Re: your mail
13494      Branch: perl
13495            ! regexec.c t/op/re_tests
13496 ____________________________________________________________________________
13497 [  1814] By: gsar                                  on 1998/09/23  05:45:17
13498         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13499              Date: Thu, 20 Aug 1998 20:59:03 -0400
13500              Message-ID: <19980820205903.A12908@O2.chapin.edu>
13501              Subject: [PATCH] h2ph misquotes #error directives
13502      Branch: perl
13503            ! t/lib/h2ph.pht utils/h2ph.PL
13504 ____________________________________________________________________________
13505 [  1813] By: gsar                                  on 1998/09/23  05:42:41
13506         Log: patch to support computed regular subexpressions
13507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13508              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
13509              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
13510              Subject: [5.005_5* PATCH] Postponed RE - now!
13511      Branch: perl
13512            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
13513            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
13514 ____________________________________________________________________________
13515 [  1812] By: gsar                                  on 1998/09/23  05:26:26
13516         Log: better CR-handling on shebang line and in formats (fixed variant of
13517              patch suggested by Igor Sysoev <igor@nitek.ru>)
13518      Branch: perl
13519            ! perl.c toke.c
13520 ____________________________________________________________________________
13521 [  1811] By: gsar                                  on 1998/09/23  04:35:46
13522         Log: document non-loopish blocks better
13523              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13524              Date: Tue, 18 Aug 1998 12:28:36 +0100
13525              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
13526              Subject: Re: next in do {} while block gives error message
13527      Branch: perl
13528            ! pod/perlfunc.pod
13529 ____________________________________________________________________________
13530 [  1810] By: gsar                                  on 1998/09/23  04:12:05
13531         Log: fix bogus integerization of pop()'s return value
13532              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13533              Date: Sat, 15 Aug 1998 23:27:54 -0400
13534              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
13535              Subject: Re: Complex expression does integer arithmetic 
13536      Branch: perl
13537            ! opcode.h opcode.pl
13538 ____________________________________________________________________________
13539 [  1809] By: gsar                                  on 1998/09/23  04:09:43
13540         Log: tweak README.win32
13541      Branch: perl
13542            ! README.win32
13543 ____________________________________________________________________________
13544 [  1808] By: gsar                                  on 1998/09/23  03:40:57
13545         Log: better diagnostic for do{} used as lvalue
13546      Branch: perl
13547            ! op.c pod/perlport.pod
13548 ____________________________________________________________________________
13549 [  1807] By: gsar                                  on 1998/09/23  03:38:30
13550         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
13551              From: hansm@icgroup.nl
13552              Date: Tue, 11 Aug 98 21:08:51 +0200
13553              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
13554              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13555      Branch: perl
13556            ! malloc.c
13557 ____________________________________________________________________________
13558 [  1806] By: gsar                                  on 1998/09/23  03:36:08
13559         Log: support make written in perl (aka "pmake") on win32
13560      Branch: perl
13561            ! lib/ExtUtils/MM_Win32.pm
13562 ____________________________________________________________________________
13563 [  1805] By: gsar                                  on 1998/09/23  03:30:07
13564         Log: fix mismatched UV/U32 types for to_utf8_*()
13565      Branch: perl
13566            ! utf8.c
13567 ____________________________________________________________________________
13568 [  1804] By: gsar                                  on 1998/09/23  03:22:22
13569         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13570              Date: Sun, 9 Aug 1998 22:38:23 +0200
13571              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
13572              Subject: [PATCH 5.5002] dos-djgpp update
13573      Branch: perl
13574            ! t/io/fs.t
13575 ____________________________________________________________________________
13576 [  1803] By: gsar                                  on 1998/09/23  03:20:13
13577         Log: apply minimal variant of patch (sent via private mail)
13578              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
13579              Date: Wed, 12 Aug 1998 15:42:35 +0300
13580              Message-Id: <199808121242.PAA29761@comanche.spices>
13581              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
13582      Branch: perl
13583            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
13584            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
13585 ____________________________________________________________________________
13586 [  1802] By: gsar                                  on 1998/09/23  03:03:39
13587         Log: adjust searchdict.t for EBCDIC (still needs documenting)
13588              From: pvhp@forte.com (Peter Prymmer)
13589              Date: Thu, 6 Aug 98 18:09:39 PDT
13590              Message-Id: <9808070109.AA06158@forte.com>
13591              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
13592      Branch: perl
13593            ! README.os390 t/lib/searchdict.t
13594 ____________________________________________________________________________
13595 [  1801] By: gsar                                  on 1998/09/23  02:54:15
13596         Log: silence redefined warning for XS(INIT) {}
13597      Branch: perl
13598            ! op.c
13599 ____________________________________________________________________________
13600 [  1800] By: gsar                                  on 1998/09/23  02:42:23
13601         Log: support match indices via special variables @- and @+
13602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13603              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
13604              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
13605              Subject: [PATCH 5.004_76] @- and @+
13606      Branch: perl
13607            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
13608            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
13609 ____________________________________________________________________________
13610 [  1799] By: gsar                                  on 1998/09/23  01:44:31
13611         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13612              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
13613              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
13614              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
13615      Branch: perl
13616            ! regcomp.c t/op/re_tests
13617 ____________________________________________________________________________
13618 [  1798] By: gsar                                  on 1998/09/23  01:39:23
13619         Log: integrate maint-5.005 changes (except conflicting change#1794)
13620      Branch: perl
13621            ! Changes
13622           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
13623           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
13624           !> win32/win32.h
13625 ____________________________________________________________________________
13626 [  1797] By: gsar                                  on 1998/09/23  01:32:36
13627         Log: add note to win32/Makefile about setting CCHOME
13628      Branch: perl
13629            ! win32/Makefile win32/makefile.mk
13630 ____________________________________________________________________________
13631 [  1796] By: gsar                                  on 1998/09/23  01:31:32
13632         Log: perl.pod tweak
13633      Branch: perl
13634            ! pod/perl.pod
13635 ____________________________________________________________________________
13636 [  1795] By: gsar                                  on 1998/09/21  20:34:10
13637         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
13638      Branch: perl
13639            ! lib/ExtUtils/xsubpp
13640 ____________________________________________________________________________
13641 [  1789] By: gsar                                  on 1998/09/18  18:01:37
13642         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
13643      Branch: perl
13644            ! cop.h t/cmd/for.t
13645 ____________________________________________________________________________
13646 [  1788] By: gsar                                  on 1998/09/17  02:19:11
13647         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
13648      Branch: perl
13649            ! win32/config.bc win32/config.gc win32/config.vc
13650 ____________________________________________________________________________
13651 [  1787] By: gsar                                  on 1998/09/17  01:45:14
13652         Log: suppress bogus warning on C<sub x {} x()>
13653      Branch: perl
13654            ! toke.c
13655 ____________________________________________________________________________
13656 [  1786] By: gsar                                  on 1998/09/17  01:42:51
13657         Log: ntohl typo in objXSUB.h
13658      Branch: perl
13659            ! objXSUB.h
13660 ____________________________________________________________________________
13661 [  1785] By: gsar                                  on 1998/09/17  01:41:48
13662         Log: fill gaps in sig_* entries in win32/config.?c
13663      Branch: perl
13664            ! win32/config.bc win32/config.gc win32/config.vc
13665 ____________________________________________________________________________
13666 [  1781] By: larry                                 on 1998/09/05  23:48:24
13667         Log: tr/// logic was hosed under utf8
13668      Branch: perl
13669            ! doop.c op.c op.h pp.c proto.h
13670 ____________________________________________________________________________
13671 [  1780] By: larry                                 on 1998/09/05  23:44:16
13672         Log: several new tests needed tweaking to work under utf8
13673      Branch: perl
13674            ! t/comp/require.t t/op/pack.t t/op/substr.t
13675 ____________________________________________________________________________
13676 [  1779] By: larry                                 on 1998/09/05  23:41:42
13677         Log: index() applied BM optimization to wrong argument
13678      Branch: perl
13679            ! op.c util.c
13680 ____________________________________________________________________________
13681 [  1778] By: larry                                 on 1998/09/05  23:38:29
13682         Log: Implicit require during compile reset line numbering
13683      Branch: perl
13684            ! pp_ctl.c
13685
13686 ----------------
13687 Version 5.005_51
13688 ----------------
13689
13690 ____________________________________________________________________________
13691 [  1777] By: gsar                                  on 1998/08/10  07:02:38
13692         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
13693              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
13694              lexical warning testsuite for win32
13695      Branch: perl
13696            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
13697            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
13698            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
13699            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
13700            ! win32/Makefile win32/makefile.mk
13701 ____________________________________________________________________________
13702 [  1776] By: gsar                                  on 1998/08/09  17:53:48
13703         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
13704      Branch: perl
13705            ! Changes MANIFEST perl.c pod/perlhist.pod
13706 ____________________________________________________________________________
13707 [  1775] By: gsar                                  on 1998/08/09  14:35:33
13708         Log: tweak warning test
13709      Branch: perl
13710            ! t/pragma/warn-toke
13711 ____________________________________________________________________________
13712 [  1774] By: gsar                                  on 1998/08/09  14:13:46
13713         Log: add missing dTHR; notes for test failures due to small stacksize
13714      Branch: perl
13715            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
13716            ! toke.c universal.c util.c
13717 ____________________________________________________________________________
13718 [  1773] By: gsar                                  on 1998/08/09  11:31:53
13719         Log: lexical warnings; tweaks to places that didn't apply correctly
13720              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
13721              Date:    Wed, 29 Jul 1998 09:28:45 BST
13722              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
13723              Subject: lexical warnings patch for 5.005_50
13724      Branch: perl
13725            + README.lexwarn lib/warning.pm t/pragma/warn-2use
13726            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
13727            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
13728            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
13729            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
13730            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
13731            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
13732            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
13733            + warning.h warning.pl
13734            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
13735            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
13736            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
13737            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
13738            ! universal.c util.c
13739 ____________________________________________________________________________
13740 [  1772] By: gsar                                  on 1998/08/08  23:06:00
13741         Log: bump patchlevel to 5.005_51
13742      Branch: perl
13743            ! patchlevel.h win32/Makefile win32/config_H.bc
13744            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13745 ____________________________________________________________________________
13746 [  1771] By: gsar                                  on 1998/08/08  23:01:57
13747         Log: fix bogus warning on "\x{123}"
13748              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
13749              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
13750              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
13751              Subject: [5.005_50 PATCH] Some unicode problems
13752      Branch: perl
13753            ! regcomp.c toke.c
13754 ____________________________________________________________________________
13755 [  1770] By: gsar                                  on 1998/08/08  22:56:55
13756         Log: hide dup symbol for static build of ext/re
13757              From: Dominic Dunlop <domo@ppp72.vo.lu>
13758              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
13759              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
13760              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
13761      Branch: perl
13762            ! regcomp.c
13763 ____________________________________________________________________________
13764 [  1769] By: gsar                                  on 1998/08/08  22:45:06
13765         Log: fix double free on -Mutf8 -e '$b=uc("")'
13766              From: larry@wall.org (Larry Wall)
13767              Date: Fri, 7 Aug 1998 14:42:43 -0700
13768              Message-Id: <199808072142.OAA14920@wall.org>
13769              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
13770      Branch: perl
13771            ! pp.c
13772 ____________________________________________________________________________
13773 [  1768] By: gsar                                  on 1998/08/08  22:42:29
13774         Log: substr() assumes utf8 without say-so
13775              From: larry@wall.org (Larry Wall)
13776              Date: Fri, 7 Aug 1998 12:25:12 -0700
13777              Message-Id: <199808071925.MAA13436@wall.org>
13778              Subject: [PATCH 5.005_50] substr bug?
13779      Branch: perl
13780            ! pp.c
13781 ____________________________________________________________________________
13782 [  1767] By: gsar                                  on 1998/08/08  22:38:25
13783         Log: fix intolerance of SWASHes for blank lines
13784              From: Gisle Aas <aas@sn.no>
13785              Date: 06 Aug 1998 23:28:57 +0200
13786              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
13787              Subject: Re: Re[2]: another joyride begins
13788      Branch: perl
13789            ! lib/utf8_heavy.pl
13790 ____________________________________________________________________________
13791 [  1766] By: gsar                                  on 1998/08/08  22:33:10
13792         Log: utf8 doc tweak
13793              From: Gisle Aas <aas@sn.no>
13794              Date: 05 Aug 1998 00:41:04 +0200
13795              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
13796              Subject: Matching clumps
13797      Branch: perl
13798            ! lib/utf8.pm
13799 ____________________________________________________________________________
13800 [  1765] By: gsar                                  on 1998/08/08  22:31:37
13801         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
13802              From: Gisle Aas <aas@sn.no>
13803              Date: 04 Aug 1998 22:56:11 +0200
13804              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
13805              Subject: Re: another joyride begins
13806      Branch: perl
13807            ! lib/utf8_heavy.pl
13808 ____________________________________________________________________________
13809 [  1764] By: gsar                                  on 1998/08/08  22:28:43
13810         Log: From: larry@wall.org (Larry Wall)
13811              Date: Tue, 4 Aug 1998 17:04:51 -0700
13812              Message-Id: <199808050004.RAA22592@wall.org>
13813              Subject: [PATCH 5.005_50] \pX not implemented!
13814      Branch: perl
13815            ! regcomp.c
13816 ____________________________________________________________________________
13817 [  1763] By: gsar                                  on 1998/08/08  22:27:15
13818         Log: From: Stephen McCamant <alias@mcs.com>
13819              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
13820              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
13821              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
13822      Branch: perl
13823            ! op.c
13824 ____________________________________________________________________________
13825 [  1762] By: gsar                                  on 1998/08/08  22:26:09
13826         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13827              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
13828              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
13829              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
13830      Branch: perl
13831            + t/op/grent.t t/op/pwent.t
13832            ! MANIFEST
13833 ____________________________________________________________________________
13834 [  1761] By: gsar                                  on 1998/08/08  22:21:52
13835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13836              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
13837              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
13838              Subject: [5.005_50 PATCH] misprint in RE engine
13839      Branch: perl
13840            ! regexec.c t/op/re_tests
13841 ____________________________________________________________________________
13842 [  1760] By: gsar                                  on 1998/08/08  22:18:54
13843         Log: integrate maint-5.005 changes into mainline
13844      Branch: perl
13845           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
13846           !> (integrate 138 files)
13847 ____________________________________________________________________________
13848 [  1672] By: gsar                                  on 1998/07/27  18:35:28
13849         Log: create new Changes
13850      Branch: perl
13851            + Changes
13852            ! Changes5.005 MANIFEST
13853 ____________________________________________________________________________
13854 [  1671] By: gsar                                  on 1998/07/27  18:30:57
13855         Log: rename Changes --> Changes5.005
13856      Branch: perl
13857           +> Changes5.005
13858            - Changes
13859 ____________________________________________________________________________
13860 [  1670] By: gsar                                  on 1998/07/27  18:10:14
13861         Log: integrate 5.005_01 changes from maint
13862      Branch: perl
13863            ! Changes
13864           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
13865           !> win32/win32.c
13866 ____________________________________________________________________________
13867 [  1667] By: nick                                  on 1998/07/26  14:31:01
13868         Log: Add dTHR so that it compiles miniperl in threaded mode
13869      Branch: perl
13870            ! doop.c mg.c regcomp.c regexec.c
13871 ____________________________________________________________________________
13872 [  1666] By: nick                                  on 1998/07/26  13:01:10
13873         Log: Resolve ansiperl against mainline (@1648?)
13874              Unclear that change number has "taken".
13875      Branch: ansiperl
13876           +> (branch 169 files)
13877            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
13878           !> (integrate 131 files)
13879
13880 ----------------
13881 Version 5.005_50
13882 ----------------
13883
13884 ____________________________________________________________________________
13885 [  1665] By: gsar                                  on 1998/07/26  05:38:48
13886         Log: add trailing newline to file
13887      Branch: perl
13888            ! Changes lib/unicode/blocks.txt
13889 ____________________________________________________________________________
13890 [  1664] By: gsar                                  on 1998/07/26  05:08:48
13891         Log: integrate proto.h additions from maint-5.005
13892      Branch: perl
13893           !> pod/perlhist.pod proto.h
13894 ____________________________________________________________________________
13895 [  1663] By: gsar                                  on 1998/07/26  05:07:05
13896         Log: add new files to MANIFEST; add missing prototypes to proto.h;
13897              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
13898              add typecasts to silence warnings; tweaks for win32 builds
13899      Branch: perl
13900            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
13901            ! win32/Makefile win32/makefile.mk
13902 ____________________________________________________________________________
13903 [  1662] By: gsar                                  on 1998/07/26  05:01:52
13904         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
13905      Branch: maint-5.005/perl
13906            ! pod/perlhist.pod proto.h
13907 ____________________________________________________________________________
13908 [  1661] By: gsar                                  on 1998/07/26  02:52:48
13909         Log: up patchlevel to 5.005_50
13910      Branch: perl
13911            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13912            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13913 ____________________________________________________________________________
13914 [  1660] By: gsar                                  on 1998/07/26  02:43:57
13915         Log: integrate utfperl
13916      Branch: perl
13917           +> (branch 162 files)
13918           !> (integrate 29 files)
13919 ____________________________________________________________________________
13920 [  1659] By: gsar                                  on 1998/07/26  02:38:22
13921         Log: integrate maint-5.005 changes
13922      Branch: perl
13923           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
13924           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
13925           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
13926           !> vms/descrip_mms.template vms/subconfigure.com
13927 ____________________________________________________________________________
13928 [  1658] By: gsar                                  on 1998/07/26  02:23:46
13929         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
13930              Date: Fri, 24 Jul 1998 11:38:25 -0700
13931              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
13932              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
13933              --
13934              Date: Fri, 24 Jul 1998 12:30:36 -0700
13935              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
13936              Subject: [PATCH 5.005]Tweaks to README.vms
13937              --
13938              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
13939              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
13940              Subject: [PATCH 5.005] Final build cleanup patch
13941      Branch: maint-5.005/perl
13942            ! README.vms vms/descrip_mms.template vms/subconfigure.com
13943 ____________________________________________________________________________
13944 [  1657] By: gsar                                  on 1998/07/26  02:19:50
13945         Log: another platform where pp_sselect() needs a whole fd_set buffer
13946              From: Lupe Christoph <lupe@alanya.m.isar.de>
13947              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
13948              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
13949              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
13950      Branch: maint-5.005/perl
13951            ! pp_sys.c
13952 ____________________________________________________________________________
13953 [  1656] By: gsar                                  on 1998/07/26  02:12:46
13954         Log: fix problem building modules on dos-djgpp
13955              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13956              Date: Sat, 25 Jul 1998 00:53:39 +0200
13957              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
13958              Subject: [PATCH 5.005] dos-djgpp and modules problem
13959      Branch: maint-5.005/perl
13960            ! djgpp/fixpmain
13961 ____________________________________________________________________________
13962 [  1655] By: gsar                                  on 1998/07/26  02:11:09
13963         Log: From: Tom Spindler <dogcow@home.merit.edu>
13964              Date: Wed, 22 Jul 1998 16:11:07 -0400
13965              Message-ID: <19980722161107.A16813@home.merit.edu>
13966              Subject: [PATCH 5.005] BeOS tweak
13967      Branch: maint-5.005/perl
13968            ! hints/beos.sh
13969 ____________________________________________________________________________
13970 [  1654] By: gsar                                  on 1998/07/26  02:09:29
13971         Log: various pod tweaks
13972      Branch: maint-5.005/perl
13973            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
13974            ! pod/perltoc.pod
13975 ____________________________________________________________________________
13976 [  1653] By: gsar                                  on 1998/07/26  02:05:46
13977         Log: fix emacs/ptags for PL_* changes
13978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13979              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
13980              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
13981              Subject: [PATCH 5.004_76] Yet better ptags
13982      Branch: maint-5.005/perl
13983            ! emacs/ptags
13984 ____________________________________________________________________________
13985 [  1652] By: gsar                                  on 1998/07/26  02:03:01
13986         Log: fix behavior of <=> on bigints
13987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13988              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
13989              Date: Fri, 24 Jul 1998 18:29:53 +0100
13990              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
13991      Branch: maint-5.005/perl
13992            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13993 ____________________________________________________________________________
13994 [  1651] By: larry                                 on 1998/07/24  05:44:33
13995         Log: Here are the long-expected Unicode/UTF-8 modifications.
13996      Branch: utfperl
13997            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
13998            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
13999            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
14000            + lib/unicode/Decomposition.pl
14001            + lib/unicode/In/AlphabeticPresentationForms.pl
14002            + lib/unicode/In/Arabic.pl
14003            + lib/unicode/In/ArabicPresentationForms-A.pl
14004            + lib/unicode/In/ArabicPresentationForms-B.pl
14005            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14006            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14007            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14008            + lib/unicode/In/BoxDrawing.pl
14009            + lib/unicode/In/CJKCompatibility.pl
14010            + lib/unicode/In/CJKCompatibilityForms.pl
14011            + lib/unicode/In/CJKCompatibilityIdeographs.pl
14012            + lib/unicode/In/CJKSymbolsandPunctuation.pl
14013            + lib/unicode/In/CJKUnifiedIdeographs.pl
14014            + lib/unicode/In/CombiningDiacriticalMarks.pl
14015            + lib/unicode/In/CombiningHalfMarks.pl
14016            + lib/unicode/In/CombiningMarksforSymbols.pl
14017            + lib/unicode/In/ControlPictures.pl
14018            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14019            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14020            + lib/unicode/In/EnclosedAlphanumerics.pl
14021            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
14022            + lib/unicode/In/GeneralPunctuation.pl
14023            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14024            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14025            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14026            + lib/unicode/In/HalfwidthandFullwidthForms.pl
14027            + lib/unicode/In/HangulCompatibilityJamo.pl
14028            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14029            + lib/unicode/In/Hebrew.pl
14030            + lib/unicode/In/HighPrivateUseSurrogates.pl
14031            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14032            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
14033            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14034            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
14035            + lib/unicode/In/LatinExtended-A.pl
14036            + lib/unicode/In/LatinExtended-B.pl
14037            + lib/unicode/In/LatinExtendedAdditional.pl
14038            + lib/unicode/In/LetterlikeSymbols.pl
14039            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14040            + lib/unicode/In/MathematicalOperators.pl
14041            + lib/unicode/In/MiscellaneousSymbols.pl
14042            + lib/unicode/In/MiscellaneousTechnical.pl
14043            + lib/unicode/In/NumberForms.pl
14044            + lib/unicode/In/OpticalCharacterRecognition.pl
14045            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14046            + lib/unicode/In/SmallFormVariants.pl
14047            + lib/unicode/In/SpacingModifierLetters.pl
14048            + lib/unicode/In/Specials.pl
14049            + lib/unicode/In/SuperscriptsandSubscripts.pl
14050            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
14051            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14052            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14053            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
14054            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
14055            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
14056            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
14057            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
14058            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
14059            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
14060            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
14061            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
14062            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
14063            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
14064            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
14065            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
14066            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
14067            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
14068            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
14069            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
14070            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
14071            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
14072            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
14073            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
14074            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
14075            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
14076            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
14077            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
14078            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
14079            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
14080            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
14081            + lib/unicode/JamoShort.pl lib/unicode/Makefile
14082            + lib/unicode/Name.pl lib/unicode/Number.pl
14083            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
14084            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
14085            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
14086            + lib/unicode/blocks.txt lib/unicode/index2.txt
14087            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
14088            + lib/unicode/names2.txt lib/unicode/props2.txt
14089            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
14090            + utf8.c utf8.h
14091            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
14092            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
14093            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
14094            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
14095            ! t/op/vec.t toke.c util.c vms/vmsish.h
14096 ____________________________________________________________________________
14097 [  1650] By: gsar                                  on 1998/07/24  04:06:48
14098         Log: create utfperl branch
14099      Branch: utfperl
14100           +> (branch 1079 files)
14101 ____________________________________________________________________________
14102 [  1649] By: gsar                                  on 1998/07/24  03:56:56
14103         Log: create maint-5.005 branch
14104      Branch: maint-5.005/perl
14105           +> (branch 1079 files)
14106 ____________________________________________________________________________
14107 [  1648] By: gsar                                  on 1998/07/24  03:36:35
14108         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
14109      Branch: perl
14110            ! Changes
14111