771db28a5c0a2b7b241821447d814443955b339d
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_59        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3876] By: gsar                                  on 1999/08/02  07:51:18
83         Log: fix coredump under usethreads+debug
84      Branch: perl
85            ! util.c
86 ____________________________________________________________________________
87 [  3875] By: jhi                                   on 1999/08/02  07:50:51
88         Log: d_bincompat5005 could be left empty.
89      Branch: cfgperl
90            ! Configure config_h.SH
91      Branch: metaconfig/U/perl
92            ! bincompat5005.U
93 ____________________________________________________________________________
94 [  3874] By: jhi                                   on 1999/08/02  07:42:45
95         Log: Fix printf %d when IV is quad.
96      Branch: cfgperl
97            ! sv.c
98 ____________________________________________________________________________
99 [  3873] By: gsar                                  on 1999/08/02  07:41:03
100         Log: fix d_bincompat5005='' junking config.h
101      Branch: perl
102            ! Configure
103 ____________________________________________________________________________
104 [  3872] By: gsar                                  on 1999/08/02  07:38:48
105         Log: C needs parameter list, not merely type
106      Branch: perl
107            ! win32/win32.c
108 ____________________________________________________________________________
109 [  3871] By: jhi                                   on 1999/08/02  07:20:51
110         Log: Integrate with Sarathy.
111      Branch: cfgperl
112           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
113 ____________________________________________________________________________
114 [  3870] By: gsar                                  on 1999/08/02  07:12:18
115         Log: integrate cfgperl changes into mainline
116      Branch: perl
117            ! Changes
118           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
119           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
120           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
121           !> toke.c util.c
122 ____________________________________________________________________________
123 [  3869] By: gsar                                  on 1999/08/02  06:59:09
124         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
125              Date: Sat, 31 Jul 1999 19:08:33 -0700
126              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
127              Subject: [PATCH 5.005_58] "use constant" in the compiler
128      Branch: perl
129            ! ext/B/B/C.pm ext/B/B/CC.pm
130 ____________________________________________________________________________
131 [  3868] By: gsar                                  on 1999/08/02  06:55:51
132         Log: debug build tweak
133      Branch: perl
134            ! regexec.c
135 ____________________________________________________________________________
136 [  3867] By: gsar                                  on 1999/08/02  06:35:18
137         Log: create vmsperl branch (to be owned and operated by: cbailey)
138      Branch: vmsperl
139           +> (branch 1476 files)
140 ____________________________________________________________________________
141 [  3866] By: jhi                                   on 1999/08/01  23:34:40
142         Log: so_locations once is enough.
143      Branch: cfgperl
144            ! Makefile.SH
145 ____________________________________________________________________________
146 [  3865] By: jhi                                   on 1999/08/01  23:13:05
147         Log: Simplicate duplicated code.
148      Branch: cfgperl
149            ! util.c
150 ____________________________________________________________________________
151 [  3864] By: jhi                                   on 1999/08/01  22:41:41
152         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
153      Branch: cfgperl
154           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
155           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
156            - README.cygwin32 cygwin32/Makefile.SHs
157            - cygwin32/build-instructions.READFIRST
158            - cygwin32/build-instructions.charles-wilson
159            - cygwin32/build-instructions.sebastien-barre
160            - cygwin32/build-instructions.steven-morlock
161            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
162            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
163            - hints/cygwin32.sh
164           !> (integrate 61 files)
165 ____________________________________________________________________________
166 [  3863] By: jhi                                   on 1999/08/01  22:36:02
167         Log: Regen Configure and Glossary once again.
168      Branch: cfgperl
169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
170            ! config_h.SH
171 ____________________________________________________________________________
172 [  3862] By: jhi                                   on 1999/08/01  22:26:09
173         Log: Glossary update for #3861.
174      Branch: cfgperl
175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
176            ! config_h.SH
177 ____________________________________________________________________________
178 [  3861] By: jhi                                   on 1999/08/01  22:22:51
179         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
180              with -Duse64bits (using long long).
181              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
182              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
183              'print unpack "q", pack "q", 12345678901'
184              should work on such 32-bit platforms.
185              Still a lot of printf()s behind -D which wrongly assume
186              that %ld/%lx and (long) are a good combination.
187              Introducing a slew of new macros intended to be used in printf()
188              format strings: e. g. PERL_PRId64 is the string to be used
189              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
190              The PRI... naming follows the C9X naming of <inttypes.h> macros.
191      Branch: cfgperl
192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
193            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
194            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
195      Branch: metaconfig/U/perl
196            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
197 ____________________________________________________________________________
198 [  3860] By: gsar                                  on 1999/08/01  21:23:18
199         Log: integrate cfgperl contents into mainline
200      Branch: perl
201            ! toke.c
202           !> (integrate 29 files)
203 ____________________________________________________________________________
204 [  3859] By: gsar                                  on 1999/08/01  21:13:09
205         Log: From: Nathan Torkington <gnat@frii.com>
206              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
207              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
208              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
209      Branch: perl
210            ! ext/B/B/Disassembler.pm
211 ____________________________________________________________________________
212 [  3858] By: gsar                                  on 1999/08/01  21:09:15
213         Log: DB_File 1.68 update from Paul Marquess
214      Branch: perl
215            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
216            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
217            ! t/lib/db-recno.t
218 ____________________________________________________________________________
219 [  3857] By: gsar                                  on 1999/08/01  21:05:54
220         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
221              Date: Sat, 31 Jul 1999 05:13:38 -0400
222              Message-Id: <199907311407.IAA25038@localhost.frii.com>
223              Subject: [PATCH 5.005_58] More optimizations to REx engine
224      Branch: perl
225            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
226            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
227 ____________________________________________________________________________
228 [  3856] By: gsar                                  on 1999/08/01  20:59:59
229         Log: slightly modified version of suggested patch
230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
231              Date: Sat, 31 Jul 1999 04:45:12 -0400
232              Message-Id: <199907311406.IAA25034@localhost.frii.com>
233              Subject: [PATCH 5.005_58] Fix OS/2 build
234      Branch: perl
235            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
236            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
237 ____________________________________________________________________________
238 [  3855] By: gsar                                  on 1999/08/01  20:49:06
239         Log: cygwin update
240              From: "Fifer, Eric" <EFifer@sanwaint.com>
241              Date: Fri, 30 Jul 1999 18:31:48 +0100
242              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
243              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
244      Branch: perl
245            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
246            ! pp_sys.c unixish.h util.c
247 ____________________________________________________________________________
248 [  3854] By: gsar                                  on 1999/08/01  20:41:53
249         Log: fixes from Stephen McCamant that address bugs in change#3612
250              (the optimization shouldn't be enabled in expressions where
251              the variable is introduced), and fix Deparse to grok the
252              optimization
253              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
254              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
255              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
256              --
257              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
258              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
259              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
260              --
261              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
262              Message-Id: <199907310326.VAA24376@localhost.frii.com>
263              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
264      Branch: perl
265            ! ext/B/B/Deparse.pm op.c
266 ____________________________________________________________________________
267 [  3853] By: gsar                                  on 1999/08/01  20:31:32
268         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
269              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
270              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
271              Subject: [PATCH _58] Two one-liner LOGOP tweaks
272      Branch: perl
273            ! op.c opcode.h opcode.pl
274 ____________________________________________________________________________
275 [  3852] By: gsar                                  on 1999/08/01  20:29:17
276         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
277      Branch: perl
278            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
279            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
280            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
281            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
282            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
283            ! pod/perlport.pod pp_sys.c util.c
284 ____________________________________________________________________________
285 [  3851] By: gsar                                  on 1999/08/01  20:20:05
286         Log: move files around for s/cygwin32/cygwin/ renaming
287      Branch: perl
288           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
289           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
290            - README.cygwin32 cygwin32/Makefile.SHs
291            - cygwin32/build-instructions.READFIRST
292            - cygwin32/build-instructions.charles-wilson
293            - cygwin32/build-instructions.sebastien-barre
294            - cygwin32/build-instructions.steven-morlock
295            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
296            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
297            - hints/cygwin32.sh
298            ! MANIFEST
299 ____________________________________________________________________________
300 [  3850] By: gsar                                  on 1999/08/01  20:05:14
301         Log: posix-bc hints tweak (via private mail from Thomas Dorner
302              <Thomas.Dorner@start.de>)
303      Branch: perl
304            ! Changes hints/posix-bc.sh
305 ____________________________________________________________________________
306 [  3849] By: gsar                                  on 1999/08/01  19:50:20
307         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
308              <gnat@frii.com>)
309      Branch: perl
310            ! perl.h pod/perldelta.pod pod/perlguts.pod
311 ____________________________________________________________________________
312 [  3848] By: gsar                                  on 1999/08/01  18:34:41
313         Log: fix defined(@foo) encarpments
314      Branch: perl
315            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
316            ! pod/perltrap.pod
317 ____________________________________________________________________________
318 [  3847] By: jhi                                   on 1999/08/01  17:17:07
319         Log: Undo #3790 and the patches that attempted to fix it
320              (#3837, #3838, #3845).  The #3790 caused linkage failures
321              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
322              IRIX 6.5.
323      Branch: cfgperl
324            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
325            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
326            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
327 ____________________________________________________________________________
328 [  3846] By: jhi                                   on 1999/08/01  11:41:52
329         Log: Reading 64-bit decimal numbers was broken because
330              the NV was cast to an I32, not an IV.
331      Branch: cfgperl
332            ! toke.c
333 ____________________________________________________________________________
334 [  3845] By: jhi                                   on 1999/08/01  11:00:24
335         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
336      Branch: cfgperl
337            + ext/SDBM_File/hints/solaris.pl
338 ____________________________________________________________________________
339 [  3844] By: jhi                                   on 1999/08/01  10:55:44
340         Log: Enable Solaris largefiles support only if -Duse64bits is used.
341              (Effectively removes #3311).
342      Branch: cfgperl
343            ! hints/solaris_2.sh
344 ____________________________________________________________________________
345 [  3843] By: jhi                                   on 1999/07/31  22:44:56
346         Log: Integer overflow iteration.
347      Branch: cfgperl
348            ! t/op/oct.t toke.c util.c
349 ____________________________________________________________________________
350 [  3842] By: jhi                                   on 1999/07/31  22:11:03
351         Log: Remove a lot of unused regnode codes.
352              Noticed by Ilya.
353      Branch: cfgperl
354            ! regcomp.c regcomp.sym regexec.c regnodes.h
355 ____________________________________________________________________________
356 [  3841] By: jhi                                   on 1999/07/31  21:53:54
357         Log: Make the use64bits and usethreads friendlier/braver;
358              they no more wimp out if the platform is unknown.
359              On use64bits if gcc used -DUSE_LONG_LONG is added
360              to the ccflags (this dependency on gcc caused a slightly weird
361              reordering of Configure, but things still seem to work.)
362      Branch: cfgperl
363            ! Configure README.threads config_h.SH
364      Branch: metaconfig
365            ! U/threads/usethreads.U
366      Branch: metaconfig/U/perl
367            ! use64bits.U
368 ____________________________________________________________________________
369 [  3840] By: jhi                                   on 1999/07/31  20:26:22
370         Log: Hack the "integer overflow" code some more.
371      Branch: cfgperl
372            ! perl.h toke.c util.c
373 ____________________________________________________________________________
374 [  3839] By: jhi                                   on 1999/07/31  20:22:00
375         Log: Test oct() at the 2^32-1 limit.
376      Branch: cfgperl
377            ! t/op/oct.t
378 ____________________________________________________________________________
379 [  3838] By: jhi                                   on 1999/07/31  20:08:43
380         Log: Update MANIFEST for #3837.
381      Branch: cfgperl
382            ! MANIFEST
383 ____________________________________________________________________________
384 [  3837] By: jhi                                   on 1999/07/31  20:02:40
385         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
386              (a core dump with a corrput stack ensues).
387      Branch: cfgperl
388            + ext/SDBM_File/hints/dec_osf.pl
389 ____________________________________________________________________________
390 [  3836] By: jhi                                   on 1999/07/29  21:09:01
391         Log: Allow for Configure -Ubincompat5005 override.
392      Branch: cfgperl
393            ! Configure config_h.SH
394      Branch: metaconfig/U/perl
395            ! bincompat5005.U
396 ____________________________________________________________________________
397 [  3835] By: jhi                                   on 1999/07/29  21:04:02
398         Log: Make Configure support PERL_BINCOMPAT_5005.
399      Branch: cfgperl
400            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
401            ! config_h.SH
402      Branch: metaconfig/U/perl
403            + bincompat5005.U
404 ____________________________________________________________________________
405 [  3834] By: jhi                                   on 1999/07/29  19:25:35
406         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
407      Branch: cfgperl
408            ! Makefile.SH
409 ____________________________________________________________________________
410 [  3833] By: jhi                                   on 1999/07/29  14:07:09
411         Log: Integrate with Sarathy.  I overruled on perldelta
412              and perldiag.
413      Branch: cfgperl
414           !> README.win32 emacs/cperl-mode.el globals.c installperl
415           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
416           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
417           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
418           !> win32/perllib.c win32/win32.c
419 ____________________________________________________________________________
420 [  3832] By: jhi                                   on 1999/07/29  14:02:50
421         Log: Repent and make overly large integerish
422              constants non-fatal.  They are now promoted
423              to NVs, accompanied by an overflow warning that
424              is by default on.
425      Branch: cfgperl
426            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
427            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
428            ! toke.c util.c
429 ____________________________________________________________________________
430 [  3831] By: jhi                                   on 1999/07/29  11:40:04
431         Log: AIX exhibits different error on failed system().
432              Slightly modified patch via private email from
433              David R. Favor <dfavor@austin.ibm.com>
434      Branch: cfgperl
435            ! t/op/exec.t
436 ____________________________________________________________________________
437 [  3830] By: gsar                                  on 1999/07/29  07:46:11
438         Log: cperl-mode.el v4.19
439      Branch: perl
440            ! emacs/cperl-mode.el
441 ____________________________________________________________________________
442 [  3829] By: gsar                                  on 1999/07/29  07:30:35
443         Log: From: jan.dubois@ibm.net (Jan Dubois)
444              Date: Wed, 28 Jul 1999 22:01:42 +0200
445              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
446              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
447      Branch: perl
448            ! win32/bin/pl2bat.pl
449 ____________________________________________________________________________
450 [  3828] By: gsar                                  on 1999/07/29  07:19:27
451         Log: tweak previous change for multiple hits
452      Branch: perl
453            ! utils/perldoc.PL
454 ____________________________________________________________________________
455 [  3827] By: gsar                                  on 1999/07/29  07:10:00
456         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
457              really needs a pod2text() compatibility function)
458      Branch: perl
459            ! utils/perldoc.PL
460 ____________________________________________________________________________
461 [  3826] By: gsar                                  on 1999/07/29  01:33:46
462         Log: minor tweaks to pods and toke.c comments
463      Branch: perl
464            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
465 ____________________________________________________________________________
466 [  3825] By: gsar                                  on 1999/07/29  00:12:52
467         Log: integrate cfgperl changes into mainline
468      Branch: perl
469           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
470           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
471           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
472           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
473           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
474           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
475           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
476           !> t/pragma/warn/util toke.c util.c
477 ____________________________________________________________________________
478 [  3824] By: jhi                                   on 1999/07/28  21:15:04
479         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
480      Branch: cfgperl
481            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
482            ! ext/IO/lib/IO/Socket/INET.pm
483 ____________________________________________________________________________
484 [  3823] By: jhi                                   on 1999/07/28  20:29:17
485         Log: Continue pack() doc honing.
486      Branch: cfgperl
487            ! pod/perlfunc.pod
488 ____________________________________________________________________________
489 [  3822] By: jhi                                   on 1999/07/28  20:17:37
490         Log: Enhance pack() doc.
491      Branch: cfgperl
492            ! pod/perlfunc.pod
493 ____________________________________________________________________________
494 [  3821] By: jhi                                   on 1999/07/28  18:34:50
495         Log: UNIX Domain Sockets are not implemented under QNX.
496              
497              From: Norton Allen <allen@huarp.harvard.edu>
498              To: perl5-porters@perl.org
499              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
500              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
501              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
502      Branch: cfgperl
503            ! t/lib/io_unix.t
504 ____________________________________________________________________________
505 [  3820] By: jhi                                   on 1999/07/28  18:13:37
506         Log: IO::* enhancements.
507              
508              1) write() and syswrite() will now accept a single-argument
509              form of the call, for consistency with Perl's syswrite().
510              2) You can create a TCP-based IO::Socket::INET without forcing
511              a connect attempt.  This allows you to configure its options
512              (like making it non-blocking) and then call connect() manually.
513              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
514              from ever returning the correct value.
515              
516              From: Lincoln Stein <lstein@formaggio.cshl.org>
517              To: Graham Barr <gbarr@pobox.com>
518              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
519              Subject: Re: patch for IO::*
520              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
521              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
522      Branch: cfgperl
523            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
524            ! ext/IO/lib/IO/Socket/INET.pm
525 ____________________________________________________________________________
526 [  3819] By: gsar                                  on 1999/07/28  18:08:06
527         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
528      Branch: perl
529            ! README.win32 globals.c installperl iperlsys.h makedef.pl
530            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
531            ! win32/win32.c
532 ____________________________________________________________________________
533 [  3818] By: jhi                                   on 1999/07/28  17:48:16
534         Log: Need to add QNX to the list for DONT_DECLARE_STD.
535              (The elimination of use of the _() macro apparently triggered
536              an incompatability with a #define of atof)
537              
538              From: Norton Allen <allen@huarp.harvard.edu>
539              To: perl5-porters@perl.org
540              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
541              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
542              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
543      Branch: cfgperl
544            ! perl.h
545 ____________________________________________________________________________
546 [  3817] By: jhi                                   on 1999/07/28  17:46:30
547         Log: Need to add some more conditions to deal with the case
548              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
549              which is true for QNX4.
550              From: Norton Allen <allen@huarp.harvard.edu>
551              To: perl5-porters@perl.org
552              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
553              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
554              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
555      Branch: cfgperl
556            ! pp_sys.c
557 ____________________________________________________________________________
558 [  3816] By: jhi                                   on 1999/07/28  17:43:40
559         Log: The QNX shell needs a couple more semicolons.
560              
561              From: Norton Allen <allen@huarp.harvard.edu>
562              To: perl5-porters@perl.org
563              Subject: [ID 19990728.007] Patch:Configure _58 QNX
564              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
565              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
566              
567              plus silence metalint moanings on vendorprefix.
568      Branch: cfgperl
569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
570            ! config_h.SH
571 ____________________________________________________________________________
572 [  3815] By: jhi                                   on 1999/07/28  17:31:11
573         Log: Silence metalint on vendorprefix.U.
574      Branch: metaconfig
575            ! U/installdirs/vendorprefix.U
576 ____________________________________________________________________________
577 [  3814] By: jhi                                   on 1999/07/28  17:13:29
578         Log: QNX shell needs more semicolons.
579      Branch: metaconfig/U/perl
580            ! Extensions.U
581 ____________________________________________________________________________
582 [  3813] By: jhi                                   on 1999/07/28  17:05:08
583         Log: Integrate with Sarathy.
584      Branch: cfgperl
585           !> lib/ExtUtils/MM_Unix.pm
586 ____________________________________________________________________________
587 [  3812] By: jhi                                   on 1999/07/28  16:20:17
588         Log: Fix a typo, un-shout, and reformat the installation output.
589      Branch: cfgperl
590            ! lib/ExtUtils/Install.pm
591 ____________________________________________________________________________
592 [  3811] By: gsar                                  on 1999/07/28  15:41:11
593         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
594      Branch: perl
595            ! lib/ExtUtils/MM_Unix.pm
596 ____________________________________________________________________________
597 [  3810] By: jhi                                   on 1999/07/28  13:55:57
598         Log: Talk more about subsecond things in perlfunc.
599              (Yes, redundant with perlfaq8.)
600      Branch: cfgperl
601            ! pod/perlfunc.pod
602 ____________________________________________________________________________
603 [  3809] By: jhi                                   on 1999/07/28  07:23:48
604         Log: Integrate with Sarathy.
605      Branch: cfgperl
606           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
607           !> t/op/pwent.t
608 ____________________________________________________________________________
609 [  3808] By: jhi                                   on 1999/07/28  07:23:03
610         Log: Document toke.c.
611              From: Nathan Torkington <gnat@frii.com>
612              To: perl5-porters@perl.org
613              Subject: Re: toke.c patch, work in progress
614              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
615              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
616      Branch: cfgperl
617            ! toke.c
618 ____________________________________________________________________________
619 [  3807] By: jhi                                   on 1999/07/28  07:10:56
620         Log: perlre clarification.
621              
622              From: Ian Phillipps <ian@dial.pipex.com>
623              To: Perl 5 Porters <perl5-porters@perl.org>
624              Subject: [PATCH 5.00557] Add definite article to perlre.pod
625              Date: Tue, 27 Jul 1999 10:46:29 +0100
626              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
627      Branch: cfgperl
628            ! pod/perlre.pod
629 ____________________________________________________________________________
630 [  3806] By: gsar                                  on 1999/07/28  07:07:46
631         Log: fix the perl -V breakage
632              
633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
634              To: Jarkko Hietaniemi <jhi@iki.fi>
635              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
636              gsar@activestate.com
637              Subject: Re: Follow up to: _58 on AIX 431
638              Date: Tue, 27 Jul 1999 17:42:00 -0400
639              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
640      Branch: perl
641            ! configpm
642 ____________________________________________________________________________
643 [  3805] By: gsar                                  on 1999/07/28  07:03:34
644         Log: avoid warning (from Doug MacEachern)
645      Branch: perl
646            ! perl.h
647 ____________________________________________________________________________
648 [  3804] By: gsar                                  on 1999/07/28  06:59:30
649         Log: Pod::Html tweak
650              
651              From: jan.dubois@ibm.net (Jan Dubois)
652              To: perl5-porters@perl.org
653              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
654              Date: Tue, 27 Jul 1999 22:14:12 +0200
655              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
656      Branch: perl
657            ! lib/Pod/Html.pm
658 ____________________________________________________________________________
659 [  3803] By: gsar                                  on 1999/07/28  06:56:38
660         Log: freebsd hints update
661              
662              From: Anton Berezin <tobez@plab.ku.dk>
663              To: perl5-porters@perl.org
664              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
665              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
666              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
667      Branch: perl
668            ! hints/freebsd.sh
669 ____________________________________________________________________________
670 [  3802] By: gsar                                  on 1999/07/28  06:51:32
671         Log: cosmetic testsuite patch
672              
673              From: Graham Barr <gbarr@ti.com>
674              To: Perl5 Porters <perl5-porters@perl.org>
675              Subject: 5.005_58 build
676              Date: Tue, 27 Jul 1999 08:09:25 -0500
677              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
678      Branch: perl
679            ! t/op/grent.t t/op/pwent.t
680 ____________________________________________________________________________
681 [  3801] By: jhi                                   on 1999/07/27  13:49:39
682         Log: Minuscule cleanup of the integer overflow patch.
683      Branch: cfgperl
684            ! util.c
685 ____________________________________________________________________________
686 [  3800] By: jhi                                   on 1999/07/27  13:37:23
687         Log: Test hex('x...').
688      Branch: cfgperl
689            ! t/op/oct.t
690 ____________________________________________________________________________
691 [  3799] By: jhi                                   on 1999/07/27  12:45:45
692         Log: Integrate with Sarathy (5.005_58).
693      Branch: cfgperl
694            - ext/B/byteperl.c
695           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
696           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
697           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
698           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
699           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
700           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
701           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
702           !> win32/config_H.vc
703 ____________________________________________________________________________
704 [  3798] By: jhi                                   on 1999/07/27  12:42:43
705         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
706              they used to be just optional lexical warnings.
707              Also, with warnings turned on, constants > 2**32-1
708              trigger a non-portability warning.
709      Branch: cfgperl
710            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
711            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
712            ! util.c
713 ____________________________________________________________________________
714 [  3797] By: gsar                                  on 1999/07/27  10:48:27
715         Log: here lies 5.005_58
716      Branch: perl
717            - ext/B/byteperl.c
718            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
719            ! pod/perlfaq9.pod pod/perlhist.pod
720
721 ----------------
722 Version 5.005_58
723 ----------------
724
725 ____________________________________________________________________________
726 [  3796] By: gsar                                  on 1999/07/27  09:23:42
727         Log: regenerate win32/config_H.?c
728      Branch: perl
729            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
730 ____________________________________________________________________________
731 [  3795] By: gsar                                  on 1999/07/27  09:02:31
732         Log: From: Tye McQueen <tye@metronet.com>
733              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
734              Message-Id: <199907270019.AA08223@metronet.com>
735              Subject: Patch pl2bat.pl so batch file can fail
736      Branch: perl
737            ! win32/bin/pl2bat.pl
738 ____________________________________________________________________________
739 [  3794] By: gsar                                  on 1999/07/27  08:59:58
740         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
741              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
742              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
743              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
744      Branch: perl
745            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
746            ! lib/SelfLoader.pm
747 ____________________________________________________________________________
748 [  3793] By: gsar                                  on 1999/07/27  08:19:16
749         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
750              (from Andy Dougherty)
751      Branch: perl
752            ! embed.h embed.pl
753 ____________________________________________________________________________
754 [  3792] By: gsar                                  on 1999/07/27  08:04:19
755         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
756              and Brad Appleton)
757      Branch: perl
758            ! lib/Pod/Parser.pm
759 ____________________________________________________________________________
760 [  3791] By: gsar                                  on 1999/07/27  07:50:54
761         Log: cover case where CLK_TCK is a float, not integer (from
762              alexander smishlajev <als@turnhere.com>)
763      Branch: perl
764            ! ext/Devel/DProf/DProf.xs
765 ____________________________________________________________________________
766 [  3790] By: gsar                                  on 1999/07/27  07:45:08
767         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
768              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
769      Branch: perl
770            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
771            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
772 ____________________________________________________________________________
773 [  3789] By: jhi                                   on 1999/07/27  07:44:55
774         Log: Integrate with Sarathy.
775      Branch: cfgperl
776           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
777           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
778           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
779           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
780           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
781           !> proto.h t/comp/proto.t t/io/open.t
782 ____________________________________________________________________________
783 [  3788] By: gsar                                  on 1999/07/27  07:29:59
784         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
785              to Russ Allbery <rra@stanford.edu>); s/Simple// and
786              s/pod2txt/pod2text/ etc.
787      Branch: perl
788            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
789            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
790 ____________________________________________________________________________
791 [  3787] By: gsar                                  on 1999/07/27  06:48:40
792         Log: From: Andy Dougherty <doughera@lafayette.edu>
793              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
794              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
795              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
796      Branch: perl
797            ! ext/SDBM_File/sdbm/sdbm.h
798 ____________________________________________________________________________
799 [  3786] By: gsar                                  on 1999/07/27  06:30:09
800         Log: applied suggested patch; added missing prototype changes to
801              opcode.pl along with documentation typos (feature still needs
802              to be described in perlopentut.pod and summarized in
803              perldelta.pod)
804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
805              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
806              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
807              Subject: [PATCH 5.00557] 3-arg open
808      Branch: perl
809            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
810            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
811            ! proto.h t/comp/proto.t t/io/open.t
812 ____________________________________________________________________________
813 [  3785] By: gsar                                  on 1999/07/27  04:36:39
814         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
815              <roland.bauer@fff.at>)
816      Branch: perl
817            ! lib/Pod/Html.pm
818 ____________________________________________________________________________
819 [  3784] By: gsar                                  on 1999/07/27  03:56:17
820         Log: change#3762 wasn't needed
821      Branch: perl
822            ! ext/B/B/CC.pm
823 ____________________________________________________________________________
824 [  3783] By: jhi                                   on 1999/07/26  19:08:21
825         Log: Integrate with Sarathy.
826      Branch: cfgperl
827           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
828           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
829           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
830 ____________________________________________________________________________
831 [  3782] By: gsar                                  on 1999/07/26  18:16:50
832         Log: update Changes, patchlevel &c.
833      Branch: perl
834            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
835            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
836 ____________________________________________________________________________
837 [  3781] By: gsar                                  on 1999/07/26  17:54:47
838         Log: a more correct fix for change#2744
839              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
840              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
841              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
842              Subject: [PATCH _57] Re: toke.c questions 
843      Branch: perl
844            ! toke.c
845 ____________________________________________________________________________
846 [  3780] By: gsar                                  on 1999/07/26  17:37:04
847         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
848      Branch: perl
849            ! pod/perlfunc.pod
850 ____________________________________________________________________________
851 [  3779] By: jhi                                   on 1999/07/26  16:37:23
852         Log: Dusting off.
853      Branch: cfgperl
854            ! README.threads
855 ____________________________________________________________________________
856 [  3778] By: gsar                                  on 1999/07/26  13:28:46
857         Log: avoid DIVZERO
858      Branch: perl
859            ! utils/dprofpp.PL
860 ____________________________________________________________________________
861 [  3777] By: gsar                                  on 1999/07/26  13:18:53
862         Log: warnings identified by Borland compiler
863      Branch: perl
864            ! makedef.pl pp_ctl.c
865 ____________________________________________________________________________
866 [  3776] By: jhi                                   on 1999/07/26  13:07:36
867         Log: Integrate with Sarathy.
868      Branch: cfgperl
869           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
870 ____________________________________________________________________________
871 [  3775] By: gsar                                  on 1999/07/26  12:55:43
872         Log: avoid infinite recursion when Thread.pm croaks during
873              bootstrap
874      Branch: perl
875            ! lib/Carp/Heavy.pm
876 ____________________________________________________________________________
877 [  3774] By: gsar                                  on 1999/07/26  12:43:02
878         Log: integrate cfgperl contents into mainline
879      Branch: perl
880           +> lib/Carp/Heavy.pm
881           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
882           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
883           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
884           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
885           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
886 ____________________________________________________________________________
887 [  3773] By: jhi                                   on 1999/07/26  12:40:29
888         Log: Use long doubles only if they are useful.
889      Branch: cfgperl
890            ! ext/POSIX/POSIX.xs
891 ____________________________________________________________________________
892 [  3772] By: gsar                                  on 1999/07/26  12:33:11
893         Log: typo in change#3768
894      Branch: perl
895            ! pp_hot.c
896 ____________________________________________________________________________
897 [  3771] By: gsar                                  on 1999/07/26  12:08:27
898         Log: alpha-stage support for user-hooks in @INC
899              From: Ken Fox <kfox@ford.com>
900              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
901              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
902              Subject: Re: loading remote modules
903      Branch: perl
904            ! pp_ctl.c
905 ____________________________________________________________________________
906 [  3770] By: jhi                                   on 1999/07/26  11:38:36
907         Log: Back out #3735.  Needs more work.
908      Branch: cfgperl
909            ! Makefile.SH cflags.SH configpm ext/util/make_ext
910            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
911            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
912            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
913            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
914 ____________________________________________________________________________
915 [  3769] By: jhi                                   on 1999/07/26  11:24:45
916         Log: Integrate with Sarathy.
917      Branch: cfgperl
918           !> (integrate 35 files)
919 ____________________________________________________________________________
920 [  3768] By: gsar                                  on 1999/07/26  11:03:07
921         Log: optimize method name lookup
922              From: Chip Salzenberg <chip@perlsupport.com>
923              Date: Thu, 22 Jul 1999 13:43:36 -0400
924              Message-ID: <19990722134336.Q391@perlsupport.com>
925              Subject: [PATCH] OP_METHOD_NAMED
926      Branch: perl
927            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
928            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
929            ! proto.h
930 ____________________________________________________________________________
931 [  3767] By: gsar                                  on 1999/07/26  10:44:11
932         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
933              foo()->()); rework grammar to remove conflicts
934              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
935              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
936              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
937              Subject: [PATCH _57, long] Re: optional arrow asymmetry
938      Branch: perl
939            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
940            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
941            ! vms/perly_c.vms vms/perly_h.vms
942 ____________________________________________________________________________
943 [  3766] By: jhi                                   on 1999/07/26  10:18:56
944         Log: Use $< instead of $*.c in *perlmain.o rules.
945      Branch: cfgperl
946            ! Makefile.SH
947 ____________________________________________________________________________
948 [  3765] By: gsar                                  on 1999/07/26  09:28:48
949         Log: From: Ian Phillipps <ian@dial.pipex.com>
950              Date: Fri, 23 Jul 1999 23:35:56 +0100
951              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
952              Subject: (Version 2) Extending unpack to deal with counted strings
953      Branch: perl
954            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
955 ____________________________________________________________________________
956 [  3764] By: jhi                                   on 1999/07/26  09:17:26
957         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
958              To: perl5-porters@perl.org (Mailing list Perl5)
959              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
960              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
961              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
962              
963              The patch was based on 5_57 so had to re-apply lib/Carp.pm
964              parts of changes #3498, #3696, and #3702 for the new
965              lib/Carp/Heavy.pm.
966      Branch: cfgperl
967            + lib/Carp/Heavy.pm
968            ! MANIFEST lib/Carp.pm
969 ____________________________________________________________________________
970 [  3763] By: gsar                                  on 1999/07/26  09:03:17
971         Log: ~ isn't valid in VMS filenames
972      Branch: perl
973            ! lib/Pod/Html.pm
974 ____________________________________________________________________________
975 [  3762] By: gsar                                  on 1999/07/26  08:59:47
976         Log: setstate stop-gap from Vishal Bhatia
977      Branch: perl
978            ! ext/B/B/CC.pm
979 ____________________________________________________________________________
980 [  3761] By: gsar                                  on 1999/07/26  08:06:39
981         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
982              add B::OP::name() method that returns just the op_name;
983              convert Deparse et all to use that instead of B::OP::ppaddr();
984              add support for OP_SETSTATE in Deparse
985      Branch: perl
986            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
987            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
988            ! ext/B/B/Xref.pm opcode.h opcode.pl
989 ____________________________________________________________________________
990 [  3760] By: jhi                                   on 1999/07/26  07:14:43
991         Log: Integrate with Sarathy.
992      Branch: cfgperl
993           !> (integrate 43 files)
994 ____________________________________________________________________________
995 [  3759] By: gsar                                  on 1999/07/26  05:12:24
996         Log: add disclaimer about perl 4 libraries (modified version of
997              patch suggested by Clinton Pierce <cpierce1@ford.com>)
998      Branch: perl
999            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
1000            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
1001            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
1002            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
1003            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
1004 ____________________________________________________________________________
1005 [  3758] By: gsar                                  on 1999/07/26  04:48:35
1006         Log: make reset() behave with high-bit characters
1007              From: Ian Phillipps <ian@dial.pipex.com>
1008              Date: Thu, 22 Jul 1999 22:48:59 +0100
1009              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
1010              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
1011      Branch: perl
1012            ! sv.c
1013 ____________________________________________________________________________
1014 [  3757] By: gsar                                  on 1999/07/26  04:40:32
1015         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
1016      Branch: perl
1017            ! pod/perlport.pod
1018 ____________________________________________________________________________
1019 [  3756] By: gsar                                  on 1999/07/26  04:20:37
1020         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
1021      Branch: perl
1022            ! utils/dprofpp.PL
1023 ____________________________________________________________________________
1024 [  3755] By: gsar                                  on 1999/07/26  04:18:00
1025         Log: disable VPATH for now (breaks x2p build)
1026      Branch: perl
1027            ! x2p/Makefile.SH
1028 ____________________________________________________________________________
1029 [  3754] By: gsar                                  on 1999/07/26  03:15:33
1030         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
1031              (%! has the necessary magic); misc typos
1032      Branch: perl
1033            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1034            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
1035            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
1036            ! utils/h2xs.PL
1037 ____________________________________________________________________________
1038 [  3753] By: gsar                                  on 1999/07/26  02:38:28
1039         Log: integrate cfgperl contents into mainline
1040      Branch: perl
1041           +> t/pragma/locale/latin1 t/pragma/locale/utf8
1042           !> (integrate 53 files)
1043 ____________________________________________________________________________
1044 [  3752] By: gsar                                  on 1999/07/26  02:11:31
1045         Log: ensure implicitly closed handles don't set $? or $!
1046      Branch: perl
1047            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
1048 ____________________________________________________________________________
1049 [  3751] By: gsar                                  on 1999/07/26  01:28:34
1050         Log: change#3534 didn't preserve undef return values from caller()
1051      Branch: perl
1052            ! Changes pp_ctl.c
1053 ____________________________________________________________________________
1054 [  3750] By: jhi                                   on 1999/07/25  20:59:29
1055         Log: Back up a tiny bit from #3735.
1056              This may break builds outside the source directory
1057              but then again, they do not work that ell yet anyway.
1058      Branch: cfgperl
1059            ! Makefile.SH
1060 ____________________________________________________________________________
1061 [  3750] By: jhi                                   on 1999/07/25  20:59:29
1062         Log: Back up a tiny bit from #3735.
1063              This may break builds outside the source directory
1064              but then again, they do not work that ell yet anyway.
1065      Branch: cfgperl
1066            ! Makefile.SH
1067 ____________________________________________________________________________
1068 [  3749] By: jhi                                   on 1999/07/25  19:15:55
1069         Log: Integrate with Sarathy.
1070      Branch: cfgperl
1071           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
1072 ____________________________________________________________________________
1073 [  3748] By: jhi                                   on 1999/07/25  19:06:59
1074         Log: Recode locale.t so that the change in #3730
1075              is not needed and locale.t works both without
1076              and with the utf8 pragma.
1077      Branch: cfgperl
1078            + t/pragma/locale/latin1 t/pragma/locale/utf8
1079            ! MANIFEST t/pragma/locale.t
1080 ____________________________________________________________________________
1081 [  3747] By: jhi                                   on 1999/07/25  19:01:46
1082         Log: Like #3743.
1083      Branch: cfgperl
1084            ! utils/perlbug.PL
1085 ____________________________________________________________________________
1086 [  3746] By: gsar                                  on 1999/07/25  18:08:58
1087         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
1088              append a HISTORY section to POD if option is used
1089      Branch: perl
1090            ! utils/h2xs.PL
1091 ____________________________________________________________________________
1092 [  3745] By: gsar                                  on 1999/07/25  17:40:03
1093         Log: warn rather than die when parse_version() can't cut it (from
1094              Michael G Schwern <schwern@pobox.com>)
1095      Branch: perl
1096            ! lib/ExtUtils/MM_Unix.pm
1097 ____________________________________________________________________________
1098 [  3744] By: gsar                                  on 1999/07/25  16:32:48
1099         Log: make map behave like grep wrt indirect object slot when
1100              there are parentheses; revert an experimental mod by Larry
1101              in change#2038 that failed to parse %{{qw(a b c)}} properly
1102              (this means C<map {use Foo; ...} ...> still needs a proper
1103              fix)
1104      Branch: perl
1105            ! toke.c
1106 ____________________________________________________________________________
1107 [  3743] By: jhi                                   on 1999/07/25  16:24:55
1108         Log: Fix a typo in #3725.
1109      Branch: cfgperl
1110            ! utils/perlbug.PL
1111 ____________________________________________________________________________
1112 [  3742] By: jhi                                   on 1999/07/25  16:14:39
1113         Log: Integrate with Sarathy.
1114      Branch: cfgperl
1115           !> (integrate 26 files)
1116 ____________________________________________________________________________
1117 [  3741] By: jhi                                   on 1999/07/25  16:02:28
1118         Log: Cut-and-pasto in #3737.
1119      Branch: cfgperl
1120            ! perl.c
1121 ____________________________________________________________________________
1122 [  3740] By: gsar                                  on 1999/07/25  15:59:34
1123         Log: add note about glibc bug
1124      Branch: perl
1125            ! t/pragma/warn/pp_hot
1126 ____________________________________________________________________________
1127 [  3739] By: gsar                                  on 1999/07/25  15:48:40
1128         Log: fix bug in change#3728 that might free COPs prematurely;
1129              null(op) now does more thorough scrubbing of the op, which
1130              fixes a few compile-time memory "leaks"
1131      Branch: perl
1132            ! dump.c embed.h embed.pl op.c proto.h
1133 ____________________________________________________________________________
1134 [  3738] By: jhi                                   on 1999/07/25  14:15:26
1135         Log: In accordance with #3737.
1136      Branch: metaconfig
1137            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
1138            ! U/modified/Oldconfig.U
1139      Branch: metaconfig/U/perl
1140            ! Extensions.U
1141 ____________________________________________________________________________
1142 [  3737] By: jhi                                   on 1999/07/25  14:12:34
1143         Log: Use vendorprefixlib.
1144      Branch: cfgperl
1145            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1146            ! config_h.SH perl.c
1147 ____________________________________________________________________________
1148 [  3736] By: jhi                                   on 1999/07/25  13:10:03
1149         Log: Populate metaconfig branch.
1150      Branch: metaconfig
1151            + (add 1468 files)
1152      Branch: metaconfig/U/perl
1153            + (add 101 files)
1154 ____________________________________________________________________________
1155 [  3735] By: jhi                                   on 1999/07/25  12:27:20
1156         Log: First steps of making builds outside the source
1157              directory possible.  These should get us as far
1158              as miniperl, then building DynaLoader falls into
1159              tiny twinkling pieces as MakeMaker knows nothing
1160              of VPATH mindset.
1161      Branch: cfgperl
1162            ! Configure Makefile.SH cflags.SH config_h.SH configpm
1163            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
1164            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
1165            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
1166            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
1167 ____________________________________________________________________________
1168 [  3734] By: jhi                                   on 1999/07/25  11:19:28
1169         Log: Poor Glossary--are we fixed yet?
1170      Branch: cfgperl
1171            ! Porting/Glossary
1172 ____________________________________________________________________________
1173 [  3733] By: jhi                                   on 1999/07/25  11:15:06
1174         Log: Change #3732 mistakenly clobbered Glossary.
1175      Branch: cfgperl
1176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1177            ! config_h.SH
1178 ____________________________________________________________________________
1179 [  3732] By: jhi                                   on 1999/07/25  10:46:39
1180         Log: Andy's new installation scheme (note: a lot of this
1181              leaked in already with change #3731).  The vendor*
1182              stuff is not used anywhere (in *.SH, say), so it
1183              isn't in Configure, either.
1184      Branch: cfgperl
1185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1186            ! config_h.SH
1187 ____________________________________________________________________________
1188 [  3731] By: jhi                                   on 1999/07/25  10:12:07
1189         Log: Circumcode a strange shell(?) bug in AIX found
1190              while trying to do -Duse64bits (which I couldn't do
1191              in the end because the CPU isn't 64-bit in that box,
1192              but at least now the probing doesn't crash.)
1193      Branch: cfgperl
1194            ! Configure config_h.SH hints/aix.sh
1195 ____________________________________________________________________________
1196 [  3730] By: gsar                                  on 1999/07/25  04:56:56
1197         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
1198              a utf8 bug in one of the new RE optimizations
1199      Branch: perl
1200            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
1201            ! t/pragma/locale.t
1202 ____________________________________________________________________________
1203 [  3729] By: jhi                                   on 1999/07/23  19:56:27
1204         Log: From: Andy Dougherty <doughera@lafayette.edu>
1205              To: Perl Porters <perl5-porters@perl.org>
1206              Subject: [PATCH 5.005_57] INSTALL-1.58
1207              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
1208              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
1209              
1210              plus
1211              
1212              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1213              To: Andy Dougherty <doughera@lafayette.edu>
1214              Cc: Perl Porters <perl5-porters@perl.org>
1215              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
1216              Date: Fri, 23 Jul 1999 13:38:25 -0400
1217              Message-ID: <19990723133825.A12033@O2.chapin.edu>
1218      Branch: cfgperl
1219            ! INSTALL
1220 ____________________________________________________________________________
1221 [  3728] By: gsar                                  on 1999/07/23  17:24:42
1222         Log: applied suggested patch for tracking line numbers correctly in
1223              optimized blocks with a single statement; changed setcop to
1224              setstate and added code for -Dx dumps
1225              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1226              Date: Wed, 23 Jun 1999 17:27:42 +0100
1227              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
1228              Subject: [PATCH 5.005_57] Line number error in optimised else() 
1229      Branch: perl
1230            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
1231            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
1232            ! pp_proto.h t/op/misc.t
1233 ____________________________________________________________________________
1234 [  3727] By: gsar                                  on 1999/07/23  15:56:04
1235         Log: avoid useless use of target for pp_each(); also fixes bugs due to
1236              refcount held by the target
1237      Branch: perl
1238            ! opcode.h opcode.pl pp.c t/op/each.t
1239 ____________________________________________________________________________
1240 [  3726] By: jhi                                   on 1999/07/23  12:08:30
1241         Log: Change #3725 aftershock.
1242      Branch: cfgperl
1243            ! INSTALL jpl/JNI/JNI.pm
1244 ____________________________________________________________________________
1245 [  3725] By: jhi                                   on 1999/07/23  11:58:49
1246         Log: Introduce $Config{ldlibpthname} which contains
1247              the name of the environment variable holding the
1248              dynamic library search path, often LD_LIBRARY_PATH.
1249              Use this new feature all over.
1250              Also removed remnants of admonition "add LD_LIBRARY_PATH
1251              before running make" because Makefile.SH does this for you. 
1252      Branch: cfgperl
1253            ! Configure Makefile.SH config_h.SH
1254            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
1255            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
1256            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
1257            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
1258            ! jpl/install-jpl utils/perlbug.PL
1259 ____________________________________________________________________________
1260 [  3724] By: jhi                                   on 1999/07/23  08:03:36
1261         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
1262              To: perl5-porters@perl.org
1263              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
1264              Date: Thu, 22 Jul 1999 19:58:34 -0400
1265              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
1266      Branch: cfgperl
1267            ! av.c
1268 ____________________________________________________________________________
1269 [  3723] By: gsar                                  on 1999/07/23  00:01:29
1270         Log: emit warning about function calls that were encountered too early
1271              to enforce their prototype
1272      Branch: perl
1273            ! op.c op.h pod/perldiag.pod
1274 ____________________________________________________________________________
1275 [  3722] By: jhi                                   on 1999/07/22  21:19:59
1276         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1277              To: perl5-porters@perl.org
1278              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
1279              Subject: [PATCH] MakeMaker documentation
1280              Date: Wed, 21 Jul 1999 14:15:42 -0400
1281              Message-ID: <19990721141542.A1800@O2.chapin.edu>
1282      Branch: cfgperl
1283            ! lib/ExtUtils/MakeMaker.pm
1284 ____________________________________________________________________________
1285 [  3721] By: jhi                                   on 1999/07/22  21:05:19
1286         Log: From: pvhp@forte.com (Peter Prymmer)
1287              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
1288              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
1289              Date: Wed, 21 Jul 99 17:15:39 PDT
1290              Message-Id: <9907220015.AA11931@forte.com>
1291      Branch: cfgperl
1292            ! hints/os390.sh
1293 ____________________________________________________________________________
1294 [  3720] By: jhi                                   on 1999/07/22  20:51:17
1295         Log: AIX magic: ccdlflags needs to be different for
1296              Perl itself and for extra-core extensions
1297              (as used by ExtUtilss::embed::ldopts).
1298              Based on the problems described in
1299              
1300              From: Mike W Ellwood <mwe@rl.ac.uk>
1301              To: perl5-porters@perl.org
1302              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
1303              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
1304              Reply-To: m.w.ellwood@rl.ac.uk
1305              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
1306      Branch: cfgperl
1307            ! Configure Makefile.SH config_h.SH hints/aix.sh
1308 ____________________________________________________________________________
1309 [  3719] By: jhi                                   on 1999/07/22  08:23:53
1310         Log: Update history records.
1311      Branch: cfgperl
1312            ! pod/perlhist.pod
1313 ____________________________________________________________________________
1314 [  3718] By: jhi                                   on 1999/07/21  13:54:42
1315         Log: Todododobedobedo.
1316      Branch: cfgperl
1317            ! Todo
1318 ____________________________________________________________________________
1319 [  3717] By: jhi                                   on 1999/07/21  12:10:48
1320         Log: Even more Todo.
1321      Branch: cfgperl
1322            ! Todo
1323 ____________________________________________________________________________
1324 [  3716] By: jhi                                   on 1999/07/21  11:40:39
1325         Log: Use Errno more extensively so that error
1326              messages are more portable (another way
1327              would be to muck around with LC_MESSAGES).
1328              Problem reported in
1329              
1330              From: oracle@pcr8.pcr.com
1331              To: perl5-porters@perl.org
1332              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
1333              Date: Mon, 19 Jul 1999 18:39:13 -0400
1334              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
1335      Branch: cfgperl
1336            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1337            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
1338            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
1339 ____________________________________________________________________________
1340 [  3715] By: jhi                                   on 1999/07/21  11:05:36
1341         Log: Slightly modified patch.
1342              From: Sean Sheedy <seans@ncube.com>
1343              To: perl5-porters@perl.org
1344              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
1345              Date: Tue, 20 Jul 1999 09:52:06 -0700
1346              Message-Id: <3794A935.1C150E54@ncube.com>
1347      Branch: cfgperl
1348            ! cflags.SH x2p/cflags.SH
1349 ____________________________________________________________________________
1350 [  3714] By: jhi                                   on 1999/07/20  21:26:19
1351         Log: More Todo.
1352      Branch: cfgperl
1353            ! Todo
1354 ____________________________________________________________________________
1355 [  3713] By: jhi                                   on 1999/07/20  18:02:45
1356         Log: Integrate with Sarathy.
1357      Branch: cfgperl
1358           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1359           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1360           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
1361           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
1362           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
1363           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
1364           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
1365           +> utils/dprofpp.PL
1366           !> INSTALL MAINTAIN MANIFEST configure.com
1367           !> ext/Devel/Peek/Makefile.PL installman installperl
1368           !> pod/roffitall utils/Makefile vms/descrip_mms.template
1369           !> win32/Makefile win32/makefile.mk win32/win32.h
1370 ____________________________________________________________________________
1371 [  3712] By: gsar                                  on 1999/07/20  15:29:01
1372         Log: DProf tweak
1373      Branch: perl
1374            ! ext/Devel/DProf/DProf.xs
1375 ____________________________________________________________________________
1376 [  3711] By: gsar                                  on 1999/07/20  07:56:19
1377         Log: another DProf build tweak
1378      Branch: perl
1379            ! utils/dprofpp.PL
1380 ____________________________________________________________________________
1381 [  3710] By: gsar                                  on 1999/07/20  07:36:36
1382         Log: move DProf things around to where they are supposed to be
1383      Branch: perl
1384            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
1385            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
1386            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
1387            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
1388            + t/lib/dprof/test6_t t/lib/dprof/test6_v
1389           +> utils/dprofpp.PL
1390            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
1391            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
1392            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
1393            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
1394            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
1395            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
1396            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
1397            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
1398            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
1399            ! installperl pod/roffitall utils/Makefile
1400            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1401 ____________________________________________________________________________
1402 [  3709] By: gsar                                  on 1999/07/20  06:13:16
1403         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
1404      Branch: perl
1405            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1406            ! ext/Devel/Peek/Makefile.PL
1407 ____________________________________________________________________________
1408 [  3708] By: gsar                                  on 1999/07/20  06:01:22
1409         Log: move DProf to Devel/DProf
1410      Branch: perl
1411           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1412           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1413           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
1414           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
1415           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
1416           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
1417           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
1418           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
1419           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
1420           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
1421           +> ext/Devel/DProf/test.pl
1422            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1423            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1424            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1425            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1426            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1427            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1428            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1429            ! MAINTAIN MANIFEST configure.com win32/Makefile
1430            ! win32/makefile.mk
1431 ____________________________________________________________________________
1432 [  3707] By: gsar                                  on 1999/07/20  05:39:11
1433         Log: add Devel::DProf v19990108 from CPAN, as it was
1434      Branch: perl
1435            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1436            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1437            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1438            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1439            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1440            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1441            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1442            ! MANIFEST
1443 ____________________________________________________________________________
1444 [  3706] By: gsar                                  on 1999/07/20  04:52:25
1445         Log: C<union any> needs no PERL_OBJECT-treatment
1446      Branch: perl
1447            ! win32/win32.h
1448 ____________________________________________________________________________
1449 [  3705] By: gsar                                  on 1999/07/20  04:11:54
1450         Log: fix problem in default build
1451      Branch: perl
1452            ! win32/Makefile win32/makefile.mk
1453 ____________________________________________________________________________
1454 [  3704] By: jhi                                   on 1999/07/19  07:06:36
1455         Log: Integrate with Sarathy.
1456      Branch: cfgperl
1457           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
1458           !> win32/win32.c
1459 ____________________________________________________________________________
1460 [  3703] By: gsar                                  on 1999/07/19  05:55:57
1461         Log: win32 nits
1462      Branch: perl
1463            ! makedef.pl sv.h
1464 ____________________________________________________________________________
1465 [  3702] By: gsar                                  on 1999/07/19  04:29:34
1466         Log: don't display tid from main thread (or testsuite breaks)
1467      Branch: perl
1468            ! lib/Carp.pm util.c
1469 ____________________________________________________________________________
1470 [  3701] By: gsar                                  on 1999/07/19  00:47:52
1471         Log: remove several doubled (and tripled!) entries
1472      Branch: perl
1473            ! pod/perldiag.pod
1474 ____________________________________________________________________________
1475 [  3700] By: gsar                                  on 1999/07/19  00:42:34
1476         Log: integrate cfgperl contents into mainline
1477      Branch: perl
1478           +> makedef.pl
1479            - perl_exp.SH win32/makedef.pl
1480           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1481           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
1482           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
1483           !> utf8.c util.c win32/Makefile win32/makefile.mk
1484 ____________________________________________________________________________
1485 [  3699] By: gsar                                  on 1999/07/19  00:33:59
1486         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
1487      Branch: perl
1488            ! Changes win32/win32.c
1489 ____________________________________________________________________________
1490 [  3698] By: jhi                                   on 1999/07/18  21:33:57
1491         Log: Integrate with Sarathy.
1492      Branch: cfgperl
1493           +> t/op/chars.t
1494           !> (integrate 57 files)
1495 ____________________________________________________________________________
1496 [  3697] By: gsar                                  on 1999/07/18  05:22:36
1497         Log: From: pvhp@forte.com (Peter Prymmer)
1498              Date: Thu, 1 Jul 99 19:31:24 PDT
1499              Message-Id: <9907020231.AA16942@forte.com>
1500              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
1501      Branch: perl
1502            + t/op/chars.t
1503            ! MANIFEST ebcdic.c t/op/ord.t
1504 ____________________________________________________________________________
1505 [  3696] By: gsar                                  on 1999/07/18  05:11:02
1506         Log: display thread id in diagnostics (suggested by Dan Sugalski)
1507      Branch: perl
1508            ! lib/Carp.pm util.c
1509 ____________________________________________________________________________
1510 [  3695] By: gsar                                  on 1999/07/18  04:57:47
1511         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
1512      Branch: perl
1513            ! pod/perldiag.pod
1514 ____________________________________________________________________________
1515 [  3694] By: gsar                                  on 1999/07/18  04:56:28
1516         Log: cache [NIUP]V conversions of defined READONLY values
1517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1518              Date: Sun, 11 Jul 1999 04:39:44 -0400
1519              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
1520              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
1521      Branch: perl
1522            ! sv.c
1523 ____________________________________________________________________________
1524 [  3693] By: gsar                                  on 1999/07/18  03:53:38
1525         Log: From: jan.dubois@ibm.net (Jan Dubois)
1526              Date: Sat, 17 Jul 1999 10:58:29 +0200
1527              Message-ID: <379144ad.13616689@smtp1.ibm.net>
1528              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
1529      Branch: perl
1530            ! lib/ExtUtils/Manifest.pm
1531 ____________________________________________________________________________
1532 [  3692] By: gsar                                  on 1999/07/18  03:51:03
1533         Log: remove spurious newSTATEOP() that causes goto to enter one too many
1534              contexts when jumping between if and elsif blocks
1535      Branch: perl
1536            ! perly.c perly.y pp_ctl.c t/op/goto.t
1537 ____________________________________________________________________________
1538 [  3691] By: gsar                                  on 1999/07/18  01:49:59
1539         Log: detypo, update Changes
1540      Branch: perl
1541            ! Changes doio.c
1542 ____________________________________________________________________________
1543 [  3690] By: gsar                                  on 1999/07/18  01:16:59
1544         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
1545      Branch: perl
1546            ! lib/integer.pm
1547 ____________________________________________________________________________
1548 [  3689] By: gsar                                  on 1999/07/18  00:47:17
1549         Log: ensure __END__ appears on a line by itself in wrapped
1550              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
1551              mention caveat about successfull kill()
1552      Branch: perl
1553            ! pod/perlfunc.pod win32/bin/pl2bat.pl
1554 ____________________________________________________________________________
1555 [  3688] By: gsar                                  on 1999/07/17  20:47:44
1556         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
1557      Branch: perl
1558            ! ext/SDBM_File/sdbm/Makefile.PL
1559 ____________________________________________________________________________
1560 [  3687] By: gsar                                  on 1999/07/17  20:43:27
1561         Log: make CC.pm use a distinct CCPP() macro rather than PP()
1562              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
1563      Branch: perl
1564            ! cc_runtime.h ext/B/B/CC.pm
1565 ____________________________________________________________________________
1566 [  3686] By: gsar                                  on 1999/07/17  20:39:08
1567         Log: tiny bug in vars.pm (from John Dlugosz)
1568      Branch: perl
1569            ! lib/vars.pm
1570 ____________________________________________________________________________
1571 [  3685] By: gsar                                  on 1999/07/17  20:37:27
1572         Log: applied suggested patch, along with later tweak
1573              From: jan.dubois@ibm.net (Jan Dubois)
1574              Date: Wed, 14 Jul 1999 23:53:43 +0200
1575              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
1576              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
1577      Branch: perl
1578            ! lib/Pod/Html.pm
1579 ____________________________________________________________________________
1580 [  3684] By: gsar                                  on 1999/07/17  20:24:32
1581         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
1582      Branch: perl
1583            ! thrdvar.h
1584 ____________________________________________________________________________
1585 [  3683] By: gsar                                  on 1999/07/17  20:21:01
1586         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1587              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
1588              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
1589              Subject: [PATCH 5.005_57] Segfaults if $^P
1590      Branch: perl
1591            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
1592            ! proto.h
1593 ____________________________________________________________________________
1594 [  3682] By: gsar                                  on 1999/07/17  20:04:17
1595         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
1596              and prefix/lib/perl5/man are ass_u_med only if those directories
1597              actually exist; else prefix/{lib,man} are used)
1598      Branch: perl
1599            ! lib/ExtUtils/MM_Unix.pm
1600 ____________________________________________________________________________
1601 [  3681] By: gsar                                  on 1999/07/17  19:12:33
1602         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
1603      Branch: perl
1604            ! op.c t/comp/proto.t
1605 ____________________________________________________________________________
1606 [  3680] By: gsar                                  on 1999/07/17  18:23:55
1607         Log: fix vec() on magic values
1608              From: Ian Phillipps <ian@dial.pipex.com>
1609              Date: Mon, 12 Jul 1999 12:30:05 +0100
1610              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
1611              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
1612      Branch: perl
1613            ! doop.c t/op/tie.t
1614 ____________________________________________________________________________
1615 [  3679] By: gsar                                  on 1999/07/17  18:10:44
1616         Log: make system() return -1 and set $! if exec of child failed
1617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1618              Date: Fri, 9 Jul 1999 05:21:13 -0400
1619              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
1620              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
1621      Branch: perl
1622            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
1623            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
1624 ____________________________________________________________________________
1625 [  3678] By: gsar                                  on 1999/07/17  17:54:01
1626         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1627              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
1628              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
1629              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
1630      Branch: perl
1631            ! util.c
1632 ____________________________________________________________________________
1633 [  3677] By: gsar                                  on 1999/07/17  17:34:38
1634         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
1635              converted Ken's documentation outline into pod
1636      Branch: perl
1637            ! x2p/find2perl.PL
1638 ____________________________________________________________________________
1639 [  3676] By: gsar                                  on 1999/07/17  16:34:09
1640         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
1641              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
1642              Steve Lidie
1643      Branch: perl
1644            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
1645            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1646            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
1647            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
1648            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
1649            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
1650 ____________________________________________________________________________
1651 [  3675] By: gsar                                  on 1999/07/17  00:16:53
1652         Log: backout redundant change#3628
1653      Branch: perl
1654            ! Changes hints/bsdos.sh
1655 ____________________________________________________________________________
1656 [  3674] By: jhi                                   on 1999/07/15  14:26:03
1657         Log: Fix the bin/oct/hex constant overflow tests for
1658              long long platforms.
1659      Branch: cfgperl
1660            ! t/pragma/warn/util
1661 ____________________________________________________________________________
1662 [  3673] By: jhi                                   on 1999/07/14  21:59:11
1663         Log: Fixed AIX dynamic loading and AIX shared Perl library.
1664              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
1665              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
1666              Hijacked win32/makedef.pl for more general purpose export
1667              list building, now it is used (as toplevel makedef.pl)
1668              for win32 and AIX (perl_exp.SH made unnecessary).
1669              Because the export lists are now correct in AIX, no more linker
1670              warnings about "Exported symbol not defined" should appear.
1671      Branch: cfgperl
1672            + makedef.pl
1673            - perl_exp.SH win32/makedef.pl
1674            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1675            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
1676            ! win32/makefile.mk
1677 ____________________________________________________________________________
1678 [  3672] By: gsar                                  on 1999/07/14  17:12:13
1679         Log: minor efficiency tweak
1680      Branch: perl
1681            ! pp_ctl.c
1682 ____________________________________________________________________________
1683 [  3671] By: jhi                                   on 1999/07/14  16:22:39
1684         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
1685              if its caller re_intuit_start() was entered with strend == strpos
1686              because end_shift ended up as -1.  The patch ain't necessarily
1687              correct but least the core dump is avoided.
1688      Branch: cfgperl
1689            ! regexec.c
1690 ____________________________________________________________________________
1691 [  3670] By: jhi                                   on 1999/07/13  07:59:09
1692         Log: Integrate with Sarathy.
1693      Branch: cfgperl
1694            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1695            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1696           !> (integrate 67 files)
1697 ____________________________________________________________________________
1698 [  3669] By: gsar                                  on 1999/07/12  06:14:54
1699         Log: fixups for sundry warnings about function pointers
1700      Branch: perl
1701            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
1702            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
1703            ! win32/win32.c win32/win32.h
1704 ____________________________________________________________________________
1705 [  3668] By: gsar                                  on 1999/07/12  04:11:58
1706         Log: tweaks for win32/borland
1707      Branch: perl
1708            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
1709 ____________________________________________________________________________
1710 [  3667] By: gsar                                  on 1999/07/12  01:55:15
1711         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
1712              builds; passing the implicit context is unified among the three
1713              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
1714              flavors (see the top of perl.h) for testing; all varargs functions
1715              foo() have a va_list-taking variant vfoo() for generating the
1716              context-free versions; the PERL_OBJECT build should now be
1717              hyper-compatible with CPAN extensions (C++ is totally out of
1718              the picture)
1719              
1720              result has only been tested on Windows
1721              
1722              TODO: write docs on the THX rationale and idiomatic usage of
1723              the Perl API
1724      Branch: perl
1725            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1726            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1727            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
1728            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
1729            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1730            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
1731            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1732            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
1733            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
1734            ! global.sym globals.c intrpvar.h iperlsys.h
1735            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1736            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
1737            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
1738            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
1739            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
1740            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1741            ! win32/dl_win32.xs win32/include/dirent.h
1742            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
1743            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
1744            ! win32/win32iop.h win32/win32sck.c
1745 ____________________________________________________________________________
1746 [  3666] By: jhi                                   on 1999/07/11  22:00:13
1747         Log: Integrate with Sarathy.
1748      Branch: cfgperl
1749           !> op.c t/op/lex_assign.t
1750 ____________________________________________________________________________
1751 [  3665] By: jhi                                   on 1999/07/11  21:59:01
1752         Log: More manual sync.
1753      Branch: cfgperl
1754            ! pod/perldelta.pod
1755 ____________________________________________________________________________
1756 [  3664] By: gsar                                  on 1999/07/11  19:11:07
1757         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
1758              remedy and related tests via private mail
1759      Branch: perl
1760            ! op.c t/op/lex_assign.t
1761 ____________________________________________________________________________
1762 [  3663] By: jhi                                   on 1999/07/11  15:04:37
1763         Log: Manual synchronization with Sarathy (some files
1764              had drifted apart for no apparent reason), plus
1765              I had a typo in dl_vms.xs Sarathy had fixed.
1766      Branch: cfgperl
1767            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
1768 ____________________________________________________________________________
1769 [  3662] By: jhi                                   on 1999/07/10  12:23:21
1770         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
1771              to adapt to the underlying platform (the binary, 0b1..., test
1772              was broken in 64-bit platforms).  Also change "hex" in the
1773              warning messages to "hexadecimal" to match "binary" and "octal".
1774      Branch: cfgperl
1775            ! pod/perldiag.pod t/pragma/warn/util util.c
1776 ____________________________________________________________________________
1777 [  3661] By: jhi                                   on 1999/07/08  21:54:55
1778         Log: Integrate with Sarathy.
1779      Branch: cfgperl
1780           +> perlapi.c perlapi.h
1781           !> (integrate 43 files)
1782 ____________________________________________________________________________
1783 [  3660] By: gsar                                  on 1999/07/08  18:47:35
1784         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
1785      Branch: perl
1786            + perlapi.c perlapi.h
1787            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
1788            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
1789            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
1790            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
1791            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
1792            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
1793            ! win32/win32.h
1794 ____________________________________________________________________________
1795 [  3659] By: gsar                                  on 1999/07/08  18:41:45
1796         Log: sundry cleanups for clean build on windows
1797      Branch: perl
1798            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
1799 ____________________________________________________________________________
1800 [  3658] By: gsar                                  on 1999/07/08  01:24:25
1801         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
1802              type mismatch problems
1803      Branch: perl
1804            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
1805            ! t/pragma/warn/op toke.c utf8.c util.c
1806 ____________________________________________________________________________
1807 [  3657] By: jhi                                   on 1999/07/07  23:01:16
1808         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
1809      Branch: cfgperl
1810            ! pod/perldiag.pod
1811           !> Changes configure.com ext/B/B/Deparse.pm
1812           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
1813           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
1814           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
1815           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
1816           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
1817           !> t/pragma/overload.t thread.h vms/vms.c
1818 ____________________________________________________________________________
1819 [  3656] By: gsar                                  on 1999/07/07  21:04:38
1820         Log: integrate cfgperl contents
1821      Branch: perl
1822           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1823           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1824           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1825            ! Changes
1826           !> (integrate 45 files)
1827 ____________________________________________________________________________
1828 [  3655] By: gsar                                  on 1999/07/07  18:55:45
1829         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
1830              <pvhp@forte.com>
1831      Branch: perl
1832            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
1833 ____________________________________________________________________________
1834 [  3654] By: gsar                                  on 1999/07/07  18:47:03
1835         Log: change#1889 mistakenly removed F_SETLK
1836      Branch: perl
1837            ! ext/Fcntl/Fcntl.xs
1838 ____________________________________________________________________________
1839 [  3653] By: gsar                                  on 1999/07/07  18:42:42
1840         Log: B::Deparse update
1841              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1842              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
1843              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
1844              Subject: [PATCH _57, long] B::Deparse 0.58
1845      Branch: perl
1846            ! ext/B/B/Deparse.pm
1847 ____________________________________________________________________________
1848 [  3652] By: gsar                                  on 1999/07/07  18:41:07
1849         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1850              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
1851              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
1852              Subject: Re: [ID 19990705.001] Overloading boolean conversion
1853      Branch: perl
1854            ! gv.c t/pragma/overload.t
1855 ____________________________________________________________________________
1856 [  3651] By: gsar                                  on 1999/07/07  17:47:30
1857         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
1858      Branch: perl
1859            ! perlsfio.h
1860 ____________________________________________________________________________
1861 [  3650] By: gsar                                  on 1999/07/07  17:45:52
1862         Log: applied new parts of suggested patch
1863              From: Charles Bailey <BAILEY@newman.upenn.edu>
1864              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
1865              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
1866              Subject: [PATCH 5.005_57] Consolidated VMS patch
1867      Branch: perl
1868            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
1869            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
1870            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
1871            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
1872            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
1873 ____________________________________________________________________________
1874 [  3649] By: jhi                                   on 1999/07/07  13:38:02
1875         Log: Sync regcomp warn with reality.
1876      Branch: cfgperl
1877            ! t/pragma/warn/regcomp
1878 ____________________________________________________________________________
1879 [  3648] By: jhi                                   on 1999/07/07  13:04:55
1880         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
1881              resolved manually.
1882      Branch: cfgperl
1883           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
1884           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
1885           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
1886            - README.lexwarn
1887           !> (integrate 79 files)
1888 ____________________________________________________________________________
1889 [  3647] By: gsar                                  on 1999/07/07  10:32:03
1890         Log: From: jan.dubois@ibm.net (Jan Dubois)
1891              Date: Thu, 01 Jul 1999 11:17:53 +0200
1892              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
1893              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
1894      Branch: perl
1895            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1896            ! lib/ExtUtils/MakeMaker.pm
1897 ____________________________________________________________________________
1898 [  3646] By: gsar                                  on 1999/07/07  10:27:55
1899         Log: fix undocumented IO::Handle functions as suggested
1900              by cj10@cam.ac.uk
1901      Branch: perl
1902            ! ext/IO/lib/IO/Handle.pm
1903 ____________________________________________________________________________
1904 [  3645] By: gsar                                  on 1999/07/07  10:18:55
1905         Log: prohibit thread join()ing itself (from Dan Sugalski)
1906      Branch: perl
1907            ! ext/Thread/Thread.xs
1908 ____________________________________________________________________________
1909 [  3644] By: gsar                                  on 1999/07/07  10:14:26
1910         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1911              Date: Wed, 30 Jun 1999 14:02:42 -0700
1912              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
1913              Subject:  [PATCH 5.005_57] Compiler and XSUBS
1914      Branch: perl
1915            ! ext/B/B/C.pm
1916 ____________________________________________________________________________
1917 [  3643] By: gsar                                  on 1999/07/07  10:08:38
1918         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
1919              (from François Désarménien <desar@club-internet.fr>)
1920      Branch: perl
1921            ! pod/perlsyn.pod
1922 ____________________________________________________________________________
1923 [  3642] By: gsar                                  on 1999/07/07  10:03:24
1924         Log: From: Doug MacEachern <dougm@cp.net>
1925              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
1926              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
1927              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
1928      Branch: perl
1929            ! ext/B/B.xs
1930 ____________________________________________________________________________
1931 [  3641] By: gsar                                  on 1999/07/07  10:00:57
1932         Log: slightly modified version of suggested patch
1933              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
1934              Date: Mon, 28 Jun 1999 14:23:59 -0400
1935              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
1936              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
1937      Branch: perl
1938            ! ext/POSIX/POSIX.xs
1939 ____________________________________________________________________________
1940 [  3640] By: gsar                                  on 1999/07/07  09:45:43
1941         Log: lexical warnings update (warning.t fails one test
1942              due to leaked scalar, investigation pending)
1943              From: paul.marquess@bt.com
1944              Date: Sat, 26 Jun 1999 23:19:52 +0100
1945              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
1946              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
1947      Branch: perl
1948            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
1949            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
1950            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
1951            - README.lexwarn
1952            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
1953            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
1954            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
1955            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
1956            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1957            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
1958            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
1959            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
1960            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
1961            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1962            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1963            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
1964            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
1965            ! warning.h warning.pl win32/win32.c
1966 ____________________________________________________________________________
1967 [  3639] By: gsar                                  on 1999/07/07  08:09:30
1968         Log: From: Brian Jepson <bjepson@home.com>
1969              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
1970              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
1971              Subject: Patch to JPL example program
1972      Branch: perl
1973            ! jpl/JPL_Rolo/JPL_Rolo.jpl
1974 ____________________________________________________________________________
1975 [  3638] By: jhi                                   on 1999/07/07  08:07:58
1976         Log: Integrate with Sarathy.
1977      Branch: cfgperl
1978           !> (integrate 34 files)
1979 ____________________________________________________________________________
1980 [  3637] By: gsar                                  on 1999/07/07  08:07:49
1981         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1982              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
1983              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
1984              Subject: [PATCH _57, long] Eliminate CONDOPs
1985      Branch: perl
1986            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
1987            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1988            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
1989            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
1990            ! pod/perltoc.pod pp_ctl.c pp_hot.c
1991 ____________________________________________________________________________
1992 [  3636] By: gsar                                  on 1999/07/07  07:50:51
1993         Log: adapted suggested patch for IO-1.20x
1994              From: ian@dial.pipex.com
1995              Date:  Fri, 25 Jun 1999 10:39:42 +0100
1996              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
1997              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
1998      Branch: perl
1999            ! ext/IO/lib/IO/Socket.pm
2000 ____________________________________________________________________________
2001 [  3635] By: gsar                                  on 1999/07/07  07:26:05
2002         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
2003      Branch: perl
2004            ! hints/powerux.sh
2005 ____________________________________________________________________________
2006 [  3634] By: gsar                                  on 1999/07/07  07:20:02
2007         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2008              Date: Wed, 23 Jun 1999 16:16:05 +0100
2009              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
2010              Subject: [PATCH 5.005_57] memleak in optimizer
2011      Branch: perl
2012            ! embed.h embed.pl objXSUB.h op.c proto.h
2013 ____________________________________________________________________________
2014 [  3633] By: gsar                                  on 1999/07/07  07:10:52
2015         Log: add do-not-edit caveats for files generated by opcode.pl
2016              (suggested by Hugo van der Sanden)
2017      Branch: perl
2018            ! opcode.h opcode.pl pp.sym pp_proto.h
2019 ____________________________________________________________________________
2020 [  3632] By: gsar                                  on 1999/07/07  06:41:13
2021         Log: better diagnostics on read operations from write-only
2022              filehandles
2023      Branch: perl
2024            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
2025            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2026 ____________________________________________________________________________
2027 [  3631] By: gsar                                  on 1999/07/07  02:03:34
2028         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
2029              by David Muir Sharnoff <muir@idiom.com>)
2030      Branch: perl
2031            ! lib/Sys/Hostname.pm
2032 ____________________________________________________________________________
2033 [  3630] By: gsar                                  on 1999/07/07  01:57:16
2034         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2035              Date: Sun, 20 Jun 1999 17:17:17 -0700
2036              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
2037              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
2038      Branch: perl
2039            ! ext/B/B/CC.pm
2040 ____________________________________________________________________________
2041 [  3629] By: gsar                                  on 1999/07/07  01:46:03
2042         Log: installperl should write normal messages to STDOUT, not STDERR
2043      Branch: perl
2044            ! installperl
2045 ____________________________________________________________________________
2046 [  3628] By: gsar                                  on 1999/07/07  01:41:25
2047         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
2048      Branch: perl
2049            ! hints/bsdos.sh
2050 ____________________________________________________________________________
2051 [  3627] By: gsar                                  on 1999/07/07  00:27:10
2052         Log: make diagnostic on C<my $^I> etc., more readable
2053      Branch: perl
2054            ! op.c
2055 ____________________________________________________________________________
2056 [  3626] By: gsar                                  on 1999/07/06  23:47:27
2057         Log: From: Andy Dougherty <doughera@lafayette.edu>
2058              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
2059              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
2060              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
2061      Branch: perl
2062            ! Makefile.SH utils/Makefile
2063 ____________________________________________________________________________
2064 [  3625] By: jhi                                   on 1999/07/06  21:50:46
2065         Log: Some new files of #3624 missing from MANIFEST.
2066      Branch: cfgperl
2067            ! MANIFEST
2068 ____________________________________________________________________________
2069 [  3624] By: jhi                                   on 1999/07/06  21:47:04
2070         Log: POSIX [[:character class:]] support for standard, locale,
2071              and utf8.  If both utf8 and locale are on, utf8 wins.
2072              I don't fully understand why so many tables changed in
2073              lib/unicode because of "make" -- maybe it was just overdue.
2074      Branch: cfgperl
2075            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
2076            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
2077            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
2078            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
2079            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
2080            ! lib/unicode/Block.pl lib/unicode/Category.pl
2081            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2082            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
2083            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
2084            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
2085            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
2086            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
2087            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
2088            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
2089            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
2090            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
2091            ! t/pragma/warn/regcomp utf8.c
2092 ____________________________________________________________________________
2093 [  3623] By: gsar                                  on 1999/07/06  20:52:48
2094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2095              Date: Wed, 16 Jun 1999 14:57:22 -0400
2096              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
2097              Subject: [PATCH 5.00557] Devel::Peek
2098      Branch: perl
2099            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
2100 ____________________________________________________________________________
2101 [  3622] By: gsar                                  on 1999/07/06  20:22:59
2102         Log: applied patch after demunging headers with appropriate paths
2103              From: "Vishal Bhatia" <vishalb@my-deja.com>
2104              Date: Sat, 12 Jun 1999 08:23:59 -0700
2105              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
2106              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
2107      Branch: perl
2108            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
2109            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
2110 ____________________________________________________________________________
2111 [  3621] By: gsar                                  on 1999/07/06  20:10:50
2112         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2113              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
2114              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
2115              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
2116      Branch: perl
2117            ! doio.c
2118 ____________________________________________________________________________
2119 [  3620] By: jhi                                   on 1999/07/06  19:16:47
2120         Log: Mention EPOC and SOCKS.
2121      Branch: cfgperl
2122            ! pod/perldelta.pod
2123 ____________________________________________________________________________
2124 [  3619] By: gsar                                  on 1999/07/06  16:52:37
2125         Log: fix int vs STRLEN issue
2126      Branch: perl
2127            ! pp.c
2128 ____________________________________________________________________________
2129 [  3618] By: jhi                                   on 1999/07/06  16:52:20
2130         Log: There ain't Perl_atonv().
2131      Branch: cfgperl
2132            ! ext/ByteLoader/bytecode.h
2133 ____________________________________________________________________________
2134 [  3617] By: jhi                                   on 1999/07/06  15:55:22
2135         Log: Integrate with Sarathy.
2136      Branch: cfgperl
2137           !> Makefile.SH
2138 ____________________________________________________________________________
2139 [  3616] By: jhi                                   on 1999/07/06  15:54:09
2140         Log: Tweak for #3613.
2141      Branch: cfgperl
2142            ! Configure config_h.SH
2143 ____________________________________________________________________________
2144 [  3615] By: gsar                                  on 1999/07/06  11:00:21
2145         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2146              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
2147              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
2148              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
2149      Branch: perl
2150            ! Makefile.SH
2151 ____________________________________________________________________________
2152 [  3614] By: jhi                                   on 1999/07/06  10:44:48
2153         Log: Integrate with Sarathy.
2154      Branch: cfgperl
2155           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
2156           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
2157 ____________________________________________________________________________
2158 [  3613] By: jhi                                   on 1999/07/06  10:43:20
2159         Log: From: Nathan Kurz <nate@valleytel.net>
2160              Subject: [ID 19990612.001 compiling three deep modules within ext/]
2161              ply-To: nate@valleytel.net
2162              erl5-porters@perl.org
2163              Date: Sat, 12 Jun 1999 01:26:04 -0500
2164              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
2165      Branch: cfgperl
2166            ! Configure config_h.SH
2167 ____________________________________________________________________________
2168 [  3612] By: gsar                                  on 1999/07/06  10:17:52
2169         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2170              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
2171              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
2172              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
2173      Branch: perl
2174            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
2175 ____________________________________________________________________________
2176 [  3611] By: gsar                                  on 1999/07/06  09:51:20
2177         Log: From: pvhp@forte.com (Peter Prymmer)
2178              Date: Fri, 11 Jun 99 17:07:19 PDT
2179              Message-Id: <9906120007.AA13802@forte.com>
2180              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
2181      Branch: perl
2182            ! ext/IO/lib/IO/File.pm
2183 ____________________________________________________________________________
2184 [  3610] By: gsar                                  on 1999/07/06  09:37:37
2185         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
2186              tweak)
2187              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2188              Date: Wed, 09 Jun 1999 18:27:51 +0100
2189              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
2190              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
2191      Branch: perl
2192            ! perl.h t/base/rs.t
2193 ____________________________________________________________________________
2194 [  3609] By: jhi                                   on 1999/07/06  09:28:48
2195         Log: Integrate with Sarathy.
2196      Branch: cfgperl
2197           !> (integrate 49 files)
2198 ____________________________________________________________________________
2199 [  3608] By: gsar                                  on 1999/07/06  09:28:21
2200         Log: test tweak
2201      Branch: perl
2202            ! t/pragma/warn/op
2203 ____________________________________________________________________________
2204 [  3607] By: jhi                                   on 1999/07/06  09:22:48
2205         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
2206      Branch: cfgperl
2207            ! Configure config_h.SH
2208 ____________________________________________________________________________
2209 [  3606] By: gsar                                  on 1999/07/06  09:05:02
2210         Log: applied slightly tweaked version of suggested patch for
2211              improved RE API
2212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2213              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
2214              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
2215              Subject: [PATCH 5.005_57] REx engine rehash
2216      Branch: perl
2217            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
2218            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
2219            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
2220            ! util.c
2221 ____________________________________________________________________________
2222 [  3605] By: gsar                                  on 1999/07/06  08:54:03
2223         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
2224      Branch: perl
2225            ! sv.c
2226 ____________________________________________________________________________
2227 [  3604] By: gsar                                  on 1999/07/06  07:08:30
2228         Log: From: paul.marquess@bt.com
2229              Date: Tue, 8 Jun 1999 22:37:58 +0100 
2230              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
2231              Subject: [PATCH 5.005_57] DB_File 1.67
2232      Branch: perl
2233            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2234            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2235 ____________________________________________________________________________
2236 [  3603] By: gsar                                  on 1999/07/06  07:04:50
2237         Log: From: paul.marquess@bt.com
2238              Date: Tue, 8 Jun 1999 22:34:01 +0100 
2239              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
2240              Subject: [PATCH 5.005_57] DBM Filters
2241      Branch: perl
2242            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2243            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
2244            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2245            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
2246 ____________________________________________________________________________
2247 [  3602] By: gsar                                  on 1999/07/06  07:00:01
2248         Log: slightly tweaked version of suggested patch
2249              From: Dan Sugalski <sugalskd@ous.edu>
2250              Date: Tue, 08 Jun 1999 14:09:38 -0700
2251              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
2252              Subject: [PATCH 5.005_57]Use NV instead of double in the core
2253      Branch: perl
2254            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
2255            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
2256            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
2257            ! proto.h sv.c sv.h toke.c universal.c util.c
2258 ____________________________________________________________________________
2259 [  3601] By: gsar                                  on 1999/07/06  06:52:57
2260         Log: integrate cfgperl contents into mainline
2261      Branch: perl
2262           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2263           +> epoc/perl.mmp epoc/perl.pkg
2264           !> (integrate 30 files)
2265 ____________________________________________________________________________
2266 [  3598] By: jhi                                   on 1999/07/05  20:02:55
2267         Log: Integrate with mainperl.
2268      Branch: cfgperl
2269           +> lib/CGI/Pretty.pm
2270           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2271           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
2272           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
2273           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
2274           !> vms/vmsish.h
2275 ____________________________________________________________________________
2276 [  3597] By: jhi                                   on 1999/07/05  19:59:48
2277         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
2278              that addresses the notorious "Additional libraries" question.
2279      Branch: cfgperl
2280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2281            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
2282            ! pp_sys.c
2283 ____________________________________________________________________________
2284 [  3596] By: gsar                                  on 1999/07/05  18:30:51
2285         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2286              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
2287              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
2288              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
2289      Branch: perl
2290            ! pp_sys.c t/lib/io_udp.t
2291 ____________________________________________________________________________
2292 [  3595] By: gsar                                  on 1999/07/05  18:29:08
2293         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2294              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
2295              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
2296              Subject: [PATCH 5.00557] Setting $^E wipes out $!
2297      Branch: perl
2298            ! mg.c
2299 ____________________________________________________________________________
2300 [  3594] By: gsar                                  on 1999/07/05  18:24:53
2301         Log: hand-apply whitespace mutiliated patch
2302              From: Dan Sugalski <sugalskd@osshe.edu>
2303              Date: Mon, 07 Jun 1999 14:46:42 -0700
2304              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
2305              Subject: [PATCH 5.005_57]Updated VMS patch
2306      Branch: perl
2307            ! thread.h vms/descrip_mms.template vms/subconfigure.com
2308            ! vms/vms.c vms/vmsish.h
2309 ____________________________________________________________________________
2310 [  3593] By: gsar                                  on 1999/07/05  17:53:04
2311         Log: applied parts not duplicated by previous patches
2312              From: "Vishal Bhatia" <vishalb@my-deja.com>
2313              Date: Sat, 05 Jun 1999 08:42:17 -0700
2314              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
2315              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
2316      Branch: perl
2317            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2318            ! ext/B/B/Stackobj.pm
2319 ____________________________________________________________________________
2320 [  3592] By: jhi                                   on 1999/07/05  17:17:22
2321         Log: AIX threaded build, plus few more on the side.
2322      Branch: cfgperl
2323            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
2324            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2325            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
2326            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
2327 ____________________________________________________________________________
2328 [  3591] By: gsar                                  on 1999/07/05  16:52:34
2329         Log: "\e" and "\a" didn't produce right escape under EBCDIC
2330              From: pvhp@forte.com (Peter Prymmer)
2331              Date: Fri, 4 Jun 99 12:00:27 PDT
2332              Message-Id: <9906041900.AA28387@forte.com>
2333              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
2334      Branch: perl
2335            ! toke.c
2336 ____________________________________________________________________________
2337 [  3590] By: gsar                                  on 1999/07/05  16:40:01
2338         Log: s/scalar ref constructor/single ref constructor/ (suggested
2339              by Stephen McCamant)
2340      Branch: perl
2341            ! opcode.h opcode.pl
2342 ____________________________________________________________________________
2343 [  3589] By: gsar                                  on 1999/07/05  16:34:06
2344         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
2345      Branch: perl
2346            ! ext/GDBM_File/GDBM_File.xs
2347 ____________________________________________________________________________
2348 [  3588] By: gsar                                  on 1999/07/05  16:29:39
2349         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
2350              is unchanged still)
2351      Branch: perl
2352            ! op.c
2353 ____________________________________________________________________________
2354 [  3587] By: jhi                                   on 1999/07/05  10:31:43
2355         Log: Make perl_exp.SH smarter about what to include and what to exclude.
2356      Branch: cfgperl
2357            ! perl_exp.SH
2358 ____________________________________________________________________________
2359 [  3586] By: jhi                                   on 1999/07/05  09:29:31
2360         Log: Remove unnecessary and extraneous my $i = 0.
2361      Branch: cfgperl
2362            ! bytecode.pl
2363 ____________________________________________________________________________
2364 [  3585] By: jhi                                   on 1999/07/05  07:28:59
2365         Log: Integrate with mainperl.
2366      Branch: cfgperl
2367           !> (integrate 30 files)
2368 ____________________________________________________________________________
2369 [  3584] By: gsar                                  on 1999/07/05  05:36:28
2370         Log: From: Vishal Bhatia <vishalb@hotmail.com>
2371              Date: Thu, 03 Jun 1999 00:57:48 PDT
2372              Message-ID: <19990603075749.86665.qmail@hotmail.com>
2373              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
2374      Branch: perl
2375            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2376 ____________________________________________________________________________
2377 [  3583] By: gsar                                  on 1999/07/05  05:31:19
2378         Log: suppress fancy display when in verbose mode (suggested by
2379              Paul Johnson <pjcj@transeda.com>)
2380      Branch: perl
2381            ! lib/Test/Harness.pm
2382 ____________________________________________________________________________
2383 [  3582] By: gsar                                  on 1999/07/05  05:17:12
2384         Log: cygwin32 update
2385              From: "Fifer, Eric" <EFifer@sanwaint.com>
2386              Date:  Wed, 2 Jun 1999 15:16:05 +0100
2387              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
2388              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
2389      Branch: perl
2390            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
2391            ! cygwin32/build-instructions.READFIRST
2392            ! cygwin32/build-instructions.charles-wilson
2393            ! cygwin32/build-instructions.sebastien-barre
2394            ! cygwin32/build-instructions.steven-morlock
2395            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
2396            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
2397            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
2398            ! t/op/magic.t util.c
2399 ____________________________________________________________________________
2400 [  3581] By: gsar                                  on 1999/07/05  02:46:18
2401         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
2402      Branch: perl
2403            ! util.c
2404 ____________________________________________________________________________
2405 [  3580] By: gsar                                  on 1999/07/05  02:38:03
2406         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
2407              Date: Mon, 31 May 1999 18:18:13 -0600
2408              Message-ID: <19990601001813.AAA17834@csgsystems.com>
2409              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
2410      Branch: perl
2411            ! t/TEST t/UTEST t/harness utils/perlcc.PL
2412 ____________________________________________________________________________
2413 [  3579] By: gsar                                  on 1999/07/05  01:20:58
2414         Log: compatibility tweak for Class::Struct
2415      Branch: perl
2416            ! lib/Class/Struct.pm
2417 ____________________________________________________________________________
2418 [  3578] By: jhi                                   on 1999/07/04  23:26:01
2419         Log: Miscellaneus AIX fixes + SOCKS support.
2420      Branch: cfgperl
2421            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2422            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
2423            ! hints/aix.sh pp_sys.c
2424 ____________________________________________________________________________
2425 [  3577] By: gsar                                  on 1999/07/04  23:07:39
2426         Log: test tweak
2427      Branch: perl
2428            ! t/io/openpid.t
2429 ____________________________________________________________________________
2430 [  3576] By: jhi                                   on 1999/07/04  22:39:23
2431         Log: Integrate with mainperl.
2432      Branch: cfgperl
2433           +> t/io/openpid.t
2434            - win32/perlhost.h
2435           !> (integrate 51 files)
2436 ____________________________________________________________________________
2437 [  3575] By: jhi                                   on 1999/07/04  22:26:48
2438         Log: Added 64-bit support for AIX 4.3 or better
2439              based on Martin H. Rusoff's observations.
2440      Branch: cfgperl
2441            ! Configure config_h.SH hints/aix.sh
2442 ____________________________________________________________________________
2443 [  3574] By: jhi                                   on 1999/07/04  21:34:47
2444         Log: Do not throw away gccvers compilation errors.
2445              From: Andy Dougherty <doughera@lafayette.edu>
2446              To: Ron Seguin <rseguin@on.bell.ca>
2447              Cc: Perl Porters <perl5-porters@perl.org>
2448              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
2449              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
2450              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
2451      Branch: cfgperl
2452            ! Configure config_h.SH
2453 ____________________________________________________________________________
2454 [  3573] By: gsar                                  on 1999/07/04  21:10:32
2455         Log: adapted suggested tests for addition to testsuite
2456              From: RonaldWS@aol.com
2457              Date:  Sun, 30 May 1999 16:27:28 EDT
2458              Message-Id:  <25cd799f.2482f930@aol.com>
2459              Subject: [19990530.007] Open with pipe | does not return pid under win32
2460      Branch: perl
2461            + t/io/openpid.t
2462            ! MANIFEST win32/win32.c
2463 ____________________________________________________________________________
2464 [  3572] By: gsar                                  on 1999/07/04  20:29:32
2465         Log: perl_run() should call my_exit(0) for normal completion
2466      Branch: perl
2467            ! perl.c
2468 ____________________________________________________________________________
2469 [  3571] By: jhi                                   on 1999/07/04  20:10:44
2470         Log: Add test for change #3568 plus general cleanup.
2471      Branch: cfgperl
2472            ! t/pragma/locale.t
2473 ____________________________________________________________________________
2474 [  3570] By: gsar                                  on 1999/07/04  20:03:21
2475         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
2476              overloading
2477      Branch: perl
2478            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2479            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
2480 ____________________________________________________________________________
2481 [  3569] By: gsar                                  on 1999/07/04  18:04:48
2482         Log: make AIX dynaloading work when libperl is shared (and thus under
2483              mod_perl etc.)
2484              From: Jens-Uwe Mager <jum@helios.de>
2485              Date:  Sat, 29 May 1999 17:09:52 +0200
2486              Message-Id:  <199905291509.RAA43978@ans.helios.de>
2487              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
2488      Branch: perl
2489            ! ext/DynaLoader/dl_aix.xs
2490 ____________________________________________________________________________
2491 [  3568] By: jhi                                   on 1999/07/04  14:54:23
2492         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
2493              This resulted for example in the 'o' magic not being cleared by
2494              magic_setcollxfrm(), which resulted in strange cmp results.
2495              The bug was reported originally in the message
2496              Subject: Bug with locale
2497              From: Jan Starzynski <jan@planet.de> 
2498              To: perlbug@perl.com 
2499              Date: Fri, 09 Apr 1999 13:23:07 +0200 
2500              Message-ID: <370DE31B.DAEE1332@planet.de> 
2501      Branch: cfgperl
2502            ! pp.c
2503 ____________________________________________________________________________
2504 [  3567] By: gsar                                  on 1999/07/04  02:38:34
2505         Log: remove misleading info on defined(&func), unclutter deprecation
2506              about defined(@array)
2507      Branch: perl
2508            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2509            ! t/pragma/warn/op
2510 ____________________________________________________________________________
2511 [  3566] By: gsar                                  on 1999/07/04  01:46:31
2512         Log: From: jan.dubois@ibm.net (Jan Dubois)
2513              Date: Wed, 26 May 1999 22:07:17 +0200
2514              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
2515              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
2516      Branch: perl
2517            ! Changes win32/win32.c win32/win32.h
2518 ____________________________________________________________________________
2519 [  3565] By: gsar                                  on 1999/07/04  01:26:02
2520         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
2521              for win32 issues)
2522      Branch: perl
2523            ! pod/perlxstut.pod
2524 ____________________________________________________________________________
2525 [  3564] By: gsar                                  on 1999/07/02  03:09:04
2526         Log: avoid warnings
2527      Branch: perl
2528            ! ext/Thread/Thread/Specific.pm lib/fields.pm
2529 ____________________________________________________________________________
2530 [  3563] By: gsar                                  on 1999/06/28  19:23:47
2531         Log: inc version (for CPAN.pm sanity)
2532      Branch: perl
2533            ! lib/Text/ParseWords.pm
2534 ____________________________________________________________________________
2535 [  3562] By: gsar                                  on 1999/06/28  19:19:01
2536         Log: regen perltoc
2537      Branch: perl
2538            ! pod/perltoc.pod
2539 ____________________________________________________________________________
2540 [  3561] By: gsar                                  on 1999/06/28  19:08:41
2541         Log: From: Damian Conway <damian@cs.monash.edu.au>
2542              Date: Wed, 26 May 1999 00:58:35 -0400
2543              Message-Id: <199905260458.AAA06411@defender.perl.org>
2544              Subject: [19990526.002] Misc. improvements to Class:Struct
2545      Branch: perl
2546            ! MANIFEST lib/Class/Struct.pm
2547 ____________________________________________________________________________
2548 [  3560] By: gsar                                  on 1999/06/28  18:50:52
2549         Log: remove bogus PL_optype_size
2550      Branch: perl
2551            ! bytecode.pl ext/ByteLoader/byterun.h
2552 ____________________________________________________________________________
2553 [  3559] By: gsar                                  on 1999/06/28  18:22:26
2554         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
2555      Branch: perl
2556            + lib/CGI/Pretty.pm
2557            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
2558            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
2559            ! t/lib/cgi-html.t t/lib/cgi-request.t
2560 ____________________________________________________________________________
2561 [  3558] By: jhi                                   on 1999/06/28  07:30:21
2562         Log: Change Olaf Lebbe's email address.
2563      Branch: cfgperl
2564            ! README.epoc
2565 ____________________________________________________________________________
2566 [  3557] By: gsar                                  on 1999/06/28  00:07:33
2567         Log: make autogenerated files writable
2568      Branch: perl
2569            - win32/perlhost.h
2570            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
2571            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
2572            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
2573            ! proto.h regnodes.h warning.h win32/config_H.bc
2574            ! win32/config_H.gc win32/config_H.vc
2575 ____________________________________________________________________________
2576 [  3556] By: jhi                                   on 1999/06/27  19:22:53
2577         Log: Update MANIFEST to match #3555.
2578      Branch: cfgperl
2579            ! MANIFEST
2580 ____________________________________________________________________________
2581 [  3555] By: jhi                                   on 1999/06/27  19:16:22
2582         Log: EPOC port to Psion5.
2583              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2584              To: Jarkko Hietaniemi <jhi@iki.fi>
2585              Cc: perl5-porters@perl.org
2586              Subject: Re: Psion5
2587              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
2588              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
2589      Branch: cfgperl
2590            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2591            + epoc/perl.mmp epoc/perl.pkg
2592            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
2593            ! perl.h sv.c util.c
2594 ____________________________________________________________________________
2595 [  3554] By: jhi                                   on 1999/06/27  18:50:52
2596         Log: Integrate from mainperl.
2597      Branch: cfgperl
2598           !> (integrate 48 files)
2599 ____________________________________________________________________________
2600 [  3553] By: gsar                                  on 1999/06/27  14:28:49
2601         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
2602              gone from the public API); PERL_OBJECT builds again on
2603              windows
2604              
2605              TODO: namespace-clean the typedefs in iperlsys.h and
2606              elsewhere; remove C++ remnants from public headers
2607      Branch: perl
2608            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
2609            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2610            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2611            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
2612            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
2613            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
2614            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
2615            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2616            ! win32/config.gc win32/config.vc win32/dl_win32.xs
2617            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2618            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
2619            ! win32/win32sck.c
2620 ____________________________________________________________________________
2621 [  3552] By: gsar                                  on 1999/06/27  13:49:31
2622         Log: integrate cfgperl changes into mainline
2623      Branch: perl
2624           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2625           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2626           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2627           !> util.c
2628 ____________________________________________________________________________
2629 [  3551] By: gsar                                  on 1999/06/27  13:31:11
2630         Log: fix indents
2631      Branch: perl
2632            ! op.c
2633 ____________________________________________________________________________
2634 [  3550] By: gsar                                  on 1999/06/24  22:42:53
2635         Log: update Changes
2636      Branch: perl
2637            ! Changes
2638 ____________________________________________________________________________
2639 [  3549] By: gsar                                  on 1999/06/24  22:41:17
2640         Log: avoid race condition in the CAPI extension bootstrap handler
2641      Branch: perl
2642            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
2643 ____________________________________________________________________________
2644 [  3548] By: gsar                                  on 1999/06/24  22:39:53
2645         Log: sanity check to cover the case when perl is installed into the
2646              X:\ (drive root)
2647      Branch: perl
2648            ! win32/win32.c
2649 ____________________________________________________________________________
2650 [  3547] By: gsar                                  on 1999/06/22  19:30:32
2651         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
2652      Branch: perl
2653            ! lib/Tie/RefHash.pm
2654 ____________________________________________________________________________
2655 [  3544] By: jhi                                   on 1999/06/18  19:24:28
2656         Log: Tidy up #3542 and #3543. 
2657      Branch: cfgperl
2658            ! t/pragma/locale.t util.c
2659 ____________________________________________________________________________
2660 [  3543] By: jhi                                   on 1999/06/18  10:28:45
2661         Log: Spice up locale.t.
2662      Branch: cfgperl
2663            ! t/pragma/locale.t
2664 ____________________________________________________________________________
2665 [  3542] By: jhi                                   on 1999/06/17  22:42:03
2666         Log: Fixed two long-standing locale bugs.
2667              
2668              Both problems were related to numeric locale which
2669              controls the radix character aka the decimal separator.
2670              (1) printf (and sprintf) were resetting the numeric locale to C.
2671              (2) Using locale-numerically formatted floating point
2672              numbers (e.g. "1,23") together with -w caused warnings about
2673              "isn't numeric".  The operations were working fine, though,
2674              because atof() was using the local locale.
2675              Both problems reported by Stefan Vogtner.
2676              
2677              Introduced a wrapper for atof() that attempts to convert
2678              the string both ways.  This helps Perl to understand
2679              numbers like this "4.56" even when using a local locale
2680              makes atof() understand only numbers like this "7,89".
2681              
2682              Remaining related problems, both of which existed before
2683              this patch and continue to exist after this patch:
2684              (a) The behaviour of print() is _not_ as documented by perllocale.
2685              Instead of always using the C locale, print() does use the
2686              local locale, just like the *printf() do.  This may be fixable
2687              now that switching to-and-fro between locales has been made
2688              more consistent, but fixing print() would change existing
2689              behaviour.  perllocale is not changed by this patch.
2690              (b) If a number has been stringified (say, via "$number") under
2691              a local locale, the cached string value persists even under
2692              "no locale".  This may or may not be a problem: operations
2693              work fine because the original number is still there, but
2694              that the string form keeps its locale-ish outlook may be
2695              somewhat confusing.
2696      Branch: cfgperl
2697            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2698            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2699            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2700            ! util.c
2701 ____________________________________________________________________________
2702 [  3541] By: jhi                                   on 1999/06/17  20:00:16
2703         Log: Integrate from mainperl.
2704      Branch: cfgperl
2705           !> ext/Data/Dumper/Dumper.pm op.c
2706 ____________________________________________________________________________
2707 [  3540] By: gsar                                  on 1999/06/16  16:49:55
2708         Log: dump C<0> as such, not C<'0'>
2709      Branch: perl
2710            ! ext/Data/Dumper/Dumper.pm
2711 ____________________________________________________________________________
2712 [  3539] By: gsar                                  on 1999/06/13  04:04:40
2713         Log: fix coredumper in change#3498
2714      Branch: perl
2715            ! op.c
2716 ____________________________________________________________________________
2717 [  3538] By: jhi                                   on 1999/06/12  22:01:26
2718         Log: Integrate from mainperl.
2719      Branch: cfgperl
2720           +> lib/caller.pm
2721           !> (integrate 36 files)
2722 ____________________________________________________________________________
2723 [  3537] By: gsar                                  on 1999/06/12  06:43:03
2724         Log: EXTERN_C declarations for global arrays in various
2725              headers, so perl can be built even in C++ mode; win32
2726              build fixups; regen headers
2727      Branch: perl
2728            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
2729            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
2730 ____________________________________________________________________________
2731 [  3536] By: gsar                                  on 1999/06/12  06:38:21
2732         Log: caller.pm typos
2733      Branch: perl
2734            ! lib/caller.pm
2735 ____________________________________________________________________________
2736 [  3535] By: gsar                                  on 1999/06/11  23:13:54
2737         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
2738              is temporarily gone
2739      Branch: perl
2740            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
2741            ! pod/perldelta.pod proto.h win32/perllib.c
2742 ____________________________________________________________________________
2743 [  3534] By: gsar                                  on 1999/06/11  20:41:51
2744         Log: implement C<use caller 'encoding'>
2745      Branch: perl
2746            + lib/caller.pm
2747            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
2748 ____________________________________________________________________________
2749 [  3533] By: gsar                                  on 1999/06/11  16:51:04
2750         Log: truncate() has a peculiar exemption from strict barewords, even
2751              though it has a non-filehandle prototype
2752      Branch: perl
2753            ! op.c t/io/fs.t
2754 ____________________________________________________________________________
2755 [  3532] By: gsar                                  on 1999/06/11  09:09:16
2756         Log: GDBM tweak
2757      Branch: perl
2758            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
2759 ____________________________________________________________________________
2760 [  3531] By: gsar                                  on 1999/06/10  23:34:19
2761         Log: part of the platform changes for IMPLICIT_CONTEXT
2762      Branch: perl
2763            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
2764            ! jpl/PerlInterpreter/PerlInterpreter.c
2765            ! jpl/PerlInterpreter/PerlInterpreter.h
2766            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
2767            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
2768 ____________________________________________________________________________
2769 [  3530] By: jhi                                   on 1999/06/10  20:55:56
2770         Log: Integrate from mainperl.
2771      Branch: cfgperl
2772           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2773 ____________________________________________________________________________
2774 [  3529] By: gsar                                  on 1999/06/10  20:40:01
2775         Log: DB_File tweaks for IMPLICIT CONTEXT
2776      Branch: perl
2777            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2778 ____________________________________________________________________________
2779 [  3528] By: jhi                                   on 1999/06/10  10:18:15
2780         Log: Integrate from mainperl.
2781      Branch: cfgperl
2782           !> (integrate 105 files)
2783 ____________________________________________________________________________
2784 [  3527] By: gsar                                  on 1999/06/10  09:30:35
2785         Log: most globals are now interpreter local; locale initialization
2786              was too early, defer it until interpreter is allocated and
2787              initialized; multiple interpreters should now be
2788              concurrency-safe (untested)
2789      Branch: perl
2790            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
2791            ! perlvars.h
2792 ____________________________________________________________________________
2793 [  3526] By: gsar                                  on 1999/06/10  08:38:00
2794         Log: fix small nits
2795      Branch: perl
2796            ! cc_runtime.h ext/B/B/CC.pm run.c
2797 ____________________________________________________________________________
2798 [  3525] By: gsar                                  on 1999/06/10  04:41:38
2799         Log: win32 build fixes
2800      Branch: perl
2801            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
2802            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2803            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
2804            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
2805            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2806            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
2807            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2808            ! win32/win32.c win32/win32.h win32/win32sck.c
2809            ! win32/win32thread.c win32/win32thread.h
2810 ____________________________________________________________________________
2811 [  3524] By: gsar                                  on 1999/06/09  18:03:01
2812         Log: more complete support for implicit thread/interpreter pointer,
2813              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
2814              without that enabled):
2815              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
2816              is a noop; tests pass on Solaris; should be faster now!
2817              - MULTIPLICITY has been tested with and without
2818              PERL_IMPLICIT_CONTEXT on Solaris
2819              - improved function database now merged with embed.pl
2820              - everything except the varargs functions have foo(a,b,c) macros
2821              to provide compatibility
2822              - varargs functions default to compatibility variants that
2823              get the context pointer using dTHX
2824              - there should be almost no source compatibility issues as a
2825              result of all this
2826              - dl_foo.xs changes other than dl_dlopen.xs untested
2827              - still needs documentation, fixups for win32 etc
2828              Next step: migrate most non-mutex variables from perlvars.h
2829              to intrpvar.h
2830      Branch: perl
2831            - proto.pl
2832            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
2833            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
2834            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2835            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2836            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
2837            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2838            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
2839            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2840            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2841            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
2842            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2843            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2844            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
2845            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
2846            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
2847            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
2848            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
2849            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
2850            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
2851            ! util.c win32/Makefile win32/makefile.mk writemain.SH
2852 ____________________________________________________________________________
2853 [  3523] By: gsar                                  on 1999/06/07  05:24:13
2854         Log: missed a file
2855      Branch: perl
2856            + proto.pl
2857            ! MANIFEST
2858 ____________________________________________________________________________
2859 [  3522] By: gsar                                  on 1999/06/07  05:18:34
2860         Log: initial stub implementation of implicit thread/this
2861              pointer    argument; builds/tests on Solaris, win32
2862              hasn't been fixed up yet; proto.h, global.sym and
2863              static function decls are now generated from a common
2864              database in proto.pl; some inconsistently named
2865              perl_foo() things are now Perl_foo(), compatibility
2866              #defines provided; perl_foo() (lowercase 'p') reserved
2867              for functions that take an explicit context argument;
2868              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
2869      Branch: perl
2870            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
2871            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
2872            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
2873            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
2874            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
2875            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
2876            ! universal.c utf8.c util.c
2877 ____________________________________________________________________________
2878 [  3521] By: gsar                                  on 1999/06/04  23:00:22
2879         Log: clean up some stray "global" symbols
2880      Branch: perl
2881            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
2882            ! pp_proto.h proto.h
2883 ____________________________________________________________________________
2884 [  3520] By: jhi                                   on 1999/06/02  21:33:28
2885         Log: Integrate from mainperl.
2886      Branch: cfgperl
2887           !> (integrate 94 files)
2888 ____________________________________________________________________________
2889 [  3519] By: gsar                                  on 1999/06/02  07:16:10
2890         Log: avoid dereferencing null pointer from getpwent() et al
2891      Branch: perl
2892            ! pp_sys.c
2893 ____________________________________________________________________________
2894 [  3518] By: gsar                                  on 1999/06/02  04:47:10
2895         Log: remove _() non-ansism
2896      Branch: perl
2897            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
2898            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
2899            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
2900            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
2901            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
2902            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
2903            ! ext/re/re.xs handy.h hv.c iperlsys.h
2904            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
2905            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
2906            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
2907            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
2908            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
2909            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
2910            ! vms/vmsish.h vms/writemain.pl vos/config.h
2911            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
2912            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
2913            ! win32/perllib.c win32/runperl.c win32/win32.h
2914            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
2915            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
2916 ____________________________________________________________________________
2917 [  3517] By: gsar                                  on 1999/06/02  02:17:51
2918         Log: missed a few files
2919      Branch: perl
2920            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
2921 ____________________________________________________________________________
2922 [  3516] By: gsar                                  on 1999/06/02  01:37:33
2923         Log: integrate cfgperl contents into mainline
2924      Branch: perl
2925           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2926           +> ext/ByteLoader/byterun.h
2927            - bytecode.h byterun.c byterun.h
2928            ! Changes
2929           !> (integrate 58 files)
2930 ____________________________________________________________________________
2931 [  3515] By: gsar                                  on 1999/06/02  00:48:50
2932         Log: remove stray K&R-isms
2933      Branch: perl
2934            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2935            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
2936            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
2937            ! toke.c util.c win32/win32.c x2p/hash.c
2938 ____________________________________________________________________________
2939 [  3514] By: gsar                                  on 1999/06/01  15:55:55
2940         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
2941              strict 'subs'
2942      Branch: perl
2943            ! op.c t/pragma/strict-subs
2944 ____________________________________________________________________________
2945 [  3513] By: jhi                                   on 1999/06/01  07:17:05
2946         Log: Patch applying of #3499 had gone awry.
2947      Branch: cfgperl
2948            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
2949 ____________________________________________________________________________
2950 [  3512] By: gsar                                  on 1999/05/31  19:21:30
2951         Log: tighter -help output
2952      Branch: perl
2953            ! perl.c
2954 ____________________________________________________________________________
2955 [  3511] By: gsar                                  on 1999/05/31  17:18:23
2956         Log: fix memory leak in C<eval 'return sub {...}'>
2957      Branch: perl
2958            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
2959 ____________________________________________________________________________
2960 [  3510] By: gsar                                  on 1999/05/31  14:11:46
2961         Log: tweak C++isms
2962      Branch: perl
2963            ! win32/dl_win32.xs win32/win32.c
2964 ____________________________________________________________________________
2965 [  3509] By: jhi                                   on 1999/05/30  13:02:26
2966         Log: Cleanup of #3488.
2967      Branch: cfgperl
2968            ! Configure config_h.SH
2969 ____________________________________________________________________________
2970 [  3508] By: jhi                                   on 1999/05/30  11:16:01
2971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2972              To: Mailing list Perl5 <perl5-porters@perl.org>
2973              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
2974              Date: Sat, 29 May 1999 20:18:13 -0400
2975              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
2976      Branch: cfgperl
2977            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
2978 ____________________________________________________________________________
2979 [  3507] By: jhi                                   on 1999/05/29  20:05:40
2980         Log: From: Mark-Jason Dominus <mjd@plover.com>
2981              To: perl5-porters@perl.com
2982              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
2983              Date: Sat, 29 May 1999 14:45:10 -0400
2984              Message-ID: <19990529184510.27557.qmail@plover.com>
2985      Branch: cfgperl
2986            ! op.h
2987 ____________________________________________________________________________
2988 [  3506] By: gsar                                  on 1999/05/29  16:49:39
2989         Log: avoid gv_check() recursive pit
2990      Branch: perl
2991            ! gv.c
2992 ____________________________________________________________________________
2993 [  3505] By: jhi                                   on 1999/05/29  11:38:16
2994         Log: From: jan.dubois@ibm.net (Jan Dubois)
2995              To: Gurusamy Sarathy <gsar@activestate.com>
2996              Cc: perl5-porters@perl.org
2997              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
2998              Date: Sat, 29 May 1999 08:46:22 +0200
2999              Message-ID: <374f8007.2016008@smtp1.ibm.net>
3000      Branch: cfgperl
3001            ! t/op/grent.t t/op/pwent.t
3002 ____________________________________________________________________________
3003 [  3504] By: jhi                                   on 1999/05/29  11:07:10
3004         Log: QNX needs <sys/select.h> to define fd_set.
3005              
3006              From: Norton Allen <allen@huarp.harvard.edu>
3007              To: perl5-porters@perl.org
3008              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
3009              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
3010              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
3011      Branch: cfgperl
3012            ! ext/IO/poll.c
3013 ____________________________________________________________________________
3014 [  3503] By: jhi                                   on 1999/05/29  10:53:31
3015         Log: From: jan.dubois@ibm.net (Jan Dubois)
3016              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
3017              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
3018              Date: Fri, 28 May 1999 20:14:35 +0200
3019              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
3020      Branch: cfgperl
3021            ! lib/Math/BigFloat.pm
3022 ____________________________________________________________________________
3023 [  3502] By: jhi                                   on 1999/05/29  10:44:44
3024         Log: Make Configure support the change #3367,
3025              SysV shadow passwords.
3026      Branch: cfgperl
3027            ! Configure config_h.SH pp_sys.c
3028 ____________________________________________________________________________
3029 [  3501] By: gsar                                  on 1999/05/28  21:22:23
3030         Log: add wide versions of win32 system calls (first step in
3031              globalization); delayload winsock for performance if compiling
3032              with VC 6.0
3033      Branch: perl
3034            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
3035            ! win32/win32.c win32/win32.h
3036 ____________________________________________________________________________
3037 [  3500] By: jhi                                   on 1999/05/28  21:17:24
3038         Log: The new t/lib/io_linenum.t was using stricture
3039              before @INC was set up.
3040      Branch: cfgperl
3041            ! t/lib/io_linenum.t
3042 ____________________________________________________________________________
3043 [  3499] By: jhi                                   on 1999/05/28  17:13:23
3044         Log: From: Tom Hughes <tom@compton.nu>
3045              To: perl5-porters@perl.org
3046              Subject: [PATCH 5.005_57] ByteLoader mark 2
3047              Date: Wed, 26 May 1999 23:59:49 +0100
3048              Message-ID: <bf337a0849.tom@compton.compton.nu>
3049              
3050              plus resolve tiny conflict with #3479
3051              plus regen_headers.
3052      Branch: cfgperl
3053            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3054            + ext/ByteLoader/byterun.h
3055            - bytecode.h byterun.c byterun.h
3056            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
3057            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
3058            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3059            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
3060            ! perl.h perlvars.h proto.h util.c utils/Makefile
3061 ____________________________________________________________________________
3062 [  3498] By: jhi                                   on 1999/05/28  16:53:04
3063         Log: From: Mark-Jason Dominus <mjd@plover.com>
3064              To: perl5-porters@perl.com
3065              Subject: PATCH (5.005_57): defined(@a) now deprecated
3066              Date: Thu, 27 May 1999 16:05:44 -0400
3067              Message-ID: <19990527200544.13330.qmail@plover.com>
3068      Branch: cfgperl
3069            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
3070            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
3071 ____________________________________________________________________________
3072 [  3497] By: jhi                                   on 1999/05/28  16:50:54
3073         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3074              To: perl5-porters@perl.org (Mailing list Perl5)
3075              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
3076              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
3077              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
3078      Branch: cfgperl
3079            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
3080            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
3081 ____________________________________________________________________________
3082 [  3496] By: jhi                                   on 1999/05/28  16:48:39
3083         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3084              To: perl5-porters@perl.org (Mailing list Perl5)
3085              Subject: [PATCH 5.00557] Required OS/2-related patches
3086              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
3087              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
3088      Branch: cfgperl
3089            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
3090            ! t/op/stat.t util.c
3091 ____________________________________________________________________________
3092 [  3495] By: jhi                                   on 1999/05/28  16:45:56
3093         Log: From: Paul Johnson <pjcj@transeda.com>
3094              To: perl5-porters <perl5-porters@perl.org>
3095              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
3096              Date: Fri, 28 May 1999 15:13:54 +0100
3097              Message-ID: <19990528151354.B289@west-tip.transeda.com>
3098      Branch: cfgperl
3099            ! t/TEST
3100 ____________________________________________________________________________
3101 [  3494] By: jhi                                   on 1999/05/28  16:44:34
3102         Log: From: Paul Johnson <pjcj@transeda.com>
3103              To: perl5-porters <perl5-porters@perl.org>
3104              Subject: [PATCH 5.005_57] Fixes related to working local $.
3105              Date: Fri, 28 May 1999 15:11:18 +0100
3106              Message-ID: <19990528151118.A289@west-tip.transeda.com>
3107      Branch: cfgperl
3108            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
3109 ____________________________________________________________________________
3110 [  3493] By: gsar                                  on 1999/05/28  16:37:26
3111         Log: change#3449 wasn't doing enough
3112      Branch: perl
3113            ! op.c t/comp/proto.t
3114 ____________________________________________________________________________
3115 [  3492] By: jhi                                   on 1999/05/28  08:12:23
3116         Log: From: paul.marquess@bt.com
3117              To: doughera@lafayette.edu
3118              Cc: perl5-porters@perl.org
3119              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
3120              Date: Thu, 27 May 1999 23:31:38 +0100
3121              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
3122              
3123              Had to be applied manually; some mailer had munged the patch slightly.
3124      Branch: cfgperl
3125            ! ext/NDBM_File/NDBM_File.xs
3126 ____________________________________________________________________________
3127 [  3491] By: jhi                                   on 1999/05/28  07:51:17
3128         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3129              To: perl5-porters@perl.org
3130              Subject: [PATCH 5.005_57] fixing eval in the compiler
3131              Date: Thu, 27 May 1999 07:56:54 -0700
3132              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
3133      Branch: cfgperl
3134            ! cc_runtime.h scope.h
3135 ____________________________________________________________________________
3136 [  3490] By: jhi                                   on 1999/05/28  07:47:06
3137         Log: From: Andy Dougherty <doughera@lafayette.edu>
3138              To: perlbug@perl.com
3139              Cc: Jarkko Hietaniemi <jhi@iki.fi>
3140              Subject: [PATCH] Configure updates for ISC 4.1
3141              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
3142              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
3143      Branch: cfgperl
3144            ! Configure config_h.SH
3145 ____________________________________________________________________________
3146 [  3489] By: jhi                                   on 1999/05/28  07:39:17
3147         Log: Integrate from mainperl.
3148      Branch: cfgperl
3149           !> malloc.c win32/makedef.pl win32/win32.c
3150 ____________________________________________________________________________
3151 [  3488] By: jhi                                   on 1999/05/27  16:57:19
3152         Log: From: Andy Dougherty <doughera@lafayette.edu>
3153              To: Perl Porters <perl5-porters@perl.org>
3154              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
3155              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
3156              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
3157      Branch: cfgperl
3158            ! Configure config_h.SH hints/sunos_4_1.sh util.c
3159 ____________________________________________________________________________
3160 [  3487] By: gsar                                  on 1999/05/27  03:56:20
3161         Log: make win32_spawnvp() inherit standard handles even when they
3162              may be redirected
3163      Branch: perl
3164            ! win32/win32.c
3165 ____________________________________________________________________________
3166 [  3486] By: jhi                                   on 1999/05/26  19:55:52
3167         Log: From: Andy Dougherty <doughera@lafayette.edu>
3168              To: perl5-porters@perl.org
3169              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
3170              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
3171              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
3172      Branch: cfgperl
3173            ! util.c
3174 ____________________________________________________________________________
3175 [  3485] By: chip                                  on 1999/05/26  17:19:11
3176         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
3177      Branch: maint-5.004/perl
3178            ! Configure
3179 ____________________________________________________________________________
3180 [  3484] By: gsar                                  on 1999/05/26  01:56:28
3181         Log: fix missing exported symbol
3182      Branch: perl
3183            ! malloc.c win32/makedef.pl
3184 ____________________________________________________________________________
3185 [  3483] By: jhi                                   on 1999/05/25  23:08:07
3186         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
3187              
3188              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3189              To: perlbug@perl.com
3190              Subject: OpenBSD hints file update
3191              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
3192              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
3193      Branch: cfgperl
3194            ! hints/openbsd.sh
3195 ____________________________________________________________________________
3196 [  3482] By: jhi                                   on 1999/05/25  23:01:25
3197         Log: From: Tom Hughes <tom@compton.nu>
3198              To: perl5-porters@perl.org
3199              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
3200              Date: Tue, 25 May 1999 23:10:23 +0100
3201              Message-ID: <1ed7f10749.tom@compton.compton.nu>
3202      Branch: cfgperl
3203            ! Configure config_h.SH
3204 ____________________________________________________________________________
3205 [  3481] By: jhi                                   on 1999/05/25  22:31:50
3206         Log: 3479, 3480, 3481 seems logical.
3207      Branch: cfgperl
3208           !> hints/aix.sh
3209 ____________________________________________________________________________
3210 [  3480] By: jhi                                   on 1999/05/25  22:13:39
3211         Log: The change #3479 wasn't perfect.
3212      Branch: perl
3213            ! hints/aix.sh
3214 ____________________________________________________________________________
3215 [  3479] By: jhi                                   on 1999/05/25  21:59:21
3216         Log: Cures for _57 in AIX 4.1.5.0.
3217              (1) The lddlflags lost its -lc by change #3660
3218              (and the politeness of change #3257).
3219              (2) optype_size must end up in perl.exp (as PL_optype_size).
3220              Added it to perlvars.h, fixed bytecode.pl,
3221              regen'ed the relevant headers.
3222      Branch: cfgperl
3223            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
3224            ! perlvars.h
3225      Branch: perl
3226            ! hints/aix.sh
3227 ____________________________________________________________________________
3228 [  3478] By: jhi                                   on 1999/05/25  20:13:47
3229         Log: Integrate from mainperl.
3230      Branch: cfgperl
3231           +> pod/perltootc.pod
3232           !> (integrate 101 files)
3233 ____________________________________________________________________________
3234 [  3477] By: gsar                                  on 1999/05/25  10:43:48
3235         Log: here be 5.005_57
3236      Branch: perl
3237            ! Changes MANIFEST Porting/makerel
3238           !> Changes5.005
3239
3240 ----------------
3241 Version 5.005_57
3242 ----------------
3243
3244 ____________________________________________________________________________
3245 [  3476] By: gsar                                  on 1999/05/25  09:23:43
3246         Log: up patchlevel &c
3247      Branch: perl
3248            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3249            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3250            ! win32/makefile.mk
3251 ____________________________________________________________________________
3252 [  3475] By: gsar                                  on 1999/05/25  09:14:51
3253         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3254              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
3255              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
3256              Subject: [PATCH 5.005_56] REx engine improvements
3257      Branch: perl
3258            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
3259            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
3260            ! thrdvar.h util.c
3261 ____________________________________________________________________________
3262 [  3474] By: gsar                                  on 1999/05/25  08:39:56
3263         Log: test case for change#3470
3264      Branch: perl
3265            ! t/lib/bigintpm.t
3266 ____________________________________________________________________________
3267 [  3473] By: gsar                                  on 1999/05/25  08:36:52
3268         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
3269      Branch: perl
3270            ! Changes pod/perlport.pod
3271 ____________________________________________________________________________
3272 [  3472] By: gsar                                  on 1999/05/25  08:28:57
3273         Log: assorted tweaks
3274      Branch: perl
3275            ! doio.c iperlsys.h win32/config.bc win32/config.gc
3276            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3277            ! win32/config_H.vc win32/makedef.pl
3278 ____________________________________________________________________________
3279 [  3471] By: gsar                                  on 1999/05/25  06:06:04
3280         Log: perlref update from Tom Christiansen
3281      Branch: perl
3282            ! pod/perlref.pod
3283 ____________________________________________________________________________
3284 [  3470] By: gsar                                  on 1999/05/25  06:03:27
3285         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3286              Date: Mon, 24 May 1999 17:43:56 -0400
3287              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
3288              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
3289      Branch: perl
3290            ! hv.c
3291 ____________________________________________________________________________
3292 [  3469] By: gsar                                  on 1999/05/25  05:59:22
3293         Log: avoid temporary files that have a constant name (from a suggestion
3294              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
3295      Branch: perl
3296            ! lib/ExtUtils/MM_Unix.pm
3297 ____________________________________________________________________________
3298 [  3468] By: gsar                                  on 1999/05/25  05:54:29
3299         Log: From: pvhp@forte.com (Peter Prymmer)
3300              Date: Mon, 24 May 99 11:20:25 PDT
3301              Message-Id: <9905241820.AA28071@forte.com>
3302              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
3303      Branch: perl
3304            ! lib/Pod/Text.pm
3305 ____________________________________________________________________________
3306 [  3467] By: gsar                                  on 1999/05/25  04:08:50
3307         Log: fix glob() bug that resulted in missing symlinks that don't point
3308              anywhere
3309      Branch: perl
3310            ! pp_hot.c
3311 ____________________________________________________________________________
3312 [  3466] By: gsar                                  on 1999/05/25  03:00:00
3313         Log: avoid enumerating @INC contents in diagnostic if @INC was never
3314              searched
3315      Branch: perl
3316            ! pod/perldiag.pod pp_ctl.c
3317 ____________________________________________________________________________
3318 [  3465] By: gsar                                  on 1999/05/25  02:24:08
3319         Log: add caveat about close(PIPE) carelessness
3320      Branch: perl
3321            ! pod/perlfunc.pod
3322 ____________________________________________________________________________
3323 [  3464] By: gsar                                  on 1999/05/24  23:55:53
3324         Log: fix bogus line numbers for void context warnings
3325              (change#2548 was overeager)
3326      Branch: perl
3327            ! op.c
3328 ____________________________________________________________________________
3329 [  3463] By: gsar                                  on 1999/05/24  23:31:58
3330         Log: change#3455 had a typo
3331      Branch: perl
3332            ! pp_ctl.c
3333 ____________________________________________________________________________
3334 [  3462] By: gsar                                  on 1999/05/24  17:32:20
3335         Log: more pod updates from Tom Christiansen; regen perltoc
3336      Branch: perl
3337            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
3338            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
3339 ____________________________________________________________________________
3340 [  3461] By: gsar                                  on 1999/05/24  07:41:32
3341         Log: perlmod notes from Damian Conway (via Tom Christiansen)
3342      Branch: perl
3343            ! pod/perlmod.pod
3344 ____________________________________________________________________________
3345 [  3460] By: gsar                                  on 1999/05/24  07:24:11
3346         Log: major pod update from Tom Christiansen
3347      Branch: perl
3348            + pod/perltootc.pod
3349            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
3350            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
3351            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
3352            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
3353            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
3354            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
3355            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
3356            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
3357            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
3358            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
3359            ! pod/perlxs.pod pod/pod2man.PL
3360 ____________________________________________________________________________
3361 [  3459] By: gsar                                  on 1999/05/24  06:26:48
3362         Log: perlfaq update from Tom Christiansen
3363      Branch: perl
3364            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3365            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3366            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3367            ! pod/perlfaq9.pod
3368 ____________________________________________________________________________
3369 [  3458] By: gsar                                  on 1999/05/24  05:55:11
3370         Log: updated to v1.50 from CPAN
3371      Branch: perl
3372            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3373 ____________________________________________________________________________
3374 [  3457] By: gsar                                  on 1999/05/24  05:46:20
3375         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3376              Date: Sun, 23 May 1999 16:35:07 +0100
3377              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
3378              Subject: [PATCH 5.005_56] name PL_in_eval bits
3379      Branch: perl
3380            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
3381 ____________________________________________________________________________
3382 [  3456] By: gsar                                  on 1999/05/24  05:18:06
3383         Log: make -t mode the default on emacs/dumb terminals
3384      Branch: perl
3385            ! Changes utils/perldoc.PL
3386 ____________________________________________________________________________
3387 [  3455] By: gsar                                  on 1999/05/24  05:05:19
3388         Log: return 0 rather than "" when scalar grep has nothing to iterate
3389              on (brings behavior in line with documentation)
3390      Branch: perl
3391            ! pp_ctl.c
3392 ____________________________________________________________________________
3393 [  3454] By: gsar                                  on 1999/05/24  04:52:52
3394         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
3395              Date: Thu, 20 May 1999 13:27:02 -1000
3396              Message-Id: <E10kcDN-0007TA-00@lapaki>
3397              Subject: Problem with MM_Unix in 5.005_03
3398      Branch: perl
3399            ! lib/ExtUtils/MM_Unix.pm
3400 ____________________________________________________________________________
3401 [  3453] By: gsar                                  on 1999/05/24  04:39:49
3402         Log: avoid removing duplicates in user-generated warnings
3403              From: byron@omix.com (Byron Brummer)
3404              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
3405              Message-Id: <199905201101.EAA91175@thrush.omix.com>
3406              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
3407      Branch: perl
3408            ! lib/diagnostics.pm
3409 ____________________________________________________________________________
3410 [  3452] By: gsar                                  on 1999/05/24  04:23:10
3411         Log: straighten some code to avoid NeXT compiler bugs (from
3412              Geoff Kuenning <geoff@cs.hmc.edu>)
3413      Branch: perl
3414            ! pp_ctl.c
3415 ____________________________________________________________________________
3416 [  3451] By: gsar                                  on 1999/05/24  03:03:05
3417         Log: minor logic tweak for reserved word warning
3418      Branch: perl
3419            ! lib/Test/Harness.pm toke.c
3420 ____________________________________________________________________________
3421 [  3450] By: gsar                                  on 1999/05/24  02:34:20
3422         Log: oops, some files missing in change#3449
3423      Branch: perl
3424            ! op.c op.h toke.c
3425 ____________________________________________________________________________
3426 [  3449] By: gsar                                  on 1999/05/24  02:33:12
3427         Log: allow '*' prototype to autoquote even barewords that happen to be
3428              function names; parens or ampersand continue to force the other
3429              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
3430              do the right thing, for example
3431      Branch: perl
3432            ! t/comp/proto.t
3433 ____________________________________________________________________________
3434 [  3448] By: gsar                                  on 1999/05/24  01:51:24
3435         Log: remove vestiges of PL_last_proto
3436      Branch: perl
3437            ! embedvar.h intrpvar.h objXSUB.h
3438 ____________________________________________________________________________
3439 [  3447] By: gsar                                  on 1999/05/24  01:49:20
3440         Log: redo change#2061 and parts of change#1169 with code in the
3441              parser; PL_last_proto hackery gone, strict 'subs' in now
3442              implemented in the optimizer where specifying the exceptional
3443              cases is much more robust; '*' (bareword) prototype now works
3444              reliably when used in second and subsequent arguments
3445      Branch: perl
3446            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
3447 ____________________________________________________________________________
3448 [  3446] By: gsar                                  on 1999/05/23  05:00:55
3449         Log: remove redundant part of change#1169 superceded by change#2061;
3450              avoid "future reserved word" warning on prototypical bearwords
3451      Branch: perl
3452            ! t/lib/fatal.t toke.c
3453 ____________________________________________________________________________
3454 [  3445] By: gsar                                  on 1999/05/21  23:36:49
3455         Log: s/isspace/isSPACE/g and make sure the CRT version is always
3456              passed an unsigned char (fixes random occurrence of spaces in
3457              arguments containing high-bit chars passed to spawned children,
3458              on win32)
3459      Branch: perl
3460            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
3461 ____________________________________________________________________________
3462 [  3444] By: gsar                                  on 1999/05/21  23:08:55
3463         Log: integrate Configure changes from cfgperl
3464      Branch: perl
3465           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3466           !> config_h.SH
3467 ____________________________________________________________________________
3468 [  3443] By: jhi                                   on 1999/05/21  22:00:56
3469         Log: Integrate from mainperl.
3470      Branch: cfgperl
3471           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
3472           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
3473           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
3474           !> win32/perlhost.h win32/win32.c x2p/walk.c
3475 ____________________________________________________________________________
3476 [  3442] By: jhi                                   on 1999/05/21  21:59:46
3477         Log: fflush.
3478      Branch: cfgperl
3479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3480            ! config_h.SH
3481 ____________________________________________________________________________
3482 [  3441] By: gsar                                  on 1999/05/21  17:48:55
3483         Log: integrate cfgperl changes
3484      Branch: perl
3485           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3486           !> config_h.SH hints/sunos_4_1.sh installperl
3487 ____________________________________________________________________________
3488 [  3440] By: gsar                                  on 1999/05/21  17:42:49
3489         Log: test tweak
3490      Branch: perl
3491            ! t/comp/proto.t
3492 ____________________________________________________________________________
3493 [  3439] By: gsar                                  on 1999/05/21  17:31:26
3494         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
3495              (Configure fflush(NULL) detection seems broken on Solaris, which
3496              is why I hit the problem)
3497      Branch: perl
3498            ! Changes perl.h
3499 ____________________________________________________________________________
3500 [  3438] By: gsar                                  on 1999/05/20  16:41:01
3501         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
3502      Branch: perl
3503            ! pod/perlport.pod
3504 ____________________________________________________________________________
3505 [  3437] By: jhi                                   on 1999/05/20  07:14:39
3506         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
3507              (via private email).
3508      Branch: cfgperl
3509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3510            ! config_h.SH hints/sunos_4_1.sh
3511 ____________________________________________________________________________
3512 [  3436] By: gsar                                  on 1999/05/20  05:18:26
3513         Log: various little nits
3514      Branch: perl
3515            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
3516            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
3517            ! win32/perlhost.h win32/win32.c x2p/walk.c
3518 ____________________________________________________________________________
3519 [  3435] By: jhi                                   on 1999/05/18  16:25:49
3520         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3521              To: perl5-porters@perl.org
3522              Subject: installperl
3523              Date: Fri, 14 May 1999 21:34:58 +0100
3524              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
3525      Branch: cfgperl
3526            ! installperl
3527 ____________________________________________________________________________
3528 [  3434] By: jhi                                   on 1999/05/17  21:25:54
3529         Log: Integrate from mainperl.
3530      Branch: cfgperl
3531           +> lib/ExtUtils/MM_Cygwin.pm
3532            - cygwin32/impure_ptr.c
3533           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3534           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3535           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
3536           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
3537           !> x2p/find2perl.PL
3538 ____________________________________________________________________________
3539 [  3433] By: gsar                                  on 1999/05/17  09:49:01
3540         Log: integrate cfgperl changes into mainline
3541      Branch: perl
3542           !> Configure INSTALL config_h.SH configure.com embed.h
3543           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
3544           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
3545           !> util.c
3546 ____________________________________________________________________________
3547 [  3432] By: gsar                                  on 1999/05/17  09:06:45
3548         Log: emit more appropriate diagnostic for failed glob (variant
3549              of patch suggested by Graham Barr)
3550      Branch: perl
3551            ! gv.c pod/perldiag.pod pp.c pp_hot.c
3552 ____________________________________________________________________________
3553 [  3431] By: gsar                                  on 1999/05/17  08:38:09
3554         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3555              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
3556              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
3557              Subject: find2perl does not grok the 'c' suffix to the -size argument
3558      Branch: perl
3559            ! x2p/find2perl.PL
3560 ____________________________________________________________________________
3561 [  3430] By: gsar                                  on 1999/05/17  08:26:21
3562         Log: additional cleanups for cygwin32 port
3563              From: "Fifer, Eric" <EFifer@sanwaint.com>
3564              Date: Wed, 12 May 1999 20:25:54 +0100
3565              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
3566              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
3567      Branch: perl
3568            + lib/ExtUtils/MM_Cygwin.pm
3569            - cygwin32/impure_ptr.c
3570            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3571            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3572            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
3573            ! perl.h util.c
3574 ____________________________________________________________________________
3575 [  3429] By: gsar                                  on 1999/05/17  08:01:04
3576         Log: From: Andy Dougherty <doughera@lafayette.edu>
3577              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3578              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3579              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3580      Branch: perl
3581            ! INSTALL
3582 ____________________________________________________________________________
3583 [  3428] By: jhi                                   on 1999/05/17  07:03:26
3584         Log: Integrate from mainperl modulo the Socket.xs change.
3585      Branch: cfgperl
3586           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
3587           !> win32/win32.c win32/win32.h
3588 ____________________________________________________________________________
3589 [  3427] By: jhi                                   on 1999/05/16  22:09:11
3590         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3591              To: perl5-porters@perl.org (Mailing list Perl5)
3592              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
3593              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
3594              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
3595      Branch: cfgperl
3596            ! ext/Devel/Peek/Peek.xs
3597 ____________________________________________________________________________
3598 [  3426] By: jhi                                   on 1999/05/16  22:07:11
3599         Log: From: Mark-Jason Dominus <mjd@plover.com>
3600              To: perl5-porters@perl.com
3601              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
3602              Date: Sat, 15 May 1999 12:43:47 -0400
3603              Message-ID: <19990515164348.7313.qmail@plover.com>
3604      Branch: cfgperl
3605            ! pod/perldiag.pod
3606 ____________________________________________________________________________
3607 [  3425] By: nick                                  on 1999/05/15  15:56:10
3608         Log: Mingw32 + w32api-0.1.5 tweaks
3609              - now more like other Win32 compilers
3610      Branch: perl
3611            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
3612            ! win32/win32.h
3613 ____________________________________________________________________________
3614 [  3424] By: nick                                  on 1999/05/14  21:04:22
3615         Log: Experimental "slab" allocator for ops.
3616              To try it -DPL_OP_SLAB_ALLOC for op.c 
3617              This is for proof of concept only, it leaks memory 
3618              (ops are not free'd) so don't use in embedded apps.
3619              If this minimalist version does not show performance 
3620              gain then whole idea is worthless. 
3621              Nick see's approx 12% speed up vs perlmalloc running
3622              perl -Ilib -MCPAN -e '' 
3623              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
3624      Branch: perl
3625            ! op.c
3626 ____________________________________________________________________________
3627 [  3423] By: gsar                                  on 1999/05/14  19:55:04
3628         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
3629              found (brings sitelib intuition in line with privlib)
3630      Branch: perl
3631            ! win32/win32.c
3632 ____________________________________________________________________________
3633 [  3422] By: jhi                                   on 1999/05/14  08:08:01
3634         Log: From: pvhp@forte.com (Peter Prymmer)
3635              To: perl5-porters@perl.org, vmsperl@perl.org
3636              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
3637              Date: Thu, 13 May 99 15:29:57 PDT
3638              Message-Id: <9905132229.AA15854@forte.com>
3639      Branch: cfgperl
3640            ! configure.com
3641 ____________________________________________________________________________
3642 [  3421] By: jhi                                   on 1999/05/14  07:34:20
3643         Log: Integrate from mainperl.
3644      Branch: cfgperl
3645           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
3646 ____________________________________________________________________________
3647 [  3420] By: jhi                                   on 1999/05/14  07:33:26
3648         Log: Still fflushing.
3649      Branch: cfgperl
3650            ! Configure config_h.SH util.c
3651 ____________________________________________________________________________
3652 [  3419] By: gsar                                  on 1999/05/14  03:08:29
3653         Log: mortalize string allocations by win32_get_{priv,site}lib()
3654              (fixes small memory leak in interpreter)
3655      Branch: perl
3656            ! win32/win32.c
3657 ____________________________________________________________________________
3658 [  3418] By: gsar                                  on 1999/05/14  03:06:50
3659         Log: make win32_longname() preserve kind of slashes in argument
3660      Branch: perl
3661            ! win32/win32.c
3662 ____________________________________________________________________________
3663 [  3417] By: gsar                                  on 1999/05/14  03:04:44
3664         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
3665      Branch: perl
3666            ! lib/ExtUtils/MM_Unix.pm
3667 ____________________________________________________________________________
3668 [  3416] By: jhi                                   on 1999/05/13  21:18:06
3669         Log: Integrate from mainperl.
3670      Branch: cfgperl
3671           !> pp_ctl.c
3672 ____________________________________________________________________________
3673 [  3415] By: jhi                                   on 1999/05/13  21:16:49
3674         Log: Fixes from Andy Dougherty (via private email).
3675      Branch: cfgperl
3676            ! Configure config_h.SH
3677 ____________________________________________________________________________
3678 [  3414] By: nick                                  on 1999/05/13  20:04:26
3679         Log: valist vs va_list typo
3680      Branch: perl
3681            ! pp_ctl.c
3682 ____________________________________________________________________________
3683 [  3413] By: jhi                                   on 1999/05/13  15:04:05
3684         Log: From: Andy Dougherty <doughera@lafayette.edu>
3685              To: perlbug@perl.com
3686              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3687              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3688              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3689      Branch: cfgperl
3690            ! INSTALL
3691 ____________________________________________________________________________
3692 [  3412] By: jhi                                   on 1999/05/13  14:20:17
3693         Log: Integrate from mainperl.
3694      Branch: cfgperl
3695           !> pp_ctl.c
3696 ____________________________________________________________________________
3697 [  3411] By: gsar                                  on 1999/05/13  14:16:56
3698         Log: docatch_body() declaration mismatch
3699      Branch: perl
3700            ! pp_ctl.c
3701 ____________________________________________________________________________
3702 [  3410] By: jhi                                   on 1999/05/13  13:51:44
3703         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
3704      Branch: cfgperl
3705            ! Configure config_h.SH perl.h
3706 ____________________________________________________________________________
3707 [  3409] By: jhi                                   on 1999/05/13  13:31:53
3708         Log: Still fflushing strong.
3709      Branch: cfgperl
3710            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
3711            ! proto.h util.c
3712 ____________________________________________________________________________
3713 [  3408] By: jhi                                   on 1999/05/12  14:30:23
3714         Log: Integrate from mainperl.
3715      Branch: cfgperl
3716           !> (integrate 30 files)
3717 ____________________________________________________________________________
3718 [  3407] By: jhi                                   on 1999/05/12  12:28:31
3719         Log: Be tidier with fflush(NULL) testing.
3720      Branch: cfgperl
3721            ! Configure config_h.SH
3722 ____________________________________________________________________________
3723 [  3406] By: gsar                                  on 1999/05/12  11:26:03
3724         Log: better range-checking on list slices, with test
3725              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3726              Date: Sun, 02 May 1999 17:02:53 +0100
3727              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
3728              Subject: Re: List slice of undefs returns 0 items 
3729      Branch: perl
3730            ! pp.c t/op/list.t
3731 ____________________________________________________________________________
3732 [  3405] By: gsar                                  on 1999/05/12  11:22:27
3733         Log: change#3397 needs test tweak
3734      Branch: perl
3735            ! Changes t/pragma/warn/sv
3736 ____________________________________________________________________________
3737 [  3404] By: gsar                                  on 1999/05/12  11:07:44
3738         Log: typo in change#3397
3739      Branch: perl
3740            ! doop.c
3741 ____________________________________________________________________________
3742 [  3403] By: gsar                                  on 1999/05/12  10:49:01
3743         Log: From: Stephen Zander <gibreel@pobox.com>
3744              Date: 12 May 1999 01:22:31 -0700
3745              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
3746              Subject: Re: Test::Harness runs tainted tests with wrong library path
3747      Branch: perl
3748            ! lib/Test/Harness.pm
3749 ____________________________________________________________________________
3750 [  3402] By: gsar                                  on 1999/05/12  10:42:06
3751         Log: typo in change#3400
3752      Branch: perl
3753            ! ext/B/B/Deparse.pm
3754 ____________________________________________________________________________
3755 [  3401] By: jhi                                   on 1999/05/12  10:40:42
3756         Log: A better, shinier, and possibly even correctly working
3757              reincarnation of #3398.
3758      Branch: cfgperl
3759            ! Configure config_h.SH
3760 ____________________________________________________________________________
3761 [  3400] By: gsar                                  on 1999/05/12  10:40:11
3762         Log: deparse \&func() as \(&func()) for clarity
3763              From: Albert Dvornik <bert@genscan.com>
3764              Date: 11 May 1999 13:32:04 -0400
3765              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
3766              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
3767      Branch: perl
3768            ! ext/B/B/Deparse.pm
3769 ____________________________________________________________________________
3770 [  3399] By: gsar                                  on 1999/05/12  10:36:02
3771         Log: more testsuite smarts (many of them courtesy Ilya)
3772      Branch: perl
3773            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
3774            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
3775            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
3776            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
3777            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
3778            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
3779            ! t/op/pwent.t
3780 ____________________________________________________________________________
3781 [  3398] By: jhi                                   on 1999/05/12  09:33:08
3782         Log: Detect whether fflush(NULL) works as per change #3352.
3783      Branch: cfgperl
3784            ! Configure config_h.SH perl.h
3785 ____________________________________________________________________________
3786 [  3397] By: gsar                                  on 1999/05/12  08:56:03
3787         Log: From: jan.dubois@ibm.net (Jan Dubois)
3788              Date: Wed, 12 May 1999 01:01:00 +0200
3789              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
3790              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
3791      Branch: perl
3792            ! doop.c
3793 ____________________________________________________________________________
3794 [  3396] By: gsar                                  on 1999/05/12  08:23:27
3795         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
3796              stat() behaves similarly
3797      Branch: perl
3798            ! win32/win32.c
3799 ____________________________________________________________________________
3800 [  3395] By: jhi                                   on 1999/05/11  22:21:32
3801         Log: Redo parts of #3341 and #3358 that #3394 undid.
3802      Branch: cfgperl
3803            ! Configure config_h.SH
3804 ____________________________________________________________________________
3805 [  3394] By: jhi                                   on 1999/05/11  22:03:48
3806         Log: Add I_NETINET_TCP to help change #3391.
3807      Branch: cfgperl
3808            ! Configure config_h.SH ext/Socket/Socket.xs
3809 ____________________________________________________________________________
3810 [  3393] By: jhi                                   on 1999/05/11  21:44:59
3811         Log: Integrate from mainperl.
3812      Branch: cfgperl
3813           !> (integrate 55 files)
3814 ____________________________________________________________________________
3815 [  3392] By: gsar                                  on 1999/05/11  20:56:43
3816         Log: update embedvar.h
3817      Branch: perl
3818            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
3819 ____________________________________________________________________________
3820 [  3391] By: gsar                                  on 1999/05/11  16:32:05
3821         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3822              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
3823              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
3824              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
3825      Branch: perl
3826            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3827 ____________________________________________________________________________
3828 [  3390] By: gsar                                  on 1999/05/11  15:27:40
3829         Log: display more frequent progress messages when STDOUT is a tty
3830      Branch: perl
3831            ! lib/Test/Harness.pm
3832 ____________________________________________________________________________
3833 [  3389] By: gsar                                  on 1999/05/11  14:40:58
3834         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3835              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
3836              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
3837              Subject: [PATCH 5.005_53] Explanations by Test::Harness
3838      Branch: perl
3839            ! lib/Test/Harness.pm
3840 ____________________________________________________________________________
3841 [  3388] By: gsar                                  on 1999/05/11  14:08:14
3842         Log: avoid creating spurious subroutine stubs on failed subroutine
3843              call and other places of sv_2cv() misuse; fixes problems with
3844              failed subroutine calls "hiding" later attempts to lookup methods
3845              in base classes
3846      Branch: perl
3847            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
3848 ____________________________________________________________________________
3849 [  3387] By: gsar                                  on 1999/05/11  09:34:13
3850         Log: various fixes for clean build and test on win32; configpm broken,
3851              needed to open myconfig.SH rather than myconfig; sundry adjustments
3852              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
3853              work under win32; getenv_sv() changed to getenv_len() since SVs
3854              aren't visible in the lower echelons; remove bogus exports from
3855              config.sym; PERL_OBJECT-ness for C++ exception support; null out
3856              IoDIRP in filter_del() or sv_free() will attempt to close it
3857      Branch: perl
3858            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
3859            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
3860            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
3861            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
3862            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
3863            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
3864            ! win32/config.gc win32/config.vc win32/makedef.pl
3865            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
3866            ! win32/win32.c win32/win32.h
3867 ____________________________________________________________________________
3868 [  3386] By: gsar                                  on 1999/05/11  02:49:07
3869         Log: gutsupport for C++ exceptions
3870              From: Chip Salzenberg <chip@perlsupport.com>
3871              Date: Tue, 9 Mar 1999 11:51:57 -0500
3872              Message-ID: <19990309115157.E7911@perlsupport.com>
3873              Subject: [PATCH 5.005] Flexible Exceptions
3874      Branch: perl
3875            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
3876            ! scope.c scope.h thrdvar.h util.c
3877 ____________________________________________________________________________
3878 [  3385] By: gsar                                  on 1999/05/10  19:33:36
3879         Log: "weak" references internals, still needs perlguts documentation
3880              (somewhat modified version of patch suggested by Tuomas J. Lukka
3881              <lukka@fas.harvard.edu>)
3882      Branch: perl
3883            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
3884            ! pod/perldiag.pod proto.h sv.c sv.h util.c
3885 ____________________________________________________________________________
3886 [  3384] By: jhi                                   on 1999/05/10  18:21:43
3887         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
3888              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
3889      Branch: cfgperl
3890            ! INSTALL hints/dec_osf.sh
3891 ____________________________________________________________________________
3892 [  3381] By: jhi                                   on 1999/05/10  14:39:28
3893         Log: Integrate from mainperl.
3894      Branch: cfgperl
3895           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
3896           +> cygwin32/build-instructions.charles-wilson
3897           +> cygwin32/build-instructions.sebastien-barre
3898           +> cygwin32/build-instructions.steven-morlock
3899           +> cygwin32/build-instructions.steven-morlock2
3900           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
3901           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3902           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
3903           +> t/op/numconvert.t utils/perlbc.PL
3904            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3905            - cygwin32/perlld
3906           !> (integrate 105 files)
3907 ____________________________________________________________________________
3908 [  3380] By: gsar                                  on 1999/05/10  12:27:14
3909         Log: regen regnodes.h
3910      Branch: perl
3911            ! Changes regnodes.h
3912 ____________________________________________________________________________
3913 [  3379] By: gsar                                  on 1999/05/10  12:17:26
3914         Log: From: jan.dubois@ibm.net (Jan Dubois)
3915              Date: Sat, 01 May 1999 22:55:36 +0200
3916              Message-ID: <373067e9.56194713@smtp1.ibm.net>
3917              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
3918      Branch: perl
3919            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
3920            ! win32/config_H.vc
3921 ____________________________________________________________________________
3922 [  3378] By: gsar                                  on 1999/05/10  12:07:13
3923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3924              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
3925              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
3926              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
3927      Branch: perl
3928            + t/op/numconvert.t
3929            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
3930            ! util.c
3931 ____________________________________________________________________________
3932 [  3377] By: gsar                                  on 1999/05/10  11:39:48
3933         Log: pp_modulo comment tweak from Ilya
3934      Branch: perl
3935            ! pp.c
3936 ____________________________________________________________________________
3937 [  3376] By: gsar                                  on 1999/05/10  11:30:40
3938         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3939              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
3940              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
3941              Subject: Test.pm update [PATCH _56]
3942      Branch: perl
3943            ! lib/Test.pm
3944 ____________________________________________________________________________
3945 [  3375] By: gsar                                  on 1999/05/10  11:28:30
3946         Log: From: jan.dubois@ibm.net (Jan Dubois)
3947              Date: Fri, 07 May 1999 00:59:54 +0200
3948              Message-ID: <373318ae.19292461@smtp1.ibm.net>
3949              Subject: Re: Using existing memory for an SV's PV 
3950      Branch: perl
3951            ! sv.c
3952 ____________________________________________________________________________
3953 [  3374] By: gsar                                  on 1999/05/10  11:23:44
3954         Log: From: jan.dubois@ibm.net (Jan Dubois)
3955              Date: Fri, 07 May 1999 00:59:52 +0200
3956              Message-ID: <37321800.19118320@smtp1.ibm.net>
3957              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
3958      Branch: perl
3959            ! perl.h
3960 ____________________________________________________________________________
3961 [  3373] By: gsar                                  on 1999/05/10  11:22:10
3962         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3963              Date: Thu, 6 May 1999 18:17:28 -0400
3964              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
3965              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
3966      Branch: perl
3967            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
3968            ! util.c
3969 ____________________________________________________________________________
3970 [  3372] By: gsar                                  on 1999/05/10  10:57:49
3971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3972              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
3973              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
3974              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
3975      Branch: perl
3976            ! regcomp.c regcomp.pl
3977 ____________________________________________________________________________
3978 [  3371] By: gsar                                  on 1999/05/10  10:54:01
3979         Log: From: lane@duphy4.physics.drexel.edu
3980              Date: Tue, 04 May 1999 10:19:25 -0700
3981              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
3982              Subject: [PATCH 5.005.56] pod->html VMS fixes
3983      Branch: perl
3984            ! installhtml lib/Pod/Html.pm
3985 ____________________________________________________________________________
3986 [  3370] By: gsar                                  on 1999/05/10  10:45:52
3987         Log: testsuite nits
3988      Branch: perl
3989            ! t/lib/io_linenum.t t/op/filetest.t
3990 ____________________________________________________________________________
3991 [  3369] By: gsar                                  on 1999/05/10  10:35:22
3992         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3993              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
3994              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
3995              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
3996      Branch: perl
3997            ! os2/os2ish.h os2/os2thread.h
3998 ____________________________________________________________________________
3999 [  3368] By: gsar                                  on 1999/05/10  10:00:11
4000         Log: From: Albert Dvornik <bert@genscan.com>
4001              Date: 03 May 1999 12:20:57 -0400
4002              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
4003              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
4004      Branch: perl
4005            ! dump.c
4006 ____________________________________________________________________________
4007 [  3367] By: gsar                                  on 1999/05/10  09:55:51
4008         Log: shadow password support for Solaris (needs Configure help to
4009              determine HAS_GETSPENT)
4010              From: "Patrick O'Brien" <pdo@cs.umd.edu>
4011              Date: Sat, 01 May 1999 19:41:17 -0400
4012              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
4013              Subject: getpwent() under solaris
4014      Branch: perl
4015            ! pp_sys.c
4016 ____________________________________________________________________________
4017 [  3366] By: gsar                                  on 1999/05/10  09:45:58
4018         Log: From: jan.dubois@ibm.net (Jan Dubois)
4019              Date: Sat, 01 May 1999 23:45:47 +0200
4020              Message-ID: <373373fb.59284266@smtp1.ibm.net>
4021              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
4022      Branch: perl
4023            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4024            ! pod/perldelta.pod
4025 ____________________________________________________________________________
4026 [  3365] By: gsar                                  on 1999/05/10  09:34:22
4027         Log: test suite and fix input_line_number()
4028              From: Paul Johnson <pjcj@transeda.com>
4029              Date: Thu, 29 Apr 1999 06:28:14 +0100
4030              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
4031              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
4032      Branch: perl
4033            + t/lib/io_linenum.t
4034            ! MANIFEST ext/IO/lib/IO/Handle.pm
4035 ____________________________________________________________________________
4036 [  3364] By: gsar                                  on 1999/05/10  09:20:56
4037         Log: fix overeager [:foo:] parsing
4038              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4039              Date: Fri, 30 Apr 1999 09:26:18 +0100
4040              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
4041              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
4042      Branch: perl
4043            ! regcomp.c t/op/re_tests
4044 ____________________________________________________________________________
4045 [  3363] By: gsar                                  on 1999/05/10  09:09:21
4046         Log: documentation for Win32 builtins (somewhat modified)
4047              From: jan.dubois@ibm.net (Jan Dubois)
4048              Date: Tue, 30 Mar 1999 08:05:03 +0200
4049              Message-ID: <37006783.1926460@smtp1.ibm.net>
4050              Subject: Re: Issues with build 509 
4051      Branch: perl
4052            + pod/Win32.pod
4053            ! MANIFEST
4054 ____________________________________________________________________________
4055 [  3362] By: gsar                                  on 1999/05/10  08:22:07
4056         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
4057      Branch: perl
4058            ! lib/File/Copy.pm win32/win32.c
4059 ____________________________________________________________________________
4060 [  3361] By: gsar                                  on 1999/05/10  08:11:29
4061         Log: escape ampersands in <pre> sections
4062      Branch: perl
4063            ! Changes lib/Pod/Html.pm
4064 ____________________________________________________________________________
4065 [  3360] By: gsar                                  on 1999/05/10  08:04:14
4066         Log: AIX hints enhancements (threads build, SOCKS support)
4067              From: "David R. Favor" <dfavor@austin.ibm.com>
4068              Date: Wed, 28 Apr 1999 08:45:28 -0500
4069              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
4070              Subject: Working build for AIX + gcc + threading
4071      Branch: perl
4072            ! hints/aix.sh
4073 ____________________________________________________________________________
4074 [  3359] By: gsar                                  on 1999/05/10  07:49:26
4075         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
4076              Date: Tue, 27 Apr 1999 23:47:24 PDT
4077              Message-ID: <19990428064724.95244.qmail@hotmail.com>
4078              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
4079              --
4080              Date: Thu, 29 Apr 1999 18:21:06 -0700
4081              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
4082              Subject: [PATCH 5.005_56] double constants ( C.pm)
4083              --
4084              Date: Mon, 03 May 1999 20:21:31 PDT
4085              Message-ID: <19990504032131.81113.qmail@hotmail.com>
4086              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
4087              --
4088              Date: Thu, 06 May 1999 17:57:09 -0700
4089              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
4090              Subject: Stash.pm
4091      Branch: perl
4092            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
4093            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
4094 ____________________________________________________________________________
4095 [  3358] By: gsar                                  on 1999/05/10  04:39:15
4096         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
4097              From: alexander smishlajev <als@turnhere.com>
4098              Date: Sun, 25 Apr 1999 14:58:29 +0300
4099              Message-ID: <37230365.5F68B460@turnhere.com>
4100              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
4101      Branch: perl
4102            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
4103            + cygwin32/build-instructions.charles-wilson
4104            + cygwin32/build-instructions.sebastien-barre
4105            + cygwin32/build-instructions.steven-morlock
4106            + cygwin32/build-instructions.steven-morlock2
4107            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
4108            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4109            - cygwin32/perlld
4110            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
4111            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
4112            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
4113            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
4114            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
4115            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
4116 ____________________________________________________________________________
4117 [  3357] By: gsar                                  on 1999/05/10  04:07:07
4118         Log: applied suggested patch, modulo already applied parts
4119              From: Charles Bailey <BAILEY@newman.upenn.edu>
4120              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
4121              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
4122              Subject: [Patch 5.005_56] VMS consolidated patch #2
4123      Branch: perl
4124            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
4125            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
4126            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
4127            ! vms/subconfigure.com vms/test.com vms/vms.c
4128 ____________________________________________________________________________
4129 [  3356] By: gsar                                  on 1999/05/10  03:48:08
4130         Log: applied suggested patch, with win32 and PERL_OBJECT additions
4131              From: Tom Hughes <tom@compton.nu>
4132              Date: Sat, 24 Apr 1999 18:11:59 +0100
4133              Message-ID: <609bdff748.tom@compton.compton.nu>
4134              Subject: ByteLoader patch
4135      Branch: perl
4136            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
4137            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
4138            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
4139            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
4140            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
4141            ! utils/Makefile win32/Makefile win32/makefile.mk
4142 ____________________________________________________________________________
4143 [  3355] By: gsar                                  on 1999/05/10  03:22:49
4144         Log: document 'test' attribute (from Andreas Koenig)
4145      Branch: perl
4146            ! lib/ExtUtils/MakeMaker.pm
4147 ____________________________________________________________________________
4148 [  3354] By: gsar                                  on 1999/05/10  03:12:37
4149         Log: From: pmarquess@bfsec.bt.co.uk
4150              Date: Thu, 22 Apr 1999 23:12:08 +0100
4151              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
4152              Subject: PATCH for small bug in scan_bin
4153      Branch: perl
4154            ! util.c
4155 ____________________________________________________________________________
4156 [  3353] By: gsar                                  on 1999/05/10  02:39:33
4157         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
4158              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
4159      Branch: perl
4160            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
4161            ! win32/win32iop.h
4162 ____________________________________________________________________________
4163 [  3352] By: gsar                                  on 1999/05/09  22:47:39
4164         Log: flush all open output buffers before fork(), exec(), system, qx//
4165              and pipe open() operations, simplifying buffering headaches faced
4166              by users; uses fflush(NULL), which may need Configure test
4167      Branch: perl
4168            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
4169            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
4170 ____________________________________________________________________________
4171 [  3351] By: gsar                                  on 1999/05/09  21:11:51
4172         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
4173              Leroy <jll@skynet.be>)
4174      Branch: perl
4175            ! utils/perlcc.PL
4176 ____________________________________________________________________________
4177 [  3350] By: gsar                                  on 1999/05/09  20:39:11
4178         Log: normalize $^X to full pathname on win32
4179      Branch: perl
4180            ! win32/runperl.c
4181 ____________________________________________________________________________
4182 [  3349] By: gsar                                  on 1999/05/09  20:23:07
4183         Log: allow readline($globref), <$globref> already works
4184      Branch: perl
4185            ! pp_hot.c
4186 ____________________________________________________________________________
4187 [  3348] By: gsar                                  on 1999/05/09  20:00:09
4188         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
4189              <lemburg@online-club.de>)
4190      Branch: perl
4191            ! utils/perldoc.PL
4192 ____________________________________________________________________________
4193 [  3347] By: gsar                                  on 1999/05/09  18:47:21
4194         Log: additions to Thread.pm docs from Tuomas J. Lukka
4195              <lukka@fas.harvard.edu>
4196      Branch: perl
4197            ! ext/Thread/Thread.pm
4198 ____________________________________________________________________________
4199 [  3346] By: gsar                                  on 1999/05/09  18:38:00
4200         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4201              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
4202              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
4203              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
4204      Branch: perl
4205            ! ext/B/B/Xref.pm
4206 ____________________________________________________________________________
4207 [  3345] By: gsar                                  on 1999/05/09  18:22:43
4208         Log: work around mangled archname on win32 while finding privlib/sitelib;
4209              normalize lib paths to forward slashes internally
4210      Branch: perl
4211            ! win32/win32.c
4212 ____________________________________________________________________________
4213 [  3344] By: gsar                                  on 1999/05/09  03:20:06
4214         Log: fix typo in dbm filters that caused odbm.t to fail
4215      Branch: perl
4216            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
4217 ____________________________________________________________________________
4218 [  3343] By: gsar                                  on 1999/05/09  02:02:59
4219         Log: tweak test totals
4220      Branch: perl
4221            ! Changes t/lib/tie-stdhandle.t
4222 ____________________________________________________________________________
4223 [  3342] By: gsar                                  on 1999/05/09  01:42:06
4224         Log: import list propagation busted (pointed out by Ton Hospel
4225              <thospel@mail.dma.be>)
4226      Branch: perl
4227            ! lib/autouse.pm
4228 ____________________________________________________________________________
4229 [  3341] By: gsar                                  on 1999/05/09  00:54:18
4230         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
4231              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
4232      Branch: perl
4233            ! Configure Makefile.SH
4234 ____________________________________________________________________________
4235 [  3340] By: gsar                                  on 1999/05/09  00:40:41
4236         Log: generate manpages for newly added utils
4237      Branch: perl
4238            ! installman
4239 ____________________________________________________________________________
4240 [  3339] By: gsar                                  on 1999/05/09  00:33:50
4241         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4242              Date: Sun, 02 May 1999 17:59:24 +0100
4243              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
4244              Subject: [PATCH] Re: ptr to realloced memory in yylex
4245      Branch: perl
4246            ! toke.c
4247 ____________________________________________________________________________
4248 [  3338] By: jhi                                   on 1999/05/08  22:40:29
4249         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
4250      Branch: cfgperl
4251            ! INSTALL
4252 ____________________________________________________________________________
4253 [  3337] By: jhi                                   on 1999/05/08  22:22:26
4254         Log: Integrate from mainperl.
4255      Branch: cfgperl
4256           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
4257           !> (integrate 54 files)
4258 ____________________________________________________________________________
4259 [  3336] By: gsar                                  on 1999/05/08  21:48:22
4260         Log: make perldoc -f grok nested =items
4261      Branch: perl
4262            ! utils/perldoc.PL
4263 ____________________________________________________________________________
4264 [  3335] By: gsar                                  on 1999/05/08  19:48:11
4265         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
4266      Branch: perl
4267            ! op.c t/lib/fields.t
4268 ____________________________________________________________________________
4269 [  3334] By: gsar                                  on 1999/05/08  19:09:41
4270         Log: update test totals
4271      Branch: perl
4272            ! t/lib/bigintpm.t
4273 ____________________________________________________________________________
4274 [  3333] By: gsar                                  on 1999/05/08  16:56:02
4275         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
4276      Branch: perl
4277            ! pod/perlfunc.pod
4278 ____________________________________________________________________________
4279 [  3332] By: gsar                                  on 1999/05/08  16:46:44
4280         Log: applied suggested patch, added tests
4281              From: William Mann <wmann@avici.com>
4282              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
4283              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
4284              Subject: BigInt.pm extensions for logical operations
4285      Branch: perl
4286            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
4287 ____________________________________________________________________________
4288 [  3331] By: gsar                                  on 1999/05/08  16:09:33
4289         Log: avoid temporary files named 'tmp'
4290      Branch: perl
4291            ! Makefile.SH pp.c
4292 ____________________________________________________________________________
4293 [  3330] By: nick                                  on 1999/05/08  14:16:30
4294         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
4295              Provide Tie::StdHandle
4296              Basic update of docs.
4297      Branch: perl
4298            + t/lib/tie-stdhandle.t
4299            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
4300 ____________________________________________________________________________
4301 [  3329] By: nick                                  on 1999/05/08  12:03:45
4302         Log: Tweaks to open(my $fh,...) stuff
4303      Branch: perl
4304            ! op.c pp.c pp_sys.c t/io/open.t
4305 ____________________________________________________________________________
4306 [  3328] By: nick                                  on 1999/05/08  11:18:42
4307         Log: Bring SDBM_File.xs into line with new typemap
4308      Branch: perl
4309            ! ext/SDBM_File/SDBM_File.xs
4310 ____________________________________________________________________________
4311 [  3327] By: gsar                                  on 1999/05/08  00:07:11
4312         Log: add test case for AUTOLOAD reentrancy fix in change#3279
4313      Branch: perl
4314            ! t/lib/autoloader.t
4315 ____________________________________________________________________________
4316 [  3326] By: nick                                  on 1999/05/07  21:24:50
4317         Log: Implement open( my $fh, ...) and similar.
4318              Set flag in op.c for "constructor ops"
4319              In pp_rv2gv, if flag is set and arg is PADSV and uninit
4320              vivify as reference to a detached GV.
4321              (Name of GV is the pad name.)
4322              This scheme should "just work" for pipe/socket etc. too.
4323              
4324              #if 0 out the open(FH,undef) for now.
4325              Change t/io/open.t to test open(my $fh,...)
4326      Branch: perl
4327            ! op.c pp.c pp_sys.c t/io/open.t
4328 ____________________________________________________________________________
4329 [  3325] By: nick                                  on 1999/05/07  21:18:42
4330         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
4331      Branch: perl
4332            ! util.c
4333 ____________________________________________________________________________
4334 [  3324] By: gsar                                  on 1999/05/07  20:28:31
4335         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
4336              intervening code has to allocate SVs)
4337      Branch: perl
4338            ! util.c
4339 ____________________________________________________________________________
4340 [  3323] By: gsar                                  on 1999/05/07  19:45:08
4341         Log: allow line numbers to show in diagnostics during global destruction
4342      Branch: perl
4343            ! util.c
4344 ____________________________________________________________________________
4345 [  3322] By: gsar                                  on 1999/05/07  09:38:11
4346         Log: From: Dan Sugalski <sugalskd@ous.edu>
4347              Date: Fri, 09 Apr 1999 16:16:39 -0700
4348              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
4349              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
4350      Branch: perl
4351            ! lib/ExtUtils/MM_VMS.pm
4352 ____________________________________________________________________________
4353 [  3321] By: gsar                                  on 1999/05/07  09:08:23
4354         Log: From: kwzh@gnu.org (Karl Heuer)
4355              Date: Wed, 7 Apr 1999 23:58:58 -0400
4356              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
4357              Subject: [perl-5.005.02] detect lack of /dev/tty
4358      Branch: perl
4359            ! Makefile.SH
4360 ____________________________________________________________________________
4361 [  3320] By: gsar                                  on 1999/05/07  08:52:14
4362         Log: allow distinct prefix for versioned executables
4363              From: Roderick Schertler <roderick@argon.org>
4364              Date: Wed, 07 Apr 1999 15:34:56 -0400
4365              Message-ID: <3003.923513696@eeyore.ibcinc.com>
4366              Subject: perl55.00503 -> perl5.00503 patch for installperl
4367      Branch: perl
4368            ! INSTALL installperl
4369 ____________________________________________________________________________
4370 [  3319] By: gsar                                  on 1999/05/07  08:07:02
4371         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4372              Date: Mon, 05 Apr 1999 15:38:42 -0700
4373              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
4374              Subject: Re: chomp fails with $/ in fixed-length record mode
4375              --
4376              From: Roderick Schertler <roderick@argon.org>
4377              Date: Tue, 06 Apr 1999 21:11:37 -0400
4378              Message-ID: <2795.923447497@eeyore.ibcinc.com>
4379              Subject: Re: chomp fails with $/ in fixed-length record mode
4380      Branch: perl
4381            ! doop.c pod/perlfunc.pod t/op/chop.t
4382 ____________________________________________________________________________
4383 [  3318] By: gsar                                  on 1999/05/07  07:56:35
4384         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4385              Date: Tue, 6 Apr 1999 01:40:36 -0400
4386              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
4387              Subject: [PATCH 5.005_*] Make % use fmod()
4388      Branch: perl
4389            ! pp.c t/op/arith.t
4390 ____________________________________________________________________________
4391 [  3317] By: gsar                                  on 1999/05/07  04:18:11
4392         Log: DBM Filters (via private mail)
4393              From: pmarquess@bfsec.bt.co.uk
4394              Date: Sun, 18 Apr 1999 21:05:52 +0100
4395              Message-Id: <199904182009.NAA19152@activestate.com>
4396              Subject: DBM Filters
4397      Branch: perl
4398            + pod/perldbmfilter.pod
4399            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4400            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4401            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4402            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
4403            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
4404            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
4405            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
4406            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
4407            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
4408            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
4409            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4410            ! t/lib/sdbm.t
4411 ____________________________________________________________________________
4412 [  3316] By: gsar                                  on 1999/05/07  03:28:53
4413         Log: avoid negative return value from Win32::GetTickCount()
4414              From: jan.dubois@ibm.net (Jan Dubois)
4415              Date: Sat, 03 Apr 1999 19:04:18 +0200
4416              Message-ID: <37084742.22824479@smtp1.ibm.net>
4417              Subject: Re: Win32::GetTickCount
4418      Branch: perl
4419            ! win32/win32.c
4420 ____________________________________________________________________________
4421 [  3315] By: nick                                  on 1999/05/06  21:44:38
4422         Log: open(FH,undef) # creates new_tmpfile opened read/write
4423              Add t/io/open.t with test for above.
4424      Branch: perl
4425            + t/io/open.t
4426            ! pp_sys.c
4427 ____________________________________________________________________________
4428 [  3314] By: gsar                                  on 1999/05/06  08:01:23
4429         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
4430              Date: Tue, 30 Mar 1999 23:40:34 PST
4431              Message-ID: <19990331074034.6117.qmail@hotmail.com>
4432              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
4433              --
4434              Date: Wed, 07 Apr 1999 00:28:23 -0800
4435              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
4436              Subject: [PATCH 5.005_56] function prototypes(B.pm)
4437              --
4438              Date: Thu, 22 Apr 1999 23:40:52 -0700
4439              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
4440              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
4441              --
4442              Date: Tue, 27 Apr 1999 01:14:49 PDT
4443              Message-ID: <19990427081449.28615.qmail@hotmail.com>
4444              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
4445      Branch: perl
4446            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
4447            ! t/op/ref.t
4448 ____________________________________________________________________________
4449 [  3313] By: jhi                                   on 1999/05/06  07:59:52
4450         Log: Integrate from mainperl.
4451      Branch: cfgperl
4452           !> (integrate 33 files)
4453 ____________________________________________________________________________
4454 [  3312] By: gsar                                  on 1999/05/06  07:11:50
4455         Log: add Ethiopic section to unicode master database (from Ken
4456              Whistler <kenw@sybase.com>)
4457      Branch: perl
4458            ! lib/unicode/UnicodeData-Latest.txt
4459 ____________________________________________________________________________
4460 [  3311] By: gsar                                  on 1999/05/06  05:37:55
4461         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
4462              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
4463              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
4464              Subject: Largefiles for Solaris
4465      Branch: perl
4466            ! hints/solaris_2.sh
4467 ____________________________________________________________________________
4468 [  3310] By: gsar                                  on 1999/05/06  05:14:35
4469         Log: emit more accurate diagnostic for syntax errors involving <>
4470              within eval""
4471      Branch: perl
4472            ! toke.c utils/perldoc.PL
4473 ____________________________________________________________________________
4474 [  3309] By: gsar                                  on 1999/05/06  04:36:31
4475         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
4476      Branch: perl
4477            ! t/lib/open3.t
4478 ____________________________________________________________________________
4479 [  3308] By: gsar                                  on 1999/05/06  03:19:16
4480         Log: applied first part of suggested patch (bug described cannot be
4481              reproduced any longer, so the second inconclusive part has not
4482              been applied)
4483              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4484              Date: Sun, 28 Mar 1999 04:51:34 +0100
4485              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
4486              Subject: [PATCH 5.005_56] Re: A core dump 
4487      Branch: perl
4488            ! toke.c
4489 ____________________________________________________________________________
4490 [  3307] By: gsar                                  on 1999/05/06  01:56:06
4491         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
4492              change#3180)
4493      Branch: perl
4494            ! op.c
4495 ____________________________________________________________________________
4496 [  3306] By: gsar                                  on 1999/05/05  17:17:34
4497         Log: applied non-conflicting parts of suggested patch
4498              From: Charles Bailey <BAILEY@newman.upenn.edu>
4499              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
4500              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
4501              Subject: [Patch 5.005_56] Revised VMS patch
4502      Branch: perl
4503            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
4504            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
4505 ____________________________________________________________________________
4506 [  3305] By: gsar                                  on 1999/05/05  16:20:19
4507         Log: make perldoc use backslashed pathnames within system() on win32
4508      Branch: perl
4509            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
4510 ____________________________________________________________________________
4511 [  3304] By: gsar                                  on 1999/05/05  07:29:43
4512         Log: upgrade Pod::Parser to v1.081 from CPAN
4513      Branch: perl
4514            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
4515            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
4516            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
4517 ____________________________________________________________________________
4518 [  3303] By: gsar                                  on 1999/05/05  07:02:07
4519         Log: From: Andy Dougherty <doughera@lafayette.edu>
4520              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
4521              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
4522              Subject: [PATCH 5.005_03-MT3] INSTALL patches
4523      Branch: perl
4524            ! INSTALL
4525 ____________________________________________________________________________
4526 [  3302] By: gsar                                  on 1999/05/05  06:55:21
4527         Log: load base packages based on nonexistent $VERSION
4528              From: andreas.koenig@anima.de (Andreas J. Koenig)
4529              Date: 19 Mar 1999 06:00:28 +0100
4530              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
4531              Subject: Re: base.pm flaw
4532      Branch: perl
4533            ! lib/base.pm lib/locale.pm
4534 ____________________________________________________________________________
4535 [  3301] By: gsar                                  on 1999/05/04  05:41:08
4536         Log: pod2man outputs switched date and revision label (fix suggested by
4537              EthanSasiela@mede.com)
4538      Branch: perl
4539            ! pod/pod2man.PL
4540 ____________________________________________________________________________
4541 [  3300] By: gsar                                  on 1999/05/03  18:48:25
4542         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
4543              (makes opendir(D,"c:") work reliably)
4544      Branch: perl
4545            ! win32/win32.c
4546 ____________________________________________________________________________
4547 [  3299] By: gsar                                  on 1999/05/02  19:39:55
4548         Log: add test case for change#3298
4549      Branch: perl
4550            ! sv.c t/op/readdir.t
4551 ____________________________________________________________________________
4552 [  3298] By: gsar                                  on 1999/05/02  19:24:41
4553         Log: close directory handles properly when localized
4554      Branch: perl
4555            ! sv.c
4556 ____________________________________________________________________________
4557 [  3297] By: jhi                                   on 1999/04/30  11:42:14
4558         Log: Integrate from mainperl.
4559      Branch: cfgperl
4560           !> Changes config_h.SH configure.com lib/AutoLoader.pm
4561           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
4562           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
4563           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
4564           !> vms/subconfigure.com win32/win32.c
4565 ____________________________________________________________________________
4566 [  3293] By: chip                                  on 1999/04/29  18:50:49
4567         Log: Fix shebang lines.
4568      Branch: maint-5.004/perl
4569            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
4570            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
4571            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
4572            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
4573            ! x2p/find2perl.PL x2p/s2p.PL
4574 ____________________________________________________________________________
4575 [  3284] By: gsar                                  on 1999/04/27  00:48:42
4576         Log: integrate change#3279 from maint-5.004
4577      Branch: perl
4578            ! lib/AutoLoader.pm
4579 ____________________________________________________________________________
4580 [  3279] By: chip                                  on 1999/04/26  23:09:26
4581         Log: Make &AutoLoad::AUTOLOAD reentrant.
4582      Branch: maint-5.004/perl
4583            ! lib/AutoLoader.pm
4584 ____________________________________________________________________________
4585 [  3276] By: chip                                  on 1999/04/26  22:34:36
4586         Log: Make porting scripts executable.
4587      Branch: maint-5.004/perl
4588            ! Changes Porting/genlog Porting/makerel Porting/p4desc
4589            ! Porting/patchls
4590 ____________________________________________________________________________
4591 [  3274] By: gsar                                  on 1999/04/26  17:30:31
4592         Log: allow embedded null characters in diagnostics
4593      Branch: perl
4594            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
4595 ____________________________________________________________________________
4596 [  3273] By: gsar                                  on 1999/04/26  08:27:22
4597         Log: hand-applied conflicting parts of suggested patch
4598              From: Charles Bailey <BAILEY@newman.upenn.edu>
4599              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
4600              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
4601              Subject: [PATCH 5.005_56] VMS configuration/build
4602      Branch: perl
4603            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
4604            ! vms/munchconfig.c vms/subconfigure.com
4605 ____________________________________________________________________________
4606 [  3272] By: gsar                                  on 1999/04/26  08:25:41
4607         Log: update Changes; tweak minor regressions
4608      Branch: perl
4609            ! Changes lib/AutoSplit.pm lib/File/Path.pm
4610 ____________________________________________________________________________
4611 [  3271] By: gsar                                  on 1999/04/26  07:52:51
4612         Log: integrate change#3229 from maint-5.004
4613      Branch: perl
4614            ! pp_ctl.c util.c
4615 ____________________________________________________________________________
4616 [  3270] By: gsar                                  on 1999/04/25  22:58:27
4617         Log: fix buggy reference count on refs to SVs with autoviv magic
4618              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
4619              accessing free()d memory)
4620      Branch: perl
4621            ! pp.c t/op/ref.t
4622 ____________________________________________________________________________
4623 [  3269] By: gsar                                  on 1999/04/24  17:07:55
4624         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
4625              on win32)
4626      Branch: perl
4627            ! win32/win32.c
4628 ____________________________________________________________________________
4629 [  3268] By: gsar                                  on 1999/04/24  16:38:25
4630         Log: kill dup hunk
4631      Branch: perl
4632            ! config_h.SH
4633 ____________________________________________________________________________
4634 [  3267] By: gsar                                  on 1999/04/24  16:35:57
4635         Log: integrate cfgperl changes into mainline
4636      Branch: perl
4637           +> myconfig.SH
4638            - myconfig
4639            ! pod/perlre.pod
4640           !> (integrate 38 files)
4641 ____________________________________________________________________________
4642 [  3266] By: jhi                                   on 1999/04/23  18:42:44
4643         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4644              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
4645              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
4646              Cc: Lionel Cons <lionel.cons@cern.ch>,
4647              Ilya Zakharevich <ilya@math.ohio-state.edu>,
4648              David Hayes <david@bdel.com>
4649              Subject: [PATCH] h2ph
4650              Date: Fri, 23 Apr 1999 12:37:23 -0400
4651              Message-ID: <19990423123723.A49550@O2.chapin.edu>
4652      Branch: cfgperl
4653            ! utils/h2ph.PL
4654 ____________________________________________________________________________
4655 [  3265] By: jhi                                   on 1999/04/21  18:17:12
4656         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4657              To: perlbug@perl.org
4658              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
4659              Date: Wed, 21 Apr 1999 08:17:54 -0700
4660              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
4661      Branch: cfgperl
4662            ! vms/descrip_mms.template
4663 ____________________________________________________________________________
4664 [  3264] By: jhi                                   on 1999/04/20  08:50:54
4665         Log: From: Andy Dougherty <doughera@lafayette.edu>
4666              To: The Perl Porters Mailing List <perl5-porters@perl.org>
4667              Subject: [PATCH 5.005_56] Re: 5.006 Todo
4668              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
4669              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
4670      Branch: cfgperl
4671            ! Porting/pumpkin.pod
4672 ____________________________________________________________________________
4673 [  3263] By: jhi                                   on 1999/04/20  08:05:01
4674         Log: From: Chip Salzenberg <chip@perlsupport.com>
4675              To: Perl 5 Porters <perl5-porters@perl.org>
4676              Subject: [PATCH 5.005_56] Configure: $sig_count
4677              Date: Sun, 18 Apr 1999 17:54:36 -0400
4678              Message-ID: <19990418175436.A27496@perlsupport.com>
4679      Branch: cfgperl
4680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4681            ! config_h.SH
4682 ____________________________________________________________________________
4683 [  3262] By: jhi                                   on 1999/04/19  18:23:50
4684         Log: Subject: PATCH wrong faq reference in perlbook.pod
4685              From: Robin Barker <rmb1@cise.npl.co.uk>
4686              To: perlbug@perl.com
4687              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
4688              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
4689      Branch: cfgperl
4690            ! pod/perlbook.pod
4691 ____________________________________________________________________________
4692 [  3261] By: jhi                                   on 1999/04/15  13:59:04
4693         Log: From: Andy Dougherty <doughera@lafayette.edu>
4694              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
4695              Cc: Perl Porters <perl5-porters@perl.org>
4696              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
4697              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
4698              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
4699      Branch: cfgperl
4700            ! hints/solaris_2.sh
4701 ____________________________________________________________________________
4702 [  3260] By: jhi                                   on 1999/04/15  13:56:53
4703         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4704              To: pumpkings@jhereg.perl.com
4705              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
4706              Date: Thu, 15 Apr 1999 07:13:41 -0600
4707              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
4708      Branch: cfgperl
4709            ! pod/perldata.pod
4710 ____________________________________________________________________________
4711 [  3259] By: jhi                                   on 1999/04/13  23:12:52
4712         Log: LDLIBPTH also on 'clean' targets.
4713      Branch: cfgperl
4714            ! Makefile.SH
4715 ____________________________________________________________________________
4716 [  3258] By: jhi                                   on 1999/04/13  21:38:46
4717         Log: Add information about the two DEC C compiler optimizer bugs
4718              (what patch levels of the compilers fix them).
4719      Branch: cfgperl
4720            ! pp.c t/op/repeat.t
4721 ____________________________________________________________________________
4722 [  3257] By: jhi                                   on 1999/04/13  14:25:08
4723         Log: Be polite about ccdlflags and lddflags, too.
4724              Avoid Perl's malloc only when threaded.
4725      Branch: cfgperl
4726            ! hints/aix.sh
4727 ____________________________________________________________________________
4728 [  3256] By: jhi                                   on 1999/04/13  10:21:33
4729         Log: Croak if no known ways to semctl() (don't assume union semun).
4730      Branch: cfgperl
4731            ! doio.c perl.h
4732 ____________________________________________________________________________
4733 [  3255] By: jhi                                   on 1999/04/13  09:10:26
4734         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4735              To: perl5-porters@perl.org, vmsperl@perl.org
4736              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
4737              Date: Mon, 12 Apr 1999 13:36:48 -0700
4738              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
4739      Branch: cfgperl
4740            ! lib/ExtUtils/MM_VMS.pm
4741 ____________________________________________________________________________
4742 [  3254] By: jhi                                   on 1999/04/13  06:56:26
4743         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4744              To: perlbug@perl.com
4745              Subject: Update for OpenBSD hints
4746              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
4747              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
4748      Branch: cfgperl
4749            ! hints/openbsd.sh
4750 ____________________________________________________________________________
4751 [  3229] By: chip                                  on 1999/04/13  04:04:14
4752         Log: Preserve errno from importunities of sfio.
4753      Branch: maint-5.004/perl
4754            ! pp_ctl.c util.c
4755 ____________________________________________________________________________
4756 [  3226] By: jhi                                   on 1999/04/11  12:52:26
4757         Log: If both ways to call semctl are broken,    skip the tests.
4758      Branch: cfgperl
4759            ! t/lib/ipc_sysv.t
4760 ____________________________________________________________________________
4761 [  3225] By: jhi                                   on 1999/04/10  22:27:28
4762         Log: From: Andy Dougherty <doughera@lafayette.edu>
4763              To: dsembr01@ox.slug.louisville.edu
4764              Cc: perlbug@perl.com
4765              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
4766              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
4767              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
4768      Branch: cfgperl
4769            ! ext/POSIX/POSIX.xs
4770 ____________________________________________________________________________
4771 [  3224] By: jhi                                   on 1999/04/09  18:50:32
4772         Log: From: Andy Dougherty <doughera@lafayette.edu>
4773              To: Perl Porters <perl5-porters@perl.org>
4774              Subject: [PATCH 5.005_56] Re: prefix= in hints
4775              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
4776              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
4777              
4778              (Overrides change #3204 from Kurt)
4779      Branch: cfgperl
4780            ! hints/linux.sh
4781 ____________________________________________________________________________
4782 [  3223] By: jhi                                   on 1999/04/09  18:37:55
4783         Log: Understand Apollo's //node notation.
4784              
4785              From: Johann Klasek <jk@auto.tuwien.ac.at>
4786              To: jhi@iki.fi
4787              Subject: Re: DomainPerl
4788              Date: Fri, 9 Apr 1999 18:21:37 +0200
4789              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
4790      Branch: cfgperl
4791            ! lib/Cwd.pm
4792 ____________________________________________________________________________
4793 [  3220] By: jhi                                   on 1999/04/04  16:33:49
4794         Log: Integrate from mainperl.
4795      Branch: cfgperl
4796           !> (integrate 39 files)
4797 ____________________________________________________________________________
4798 [  3219] By: gsar                                  on 1999/04/04  02:48:17
4799         Log: tweak previous change
4800      Branch: maint-5.005/perl
4801            ! win32/win32.c
4802 ____________________________________________________________________________
4803 [  3218] By: gsar                                  on 1999/04/04  02:44:47
4804         Log: be careful about extending the stack for the Win32:: builtins
4805      Branch: maint-5.005/perl
4806            ! win32/win32.c
4807 ____________________________________________________________________________
4808 [  3217] By: gsar                                  on 1999/04/04  01:59:26
4809         Log: correct places that said newSVpv() when they meant newSVpvn()
4810      Branch: perl
4811            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
4812            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
4813            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4814            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
4815            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
4816            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
4817            ! win32/win32.c
4818 ____________________________________________________________________________
4819 [  3216] By: gsar                                  on 1999/04/03  23:58:27
4820         Log: avoid duplicate code
4821      Branch: perl
4822            ! sv.c
4823 ____________________________________________________________________________
4824 [  3215] By: gsar                                  on 1999/04/03  23:14:34
4825         Log: grow PL_tmps_stack more efficiently; make it more amenable to
4826              STRESS_REALLOC testing
4827      Branch: perl
4828            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
4829            ! sv.c
4830 ____________________________________________________________________________
4831 [  3214] By: gsar                                  on 1999/04/03  21:01:09
4832         Log: scrounge and save three extra branches in pp_entersub()
4833      Branch: perl
4834            ! cv.h pp_ctl.c pp_hot.c
4835 ____________________________________________________________________________
4836 [  3213] By: gsar                                  on 1999/04/03  17:43:23
4837         Log: remove duplicate code and an extra branch in sv_setsv() and
4838              other hot code by making SvTHINKFIRST() think about FAKE SVs
4839      Branch: perl
4840            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
4841            ! proto.h scope.c sv.c sv.h
4842 ____________________________________________________________________________
4843 [  3212] By: jhi                                   on 1999/04/03  16:20:09
4844         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
4845              
4846              From: John Bley <jbb6@acpub.duke.edu>
4847              To: perlbug@perl.org
4848              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
4849              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
4850              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
4851      Branch: cfgperl
4852            ! doio.c pp_sys.c
4853 ____________________________________________________________________________
4854 [  3211] By: jhi                                   on 1999/04/03  13:27:26
4855         Log: Change #3210 was rather unportable.  This is better.
4856      Branch: cfgperl
4857            ! Configure config_h.SH
4858 ____________________________________________________________________________
4859 [  3210] By: jhi                                   on 1999/04/03  13:16:20
4860         Log: Avoid Digital UNIX' ksh.
4861              
4862              From: Jarkko Hietaniemi <jhi@iki.fi> 
4863              To: Henrik Tougaard <ht000@siberut.foa.dk> 
4864              Cc: perlbug@perl.com, ht000@foa.dk 
4865              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
4866              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
4867              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
4868      Branch: cfgperl
4869            ! Configure config_h.SH
4870 ____________________________________________________________________________
4871 [  3209] By: jhi                                   on 1999/04/03  12:49:04
4872         Log: Integrate from mainperl.
4873      Branch: cfgperl
4874           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
4875 ____________________________________________________________________________
4876 [  3208] By: jhi                                   on 1999/04/03  12:27:24
4877         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
4878              
4879              From: Lionel Cons <lionel.cons@cern.ch>
4880              To: jhi@iki.fi
4881              Cc: perlbug@perl.com, kstar@isinet.com,
4882              Philippe Defert <philippe.defert@cern.ch>
4883              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
4884              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
4885              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
4886      Branch: cfgperl
4887            ! hints/irix_6.sh
4888 ____________________________________________________________________________
4889 [  3207] By: jhi                                   on 1999/04/03  12:20:21
4890         Log: Be polite about usemymalloc.
4891      Branch: cfgperl
4892            ! hints/aix.sh
4893 ____________________________________________________________________________
4894 [  3206] By: gsar                                  on 1999/04/02  23:31:59
4895         Log: a typo in change#3205
4896      Branch: perl
4897            ! t/lib/bigfloatpm.t
4898 ____________________________________________________________________________
4899 [  3205] By: gsar                                  on 1999/04/02  23:20:31
4900         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
4901              returns NaNs faithfully)
4902      Branch: perl
4903            ! t/lib/bigfloatpm.t
4904 ____________________________________________________________________________
4905 [  3204] By: jhi                                   on 1999/04/02  22:03:23
4906         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
4907              
4908              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4909              To: perl5-porters@perl.org
4910              Subject: linux hints nit
4911              Date: Fri, 2 Apr 1999 16:49:47 -0500
4912              Message-ID: <19990402164947.E80926@O2.chapin.edu>
4913      Branch: cfgperl
4914            ! hints/linux.sh
4915 ____________________________________________________________________________
4916 [  3203] By: jhi                                   on 1999/04/02  22:00:56
4917         Log: Display exact glibc version in Linux. 
4918              
4919              From: Andy Dougherty <doughera@lafayette.edu>
4920              To: Perl Porters <perl5-porters@perl.org>
4921              Subject: Displaying glibc version on Linux
4922              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
4923              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
4924      Branch: cfgperl
4925            ! hints/linux.sh
4926 ____________________________________________________________________________
4927 [  3202] By: gsar                                  on 1999/04/02  21:23:18
4928         Log: various little goofs
4929      Branch: perl
4930            ! Changes Makefile.SH README installperl
4931 ____________________________________________________________________________
4932 [  3201] By: jhi                                   on 1999/04/02  13:13:39
4933         Log: Configure regen.
4934              
4935              Add llseek + offset_t probing.
4936              Change CONFIG to CONFIGDOTSH.
4937              'unset foo' is unportable, use foo=''.
4938      Branch: cfgperl
4939            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4940            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
4941            ! perl_exp.SH writemain.SH
4942 ____________________________________________________________________________
4943 [  3200] By: jhi                                   on 1999/04/02  12:06:22
4944         Log: Introduce myconfig.SH.
4945              
4946              From: Andy Dougherty <doughera@lafayette.edu>
4947              To: Jarkko Hietaniemi <jhi@iki.fi>
4948              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
4949              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
4950              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
4951              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
4952      Branch: cfgperl
4953            + myconfig.SH
4954            - myconfig
4955            ! MANIFEST
4956 ____________________________________________________________________________
4957 [  3195] By: jhi                                   on 1999/03/28  16:42:54
4958         Log: Update perlhist on 5_03.
4959      Branch: maint-5.005/perl
4960            ! pod/perlhist.pod
4961 ____________________________________________________________________________
4962 [  3194] By: jhi                                   on 1999/03/28  12:30:01
4963         Log: Integrate from mainperl.
4964      Branch: cfgperl
4965           +> t/op/grep.t
4966            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
4967            ! t/lib/bigintpm.t
4968           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
4969           !> t/lib/thread.t
4970 ____________________________________________________________________________
4971 [  3189] By: gsar                                  on 1999/03/28  08:22:00
4972         Log: various pod niggles
4973      Branch: maint-5.005/perl
4974            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
4975            ! pod/perlfunc.pod pod/perlhist.pod
4976 ____________________________________________________________________________
4977 [  3187] By: gsar                                  on 1999/03/28  07:31:16
4978         Log: regularize CAPI declarations (CAPI extensions now build under
4979              the Borland compiler)
4980      Branch: maint-5.005/perl
4981            ! win32/GenCAPI.pl
4982 ____________________________________________________________________________
4983 [  3186] By: gsar                                  on 1999/03/28  07:26:33
4984         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
4985              -DPERL_CAPI
4986      Branch: maint-5.005/perl
4987            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4988 ____________________________________________________________________________
4989 [  3183] By: gsar                                  on 1999/03/28  06:00:46
4990         Log: update p4 utility to ignore non-text files
4991      Branch: perl
4992            ! Porting/p4desc
4993 ____________________________________________________________________________
4994 [  3181] By: gsar                                  on 1999/03/28  03:37:23
4995         Log: integrate change#3179 from maint-5.005
4996      Branch: perl
4997           !> ext/Thread/Thread.xs t/lib/thread.t
4998 ____________________________________________________________________________
4999 [  3180] By: gsar                                  on 1999/03/28  02:28:20
5000         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
5001              (sometimes caused bizarreness in the BLOCK)
5002      Branch: perl
5003            + t/op/grep.t
5004            ! MANIFEST op.c
5005 ____________________________________________________________________________
5006 [  3179] By: gsar                                  on 1999/03/28  02:14:04
5007         Log: fix thread segfault when passing large number of arguments to child
5008              a la C<Thread->new($foo, 1..1000)>
5009      Branch: maint-5.005/perl
5010            ! ext/Thread/Thread.xs t/lib/thread.t
5011 ____________________________________________________________________________
5012 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
5013         Log: fix $Config{'usethreads'} typo in perlthrtut
5014              
5015              From: Ian Maloney <szhmf9@wsblob.ubs.com>
5016              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
5017              Message-Id: <199903251540.QAA02439@wsblob.>
5018              Subject: perlthrtut documentation error
5019      Branch: maint-5.005/perl
5020            ! pod/perlthrtut.pod
5021 ____________________________________________________________________________
5022 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
5023         Log: Update Test.pm to VERSION 1.122 from CPAN
5024      Branch: maint-5.005/perl
5025            ! lib/Test.pm
5026 ____________________________________________________________________________
5027 [  3171] By: jhi                                   on 1999/03/26  22:38:28
5028         Log: Integrate from mainperl.
5029      Branch: cfgperl
5030           !> (integrate 37 files)
5031 ____________________________________________________________________________
5032 [  3170] By: gsar                                  on 1999/03/26  01:30:25
5033         Log: specify type of bracket in "Unmatched bracket" diagnostic;
5034              prefer 'brace' or 'curly bracket' over 'curly brace'
5035      Branch: perl
5036            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
5037            ! t/op/misc.t t/op/re_tests toke.c
5038 ____________________________________________________________________________
5039 [  3169] By: gsar                                  on 1999/03/26  00:50:51
5040         Log: better description of "Integer overflow" diagnostic
5041      Branch: perl
5042            ! pod/perldiag.pod
5043 ____________________________________________________________________________
5044 [  3168] By: gsar                                  on 1999/03/25  11:02:46
5045         Log: applied needful parts of suggested patch
5046              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5047              Date: Tue, 23 Mar 1999 16:21:43 -0800
5048              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
5049              Subject: [PATCH 5.005_56] pp_formline correction
5050      Branch: perl
5051            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
5052 ____________________________________________________________________________
5053 [  3167] By: gsar                                  on 1999/03/25  10:39:02
5054         Log: clarify what a "comment" means (due to Mark-Jason Dominus
5055              <mjd@plover.com>)
5056      Branch: perl
5057            ! pod/perlsyn.pod
5058 ____________________________________________________________________________
5059 [  3166] By: gsar                                  on 1999/03/25  10:33:18
5060         Log: describe current behavior on local($foo{nothere}) (suggested by
5061              Lionel Cons <lionel.cons@cern.ch>)
5062      Branch: perl
5063            ! pod/perlsub.pod
5064 ____________________________________________________________________________
5065 [  3165] By: gsar                                  on 1999/03/25  06:21:05
5066         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
5067              <vishalb@hotmail.com>)
5068      Branch: perl
5069            ! ext/B/B/C.pm
5070 ____________________________________________________________________________
5071 [  3164] By: gsar                                  on 1999/03/25  06:17:27
5072         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5073              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
5074              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
5075              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
5076      Branch: perl
5077            ! ext/B/B.xs op.h opcode.pl
5078 ____________________________________________________________________________
5079 [  3163] By: gsar                                  on 1999/03/25  06:15:49
5080         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
5081              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
5082              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
5083              Subject: [PATCH _56] B::Deparse 0.57
5084              --
5085              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
5086              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
5087              Subject: Re: [PATCH _56] B::Deparse 0.57 
5088      Branch: perl
5089            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
5090 ____________________________________________________________________________
5091 [  3162] By: gsar                                  on 1999/03/25  06:11:46
5092         Log: fix a few places that said 'int', but meant 'STRLEN'
5093      Branch: perl
5094            ! pod/perlguts.pod proto.h sv.c
5095 ____________________________________________________________________________
5096 [  3161] By: gsar                                  on 1999/03/25  06:01:18
5097         Log: From: Russ Allbery <rra@stanford.edu>
5098              Date: 22 Mar 1999 04:26:26 -0800
5099              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
5100              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
5101      Branch: perl
5102            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
5103            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
5104            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
5105            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
5106 ____________________________________________________________________________
5107 [  3160] By: gsar                                  on 1999/03/25  02:26:31
5108         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
5109      Branch: perl
5110            ! opcode.h opcode.pl
5111 ____________________________________________________________________________
5112 [  3159] By: gsar                                  on 1999/03/25  02:18:17
5113         Log: add statement-modifier loops to :base_loop class
5114      Branch: perl
5115            ! ext/Opcode/Opcode.pm
5116 ____________________________________________________________________________
5117 [  3158] By: gsar                                  on 1999/03/25  00:36:57
5118         Log: integrate changes#3105,3130,3154 from maint-5.005
5119      Branch: perl
5120           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
5121 ____________________________________________________________________________
5122 [  3157] By: gsar                                  on 1999/03/25  00:24:17
5123         Log: remove bogus panic()
5124      Branch: perl
5125            ! Changes lib/Math/BigFloat.pm
5126 ____________________________________________________________________________
5127 [  3156] By: jhi                                   on 1999/03/24  22:43:43
5128         Log: Integrate from mainperl.
5129      Branch: cfgperl
5130           +> (branch 38 files)
5131           !> (integrate 68 files)
5132 ____________________________________________________________________________
5133 [  3155] By: jhi                                   on 1999/03/24  22:12:17
5134         Log: Configure regenerated because of changes #3130/#3154 and #3147.
5135      Branch: cfgperl
5136            ! Configure config_h.SH
5137 ____________________________________________________________________________
5138 [  3154] By: jhi                                   on 1999/03/24  21:40:51
5139         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
5140              based on suggestions from Andy Dougherty.
5141      Branch: maint-5.005/perl
5142            ! INSTALL
5143 ____________________________________________________________________________
5144 [  3153] By: gsar                                  on 1999/03/24  10:38:05
5145         Log: applied suggested patch, modulo superceded parts
5146              From: Charles Bailey <BAILEY@newman.upenn.edu>
5147              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
5148              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
5149              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
5150      Branch: perl
5151            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5152            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
5153            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
5154            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
5155 ____________________________________________________________________________
5156 [  3152] By: gsar                                  on 1999/03/24  10:30:51
5157         Log: applied suggested patch, modulo superceded parts
5158              From: Charles Bailey <BAILEY@newman.upenn.edu>
5159              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
5160              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
5161              Subject: [PATCH 5.005_56] Miscellaneous small fixes
5162      Branch: perl
5163            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
5164            ! lib/File/Basename.pm
5165 ____________________________________________________________________________
5166 [  3151] By: gsar                                  on 1999/03/24  10:15:00
5167         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
5168      Branch: perl
5169            ! pod/perlop.pod
5170 ____________________________________________________________________________
5171 [  3150] By: gsar                                  on 1999/03/24  10:09:13
5172         Log: missing integration in previous change
5173      Branch: perl
5174           !> README.apollo
5175 ____________________________________________________________________________
5176 [  3149] By: gsar                                  on 1999/03/24  10:06:44
5177         Log: integrate changes#3116,3119 from maint-5.005
5178      Branch: perl
5179            + README.apollo
5180           +> apollo/netinet/in.h
5181           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
5182 ____________________________________________________________________________
5183 [  3148] By: gsar                                  on 1999/03/24  10:01:56
5184         Log: integrate changes#3091-3094 from maint-5.005
5185      Branch: perl
5186           !> README.hurd vms/subconfigure.com vos/config.h
5187           !> vos/config_h.SH_orig
5188 ____________________________________________________________________________
5189 [  3147] By: gsar                                  on 1999/03/24  09:31:49
5190         Log: warn about newfangled vfork() caveats
5191      Branch: perl
5192            ! Configure
5193 ____________________________________________________________________________
5194 [  3146] By: jhi                                   on 1999/03/24  09:20:14
5195         Log: Bring in changes #2808 and #2812 (from mainline perl)
5196              that enhance the perlbug checklist.
5197      Branch: maint-5.005/perl
5198            ! utils/perlbug.PL
5199 ____________________________________________________________________________
5200 [  3145] By: gsar                                  on 1999/03/24  08:37:02
5201         Log: integrate change#3115 from maint-5.005
5202      Branch: perl
5203           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5204           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
5205 ____________________________________________________________________________
5206 [  3144] By: gsar                                  on 1999/03/24  08:33:59
5207         Log: add note about map in scalar context
5208      Branch: perl
5209            ! pod/perlfunc.pod
5210 ____________________________________________________________________________
5211 [  3143] By: gsar                                  on 1999/03/24  08:25:59
5212         Log: doc tweak
5213      Branch: perl
5214            ! lib/Time/Local.pm
5215 ____________________________________________________________________________
5216 [  3142] By: gsar                                  on 1999/03/24  08:20:37
5217         Log: applied suggested patch, modulo bogus hunk
5218              From: "Vishal Bhatia" <vishalb@hotmail.com>
5219              Date: Thu, 11 Mar 1999 07:40:27 PST
5220              Message-ID: <19990311154027.25891.qmail@hotmail.com>
5221              Subject: [PATCH 5.005_56] Minor fixes in perlcc
5222      Branch: perl
5223            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
5224 ____________________________________________________________________________
5225 [  3141] By: gsar                                  on 1999/03/24  08:06:12
5226         Log: integrate change#3104 from maint-5.005
5227      Branch: perl
5228           !> README.os390 t/lib/posix.t
5229 ____________________________________________________________________________
5230 [  3140] By: gsar                                  on 1999/03/24  06:34:56
5231         Log: fix failure of C<&locked_sub;> under -Dusethreads
5232      Branch: perl
5233            ! pp_hot.c t/lib/thread.t
5234 ____________________________________________________________________________
5235 [  3139] By: gsar                                  on 1999/03/24  05:52:00
5236         Log: debugger tweak (wasn't printing a newline after recalled commands)
5237      Branch: perl
5238            ! lib/perl5db.pl
5239 ____________________________________________________________________________
5240 [  3138] By: gsar                                  on 1999/03/24  05:33:28
5241         Log: document OO exceptions (based on a suggestion by Andreas Koenig
5242              <andreas.koenig@anima.de>)
5243      Branch: perl
5244            ! pod/perlfunc.pod
5245 ____________________________________________________________________________
5246 [  3137] By: gsar                                  on 1999/03/24  02:50:20
5247         Log: better "Illegal %s digit ignored" warnings
5248      Branch: perl
5249            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
5250            ! toke.c util.c
5251 ____________________________________________________________________________
5252 [  3136] By: gsar                                  on 1999/03/24  02:26:38
5253         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
5254      Branch: perl
5255            + t/pragma/utf8.t
5256            ! regcomp.c
5257 ____________________________________________________________________________
5258 [  3135] By: gsar                                  on 1999/03/24  01:29:09
5259         Log: flip release & version in win32_uname()
5260      Branch: perl
5261            ! win32/win32.c
5262 ____________________________________________________________________________
5263 [  3134] By: gsar                                  on 1999/03/24  01:08:33
5264         Log: support POSIX::uname() via win32_uname()
5265      Branch: perl
5266            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
5267            ! win32/config.gc win32/config.vc win32/config_H.bc
5268            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5269            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5270 ____________________________________________________________________________
5271 [  3133] By: gsar                                  on 1999/03/23  22:20:10
5272         Log: From: jan.dubois@ibm.net (Jan Dubois)
5273              Date: Sat, 06 Mar 1999 21:42:56 +0100
5274              Message-ID: <36e49281.50337171@smtp1.ibm.net>
5275              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
5276      Branch: perl
5277            ! pod/perldelta.pod
5278 ____________________________________________________________________________
5279 [  3132] By: gsar                                  on 1999/03/23  22:17:45
5280         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
5281              Date: Sat, 06 Mar 1999 17:50:49 +0100
5282              Message-ID: <36e25209.33833760@smtp1.ibm.net>
5283              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
5284              --
5285              Date: Sat, 06 Mar 1999 18:15:00 +0100
5286              Message-ID: <36e36222.37954195@smtp1.ibm.net>
5287              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
5288      Branch: perl
5289            + t/lib/filefunc.t
5290            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
5291            ! pod/perldelta.pod pod/perlmodlib.pod
5292 ____________________________________________________________________________
5293 [  3131] By: gsar                                  on 1999/03/23  22:07:59
5294         Log: integrate cfgperl changes into mainline
5295      Branch: perl
5296           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5297           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
5298           !> installperl malloc.c perl.c perl.h pod/perl.pod
5299           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
5300 ____________________________________________________________________________
5301 [  3130] By: jhi                                   on 1999/03/23  22:02:23
5302         Log: Don't use config.msg to remind about the
5303              LD_LIBRARY_PATH because Makefile.SH takes
5304              care of that.
5305              
5306              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
5307              This used to be the default but in some MT or another it
5308              was dropped because of some transient error or another.
5309      Branch: maint-5.005/perl
5310            ! Configure hints/dec_osf.sh
5311 ____________________________________________________________________________
5312 [  3129] By: gsar                                  on 1999/03/23  21:38:03
5313         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
5314              to size    and better maintainability)
5315      Branch: perl
5316            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5317            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
5318            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
5319            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
5320            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
5321            + t/pod/include.xr t/pod/included.t t/pod/included.xr
5322            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
5323            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
5324            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
5325            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
5326            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
5327            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
5328            ! win32/Makefile win32/makefile.mk win32/pod.mak
5329 ____________________________________________________________________________
5330 [  3128] By: jhi                                   on 1999/03/23  10:14:54
5331         Log: Integrate from mainperl.
5332      Branch: cfgperl
5333           !> (integrate 46 files)
5334 ____________________________________________________________________________
5335 [  3127] By: gsar                                  on 1999/03/23  06:57:30
5336         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
5337              Date: Thu, 4 Mar 1999 10:54:01 -0800
5338              Message-Id: <9903041854.AA46868@frc0000>
5339              Subject: patch for useless Math::BigInt warnings
5340      Branch: perl
5341            ! lib/Math/BigInt.pm
5342 ____________________________________________________________________________
5343 [  3126] By: gsar                                  on 1999/03/23  05:54:37
5344         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
5345              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5346              Date: Fri, 19 Feb 1999 15:47:59 -0500
5347              Message-ID: <19990219154759.A32350@O2.chapin.edu>
5348              Subject: [PATCH] OSF/1 hints
5349      Branch: perl
5350            ! hints/dec_osf.sh
5351 ____________________________________________________________________________
5352 [  3125] By: gsar                                  on 1999/03/23  00:56:38
5353         Log: avoid typeglob persistence in pp_readline()
5354      Branch: perl
5355            ! sv.c t/op/gv.t
5356 ____________________________________________________________________________
5357 [  3124] By: gsar                                  on 1999/03/22  21:12:23
5358         Log: update copyright years
5359      Branch: perl
5360            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
5361            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
5362            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
5363            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
5364            ! sv.c sv.h toke.c utf8.c utf8.h util.c
5365 ____________________________________________________________________________
5366 [  3123] By: gsar                                  on 1999/03/22  07:07:06
5367         Log: implement win32_spawnvp() internally, making it return true PIDs
5368              for asynchronous spawns; fix win32_kill() to always deal with
5369              PIDs
5370      Branch: perl
5371            ! win32/win32.c win32/win32.h
5372 ____________________________________________________________________________
5373 [  3122] By: jhi                                   on 1999/03/19  21:12:14
5374         Log: Describe the new Benchmark feature in more detail.
5375      Branch: cfgperl
5376            ! pod/perldelta.pod
5377      Branch: maint-5.005/perl
5378            ! pod/perldelta.pod
5379 ____________________________________________________________________________
5380 [  3121] By: jhi                                   on 1999/03/19  08:16:12
5381         Log: AVAILABILITY tuning.
5382      Branch: cfgperl
5383            ! pod/perl.pod
5384      Branch: maint-5.005/perl
5385            ! pod/perl.pod
5386 ____________________________________________________________________________
5387 [  3120] By: jhi                                   on 1999/03/17  14:52:17
5388         Log: Rhapsody change assumed too much.
5389      Branch: cfgperl
5390            ! t/op/stat.t
5391 ____________________________________________________________________________
5392 [  3119] By: jhi                                   on 1999/03/17  14:33:43
5393         Log: More Apollo fixes.
5394      Branch: maint-5.005/perl
5395            ! README.apollo hints/apollo.sh t/lib/io_udp.t
5396 ____________________________________________________________________________
5397 [  3118] By: jhi                                   on 1999/03/16  17:23:39
5398         Log: Nada.
5399      Branch: maint-5.005/perl
5400            ! README.apollo
5401 ____________________________________________________________________________
5402 [  3117] By: jhi                                   on 1999/03/16  17:18:49
5403         Log: Apollo DomainOS AVAILABILITY.
5404      Branch: cfgperl
5405            ! pod/perl.pod
5406      Branch: maint-5.005/perl
5407            ! pod/perl.pod
5408 ____________________________________________________________________________
5409 [  3116] By: jhi                                   on 1999/03/16  17:14:00
5410         Log: Apollo DomainOS patch
5411              From: Johann Klasek <jk@auto.tuwien.ac.at>
5412              Subject: Re: DomainPerl
5413              Date: Tue, 16 Mar 1999 17:46:32 +0100
5414              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
5415      Branch: maint-5.005/perl
5416            + README.apollo apollo/netinet/in.h
5417            ! MANIFEST hints/apollo.sh
5418 ____________________________________________________________________________
5419 [  3115] By: jhi                                   on 1999/03/16  14:23:54
5420         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
5421              To: Gurusamy Sarathy <gsar@activestate.com>,
5422              Graham Barr <gbarr@pobox.com>
5423              Cc: Perl5 Porters <perl5-porters@perl.org>,
5424              "Paul.Marquess" <Paul.Marquess@btinternet.com>
5425              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
5426              Date: Sun, 14 Mar 1999 14:43:57 -0000
5427              Message-Id: <199903141841.NAA17040@defender.perl.org>
5428      Branch: maint-5.005/perl
5429            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5430            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5431 ____________________________________________________________________________
5432 [  3114] By: jhi                                   on 1999/03/16  12:42:20
5433         Log: Mention Rhapsody in 5.005_5X perldelta,
5434              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
5435              *planned* AVAILABILITY.
5436      Branch: cfgperl
5437            ! pod/perl.pod pod/perldelta.pod
5438      Branch: maint-5.005/perl
5439            ! pod/perl.pod
5440 ____________________________________________________________________________
5441 [  3113] By: jhi                                   on 1999/03/16  10:38:53
5442         Log: perldelta niggling.
5443      Branch: cfgperl
5444            ! pod/perldelta.pod
5445      Branch: maint-5.005/perl
5446            ! pod/perldelta.pod
5447 ____________________________________________________________________________
5448 [  3112] By: jhi                                   on 1999/03/16  10:35:21
5449         Log: Integrate from mainperl.
5450      Branch: cfgperl
5451           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5452           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5453 ____________________________________________________________________________
5454 [  3111] By: jhi                                   on 1999/03/16  10:28:10
5455         Log: AVAILABILITY update: still mention PowerUX,
5456              Novell Netware now has sources available.
5457      Branch: cfgperl
5458            ! pod/perl.pod
5459      Branch: maint-5.005/perl
5460            ! pod/perl.pod
5461 ____________________________________________________________________________
5462 [  3110] By: gsar                                  on 1999/03/16  04:34:23
5463         Log: sundry pod niggles
5464      Branch: perl
5465            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5466            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5467 ____________________________________________________________________________
5468 [  3109] By: jhi                                   on 1999/03/15  17:00:11
5469         Log: Integrate from mainperl.
5470      Branch: cfgperl
5471           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5472           +> lib/unicode/Is/Syllable.pl
5473           +> lib/unicode/MakeEthiopicSyllables.PL
5474           +> lib/unicode/README.Ethiopic
5475           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5476           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5477           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5478           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5479           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5480           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5481           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5482           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
5483 ____________________________________________________________________________
5484 [  3108] By: jhi                                   on 1999/03/15  16:58:12
5485         Log: First pass of integrating the Rhapsody port,
5486              
5487              From: Wilfredo Sanchez <wsanchez@apple.com> 
5488              Subject: Keeping the world in sync.
5489              Reply-To: wsanchez@apple.com 
5490              To: perlbug@perl.com 
5491              Date: Fri, 13 Nov 1998 17:11:30 -0800 
5492              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
5493      Branch: cfgperl
5494            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5495            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
5496            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
5497            ! x2p/util.c
5498 ____________________________________________________________________________
5499 [  3107] By: gsar                                  on 1999/03/15  03:22:10
5500         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
5501              From: Daniel Yacob <dmulholl@cs.indiana.edu>
5502              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
5503              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
5504              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
5505      Branch: perl
5506            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5507            + lib/unicode/Is/Syllable.pl
5508            + lib/unicode/MakeEthiopicSyllables.PL
5509            + lib/unicode/README.Ethiopic
5510            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5511            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5512            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5513            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5514            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5515            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5516            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5517            ! lib/unicode/Name.pl lib/unicode/Number.pl
5518 ____________________________________________________________________________
5519 [  3106] By: gsar                                  on 1999/03/12  20:35:36
5520         Log: change#3067 failed package.t due to needless creation of $a and $b;
5521              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
5522      Branch: perl
5523            ! op.c
5524 ____________________________________________________________________________
5525 [  3105] By: jhi                                   on 1999/03/12  15:54:57
5526         Log: Recognize the NetBSD packages collection.
5527      Branch: maint-5.005/perl
5528            ! hints/netbsd.sh
5529 ____________________________________________________________________________
5530 [  3104] By: jhi                                   on 1999/03/12  09:07:04
5531         Log: From: pvhp@forte.com (Peter Prymmer)
5532              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
5533              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
5534              Date: Thu, 11 Mar 99 14:24:54 PST
5535              Message-Id: <9903112224.AA24346@forte.com>
5536      Branch: maint-5.005/perl
5537            ! README.os390 t/lib/posix.t
5538 ____________________________________________________________________________
5539 [  3103] By: jhi                                   on 1999/03/10  11:07:46
5540         Log: Integrate from mainperl.
5541      Branch: cfgperl
5542           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
5543           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
5544           !> t/pragma/warn/1global toke.c win32/makedef.pl
5545 ____________________________________________________________________________
5546 [  3102] By: jhi                                   on 1999/03/10  11:01:20
5547         Log: From: pvhp@forte.com (Peter Prymmer)
5548              To: perl5-porters@perl.org
5549              Subject: [5.005_03-MT6]Patch: time passes
5550              Date: Tue, 9 Mar 99 18:42:17 PST
5551              Message-Id: <9903100242.AA29057@forte.com>
5552      Branch: maint-5.005/perl
5553            ! perl.c
5554 ____________________________________________________________________________
5555 [  3101] By: jhi                                   on 1999/03/10  10:30:15
5556         Log: From: Mark-Jason Dominus <mjd@plover.com>
5557              To: perl5-porters@perl.com
5558              Subject: Minor fix to perlfunc.pod
5559              Date: Mon, 08 Mar 1999 20:05:53 -0500
5560              Message-ID: <19990309010553.13757.qmail@plover.com>
5561      Branch: maint-5.005/perl
5562            ! pod/perlfunc.pod
5563 ____________________________________________________________________________
5564 [  3100] By: gsar                                  on 1999/03/09  23:04:44
5565         Log: change#3060 had the wrong quotes
5566      Branch: perl
5567            ! pod/pod2man.PL
5568 ____________________________________________________________________________
5569 [  3099] By: jhi                                   on 1999/03/09  12:52:21
5570         Log: d_uname was broken (probably since _53), reported by
5571              
5572              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5573              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
5574              cpan-testers@perl.org
5575              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
5576              Date: Mon, 08 Mar 1999 13:22:31 +0000
5577              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
5578              
5579              and
5580              
5581              From: lvirden@cas.org (Larry W. Virden)
5582              To: perlbug@perl.com
5583              Subject: configure not correctly identifying uname posix compatibility
5584              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
5585              Message-Id: <199903081136.GAA23682@cas.org>
5586      Branch: cfgperl
5587            ! Configure config_h.SH
5588 ____________________________________________________________________________
5589 [  3098] By: gsar                                  on 1999/03/09  03:16:07
5590         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
5591      Branch: perl
5592            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
5593 ____________________________________________________________________________
5594 [  3097] By: gsar                                  on 1999/03/09  02:50:43
5595         Log: use yyerror() instead of croak() so that compile-time failures in
5596              my(LIST) don't confuse globals with lexicals
5597      Branch: perl
5598            ! op.c toke.c
5599 ____________________________________________________________________________
5600 [  3096] By: gsar                                  on 1999/03/09  02:47:36
5601         Log: adjust testsuite for change#3067
5602      Branch: perl
5603            ! t/pragma/warn/1global
5604 ____________________________________________________________________________
5605 [  3095] By: gsar                                  on 1999/03/08  21:04:48
5606         Log: remove bogus symbols from global.sym
5607      Branch: perl
5608            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
5609            ! perl.h win32/makedef.pl
5610 ____________________________________________________________________________
5611 [  3094] By: jhi                                   on 1999/03/06  16:16:15
5612         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5613              To: jhi@iki.fi
5614              Subject: Oops
5615              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
5616              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
5617      Branch: maint-5.005/perl
5618            ! README.hurd
5619 ____________________________________________________________________________
5620 [  3093] By: jhi                                   on 1999/03/06  15:59:46
5621         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5622              To: jhi@iki.fi
5623              Subject: New Hurd README
5624              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
5625              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
5626      Branch: maint-5.005/perl
5627            ! README.hurd
5628 ____________________________________________________________________________
5629 [  3092] By: jhi                                   on 1999/03/06  12:52:06
5630         Log: From: Paul_Green@stratus.com
5631              To: perl5-porters@perl.org
5632              Cc: jhi@iki.fi, Paul_Green@stratus.com
5633              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
5634              Date: Fri, 5 Mar 1999 18:08:49 -0500 
5635              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
5636      Branch: maint-5.005/perl
5637            ! vos/config.h vos/config_h.SH_orig
5638 ____________________________________________________________________________
5639 [  3091] By: jhi                                   on 1999/03/06  12:42:21
5640         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5641              To: perl5-porters@perl.org, vmsperl@perl.org
5642              Subject: [PATCH 5.005_03-MT6]VMS build patch
5643              Date: Fri, 05 Mar 1999 12:36:19 -0800
5644              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
5645      Branch: maint-5.005/perl
5646            ! vms/subconfigure.com
5647 ____________________________________________________________________________
5648 [  3090] By: gsar                                  on 1999/03/06  04:40:03
5649         Log: integrate change#3089 from mainline
5650              
5651              tolerate CRs after options
5652      Branch: maint-5.005/perl
5653           !> perl.c
5654 ____________________________________________________________________________
5655 [  3089] By: gsar                                  on 1999/03/06  04:30:40
5656         Log: tolerate CRs after options
5657      Branch: perl
5658            ! perl.c
5659 ____________________________________________________________________________
5660 [  3088] By: jhi                                   on 1999/03/05  12:49:01
5661         Log: Integrate from mainperl.
5662      Branch: cfgperl
5663           +> README.hurd
5664           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
5665 ____________________________________________________________________________
5666 [  3087] By: gsar                                  on 1999/03/05  06:41:16
5667         Log: adjust timeouts to accomodate slow/busy systems
5668      Branch: perl
5669            ! t/lib/io_sock.t
5670 ____________________________________________________________________________
5671 [  3083] By: gsar                                  on 1999/03/05  01:32:47
5672         Log: integrate change#3081 from maint-5.005
5673      Branch: perl
5674           !> ext/Errno/Errno_pm.PL
5675 ____________________________________________________________________________
5676 [  3082] By: gsar                                  on 1999/03/05  01:31:06
5677         Log: integrate change#2904 from maint-5.005
5678      Branch: perl
5679           +> README.hurd
5680           !> MANIFEST
5681 ____________________________________________________________________________
5682 [  3081] By: gsar                                  on 1999/03/05  00:14:33
5683         Log: protect against doubled backslashes
5684      Branch: maint-5.005/perl
5685            ! ext/Errno/Errno_pm.PL
5686 ____________________________________________________________________________
5687 [  3077] By: jhi                                   on 1999/03/04  08:10:13
5688         Log: Integrate from mainperl.
5689      Branch: cfgperl
5690           +> ext/B/B/Stash.pm
5691           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
5692           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
5693           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
5694           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
5695 ____________________________________________________________________________
5696 [  3076] By: jhi                                   on 1999/03/04  08:07:59
5697         Log: Regen config_h.SH once more because of *size, 
5698              noticed by
5699              
5700              From: Hans Mulder <hansm@icgned.icgroup.nl>
5701              To: Jarkko Hietaniemi <jhi@iki.fi>
5702              Cc: perl5-porters@perl.org
5703              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5704              Date: Thu,  4 Mar 99 00:10:45 +0100
5705              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5706      Branch: cfgperl
5707            ! Configure config_h.SH
5708 ____________________________________________________________________________
5709 [  3068] By: gsar                                  on 1999/03/04  05:48:03
5710         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
5711              Date: Thu,  4 Mar 99 00:10:45 +0100
5712              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5713              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5714      Branch: perl
5715            ! config_h.SH
5716 ____________________________________________________________________________
5717 [  3067] By: gsar                                  on 1999/03/04  05:44:32
5718         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
5719              From: Graham Barr <gbarr@ti.com>
5720              Date: Wed, 3 Mar 1999 17:23:56 -0600
5721              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
5722              Subject: Re: 'use strict' doesn't work for one-letter variables
5723      Branch: perl
5724            ! gv.c op.c
5725 ____________________________________________________________________________
5726 [  3066] By: gsar                                  on 1999/03/04  05:20:50
5727         Log: updates to compiler modules
5728              From: "Vishal Bhatia" <vishalb@hotmail.com>
5729              Date: Tue, 02 Mar 1999 23:27:25 PST
5730              Message-ID: <19990303072725.779.qmail@hotmail.com>
5731              Subject: PATCH 5.005_56 + Test procedure
5732      Branch: perl
5733            + ext/B/B/Stash.pm
5734            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
5735            ! lib/Test/Harness.pm utils/perlcc.PL
5736 ____________________________________________________________________________
5737 [  3065] By: gsar                                  on 1999/03/04  05:03:30
5738         Log: more s/s_/s!/ etc.
5739      Branch: perl
5740            ! pod/perldelta.pod pod/perlfunc.pod
5741 ____________________________________________________________________________
5742 [  3064] By: gsar                                  on 1999/03/04  04:50:45
5743         Log: integrate cfgperl contents into mainline
5744      Branch: perl
5745           !> Configure README.vms bytecode.h config_h.SH configure.com
5746           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
5747           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
5748           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5749 ____________________________________________________________________________
5750 [  3063] By: gsar                                  on 1999/03/04  04:44:13
5751         Log: HP-UX has yet another spelling for /NaNQ?/
5752      Branch: perl
5753            ! t/lib/bigfloatpm.t
5754 ____________________________________________________________________________
5755 [  3062] By: gsar                                  on 1999/03/04  04:36:08
5756         Log: error-check for accept() test
5757      Branch: perl
5758            ! t/lib/io_sock.t
5759 ____________________________________________________________________________
5760 [  3061] By: gsar                                  on 1999/03/04  03:40:25
5761         Log: allow custom comparison function in File::Compare::compare_text()
5762              From: jan.dubois@ibm.net (Jan Dubois)
5763              Date: Fri, 26 Feb 1999 21:56:09 +0100
5764              Message-ID: <36db0838.8805651@smtp1.ibm.net>
5765              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5766      Branch: perl
5767            ! lib/File/Compare.pm
5768 ____________________________________________________________________________
5769 [  3060] By: gsar                                  on 1999/03/04  03:37:38
5770         Log: better version of change#3038
5771              From: abigail@fnx.com
5772              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
5773              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
5774              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
5775      Branch: perl
5776            ! pod/pod2man.PL
5777 ____________________________________________________________________________
5778 [  3058] By: jhi                                   on 1999/03/03  22:30:40
5779         Log: Configure regen to
5780              (1) match maint-5.005 patches #3056 and #3057
5781              (2) better version of PHOSTNAME of #3050
5782              (3) the crosscompile/multiarch config_h.SH trouble solved for now
5783      Branch: cfgperl
5784            ! Configure config_h.SH
5785 ____________________________________________________________________________
5786 [  3054] By: jhi                                   on 1999/03/03  09:57:59
5787         Log: Change #3053 missed perldelta.
5788      Branch: cfgperl
5789            ! pod/perldelta.pod
5790 ____________________________________________________________________________
5791 [  3053] By: jhi                                   on 1999/03/03  08:29:43
5792         Log: Use '!' to mark native integer packings instead of '_'.
5793      Branch: cfgperl
5794            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
5795 ____________________________________________________________________________
5796 [  3052] By: jhi                                   on 1999/03/02  23:12:36
5797         Log: The HP-UX threads patch (change #3028) is needed also here.
5798      Branch: cfgperl
5799            ! hints/hpux.sh thread.h
5800 ____________________________________________________________________________
5801 [  3051] By: jhi                                   on 1999/03/02  08:24:52
5802         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5803              To: perl5-porters@perl.org, vmsperl@perl.org
5804              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
5805              Date: Mon, 01 Mar 1999 16:10:57 -0800
5806              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
5807      Branch: cfgperl
5808            ! README.vms
5809      Branch: maint-5.005/perl
5810            ! README.vms
5811 ____________________________________________________________________________
5812 [  3050] By: jhi                                   on 1999/03/02  08:22:29
5813         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5814              To: perl5-porters@perl.org, vmsperl@perl.org
5815              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
5816              Date: Mon, 01 Mar 1999 16:06:29 -0800
5817              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
5818              
5819              From: Dan Sugalski <sugalskd@osshe.edu>
5820              To: perl5-porters@perl.org, vmsperl@perl.org
5821              Subject: [PATCH 5.005_56]vmsish.pm patch
5822              Date: Mon, 01 Mar 1999 20:19:04 -0800
5823              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
5824              
5825              plus Configure regen containing a "solution" to the
5826              crosscompile/multiarch problem.
5827      Branch: cfgperl
5828            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
5829            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5830 ____________________________________________________________________________
5831 [  3049] By: jhi                                   on 1999/03/02  07:34:21
5832         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
5833              To: perl5-porters@perl.org
5834              Subject: [PATCH] Eliminate (valid) warning in byterun.c
5835              Date: Mon, 01 Mar 1999 17:27:59 -0500
5836              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
5837      Branch: cfgperl
5838            ! bytecode.h
5839      Branch: maint-5.005/perl
5840            ! bytecode.h
5841 ____________________________________________________________________________
5842 [  3048] By: gsar                                  on 1999/03/02  06:41:21
5843         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5844      Branch: perl
5845            ! MANIFEST README.hpux
5846 ____________________________________________________________________________
5847 [  3047] By: jhi                                   on 1999/03/01  06:34:43
5848         Log: Integrate from mainperl.
5849      Branch: cfgperl
5850           +> README.hpux lib/File/Spec/Functions.pm
5851           !> (integrate 28 files)
5852 ____________________________________________________________________________
5853 [  3046] By: gsar                                  on 1999/03/01  05:34:28
5854         Log: this is 5.005_56
5855      Branch: perl
5856            ! Changes
5857
5858 ----------------
5859 Version 5.005_56
5860 ----------------
5861
5862 ____________________________________________________________________________
5863 [  3045] By: gsar                                  on 1999/03/01  03:32:30
5864         Log: destroy PL_svref_mutex in perl_destruct()
5865      Branch: perl
5866            ! perl.c
5867 ____________________________________________________________________________
5868 [  3044] By: gsar                                  on 1999/03/01  00:38:50
5869         Log: up patchlevel &c.
5870      Branch: perl
5871            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5872            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5873            ! win32/makefile.mk
5874 ____________________________________________________________________________
5875 [  3043] By: gsar                                  on 1999/03/01  00:14:15
5876         Log: integrate cfgperl contents into mainline
5877      Branch: perl
5878            ! pod/perldelta.pod
5879           !> Configure config_h.SH
5880 ____________________________________________________________________________
5881 [  3042] By: gsar                                  on 1999/02/28  23:55:08
5882         Log: slightly edited version of suggested patch
5883              From: jan.dubois@ibm.net (Jan Dubois)
5884              Date: Mon, 01 Mar 1999 00:32:05 +0100
5885              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
5886              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
5887      Branch: perl
5888            + lib/File/Spec/Functions.pm
5889            ! MANIFEST lib/File/Spec.pm
5890 ____________________________________________________________________________
5891 [  3041] By: gsar                                  on 1999/02/28  22:47:19
5892         Log: fix subtle bug in eval'' testsuite
5893      Branch: perl
5894            ! t/op/eval.t
5895 ____________________________________________________________________________
5896 [  3040] By: gsar                                  on 1999/02/28  22:46:24
5897         Log: avoid literal control characters in change#3039
5898      Branch: perl
5899            ! t/base/lex.t
5900 ____________________________________________________________________________
5901 [  3039] By: gsar                                  on 1999/02/28  21:47:18
5902         Log: todo item: permit extended control variables a la ${^Foo} (patch
5903              courtesy Mark-Jason Dominus <mjd@plover.com>)
5904      Branch: perl
5905            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
5906            ! t/base/lex.t toke.c
5907 ____________________________________________________________________________
5908 [  3038] By: gsar                                  on 1999/02/28  21:21:05
5909         Log: From: abigail@fnx.com
5910              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
5911              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
5912              Subject: Recognize -> and => inside [A-Z]<> sequences.
5913      Branch: perl
5914            ! pod/pod2man.PL
5915 ____________________________________________________________________________
5916 [  3037] By: gsar                                  on 1999/02/28  21:12:22
5917         Log: fix longstanding bug: searches for lexicals originating within eval''
5918              weren't stopping at the subroutine boundary correctly
5919      Branch: perl
5920            ! op.c proto.h t/op/eval.t
5921 ____________________________________________________________________________
5922 [  3036] By: gsar                                  on 1999/02/28  20:02:29
5923         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
5924              as stacked list values
5925              From: jan.dubois@ibm.net (Jan Dubois)
5926              Date: Sat, 27 Feb 1999 18:24:17 +0100
5927              Message-ID: <36e22849.36531259@smtp1.ibm.net>
5928              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
5929      Branch: perl
5930            ! win32/win32.c
5931 ____________________________________________________________________________
5932 [  3035] By: gsar                                  on 1999/02/28  19:48:54
5933         Log: remove superfluous stack_sp decl
5934      Branch: perl
5935            ! jpl/JNI/JNI.xs
5936 ____________________________________________________________________________
5937 [  3034] By: gsar                                  on 1999/02/28  19:34:58
5938         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
5939      Branch: perl
5940            ! lib/Getopt/Std.pm
5941 ____________________________________________________________________________
5942 [  3033] By: gsar                                  on 1999/02/28  19:23:41
5943         Log: add File::Compare::compare_text()
5944              From: jan.dubois@ibm.net (Jan Dubois)
5945              Date: Fri, 26 Feb 1999 00:20:41 +0100
5946              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
5947              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5948      Branch: perl
5949            ! lib/File/Compare.pm pod/perltodo.pod
5950 ____________________________________________________________________________
5951 [  3032] By: gsar                                  on 1999/02/28  19:01:33
5952         Log: add README.hpux
5953      Branch: perl
5954            + README.hpux
5955            ! MAINTAIN MANIFEST
5956 ____________________________________________________________________________
5957 [  3031] By: gsar                                  on 1999/02/28  18:49:08
5958         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
5959              James Cromie <jcromie@fossil.uswc.uswest.com>
5960      Branch: perl
5961            ! lib/Pod/Html.pm
5962 ____________________________________________________________________________
5963 [  3030] By: gsar                                  on 1999/02/28  18:35:09
5964         Log: From: jan.dubois@ibm.net (Jan Dubois)
5965              Date: Wed, 24 Feb 1999 22:34:56 +0100
5966              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
5967              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
5968      Branch: perl
5969            ! lib/Test/Harness.pm
5970 ____________________________________________________________________________
5971 [  3029] By: gsar                                  on 1999/02/28  18:28:18
5972         Log: add note about env pollution
5973      Branch: perl
5974            ! INSTALL pod/perltodo.pod
5975 ____________________________________________________________________________
5976 [  3028] By: jhi                                   on 1999/02/26  14:40:00
5977         Log: HP-UX 11 threads.
5978              
5979              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5980              To: perl5-porters@perl.org
5981              Cc: jhi@cc.hut.fi
5982              Subject: Maint 5 and _54 with threading on HP-UX 11.00
5983              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
5984              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
5985              
5986              NOTE from jhi: the hpux hints could still be more robust by
5987              disabling gdbm when necessary.
5988              
5989              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
5990              linking -lgdbm -lpthread creates an executable that instantly
5991              core dumps on a pthreads internal panic:
5992              
5993              ./gdpt
5994              
5995              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
5996              Return Pointer is 0xc082bf33
5997              17639 quit (core dumped)  ./gdpt
5998              
5999              You don't have to *use* either gdbm or pthreads in the executable,
6000              just linking them together is enough.  Workaround is to recompile
6001              the GDBM under HP-UX 11, that makes the problem go away.
6002      Branch: maint-5.005/perl
6003            ! hints/hpux.sh thread.h
6004 ____________________________________________________________________________
6005 [  3025] By: jhi                                   on 1999/02/25  20:41:07
6006         Log: Temporary workaround for the config_h.SH versus
6007              crosscompile and multiarch plus introduce 'rt'
6008              to $libswanted: in UNIX98 sched_yield() lives there.
6009      Branch: cfgperl
6010            ! Configure config_h.SH
6011 ____________________________________________________________________________
6012 [  3024] By: jhi                                   on 1999/02/24  12:54:59
6013         Log: Integrate from mainperl.
6014      Branch: cfgperl
6015           +> t/lib/fatal.t
6016           !> (integrate 44 files)
6017 ____________________________________________________________________________
6018 [  3023] By: gsar                                  on 1999/02/24  07:02:12
6019         Log: integrate cfgperl contents
6020      Branch: perl
6021           !> (integrate 30 files)
6022 ____________________________________________________________________________
6023 [  3022] By: gsar                                  on 1999/02/24  05:59:47
6024         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
6025              Date: 23 Feb 1999 17:53:22 -0700
6026              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
6027              Subject: [PATCH: _55] perldoc -q broken
6028      Branch: perl
6029            ! utils/perldoc.PL
6030 ____________________________________________________________________________
6031 [  3021] By: gsar                                  on 1999/02/24  05:51:53
6032         Log: ansify perlio.c, fix PerlIO-ish typos
6033      Branch: perl
6034            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
6035            ! iperlsys.h perlio.c
6036 ____________________________________________________________________________
6037 [  3020] By: gsar                                  on 1999/02/24  05:28:06
6038         Log: adjust a Perl_malloc() flag for NeXT
6039              From: Hans Mulder <hansm@icgned.icgroup.nl>
6040              Date: Tue, 23 Feb 99 00:26:25 +0100
6041              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
6042              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
6043      Branch: perl
6044            ! perl.h
6045 ____________________________________________________________________________
6046 [  3019] By: gsar                                  on 1999/02/24  05:19:42
6047         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
6048      Branch: perl
6049            ! pod/perltodo.pod
6050 ____________________________________________________________________________
6051 [  3018] By: gsar                                  on 1999/02/24  04:15:18
6052         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6053              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
6054              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
6055              Subject: improved error message [PATCH _55] [RESEND]
6056      Branch: perl
6057            ! sv.c
6058 ____________________________________________________________________________
6059 [  3017] By: gsar                                  on 1999/02/24  03:50:34
6060         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6061              Date: Sun, 21 Feb 1999 20:02:18 -0700
6062              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
6063              Subject: perlfunc updates (against 55)
6064      Branch: perl
6065            ! pod/perlfunc.pod
6066 ____________________________________________________________________________
6067 [  3016] By: gsar                                  on 1999/02/24  03:17:05
6068         Log: testsuite adjustments
6069              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6070              Date: Sat, 20 Feb 1999 15:24:57 +0000
6071              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
6072              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
6073      Branch: perl
6074            ! t/lib/io_sock.t t/op/lex_assign.t
6075 ____________________________________________________________________________
6076 [  3015] By: gsar                                  on 1999/02/24  02:54:47
6077         Log: avoid modifying readonly values from qw()
6078      Branch: perl
6079            ! lib/ExtUtils/MM_Unix.pm
6080 ____________________________________________________________________________
6081 [  3014] By: gsar                                  on 1999/02/24  02:49:04
6082         Log: more "correct" utbuf for utime()
6083      Branch: perl
6084            ! doio.c
6085 ____________________________________________________________________________
6086 [  3013] By: jhi                                   on 1999/02/22  19:27:44
6087         Log: Fix MacPerl version, change PowerUX to PowerMAX.
6088              
6089              From: Chris Nandor <pudge@pobox.com>
6090              To: jhi@iki.fi
6091              Cc: perl5-porters@perl.org
6092              Subject: Re: perl current availability as documented by perl.pod
6093              Date: Sun, 21 Feb 1999 11:06:03 -0500
6094              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
6095              
6096              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
6097              To: jhi@iki.fi
6098              Cc: perl5-porters@perl.org
6099              Subject: Re: perl current availability as documented by perl.pod
6100              Date: Mon, 22 Feb 1999 13:08:30 GMT
6101              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
6102      Branch: cfgperl
6103            ! pod/perl.pod
6104      Branch: maint-5.005/perl
6105            ! pod/perl.pod
6106 ____________________________________________________________________________
6107 [  3012] By: jhi                                   on 1999/02/22  10:26:11
6108         Log: Snapshot the cross-compilation/multiarchitecture stuff
6109              (currently broken in next)
6110      Branch: cfgperl
6111            ! Configure config_h.SH pp.c
6112 ____________________________________________________________________________
6113 [  3011] By: jhi                                   on 1999/02/22  10:24:51
6114         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6115              To: gsar@activestate.com (Gurusamy Sarathy)
6116              Cc: perl5-porters@perl.org (Perl5 Porters)
6117              Subject: [PATCH 5.005_55] DB_File 1.64 patch
6118              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
6119              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
6120      Branch: cfgperl
6121            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6122            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
6123 ____________________________________________________________________________
6124 [  3009] By: jhi                                   on 1999/02/22  09:14:26
6125         Log: Scratch #3008 and introduce $crosscompile and $multiarch
6126              also in non-Configure lands.
6127      Branch: cfgperl
6128            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
6129            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
6130            ! win32/config.gc win32/config.vc win32/config_H.bc
6131            ! win32/config_H.gc win32/config_H.vc
6132 ____________________________________________________________________________
6133 [  3008] By: jhi                                   on 1999/02/22  08:58:04
6134         Log: Add -DMULTIARCH (see change #3006).
6135      Branch: cfgperl
6136            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
6137 ____________________________________________________________________________
6138 [  3007] By: jhi                                   on 1999/02/22  08:54:06
6139         Log: Undo the references to local{lib,arch} introduced by #3006.
6140      Branch: cfgperl
6141            ! Configure config_h.SH
6142 ____________________________________________________________________________
6143 [  3006] By: jhi                                   on 1999/02/22  08:43:50
6144         Log: From: hansm@icgned.icgroup.nl
6145              To: perlbug@perl.com
6146              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
6147              Date: Sun, 21 Feb 1999 22:58:55 +0100
6148              Reply-To: hansmu@xs4all.nl
6149              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
6150              
6151              plus other Configure changes: prepare for cross-compilation/
6152              multiarchitecture builds.
6153      Branch: cfgperl
6154            ! Configure config_h.SH
6155 ____________________________________________________________________________
6156 [  3005] By: jhi                                   on 1999/02/22  08:35:30
6157         Log: Configure/Perl knew how to look for use Mach cthreads
6158              but Configure didn't let them to be used ($osname 'next').
6159      Branch: cfgperl
6160            ! Configure config_h.SH
6161      Branch: maint-5.005/perl
6162            ! Configure
6163 ____________________________________________________________________________
6164 [  3004] By: jhi                                   on 1999/02/21  15:46:02
6165         Log: Update Acorn AVAILABILITY.
6166      Branch: cfgperl
6167            ! pod/perl.pod
6168      Branch: maint-5.005/perl
6169            ! pod/perl.pod
6170 ____________________________________________________________________________
6171 [  3003] By: jhi                                   on 1999/02/21  14:50:42
6172         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
6173              To: perl5-porters@perl.org (Perl 5 Porters)
6174              Subject: PATCH: perlref.pod - symbolic ref example
6175              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
6176              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
6177      Branch: cfgperl
6178            ! pod/perlref.pod
6179      Branch: maint-5.005/perl
6180            ! pod/perlref.pod
6181 ____________________________________________________________________________
6182 [  3002] By: jhi                                   on 1999/02/21  14:35:22
6183         Log: Sync cfgperl with maint-5.005 change #3000.
6184      Branch: cfgperl
6185            ! pod/perlfunc.pod t/op/pack.t
6186 ____________________________________________________________________________
6187 [  2999] By: gsar                                  on 1999/02/20  22:48:30
6188         Log: From:    John Bley <jbb6@acpub.duke.edu>
6189              Date:    Sat, 20 Feb 1999 16:02:34 EST
6190              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
6191              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
6192      Branch: perl
6193            ! regcomp.c
6194 ____________________________________________________________________________
6195 [  2998] By: jhi                                   on 1999/02/20  14:13:06
6196         Log: Enhanced the endianness description.
6197      Branch: cfgperl
6198            ! pod/perlfunc.pod
6199 ____________________________________________________________________________
6200 [  2996] By: jhi                                   on 1999/02/20  13:55:41
6201         Log: Glossary now mostly fixed.
6202      Branch: cfgperl
6203            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6204            ! config_h.SH
6205 ____________________________________________________________________________
6206 [  2994] By: jhi                                   on 1999/02/20  11:58:33
6207         Log: Perldeltify GNU/Hurd.
6208      Branch: cfgperl
6209            ! pod/perldelta.pod
6210 ____________________________________________________________________________
6211 [  2993] By: gsar                                  on 1999/02/20  00:59:10
6212         Log: fix typo in Perl_sbrk()
6213              From: hansm@icgned.icgroup.nl
6214              Date: Fri, 19 Feb 1999 23:19:31 +0100
6215              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
6216              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
6217      Branch: perl
6218            ! malloc.c
6219 ____________________________________________________________________________
6220 [  2992] By: gsar                                  on 1999/02/20  00:51:08
6221         Log: integrate change#2980 from maint-5.005
6222      Branch: perl
6223           !> utils/h2xs.PL
6224 ____________________________________________________________________________
6225 [  2991] By: gsar                                  on 1999/02/20  00:34:01
6226         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6227              Date: Thu, 18 Feb 1999 18:51:38 +0000
6228              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
6229              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
6230      Branch: perl
6231            ! pp_hot.c t/op/pat.t
6232 ____________________________________________________________________________
6233 [  2990] By: gsar                                  on 1999/02/20  00:30:48
6234         Log: From: jan.dubois@ibm.net (Jan Dubois)
6235              Date: Thu, 18 Feb 1999 19:14:07 +0100
6236              Message-ID: <36d15809.40853323@smtp1.ibm.net>
6237              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
6238      Branch: perl
6239            ! win32/win32.c
6240 ____________________________________________________________________________
6241 [  2989] By: gsar                                  on 1999/02/20  00:27:01
6242         Log: do poll() emulation unless HAS_POLL && I_POLL
6243      Branch: perl
6244            ! ext/IO/poll.h
6245 ____________________________________________________________________________
6246 [  2988] By: gsar                                  on 1999/02/19  23:52:12
6247         Log: tweak RE for NaNQ? recognition
6248      Branch: perl
6249            ! t/lib/bigfloatpm.t
6250 ____________________________________________________________________________
6251 [  2987] By: gsar                                  on 1999/02/19  23:29:59
6252         Log: mention C<use utf8> and C<use warning> in perldelta
6253      Branch: perl
6254            ! pod/perldelta.pod
6255 ____________________________________________________________________________
6256 [  2985] By: jhi                                   on 1999/02/19  20:43:19
6257         Log: pack/unpack better in (network-)short-non-16-bits and
6258              (network-)long-non-32-bits systems such as Cray C90.
6259      Branch: cfgperl
6260            ! perl.h pp.c t/op/pack.t
6261 ____________________________________________________________________________
6262 [  2984] By: jhi                                   on 1999/02/19  20:38:54
6263         Log: Regen Configure.
6264      Branch: cfgperl
6265            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6266            ! perl.c
6267 ____________________________________________________________________________
6268 [  2982] By: jhi                                   on 1999/02/19  19:51:49
6269         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
6270              not probed for and         
6271              
6272              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6273              To: Chaim Frenkel <chaimf@pobox.com>,
6274              Russ Allbery <rra@stanford.edu>,
6275              Jarkko Hietaniemi <jhi@iki.fi>,
6276              Gurusamy Sarathy <gsar@activestate.com>,
6277              Graham Barr <gbarr@pobox.com>
6278              Cc: bdensch@ameritech.net, perlbug@perl.com
6279              Subject: [PATCH] Re: Solaris 7 for Intel
6280              Message-ID: <19990219124404.A30182@O2.chapin.edu>
6281              
6282              Glossary is still missing some terms because
6283              mkglossary is misbehaving (change #2981 updated
6284              Glossary manually)
6285      Branch: cfgperl
6286            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6287            ! Porting/config_H
6288 ____________________________________________________________________________
6289 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
6290         Log: Make result of h2xs work when user adds C<use strict>
6291      Branch: maint-5.005/perl
6292            ! utils/h2xs.PL
6293 ____________________________________________________________________________
6294 [  2979] By: gsar                                  on 1999/02/19  05:24:29
6295         Log: doc for change#2978
6296      Branch: perl
6297            ! pod/perlsub.pod
6298 ____________________________________________________________________________
6299 [  2978] By: gsar                                  on 1999/02/19  05:08:29
6300         Log: bring '*' prototype closer to how it behaves internally
6301      Branch: perl
6302            + t/lib/fatal.t
6303            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
6304 ____________________________________________________________________________
6305 [  2977] By: gsar                                  on 1999/02/19  02:50:31
6306         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
6307      Branch: perl
6308            ! perly.h
6309 ____________________________________________________________________________
6310 [  2975] By: gsar                                  on 1999/02/18  21:41:57
6311         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
6312              of lexical searches in BEGIN|INIT|END)
6313      Branch: perl
6314            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
6315            ! vms/perly_c.vms
6316 ____________________________________________________________________________
6317 [  2974] By: gsar                                  on 1999/02/18  21:03:06
6318         Log: missing PERL_POLLUTE_MALLOC
6319      Branch: perl
6320            ! ext/SDBM_File/sdbm/sdbm.h
6321 ____________________________________________________________________________
6322 [  2973] By: gsar                                  on 1999/02/18  17:10:49
6323         Log: From:    Andy Dougherty <doughera@lafayette.edu>
6324              Date:    Wed, 17 Feb 1999 17:22:50 EST
6325              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
6326              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
6327      Branch: perl
6328            ! lib/dotsh.pl
6329 ____________________________________________________________________________
6330 [  2972] By: gsar                                  on 1999/02/18  17:04:12
6331         Log: s/#defined/#define/
6332      Branch: perl
6333            ! ext/Data/Dumper/Dumper.xs
6334 ____________________________________________________________________________
6335 [  2970] By: gsar                                  on 1999/02/18  03:26:43
6336         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
6337      Branch: perl
6338            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6339            ! ext/GDBM_File/typemap
6340 ____________________________________________________________________________
6341 [  2969] By: gsar                                  on 1999/02/17  23:30:47
6342         Log: correct slurp mode doc
6343      Branch: perl
6344            ! pod/perlfunc.pod pod/perlop.pod
6345 ____________________________________________________________________________
6346 [  2968] By: jhi                                   on 1999/02/17  23:15:49
6347         Log: Ultrix hints update.
6348              
6349              From: Spider Boardman <spider@zk3.dec.com>
6350              To: perlbug@perl.com
6351              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
6352              Date: Tue, 16 Feb 1999 23:04:28 -0500
6353              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
6354      Branch: cfgperl
6355            ! hints/ultrix_4.sh
6356 ____________________________________________________________________________
6357 [  2966] By: jhi                                   on 1999/02/17  23:09:21
6358         Log: Change #2965 wiped out some Sarathy's _55 changes.
6359              Now unwiped.
6360      Branch: cfgperl
6361            ! Configure pp.c t/op/pack.t
6362 ____________________________________________________________________________
6363 [  2965] By: jhi                                   on 1999/02/17  23:00:04
6364         Log: Configure tweaks.
6365              
6366              Fix the Unixware/SCO uname scan:
6367              
6368              From: Tom Hughes <thh@cyberscience.com>
6369              To: perlbug@perl.com
6370              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
6371              Date: 17 Feb 1999 15:34:15 +0000    
6372              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
6373              
6374              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
6375              
6376              From: Joe Buehler <jhpb@hekimian.com>
6377              To: perl5-porters@perl.org
6378              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
6379              Date: 12 Feb 1999 11:25:21 -0500
6380              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
6381              
6382              Make the pthreads joinable constant scan to output to fd 4, not 2.
6383      Branch: cfgperl
6384            ! Configure
6385 ____________________________________________________________________________
6386 [  2964] By: gsar                                  on 1999/02/17  21:30:07
6387         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6388              Date: Wed, 17 Feb 1999 06:53:13 -0700
6389              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
6390              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
6391      Branch: perl
6392            ! lib/Pod/Functions.pm
6393 ____________________________________________________________________________
6394 [  2963] By: gsar                                  on 1999/02/17  21:18:21
6395         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
6396              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6397              Date: Wed, 17 Feb 1999 10:06:01 +0000
6398              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
6399              Subject: Re: [5.005_53] panic: pad_free curpad 
6400      Branch: perl
6401            ! regcomp.c regexec.c t/op/misc.t
6402 ____________________________________________________________________________
6403 [  2962] By: gsar                                  on 1999/02/16  21:26:28
6404         Log: NaNQ? tweak
6405      Branch: perl
6406            ! t/lib/bigfloatpm.t
6407 ____________________________________________________________________________
6408 [  2961] By: jhi                                   on 1999/02/16  19:26:38
6409         Log: Integrate from mainperl.
6410      Branch: cfgperl
6411           !> (integrate 37 files)
6412 ____________________________________________________________________________
6413 [  2960] By: gsar                                  on 1999/02/16  18:04:29
6414         Log: undo change#2465 (qw[] is a real list now)
6415      Branch: perl
6416            ! pod/perlop.pod
6417 ____________________________________________________________________________
6418 [  2959] By: gsar                                  on 1999/02/16  07:09:33
6419         Log: this was 5.005_55
6420      Branch: perl
6421            ! Changes
6422
6423 ----------------
6424 Version 5.005_55
6425 ----------------
6426
6427 ____________________________________________________________________________
6428 [  2958] By: gsar                                  on 1999/02/16  06:18:27
6429         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
6430              elide dups and non-dependents from Changes
6431      Branch: perl
6432            ! Changes pod/perlhist.pod
6433           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
6434           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
6435           !> pod/perlport.pod pp.c t/op/pack.t
6436 ____________________________________________________________________________
6437 [  2957] By: gsar                                  on 1999/02/16  04:09:47
6438         Log: propagate PERL_VERSION everywhere, add to pod
6439      Branch: perl
6440            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
6441            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
6442            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
6443            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
6444            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
6445            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
6446            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
6447            ! win32/config.gc win32/config.vc win32/config_sh.PL
6448            ! win32/win32.c x2p/a2py.c
6449 ____________________________________________________________________________
6450 [  2955] By: jhi                                   on 1999/02/15  16:15:03
6451         Log: The pack tests now better in C90 (after the packnative patches).
6452      Branch: cfgperl
6453            ! t/op/pack.t
6454 ____________________________________________________________________________
6455 [  2954] By: gsar                                  on 1999/02/15  14:11:50
6456         Log: tweak Configure to follow new PERL_VERSION etc.
6457      Branch: perl
6458            ! Configure patchlevel.h pod/perlhist.pod
6459 ____________________________________________________________________________
6460 [  2953] By: jhi                                   on 1999/02/15  14:02:21
6461         Log: Integrate from mainperl.
6462      Branch: cfgperl
6463           !> MANIFEST Porting/makerel
6464 ____________________________________________________________________________
6465 [  2952] By: jhi                                   on 1999/02/15  13:50:07
6466         Log: Enhance the packnative patch: use the packnative code
6467              only if required.  Also added hefty testing (hopefully
6468              I didn't assume too much...).  Tested on alpha, ix86, sparc.
6469      Branch: cfgperl
6470            ! pod/perlfunc.pod pp.c t/op/pack.t
6471 ____________________________________________________________________________
6472 [  2951] By: jhi                                   on 1999/02/15  13:46:56
6473         Log: AVAILABILITY from 5.005_03-tobe, will of course
6474              require updating when 5.006 comes out.
6475      Branch: cfgperl
6476            ! pod/perl.pod
6477 ____________________________________________________________________________
6478 [  2949] By: gsar                                  on 1999/02/15  13:28:51
6479         Log: will this be it for 5.005_55?
6480      Branch: perl
6481            ! MANIFEST Porting/makerel
6482 ____________________________________________________________________________
6483 [  2948] By: jhi                                   on 1999/02/15  13:23:52
6484         Log: Integrate from mainperl.
6485      Branch: cfgperl
6486           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
6487           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6488           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6489           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
6490           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
6491           !> win32/config.gc win32/config.vc win32/config_H.bc
6492           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6493 ____________________________________________________________________________
6494 [  2947] By: jhi                                   on 1999/02/15  13:20:41
6495         Log: perlport.pod 1.39 from Chris.
6496      Branch: cfgperl
6497            ! pod/perlport.pod
6498 ____________________________________________________________________________
6499 [  2946] By: jhi                                   on 1999/02/15  13:09:58
6500         Log: Import Ultrix update, change #2864, 
6501              
6502              From: Spider Boardman <spider@zk3.dec.com>
6503              To: perlbug@perl.com
6504              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6505              Date: Wed, 10 Feb 1999 23:33:31 -0500
6506              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6507      Branch: cfgperl
6508            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6509 ____________________________________________________________________________
6510 [  2945] By: jhi                                   on 1999/02/15  13:04:50
6511         Log: OpenBSD sparc SHMLBA.
6512      Branch: cfgperl
6513            ! ext/IPC/SysV/SysV.xs
6514 ____________________________________________________________________________
6515 [  2944] By: gsar                                  on 1999/02/15  12:09:52
6516         Log: update win32/config* stuff, Changes
6517      Branch: perl
6518            ! Changes win32/Makefile win32/config.bc win32/config.gc
6519            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6520            ! win32/config_H.vc win32/makefile.mk
6521 ____________________________________________________________________________
6522 [  2943] By: gsar                                  on 1999/02/15  11:54:08
6523         Log: #include patchlevel.h by default, provide
6524              PERL_{REVISION,VERSION,SUBVERSION}
6525      Branch: perl
6526            ! patchlevel.h perl.h
6527 ____________________________________________________________________________
6528 [  2942] By: gsar                                  on 1999/02/15  10:26:59
6529         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
6530              misc fixes
6531      Branch: perl
6532            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
6533 ____________________________________________________________________________
6534 [  2941] By: gsar                                  on 1999/02/15  10:24:37
6535         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
6536              Message-ID: <19990207002851.B9185@toldyouso.com>
6537              Message-ID: <19990207212152.A9765@toldyouso.com>
6538              Message-ID: <19990207212041.A9622@toldyouso.com>
6539              Message-ID: <19990207213127.A10244@toldyouso.com>
6540              Message-ID: <19990207212559.A9950@toldyouso.com>
6541              Message-ID: <19990207212842.A9994@toldyouso.com>
6542              Message-ID: <19990207212500.A9860@toldyouso.com>
6543              Message-ID: <19990207213013.A10105@toldyouso.com>
6544      Branch: perl
6545            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6546            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6547            ! pod/perlmodlib.pod pod/perltoc.pod
6548 ____________________________________________________________________________
6549 [  2940] By: gsar                                  on 1999/02/15  10:07:08
6550         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
6551              of suggested patch)
6552              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
6553              Date: Mon, 08 Feb 1999 01:14:41 -0000
6554              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
6555              Subject: [PATCH 5.005_54] some pending C.pm stuff 
6556      Branch: perl
6557            ! ext/B/B/C.pm
6558 ____________________________________________________________________________
6559 [  2939] By: jhi                                   on 1999/02/15  08:40:18
6560         Log: Integrate from mainperl.
6561      Branch: cfgperl
6562           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
6563            - lib/File/PathConvert.pm
6564           !> (integrate 81 files)
6565 ____________________________________________________________________________
6566 [  2938] By: gsar                                  on 1999/02/15  06:56:39
6567         Log: change#2839 was bogus, redo
6568      Branch: perl
6569           !> t/lib/h2ph.pht
6570 ____________________________________________________________________________
6571 [  2937] By: gsar                                  on 1999/02/15  06:38:15
6572         Log: support Win32::GetFullPathName() and Win32::SetLastError()
6573              From: jan.dubois@ibm.net (Jan Dubois)
6574              Date: Tue, 09 Feb 1999 22:27:31 +0100
6575              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
6576              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
6577      Branch: perl
6578            ! win32/win32.c
6579 ____________________________________________________________________________
6580 [  2936] By: gsar                                  on 1999/02/15  06:26:39
6581         Log: support native integers, pack("L_",...) etc. (via private mail)
6582              From: Jarkko Hietaniemi <jhi@iki.fi>
6583              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
6584              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
6585              Subject: the "packnative" patch
6586      Branch: perl
6587            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
6588            ! t/lib/ipc_sysv.t t/op/pack.t
6589 ____________________________________________________________________________
6590 [  2935] By: gsar                                  on 1999/02/15  06:04:02
6591         Log: From: Michael G Schwern <schwern@pobox.com>
6592              Date: Tue, 9 Feb 1999 04:13:12 -0500
6593              Message-ID: <19990209041312.A15788@toldyouso.com>
6594              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
6595      Branch: perl
6596            ! utils/h2xs.PL
6597 ____________________________________________________________________________
6598 [  2934] By: gsar                                  on 1999/02/15  05:30:13
6599         Log: fix bugs in the handling of negative numbers, among other things
6600              From: Steven Knight <knight@theopera.baldmt.citilink.com>
6601              Date: Mon, 8 Feb 1999 01:16:24 -0600
6602              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
6603              Subject: Math::BigFloat and Math::BigInt
6604      Branch: perl
6605            + t/lib/bigfloat.t t/lib/bigfloatpm.t
6606            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
6607            ! t/lib/bigintpm.t
6608 ____________________________________________________________________________
6609 [  2933] By: gsar                                  on 1999/02/15  04:57:52
6610         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
6611              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
6612              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
6613              Subject: s2p incorrectly handles hold space commands
6614      Branch: perl
6615            ! x2p/s2p.PL
6616 ____________________________________________________________________________
6617 [  2932] By: gsar                                  on 1999/02/15  04:45:55
6618         Log: clarify what a "line" is
6619      Branch: perl
6620            ! pod/perlfunc.pod pod/perlvar.pod
6621 ____________________________________________________________________________
6622 [  2931] By: gsar                                  on 1999/02/15  04:23:29
6623         Log: backout change#2811 and add newer version based on File::Spec
6624              From: Barrie Slaymaker <rbs@telerama.com>
6625              Date: Thu, 11 Feb 1999 16:29:24 -0500
6626              Message-ID: <36C34BB4.A62090E0@telerama.com>
6627              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
6628      Branch: perl
6629            - lib/File/PathConvert.pm
6630            ! MANIFEST installhtml lib/Pod/Html.pm
6631 ____________________________________________________________________________
6632 [  2930] By: gsar                                  on 1999/02/15  04:16:25
6633         Log: From: Barrie Slaymaker <rbs@telerama.com>
6634              Date: Thu, 11 Feb 1999 19:39:48 -0500
6635              Message-ID: <36C37854.707D139@telerama.com>
6636              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
6637      Branch: perl
6638            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6639 ____________________________________________________________________________
6640 [  2929] By: gsar                                  on 1999/02/15  04:06:50
6641         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
6642              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
6643              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
6644              Subject: [PATCH]5.005_54 (DOC) fix many typos
6645              --
6646              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
6647              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
6648              Subject: [PATCH]5.005_54 (DOC) typos
6649      Branch: perl
6650            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
6651            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
6652            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6653            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6654            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
6655            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
6656            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
6657            ! pod/perlvar.pod pod/perlxs.pod
6658 ____________________________________________________________________________
6659 [  2928] By: gsar                                  on 1999/02/15  03:39:53
6660         Log: allow the Carp routines to pass through exception objects
6661      Branch: perl
6662            ! lib/Carp.pm
6663 ____________________________________________________________________________
6664 [  2927] By: gsar                                  on 1999/02/15  03:22:57
6665         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
6666      Branch: perl
6667            ! pod/perlfaq8.pod
6668 ____________________________________________________________________________
6669 [  2926] By: gsar                                  on 1999/02/15  03:19:39
6670         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
6671              have done that, but didn't)
6672      Branch: perl
6673           !> utils/h2ph.PL
6674 ____________________________________________________________________________
6675 [  2925] By: gsar                                  on 1999/02/15  03:17:01
6676         Log: integrate cfgperl changes into mainline
6677      Branch: perl
6678            ! Changes
6679           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6680           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
6681           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
6682           !> vms/subconfigure.com
6683 ____________________________________________________________________________
6684 [  2924] By: gsar                                  on 1999/02/15  03:07:08
6685         Log: add const qualifier to most char* prototypes, handle ripple effect
6686      Branch: perl
6687            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
6688            ! universal.c util.c
6689 ____________________________________________________________________________
6690 [  2923] By: gsar                                  on 1999/02/15  01:04:30
6691         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6692              Date: Thu, 04 Feb 1999 02:37:31 +0000
6693              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
6694              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
6695      Branch: perl
6696            ! pp_ctl.c t/op/range.t
6697 ____________________________________________________________________________
6698 [  2922] By: gsar                                  on 1999/02/15  00:24:34
6699         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6700              Date: Sun, 31 Jan 1999 01:50:06 +0000
6701              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
6702              Subject: [PATCH 5.005_03t4] regexp flags bug
6703      Branch: perl
6704            ! regcomp.c t/op/re_tests
6705 ____________________________________________________________________________
6706 [  2921] By: gsar                                  on 1999/02/15  00:13:02
6707         Log: use New() et al., rather than safemalloc() et al.
6708              From: jan.dubois@ibm.net (Jan Dubois)
6709              Date: Fri, 29 Jan 1999 23:27:22 +0100
6710              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
6711              Subject: [PATCH _03-MT5] POSIX.xs memory API
6712      Branch: perl
6713            ! ext/POSIX/POSIX.xs
6714 ____________________________________________________________________________
6715 [  2920] By: gsar                                  on 1999/02/15  00:05:33
6716         Log: tweak READ() docs to mention $buffer must be altered by reference
6717      Branch: perl
6718            ! pod/perltie.pod
6719 ____________________________________________________________________________
6720 [  2919] By: gsar                                  on 1999/02/14  23:50:39
6721         Log: applied suggested patch, with several language/readability tweaks
6722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6723              Date: Fri, 29 Jan 1999 00:25:02 -0500
6724              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
6725              Subject: Re: [PATCH 5.005_*] Better parsing docs
6726      Branch: perl
6727            ! pod/perlop.pod
6728 ____________________________________________________________________________
6729 [  2918] By: gsar                                  on 1999/02/14  23:20:42
6730         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
6731              of silently returning bogus values)
6732              From: Peter Chines <pchines@nhgri.nih.gov>
6733              Date: Wed, 27 Jan 1999 16:11:31 -0500
6734              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
6735              Subject: Time::Local
6736      Branch: perl
6737            ! lib/Time/Local.pm pod/perldelta.pod
6738 ____________________________________________________________________________
6739 [  2917] By: gsar                                  on 1999/02/14  11:21:43
6740         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6741              Date: Thu, 28 Jan 1999 10:02:20 -0500
6742              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
6743              Subject: Re: [PATCH 5.005_53] Better perldoc
6744      Branch: perl
6745            ! utils/perldoc.PL
6746 ____________________________________________________________________________
6747 [  2916] By: gsar                                  on 1999/02/14  10:59:38
6748         Log: back out change#2751, apply updated version 
6749              From: jan.dubois@ibm.net (Jan Dubois)
6750              Date: Sat, 06 Feb 1999 01:06:29 +0100
6751              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
6752              Subject: [PATCH] Cleanup of File::Spec module
6753      Branch: perl
6754            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6755            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6756            ! lib/File/Spec/Win32.pm
6757 ____________________________________________________________________________
6758 [  2915] By: gsar                                  on 1999/02/14  10:48:01
6759         Log: tweak select() test
6760      Branch: perl
6761            ! pod/perlipc.pod t/op/fh.t
6762 ____________________________________________________________________________
6763 [  2914] By: gsar                                  on 1999/02/14  10:25:55
6764         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
6765      Branch: perl
6766            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
6767 ____________________________________________________________________________
6768 [  2913] By: gsar                                  on 1999/02/14  10:03:51
6769         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
6770              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
6771              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
6772              Subject: Re: SvOPV() or SvPV_nolen() or ...
6773      Branch: perl
6774            ! pod/perlguts.pod
6775 ____________________________________________________________________________
6776 [  2912] By: gsar                                  on 1999/02/14  09:57:29
6777         Log: provide SvPV_nolen(sv) to avoid use of PL_na
6778              From: jan.dubois@ibm.net (Jan Dubois)
6779              Date: Sun, 24 Jan 1999 02:45:32 +0100
6780              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
6781              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
6782      Branch: perl
6783            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
6784            ! sv.h
6785 ____________________________________________________________________________
6786 [  2911] By: gsar                                  on 1999/02/14  06:51:05
6787         Log: elide stray effluvium
6788      Branch: perl
6789            ! pod/perldelta.pod
6790 ____________________________________________________________________________
6791 [  2910] By: gsar                                  on 1999/02/14  05:51:56
6792         Log: slurping an empty file should return '' rather than undef, with
6793              commensurate effects on ARGV processing
6794      Branch: perl
6795            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6796            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
6797 ____________________________________________________________________________
6798 [  2909] By: gsar                                  on 1999/02/14  00:02:11
6799         Log: perly_c.diff typo
6800      Branch: perl
6801            ! perly.c perly_c.diff vms/perly_c.vms
6802 ____________________________________________________________________________
6803 [  2908] By: gsar                                  on 1999/02/13  18:20:13
6804         Log: From: jan.dubois@ibm.net (Jan Dubois)
6805              Date: Sat, 13 Feb 1999 13:25:53 +0100
6806              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
6807              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
6808      Branch: perl
6809            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
6810 ____________________________________________________________________________
6811 [  2907] By: jhi                                   on 1999/02/13  15:07:26
6812         Log: Integrate from mainperl.
6813      Branch: cfgperl
6814           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
6815           !> (integrate 150 files)
6816 ____________________________________________________________________________
6817 [  2903] By: gsar                                  on 1999/02/12  13:25:59
6818         Log: From: jan.dubois@ibm.net (Jan Dubois)
6819              Date: Sun, 24 Jan 1999 01:12:00 +0100
6820              Message-ID: <36b66479.62756298@smtp1.ibm.net>
6821              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
6822      Branch: perl
6823            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
6824            ! proto.h sv.c sv.h
6825 ____________________________________________________________________________
6826 [  2902] By: gsar                                  on 1999/02/12  12:55:11
6827         Log: script to generate ctags from etags
6828              From: Colin Kuskie <ckuskie@cadence.com>
6829              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
6830              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
6831              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
6832      Branch: perl
6833            + emacs/e2ctags.pl
6834            ! Makefile.SH pod/perlfaq3.pod
6835 ____________________________________________________________________________
6836 [  2901] By: gsar                                  on 1999/02/12  12:40:17
6837         Log: allow boolean assign ops to be lvalues
6838              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6839              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
6840              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
6841              --
6842              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6843              Date: Mon, 18 Jan 1999 10:04:00 +0000
6844              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
6845              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
6846      Branch: perl
6847            + t/op/lop.t
6848            ! MANIFEST op.c
6849 ____________________________________________________________________________
6850 [  2899] By: jhi                                   on 1999/02/12  12:03:48
6851         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
6852      Branch: cfgperl
6853            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6854            ! config_h.SH hints/openbsd.sh
6855 ____________________________________________________________________________
6856 [  2898] By: gsar                                  on 1999/02/12  11:49:25
6857         Log: support win32_putenv()
6858      Branch: perl
6859            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
6860            ! win32/win32.c win32/win32iop.h
6861 ____________________________________________________________________________
6862 [  2894] By: gsar                                  on 1999/02/12  11:09:27
6863         Log: add missing hunk in change#2657
6864      Branch: perl
6865            ! ext/B/B/CC.pm
6866 ____________________________________________________________________________
6867 [  2893] By: gsar                                  on 1999/02/12  11:00:13
6868         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6869              Date: Tue, 19 Jan 1999 20:13:15 -0500
6870              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
6871              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
6872      Branch: perl
6873            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
6874            ! t/pragma/subs.t t/pragma/warning.t
6875 ____________________________________________________________________________
6876 [  2892] By: gsar                                  on 1999/02/12  10:44:38
6877         Log: update change#2670 to later version
6878              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6879              Date: Sun, 31 Jan 1999 16:16:14 +0000
6880              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
6881              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
6882      Branch: perl
6883            ! t/op/subst.t toke.c
6884 ____________________________________________________________________________
6885 [  2891] By: gsar                                  on 1999/02/12  10:31:17
6886         Log: make testsuite somewhat location independent
6887      Branch: perl
6888            ! (edit 117 files)
6889 ____________________________________________________________________________
6890 [  2890] By: gsar                                  on 1999/02/12  10:00:30
6891         Log: add $AutoLoader::VERSION
6892      Branch: perl
6893            ! lib/AutoLoader.pm
6894 ____________________________________________________________________________
6895 [  2889] By: gsar                                  on 1999/02/12  09:55:48
6896         Log: tweak PERL_STRICT_CR notes
6897      Branch: perl
6898            ! pod/perl5005delta.pod
6899 ____________________________________________________________________________
6900 [  2888] By: gsar                                  on 1999/02/12  09:41:45
6901         Log: add note about test-notty target
6902      Branch: perl
6903            ! README.win32
6904 ____________________________________________________________________________
6905 [  2887] By: gsar                                  on 1999/02/12  09:37:37
6906         Log: add perltodo.pod
6907      Branch: perl
6908            + pod/perltodo.pod
6909            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
6910            ! win32/pod.mak
6911 ____________________________________________________________________________
6912 [  2886] By: jhi                                   on 1999/02/12  08:52:14
6913         Log: Integrate from mainperl.
6914      Branch: cfgperl
6915           +> t/op/fh.t
6916           !> (integrate 30 files)
6917 ____________________________________________________________________________
6918 [  2885] By: gsar                                  on 1999/02/12  08:42:10
6919         Log: note how to find REG_INFTY limit
6920      Branch: perl
6921            ! pod/perlre.pod
6922 ____________________________________________________________________________
6923 [  2884] By: jhi                                   on 1999/02/12  08:36:14
6924         Log: OpenBSD pthreads awareness, thanks to
6925              David Leonard <david.leonard@csee.uq.edu.au>
6926      Branch: maint-5.005/perl
6927            ! Configure hints/openbsd.sh
6928 ____________________________________________________________________________
6929 [  2882] By: gsar                                  on 1999/02/12  08:05:20
6930         Log: IO is maintained by p5p (per Graham Barr's wishes)
6931      Branch: perl
6932            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
6933            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
6934            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6935            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6936 ____________________________________________________________________________
6937 [  2881] By: gsar                                  on 1999/02/12  07:57:13
6938         Log: fh.t typo
6939      Branch: perl
6940            ! t/op/fh.t
6941 ____________________________________________________________________________
6942 [  2880] By: gsar                                  on 1999/02/12  07:38:16
6943         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
6944      Branch: perl
6945            ! perl.c pod/perlrun.pod
6946 ____________________________________________________________________________
6947 [  2879] By: gsar                                  on 1999/02/12  05:39:29
6948         Log: fix ops that are not filehandle constructors to not create GV if it
6949              doesn't already exist (avoids leaks); extend semantics of defined()
6950              so that defined(*{$foo}) works (experimental)
6951      Branch: perl
6952            + t/op/fh.t
6953            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
6954            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
6955 ____________________________________________________________________________
6956 [  2877] By: jhi                                   on 1999/02/11  20:44:00
6957         Log: From: Chris Nandor <pudge@pobox.com>
6958              To: perl5-porters@perl.org
6959              Subject: [PATCH] perlport.pod 1.39
6960              Date: Thu, 11 Feb 1999 12:28:35 -0500
6961              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
6962      Branch: cfgperl
6963            ! pod/perlport.pod
6964 ____________________________________________________________________________
6965 [  2870] By: gsar                                  on 1999/02/11  11:17:08
6966         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
6967      Branch: perl
6968            ! ext/IO/lib/IO/Pipe.pm
6969 ____________________________________________________________________________
6970 [  2869] By: gsar                                  on 1999/02/11  11:00:56
6971         Log: update win32/pod.mak
6972      Branch: perl
6973            ! win32/pod.mak
6974 ____________________________________________________________________________
6975 [  2868] By: gsar                                  on 1999/02/11  10:42:44
6976         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
6977              Date: Fri, 08 Jan 1999 14:36:53 +1100
6978              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
6979              Subject: Re: [Fwd: IO::Socket::connect and blocking]
6980      Branch: perl
6981            ! ext/IO/lib/IO/Socket.pm
6982 ____________________________________________________________________________
6983 [  2867] By: gsar                                  on 1999/02/11  09:43:03
6984         Log: av_extend() doc tweak from Jan Dubois
6985      Branch: perl
6986            ! pod/perlguts.pod
6987 ____________________________________________________________________________
6988 [  2866] By: gsar                                  on 1999/02/11  09:27:17
6989         Log: display full pathname of unreadable files
6990      Branch: perl
6991            ! utils/perldoc.PL
6992 ____________________________________________________________________________
6993 [  2865] By: gsar                                  on 1999/02/11  09:02:31
6994         Log: missing patch in change#2522
6995      Branch: perl
6996            ! lib/Pod/Text.pm
6997 ____________________________________________________________________________
6998 [  2864] By: jhi                                   on 1999/02/11  08:45:00
6999         Log: From: Spider Boardman <spider@zk3.dec.com>
7000              To: perlbug@perl.com
7001              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
7002              Date: Wed, 10 Feb 1999 23:33:31 -0500
7003              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
7004      Branch: maint-5.005/perl
7005            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
7006 ____________________________________________________________________________
7007 [  2862] By: gsar                                  on 1999/02/11  08:14:34
7008         Log: integrate changes#2738,2740 from maint-5.005
7009      Branch: perl
7010           !> lib/ExtUtils/MakeMaker.pm
7011 ____________________________________________________________________________
7012 [  2861] By: jhi                                   on 1999/02/11  08:04:25
7013         Log: Integrate from mainperl.
7014      Branch: cfgperl
7015           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
7016           !> t/op/range.t win32/config.gc
7017 ____________________________________________________________________________
7018 [  2860] By: gsar                                  on 1999/02/11  07:30:08
7019         Log: binmode() support for cygwin32 (suggested by Steven Morlock
7020              <newspost@morlock.net>)
7021      Branch: perl
7022            ! perl.h
7023 ____________________________________________________________________________
7024 [  2859] By: gsar                                  on 1999/02/11  07:14:21
7025         Log: update Changes
7026      Branch: perl
7027            ! Changes
7028           !> pod/perl5005delta.pod
7029 ____________________________________________________________________________
7030 [  2856] By: gsar                                  on 1999/02/11  07:07:39
7031         Log: integrate perldelta changes from maint-5.005
7032      Branch: perl
7033           !> pod/perl5005delta.pod
7034 ____________________________________________________________________________
7035 [  2855] By: gsar                                  on 1999/02/11  06:31:50
7036         Log: applied suggested patch; added tests
7037              From: Adam Krolnik <adamk@gypsy.cyrix.com>
7038              Date: Sat, 12 Dec 98 15:30:18 -0600
7039              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
7040              Subject: Range operation doesn't handle IV_MAX
7041      Branch: perl
7042            ! pp_ctl.c t/op/range.t
7043 ____________________________________________________________________________
7044 [  2854] By: gsar                                  on 1999/02/11  05:00:55
7045         Log: compatibility fix: magic non-propagation in foreach implicit localization
7046      Branch: perl
7047            ! pp_ctl.c t/op/local.t win32/config.gc
7048 ____________________________________________________________________________
7049 [  2852] By: gsar                                  on 1999/02/10  23:17:49
7050         Log: fair warning about -Dusethreads
7051      Branch: maint-5.005/perl
7052            ! Configure INSTALL README.threads
7053 ____________________________________________________________________________
7054 [  2847] By: jhi                                   on 1999/02/09  19:13:28
7055         Log: Integrate from mainperl.
7056      Branch: cfgperl
7057           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
7058           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
7059 ____________________________________________________________________________
7060 [  2846] By: gsar                                  on 1999/02/09  13:53:28
7061         Log: a modified version of suggested patch for pack template 'Z'; added docs
7062              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
7063              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
7064              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
7065              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
7066      Branch: perl
7067            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
7068 ____________________________________________________________________________
7069 [  2845] By: gsar                                  on 1999/02/09  00:03:26
7070         Log: clarify docs for change#2835
7071      Branch: perl
7072            ! pod/perldelta.pod pod/perlop.pod
7073 ____________________________________________________________________________
7074 [  2844] By: gsar                                  on 1999/02/08  23:40:57
7075         Log: addendum to change#2823
7076              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7077              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
7078              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
7079              Subject: [PATCH] Docs and tests for method-call syntax
7080      Branch: perl
7081            ! pod/perlobj.pod t/op/method.t
7082 ____________________________________________________________________________
7083 [  2843] By: jhi                                   on 1999/02/08  21:06:28
7084         Log: Ultrix mmap tidbit.
7085      Branch: cfgperl
7086            ! hints/ultrix_4.sh
7087 ____________________________________________________________________________
7088 [  2842] By: jhi                                   on 1999/02/08  20:22:55
7089         Log: Integrate from mainperl.
7090      Branch: cfgperl
7091           +> t/op/subst_wamp.t
7092           !> (integrate 35 files)
7093 ____________________________________________________________________________
7094 [  2841] By: jhi                                   on 1999/02/08  18:23:26
7095         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7096              To: Mailing list Perl5 <perl5-porters@perl.org>
7097              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
7098              Date: Sun, 7 Feb 1999 17:25:22 -0500
7099              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
7100      Branch: cfgperl
7101            + t/op/subst_amp.t
7102            ! MANIFEST regcomp.c t/op/subst.t
7103 ____________________________________________________________________________
7104 [  2840] By: jhi                                   on 1999/02/08  18:16:54
7105         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7106              To: Mailing list Perl5 <perl5-porters@perl.org>
7107              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
7108              Date: Sun, 7 Feb 1999 17:00:10 -0500
7109              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
7110      Branch: cfgperl
7111            ! pp_hot.c t/op/pat.t
7112 ____________________________________________________________________________
7113 [  2839] By: jhi                                   on 1999/02/08  17:25:30
7114         Log: A require was missing.
7115      Branch: cfgperl
7116            ! t/lib/h2ph.pht
7117 ____________________________________________________________________________
7118 [  2838] By: jhi                                   on 1999/02/08  16:38:41
7119         Log: Bring in the change #2809 (the Configure part has been
7120              modified rather a lot since the #2809, though.)
7121      Branch: cfgperl
7122            ! Configure utils/h2ph.PL
7123 ____________________________________________________________________________
7124 [  2835] By: gsar                                  on 1999/02/08  14:40:23
7125         Log: make qw() into a true list at compile time (slightly modified
7126              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
7127      Branch: perl
7128            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
7129 ____________________________________________________________________________
7130 [  2834] By: gsar                                  on 1999/02/08  13:23:16
7131         Log: make safesysmalloc() etc., always available; safemalloc() et al are
7132              now macros that point to the right malloc; fix various places in
7133              sources that need to always use safesysmalloc() et al
7134      Branch: perl
7135            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
7136            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
7137 ____________________________________________________________________________
7138 [  2833] By: gsar                                  on 1999/02/08  10:56:16
7139         Log: remove spurious #endif in last change
7140      Branch: perl
7141            ! perl.h
7142 ____________________________________________________________________________
7143 [  2832] By: gsar                                  on 1999/02/08  10:34:55
7144         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
7145              them ask for insanity (untested)
7146      Branch: perl
7147            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
7148            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
7149            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
7150 ____________________________________________________________________________
7151 [  2831] By: jhi                                   on 1999/02/08  08:33:33
7152         Log: Update vms/subconfigure.com along the lines of change #2829.
7153      Branch: cfgperl
7154            ! vms/subconfigure.com
7155 ____________________________________________________________________________
7156 [  2830] By: gsar                                  on 1999/02/08  00:19:46
7157         Log: integrate cfgperl changes into mainline
7158      Branch: perl
7159           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
7160           +> lib/File/PathConvert.pm pod/perlthrtut.pod
7161            ! Changes
7162           !> (integrate 93 files)
7163 ____________________________________________________________________________
7164 [  2829] By: jhi                                   on 1999/02/07  23:49:46
7165         Log: Configure update.
7166              
7167              Probe for mmap() et alia.
7168              The *cc*symbols patch (just Configure, no h2ph).
7169      Branch: cfgperl
7170            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7171            ! config_h.SH perl.h
7172 ____________________________________________________________________________
7173 [  2828] By: gsar                                  on 1999/02/07  23:38:47
7174         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7175              Date: Sun, 7 Feb 1999 17:25:22 -0500
7176              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
7177              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
7178      Branch: perl
7179            + t/op/subst_amp.t t/op/subst_wamp.t
7180            ! MANIFEST regcomp.c t/op/subst.t
7181 ____________________________________________________________________________
7182 [  2827] By: gsar                                  on 1999/02/07  23:27:32
7183         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7184              Date: Sun, 7 Feb 1999 17:00:10 -0500
7185              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
7186              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
7187      Branch: perl
7188            ! pp_hot.c t/op/pat.t
7189 ____________________________________________________________________________
7190 [  2826] By: gsar                                  on 1999/02/07  23:26:04
7191         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
7192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7193              Date: Sun, 7 Feb 1999 15:07:27 -0500
7194              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
7195              Subject: Re: fixing memory leaks in REx compilation
7196      Branch: perl
7197            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
7198            ! regexec.c
7199 ____________________________________________________________________________
7200 [  2825] By: jhi                                   on 1999/02/07  18:05:13
7201         Log: Integrate from mainperl.
7202      Branch: cfgperl
7203           +> lib/DB.pm t/comp/bproto.t
7204           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
7205           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
7206           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
7207           !> toke.c vms/perly_c.vms
7208 ____________________________________________________________________________
7209 [  2824] By: gsar                                  on 1999/02/07  14:21:48
7210         Log: tweak doc on bitwise ops
7211      Branch: perl
7212            ! pod/perlop.pod
7213 ____________________________________________________________________________
7214 [  2823] By: gsar                                  on 1999/02/07  13:38:31
7215         Log: applied suggested patch; regen perly* and vms/perly*
7216              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7217              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
7218              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
7219              Subject: [PATCH] Re: Suggestion for perlobj man page
7220      Branch: perl
7221            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
7222 ____________________________________________________________________________
7223 [  2822] By: gsar                                  on 1999/02/07  12:39:09
7224         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
7225              disabled, fails tests)
7226      Branch: perl
7227            ! regcomp.h
7228 ____________________________________________________________________________
7229 [  2821] By: gsar                                  on 1999/02/07  11:09:39
7230         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
7231              <Alexander.Barilo@aexp.com>)
7232      Branch: perl
7233            ! lib/Pod/Html.pm
7234 ____________________________________________________________________________
7235 [  2820] By: gsar                                  on 1999/02/07  10:20:35
7236         Log: add draft debugging API implementation
7237      Branch: perl
7238            + lib/DB.pm
7239            ! MANIFEST
7240 ____________________________________________________________________________
7241 [  2819] By: gsar                                  on 1999/02/07  09:58:45
7242         Log: avoid garbage in db->dirbuf
7243              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
7244              Date: Sat, 05 Dec 1998 14:14:54 +0900
7245              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
7246              Subject: SDBM bug
7247      Branch: perl
7248            ! ext/SDBM_File/sdbm/sdbm.c
7249 ____________________________________________________________________________
7250 [  2818] By: gsar                                  on 1999/02/07  09:32:24
7251         Log: missing entry
7252      Branch: perl
7253            ! MANIFEST
7254 ____________________________________________________________________________
7255 [  2817] By: gsar                                  on 1999/02/07  09:30:47
7256         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
7257      Branch: perl
7258            + t/comp/bproto.t
7259            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
7260 ____________________________________________________________________________
7261 [  2816] By: gsar                                  on 1999/02/06  00:14:29
7262         Log: minor bug in dumping blessed subrefs
7263      Branch: perl
7264            ! ext/Data/Dumper/Dumper.pm
7265 ____________________________________________________________________________
7266 [  2812] By: jhi                                   on 1999/02/03  22:02:24
7267         Log: Enhance change #2808.
7268              
7269              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7270              To: perl5-porters@perl.org
7271              Subject: Re: [PATCH 5.00*]: perlbug checklist
7272              Date: Wed, 3 Feb 1999 19:02:27 +0000
7273              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
7274      Branch: cfgperl
7275            ! utils/perlbug.PL
7276 ____________________________________________________________________________
7277 [  2811] By: jhi                                   on 1999/02/03  21:53:23
7278         Log: From: Barrie Slaymaker <rbs@telerama.com>
7279              To: perl5-porters@perl.org
7280              CC: pod-people@perl.org
7281              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
7282              Date: Wed, 03 Feb 1999 10:34:18 -0500
7283              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
7284              
7285              Add File::PathConvert.pm.
7286              Fix Pod::Html and installhtml to understand relative urls.
7287      Branch: cfgperl
7288            + lib/File/PathConvert.pm
7289            ! MANIFEST installhtml lib/Pod/Html.pm
7290 ____________________________________________________________________________
7291 [  2810] By: jhi                                   on 1999/02/03  20:25:10
7292         Log: From: Francois Desarmenien <desar@club-internet.fr>
7293              To: Mailing list Perl5 <perl5-porters@perl.org>
7294              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
7295              Date: Wed, 03 Feb 1999 13:13:24 +0000
7296              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
7297              
7298              (note: this patch completely overrides Tom Wolfe's patch,
7299              change #2604)
7300      Branch: cfgperl
7301            + ext/GDBM_File/hints/sco.pl
7302            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
7303 ____________________________________________________________________________
7304 [  2809] By: jhi                                   on 1999/02/03  19:54:16
7305         Log: h2ph fixes + Configure patch to support them.
7306              
7307              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7308              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
7309              Gurusamy Sarathy <gsar@engin.umich.edu>
7310              Cc: perl5-porters@perl.org
7311              Subject: [PATCH 5.00503_MT5] h2ph.PL
7312              Date: Tue, 2 Feb 1999 19:48:06 -0500
7313              Message-ID: <19990202194806.E10647@O2.chapin.edu>
7314      Branch: maint-5.005/perl
7315            ! Configure utils/h2ph.PL
7316 ____________________________________________________________________________
7317 [  2808] By: jhi                                   on 1999/02/03  16:59:55
7318         Log: Enhance the perlbug checklist.
7319      Branch: cfgperl
7320            ! utils/perlbug.PL
7321 ____________________________________________________________________________
7322 [  2807] By: jhi                                   on 1999/02/03  14:01:37
7323         Log: Document the standard strftime %formats.
7324              
7325              From: Dominic Dunlop <domo@vo.lu>
7326              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
7327              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
7328              Date: Tue, 2 Feb 1999 15:55:29 +0100
7329              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
7330      Branch: cfgperl
7331            ! ext/POSIX/POSIX.pod
7332 ____________________________________________________________________________
7333 [  2806] By: jhi                                   on 1999/02/03  13:58:00
7334         Log: Integrate from mainperl.
7335      Branch: cfgperl
7336           !> perl.h
7337 ____________________________________________________________________________
7338 [  2805] By: gsar                                  on 1999/02/03  03:32:31
7339         Log: PL_uuemap[] init needs help for sizeof()
7340      Branch: perl
7341            ! perl.h
7342 ____________________________________________________________________________
7343 [  2804] By: jhi                                   on 1999/02/02  20:44:30
7344         Log: These should've been already in #2803.
7345      Branch: cfgperl
7346            ! Configure config_h.SH vms/subconfigure.com
7347 ____________________________________________________________________________
7348 [  2803] By: jhi                                   on 1999/02/02  20:38:45
7349         Log: telldir prototype issue, from mists of time...
7350      Branch: cfgperl
7351            ! hints/netbsd.sh pp_sys.c
7352 ____________________________________________________________________________
7353 [  2801] By: jhi                                   on 1999/02/02  17:40:14
7354         Log: From: John Bley <jbb6@acpub.duke.edu>
7355              To: perlbug@perl.org
7356              Subject: [PATCH]5.005_54 (DOC) fix minor typos
7357              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
7358              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
7359      Branch: cfgperl
7360            ! pod/perlre.pod
7361 ____________________________________________________________________________
7362 [  2800] By: jhi                                   on 1999/02/02  17:26:49
7363         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
7364      Branch: cfgperl
7365            ! Todo-5.005
7366 ____________________________________________________________________________
7367 [  2799] By: jhi                                   on 1999/02/02  17:18:51
7368         Log: Update FindBin from maint-5.005.
7369      Branch: cfgperl
7370            ! lib/FindBin.pm
7371 ____________________________________________________________________________
7372 [  2798] By: jhi                                   on 1999/02/02  17:16:07
7373         Log: Fix typecasts in #2797
7374              
7375              From: "G. Del Merritt" <del@intranetics.com>
7376              Date: Fri, 29 Jan 1999 11:47:25 -0700
7377              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
7378              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
7379      Branch: cfgperl
7380            ! ext/POSIX/POSIX.xs
7381 ____________________________________________________________________________
7382 [  2797] By: jhi                                   on 1999/02/02  17:14:37
7383         Log: From: Ted Law <tedlaw@cibcwg.com>
7384              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
7385              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
7386              Subject: POSIX::strftime buffer overflow problem
7387      Branch: cfgperl
7388            ! ext/POSIX/POSIX.xs
7389 ____________________________________________________________________________
7390 [  2796] By: jhi                                   on 1999/02/02  17:13:23
7391         Log: Do not use File::Slurp.
7392      Branch: cfgperl
7393            ! t/lib/textfill.t
7394 ____________________________________________________________________________
7395 [  2795] By: jhi                                   on 1999/02/02  17:11:48
7396         Log: perlhist update from maint-5.005.
7397      Branch: cfgperl
7398            ! pod/perlhist.pod
7399 ____________________________________________________________________________
7400 [  2794] By: jhi                                   on 1999/02/02  17:10:33
7401         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
7402      Branch: cfgperl
7403            ! ext/POSIX/POSIX.pm
7404 ____________________________________________________________________________
7405 [  2793] By: jhi                                   on 1999/02/02  17:08:39
7406         Log: Missed the html test from change #2787. 
7407      Branch: cfgperl
7408            ! t/lib/cgi-html.t
7409 ____________________________________________________________________________
7410 [  2792] By: jhi                                   on 1999/02/02  17:01:24
7411         Log: Update Getopt::Long to 2.19.
7412      Branch: cfgperl
7413            ! lib/Getopt/Long.pm
7414 ____________________________________________________________________________
7415 [  2791] By: jhi                                   on 1999/02/02  16:59:13
7416         Log: overload syntax is no longer experimental
7417      Branch: cfgperl
7418            ! lib/overload.pm
7419 ____________________________________________________________________________
7420 [  2789] By: jhi                                   on 1999/02/02  16:47:50
7421         Log: Still doc fixes.
7422      Branch: cfgperl
7423            ! lib/diagnostics.pm
7424 ____________________________________________________________________________
7425 [  2788] By: jhi                                   on 1999/02/02  16:47:07
7426         Log: Doc fixes.
7427      Branch: cfgperl
7428            ! lib/CGI.pm lib/diagnostics.pm
7429 ____________________________________________________________________________
7430 [  2787] By: jhi                                   on 1999/02/02  16:38:55
7431         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
7432              where applicable).
7433      Branch: cfgperl
7434            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
7435            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7436            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7437            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
7438            ! eg/cgi/frameset.cgi eg/cgi/index.html
7439            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7440            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7441            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7442            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
7443            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7444            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
7445 ____________________________________________________________________________
7446 [  2786] By: jhi                                   on 1999/02/02  16:17:52
7447         Log: Update CPAN to 1.47.
7448      Branch: cfgperl
7449            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7450 ____________________________________________________________________________
7451 [  2785] By: jhi                                   on 1999/02/02  16:09:03
7452         Log: From: Mark-Jason Dominus <mjd@plover.com>
7453              Date: Sat, 16 Jan 1999 17:22:06 -0500
7454              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
7455              Message-ID: <19990116222206.3674.qmail@plover.com>
7456      Branch: cfgperl
7457            ! pod/perlsub.pod
7458 ____________________________________________________________________________
7459 [  2784] By: jhi                                   on 1999/02/02  16:01:31
7460         Log: Fix incorrect "used only once" warnings
7461              
7462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7463              Date: Fri, 8 Jan 1999 04:37:10 -0500
7464              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
7465              Subject: Re: change#965 flakiness
7466      Branch: cfgperl
7467            ! gv.c
7468 ____________________________________________________________________________
7469 [  2783] By: jhi                                   on 1999/02/02  15:50:38
7470         Log: perldelta updates.
7471      Branch: cfgperl
7472            ! pod/perldelta.pod
7473 ____________________________________________________________________________
7474 [  2782] By: jhi                                   on 1999/02/02  14:28:26
7475         Log: Mirror change #2781.
7476      Branch: cfgperl
7477            ! hints/linux.sh
7478 ____________________________________________________________________________
7479 [  2781] By: jhi                                   on 1999/02/02  14:27:01
7480         Log: Update the MkLinux note.
7481      Branch: maint-5.005/perl
7482            ! hints/linux.sh
7483 ____________________________________________________________________________
7484 [  2780] By: jhi                                   on 1999/02/02  14:10:59
7485         Log: Update todo.
7486      Branch: cfgperl
7487            ! Todo-5.005
7488 ____________________________________________________________________________
7489 [  2779] By: jhi                                   on 1999/02/02  14:00:25
7490         Log: Integrate from mainperl.
7491      Branch: cfgperl
7492            ! t/lib/textfill.t t/lib/textwrap.t
7493           !> (integrate 32 files)
7494 ____________________________________________________________________________
7495 [  2778] By: jhi                                   on 1999/02/02  13:56:23
7496         Log: VMS update, applicable parts of
7497              
7498              From: Dan Sugalski <sugalskd@osshe.edu>
7499              To: perl5-porters@perl.org
7500              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7501              Date: Wed, 20 Jan 1999 12:05:18 -0800
7502              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7503              
7504              From: Dan Sugalski <sugalskd@osshe.edu>
7505              To: perlbug@perl.com, vmsperl@perl.org
7506              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
7507              Date: Tue, 26 Jan 1999 14:40:38 -0800
7508              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
7509              
7510              From: Dan Sugalski <sugalskd@osshe.edu>
7511              To: perl5-porters@perl.org, vmsperl@perl.org
7512              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
7513              Date: Tue, 26 Jan 1999 14:55:29 -0800
7514              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
7515      Branch: cfgperl
7516            ! vms/ext/Stdio/test.pl vms/subconfigure.com
7517 ____________________________________________________________________________
7518 [  2777] By: jhi                                   on 1999/02/02  13:43:24
7519         Log: Synch usethreads parts from maint-5.005.
7520      Branch: cfgperl
7521            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
7522            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
7523            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7524            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7525 ____________________________________________________________________________
7526 [  2776] By: jhi                                   on 1999/02/02  13:17:16
7527         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
7528      Branch: cfgperl
7529            ! Makefile.SH hints/freebsd.sh
7530 ____________________________________________________________________________
7531 [  2774] By: jhi                                   on 1999/02/02  13:10:39
7532         Log: Add perlthrtut, update pod/* machinery.
7533              (a pod/Makefile.SH is sorely needed)
7534      Branch: cfgperl
7535            + pod/perlthrtut.pod
7536            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7537 ____________________________________________________________________________
7538 [  2773] By: jhi                                   on 1999/02/02  12:54:24
7539         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7540              To: perl5-porters@perl.org
7541              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
7542              Date: Tue, 26 Jan 1999 22:25:07 +0000
7543              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
7544      Branch: cfgperl
7545            ! pod/perlguts.pod
7546 ____________________________________________________________________________
7547 [  2771] By: jhi                                   on 1999/02/02  12:47:34
7548         Log: Use perlbug instead of personal email address.
7549      Branch: cfgperl
7550            ! Configure
7551 ____________________________________________________________________________
7552 [  2770] By: jhi                                   on 1999/02/02  12:42:06
7553         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7554              
7555              From: "G. Del Merritt" <del@intranetics.com>
7556              To: perlbug@perl.com
7557              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7558              Date: Tue, 26 Jan 1999 12:09:09 -0700
7559              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7560      Branch: cfgperl
7561            ! iperlsys.h
7562 ____________________________________________________________________________
7563 [  2769] By: jhi                                   on 1999/02/02  12:37:57
7564         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7565              To: Mailing list Perl5 <perl5-porters@perl.org>
7566              Subject: [PATCH 5.005_*] OS/2 threads
7567              Date: Tue, 26 Jan 1999 13:39:46 -0500
7568              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
7569      Branch: cfgperl
7570            ! os2/os2ish.h
7571 ____________________________________________________________________________
7572 [  2768] By: jhi                                   on 1999/02/02  12:36:16
7573         Log: Apply change #2711 from maint-5.005:
7574              
7575              make ok", "make okfile", and "make nok" were broken
7576              with -Duseshrplib, because of a shared typo.
7577              
7578              From: Spider Boardman <spider@web.zk3.dec.com>
7579              To: perlbug@perl.com
7580              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7581              Date: Wed, 27 Jan 1999 12:27:15 -0500
7582              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7583      Branch: cfgperl
7584            ! Makefile.SH
7585 ____________________________________________________________________________
7586 [  2766] By: jhi                                   on 1999/02/02  12:27:08
7587         Log: Make Configure use "int main()" instead of bare "main()".
7588              Like maint-5.005 change #2703 but now via metaconfig.
7589      Branch: cfgperl
7590            ! Configure
7591 ____________________________________________________________________________
7592 [  2765] By: jhi                                   on 1999/02/02  11:59:30
7593         Log: Undo part of change #2562.
7594      Branch: cfgperl
7595            ! Configure
7596 ____________________________________________________________________________
7597 [  2764] By: jhi                                   on 1999/02/02  11:52:39
7598         Log: NetBSD synch with maint-5.005.
7599      Branch: cfgperl
7600            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7601 ____________________________________________________________________________
7602 [  2763] By: jhi                                   on 1999/02/02  11:44:07
7603         Log: $Config{installusrbinperl}
7604              (maint-5.005 changes #2614 and #2709)
7605      Branch: cfgperl
7606            ! Configure installperl
7607 ____________________________________________________________________________
7608 [  2762] By: jhi                                   on 1999/02/02  11:29:13
7609         Log: Errno update from maint-5.005 (changes #2583, #2710).
7610      Branch: cfgperl
7611            ! Configure ext/Errno/Errno_pm.PL
7612 ____________________________________________________________________________
7613 [  2759] By: jhi                                   on 1999/02/02  10:53:20
7614         Log: Update Trig.pm from maint-5.005.
7615      Branch: cfgperl
7616            ! lib/Math/Trig.pm
7617 ____________________________________________________________________________
7618 [  2757] By: jhi                                   on 1999/02/02  10:41:26
7619         Log: MPE/iX update (mirror maint-5.005 change #2715)
7620      Branch: cfgperl
7621            ! hints/mpeix.sh mpeix/relink
7622 ____________________________________________________________________________
7623 [  2756] By: jhi                                   on 1999/02/02  10:38:08
7624         Log: BeOS update (Mirror maint-5.005 change #2727).
7625      Branch: cfgperl
7626            + ext/DynaLoader/dl_beos.xs
7627            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7628            ! lib/ExtUtils/MM_Unix.pm
7629 ____________________________________________________________________________
7630 [  2754] By: gsar                                  on 1999/02/02  08:52:13
7631         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
7632      Branch: perl
7633            ! Porting/pumpkin.pod Todo Todo-5.005
7634 ____________________________________________________________________________
7635 [  2753] By: gsar                                  on 1999/02/02  08:46:21
7636         Log: Todo tweaks
7637      Branch: perl
7638            ! Todo Todo-5.005
7639 ____________________________________________________________________________
7640 [  2752] By: jhi                                   on 1999/02/01  22:15:12
7641         Log: Add perlthrtut.pod.
7642              
7643              From: Dan Sugalski <sugalskd@osshe.edu>
7644              To: perl5-porters@perl.org
7645              Subject: perlthrtut.pod
7646              Date: Mon, 01 Feb 1999 10:57:11 -0800
7647              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
7648      Branch: maint-5.005/perl
7649            + pod/perlthrtut.pod
7650            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
7651            ! pod/roffitall
7652 ____________________________________________________________________________
7653 [  2751] By: gsar                                  on 1999/02/01  07:28:05
7654         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
7655      Branch: perl
7656            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7657            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7658 ____________________________________________________________________________
7659 [  2750] By: gsar                                  on 1999/02/01  07:09:20
7660         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7661              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
7662              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
7663              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
7664      Branch: perl
7665            ! regexec.c
7666 ____________________________________________________________________________
7667 [  2749] By: gsar                                  on 1999/02/01  07:07:59
7668         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7669              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
7670              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
7671              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
7672      Branch: perl
7673            ! regexec.c
7674 ____________________________________________________________________________
7675 [  2748] By: gsar                                  on 1999/02/01  06:47:06
7676         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
7677              Date: Thu, 3 Dec 1998 15:10:17 -0500
7678              Message-Id: <199812032010.PAA09692@jik.shore.net>
7679              Subject: sample checksum code in "perlfunc" man page is wrong
7680      Branch: perl
7681            ! pod/perlfunc.pod
7682 ____________________________________________________________________________
7683 [  2747] By: gsar                                  on 1999/02/01  06:35:13
7684         Log: typos in Pod/Text.pm
7685              From: "Greg Chapman" <glc@well.com>
7686              Date: Tue, 1 Dec 1998 10:50:18 -0800
7687              Message-Id: <199812011849.KAA08816@smtp.well.com>
7688              Subject: Glitch in Pod::Text
7689      Branch: perl
7690            ! lib/Pod/Text.pm
7691 ____________________________________________________________________________
7692 [  2746] By: gsar                                  on 1999/02/01  06:27:35
7693         Log: various win32-ish changes merged from maint-5.005
7694      Branch: perl
7695            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
7696            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
7697            ! win32/Makefile win32/config.bc win32/config.vc
7698            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
7699            ! win32/win32.c
7700 ____________________________________________________________________________
7701 [  2745] By: gsar                                  on 1999/02/01  04:51:54
7702         Log: integrate cfgperl changes into mainline
7703      Branch: perl
7704           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
7705 ____________________________________________________________________________
7706 [  2744] By: gsar                                  on 1999/02/01  04:31:09
7707         Log: improved diagnostic on syntax errors at EOL
7708      Branch: perl
7709            ! toke.c
7710 ____________________________________________________________________________
7711 [  2743] By: gsar                                  on 1999/02/01  03:59:13
7712         Log: don't attempt connect() to bogus IP addresses
7713              From:    Graham Barr <gbarr@pobox.com>
7714              Date:    Sun, 31 Jan 1999 21:50:45 CST
7715              Message-Id: <19990131215045.A633@pobox.com>
7716      Branch: perl
7717            ! t/lib/io_multihomed.t
7718 ____________________________________________________________________________
7719 [  2742] By: gsar                                  on 1999/02/01  03:08:58
7720         Log: update Changes
7721      Branch: perl
7722            ! Changes pod/perldelta.pod
7723 ____________________________________________________________________________
7724 [  2740] By: gsar                                  on 1999/02/01  02:43:07
7725         Log: CAPI inheritance tweak and doc
7726      Branch: maint-5.005/perl
7727            ! lib/ExtUtils/MakeMaker.pm
7728 ____________________________________________________________________________
7729 [  2739] By: jhi                                   on 1999/01/31  18:31:54
7730         Log: Undo changes #2730 and #2731 and replace them
7731              with an extensively tested patch from
7732              Anton Berezin <tobez@plab.ku.dk> (via private email).
7733      Branch: maint-5.005/perl
7734            ! Makefile.SH hints/freebsd.sh
7735 ____________________________________________________________________________
7736 [  2738] By: gsar                                  on 1999/01/31  05:04:32
7737         Log: fix bogus CAPI inheritance from change#2541
7738      Branch: maint-5.005/perl
7739            ! lib/ExtUtils/MakeMaker.pm
7740 ____________________________________________________________________________
7741 [  2731] By: jhi                                   on 1999/01/29  14:33:12
7742         Log: FreeBSD version numbers can be like "2.2.8-release".
7743      Branch: maint-5.005/perl
7744            ! hints/freebsd.sh
7745 ____________________________________________________________________________
7746 [  2730] By: jhi                                   on 1999/01/29  12:40:38
7747         Log: FreeBSD hints iteration (hopefully convergent).
7748              usethreads: require at least FreeBSD 2.2.8.
7749              signal type: mirror change #2429 in cfgperl.
7750      Branch: maint-5.005/perl
7751            ! hints/freebsd.sh
7752 ____________________________________________________________________________
7753 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
7754         Log: From: Tom Spindler <dogcow@isi.net>
7755              Date: Thu, 28 Jan 1999 17:15:11 -0800
7756              Message-ID: <19990128171510.A11778@isi.net>
7757              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
7758      Branch: maint-5.005/perl
7759            + ext/DynaLoader/dl_beos.xs
7760            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7761            ! lib/ExtUtils/MM_Unix.pm
7762 ____________________________________________________________________________
7763 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
7764         Log: Remove use of File::Slurp in t/lib/textfill.t
7765      Branch: maint-5.005/perl
7766            ! t/lib/textfill.t
7767 ____________________________________________________________________________
7768 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
7769         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
7770              Date: Wed, 27 Jan 1999 23:14:33 -0800
7771              Message-Id: <199901280714.XAA10176@activestate.com>
7772              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
7773      Branch: maint-5.005/perl
7774            ! win32/Makefile win32/makefile.mk
7775 ____________________________________________________________________________
7776 [  2720] By: gsar                                  on 1999/01/27  21:54:42
7777         Log: missing space while munging CCFLAGS for PERL_CAPI
7778      Branch: perl
7779            ! lib/ExtUtils/MM_Unix.pm
7780 ____________________________________________________________________________
7781 [  2718] By: jhi                                   on 1999/01/27  19:46:04
7782         Log: io/fs.t fails test #18 (sense of tests appears to have been
7783              changed incompletely; this patch just skips the test attached,
7784              a la test #17 preceding it).
7785              
7786              From: "G. Del Merritt" <del@intranetics.com>
7787              To: perlbug@perl.com
7788              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7789              Date: Tue, 26 Jan 1999 12:09:09 -0700
7790              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7791      Branch: maint-5.005/perl
7792            ! t/io/fs.t
7793 ____________________________________________________________________________
7794 [  2717] By: jhi                                   on 1999/01/27  19:44:46
7795         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7796              
7797              From: "G. Del Merritt" <del@intranetics.com>
7798              To: perlbug@perl.com
7799              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7800              Date: Tue, 26 Jan 1999 12:09:09 -0700
7801              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7802      Branch: maint-5.005/perl
7803            ! iperlsys.h
7804 ____________________________________________________________________________
7805 [  2715] By: jhi                                   on 1999/01/27  19:34:28
7806         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7807              To: perl5-porters@perl.org
7808              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
7809              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
7810              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
7811      Branch: maint-5.005/perl
7812            ! hints/mpeix.sh mpeix/relink
7813 ____________________________________________________________________________
7814 [  2710] By: jhi                                   on 1999/01/27  19:22:23
7815         Log: Errno fixes:
7816              
7817              From: Spider Boardman <spider@web.zk3.dec.com>
7818              To: perlbug@perl.com
7819              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7820              Date: Wed, 27 Jan 1999 12:27:15 -0500
7821              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7822              
7823              From: Spider Boardman <spider@web.zk3.dec.com>
7824              To: perlbug@perl.com
7825              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7826              Date: Wed, 27 Jan 1999 13:31:16 -0500
7827              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
7828      Branch: maint-5.005/perl
7829            ! Configure ext/Errno/Errno_pm.PL
7830 ____________________________________________________________________________
7831 [  2709] By: jhi                                   on 1999/01/27  19:17:35
7832         Log: Fix Configure installusrbinperl:
7833              
7834              From: Spider Boardman <spider@web.zk3.dec.com>
7835              To: jhi@iki.fi
7836              cc: perl5-porters@perl.org
7837              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7838              Date: Wed, 27 Jan 1999 13:03:35 -0500
7839              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
7840      Branch: maint-5.005/perl
7841            ! Configure
7842 ____________________________________________________________________________
7843 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
7844         Log: Add redef IO::Handle::* for setv?buf()
7845      Branch: maint-5.005/perl
7846            ! ext/POSIX/POSIX.pm
7847 ____________________________________________________________________________
7848 [  2705] By: jhi                                   on 1999/01/24  15:14:30
7849         Log: Mention year-1900 and month 0..11.
7850      Branch: cfgperl
7851            ! lib/Time/Local.pm
7852 ____________________________________________________________________________
7853 [  2704] By: jhi                                   on 1999/01/24  15:13:36
7854         Log: Document Configure -Uinstallusrbinperl.
7855      Branch: cfgperl
7856            ! INSTALL pod/perldelta.pod
7857 ____________________________________________________________________________
7858 [  2698] By: jhi                                   on 1999/01/24  12:46:00
7859         Log: Use only xlc_r for usethreads.
7860      Branch: cfgperl
7861            ! hints/aix.sh
7862 ____________________________________________________________________________
7863 [  2695] By: gsar                                  on 1999/01/24  07:09:05
7864         Log: integrate cfgperl changes into mainline
7865      Branch: perl
7866           +> lib/Exporter/Heavy.pm
7867           !> (integrate 65 files)
7868 ____________________________________________________________________________
7869 [  2694] By: gsar                                  on 1999/01/24  01:28:49
7870         Log: better notes on 'make' on win32
7871      Branch: perl
7872            ! README.win32
7873 ____________________________________________________________________________
7874 [  2683] By: jhi                                   on 1999/01/22  15:41:00
7875         Log: More de-cut-and-pastos.
7876      Branch: cfgperl
7877            ! hints/irix_6.sh hints/os2.sh
7878 ____________________________________________________________________________
7879 [  2682] By: jhi                                   on 1999/01/22  15:30:51
7880         Log: usethreads.cbu cut-and-pasto.
7881      Branch: cfgperl
7882            ! hints/solaris_2.sh
7883 ____________________________________________________________________________
7884 [  2681] By: jhi                                   on 1999/01/22  14:54:55
7885         Log: Better (I hope) LANGUAGE documentation.
7886      Branch: cfgperl
7887            ! pod/perllocale.pod
7888 ____________________________________________________________________________
7889 [  2680] By: jhi                                   on 1999/01/22  09:20:29
7890         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7891              To: perl5-porters@perl.org
7892              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7893              Date: Wed, 20 Jan 1999 12:05:18 -0800
7894              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7895      Branch: cfgperl
7896            ! vms/subconfigure.com
7897 ____________________________________________________________________________
7898 [  2679] By: jhi                                   on 1999/01/22  09:13:18
7899         Log: nosuid getmntent() branch.
7900      Branch: cfgperl
7901            ! perl.c perl.h
7902 ____________________________________________________________________________
7903 [  2678] By: jhi                                   on 1999/01/22  08:54:19
7904         Log: nosuid patch continued: *BSD needs <sys/param.h>.
7905      Branch: cfgperl
7906            ! Configure config_h.SH
7907 ____________________________________________________________________________
7908 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
7909         Log: Fixup FindBin to use File::Spec
7910              
7911              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
7912              Date: Wed, 20 Jan 1999 18:51:57 +0000
7913              From: Paul Johnson <pjcj@transeda.com>
7914              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
7915      Branch: maint-5.005/perl
7916            ! lib/FindBin.pm
7917 ____________________________________________________________________________
7918 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
7919         Log: Fix win32 for Borland compiler and spaces in paths
7920              
7921              From: Gurusamy Sarathy <gsar@activestate.com>
7922              Date: Mon, 18 Jan 1999 20:33:17 -0800
7923              Message-Id: <199901190433.UAA03656@activestate.com>
7924              Subject: [PATCH] 5.005_03-trial3 win32 issues
7925      Branch: maint-5.005/perl
7926            ! README.win32 win32/Makefile win32/config_sh.PL
7927            ! win32/makefile.mk win32/runperl.c
7928 ____________________________________________________________________________
7929 [  2670] By: jhi                                   on 1999/01/21  16:12:38
7930         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7931              To: perl5-porters@perl.org
7932              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
7933              Date: Thu, 21 Jan 1999 12:08:01 +0000
7934              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
7935      Branch: cfgperl
7936            ! pod/perldiag.pod t/op/subst.t toke.c
7937 ____________________________________________________________________________
7938 [  2669] By: jhi                                   on 1999/01/21  16:11:46
7939         Log: To: perl5-porters@perl.org
7940              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
7941              From: Anton Berezin <tobez@plab.ku.dk>
7942              Date: 21 Jan 1999 17:07:28 +0100
7943              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
7944      Branch: cfgperl
7945            ! hints/freebsd.sh
7946 ____________________________________________________________________________
7947 [  2668] By: jhi                                   on 1999/01/21  15:38:34
7948         Log: Add Daniel Grisinger <dgris@dimensional.com>.
7949      Branch: cfgperl
7950            ! AUTHORS MAINTAIN
7951 ____________________________________________________________________________
7952 [  2667] By: jhi                                   on 1999/01/21  15:32:28
7953         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7954              To: Mailing list Perl5 <perl5-porters@perl.org>
7955              Subject: [PATCH 5.005_53] Lean Exporter.pm
7956              Date: Thu, 21 Jan 1999 03:25:23 -0500
7957              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
7958      Branch: cfgperl
7959            + lib/Exporter/Heavy.pm
7960            ! MANIFEST lib/Exporter.pm
7961 ____________________________________________________________________________
7962 [  2666] By: jhi                                   on 1999/01/21  15:24:10
7963         Log: From: "W. Phillip Moore" <wpm@ms.com>
7964              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
7965              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
7966              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
7967              Message-ID: <13988.46383.298992.97303@zappa>
7968      Branch: cfgperl
7969            ! lib/File/Path.pm
7970 ____________________________________________________________________________
7971 [  2665] By: jhi                                   on 1999/01/21  15:20:48
7972         Log: CPAN update (CPAN-1.44_54) from Andreas and
7973              jumbo doc patch from Abigail.
7974              
7975              From: abigail@fnx.com
7976              To: perl5-porters@perl.org (Perl Porters)
7977              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
7978              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
7979              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
7980              
7981              From: abigail@fnx.com
7982              To: perl5-porters@perl.org (Perl Porters)
7983              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
7984              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
7985              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
7986              
7987              From: abigail@fnx.com
7988              To: perl5-porters@perl.org (Perl Porters)
7989              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
7990              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
7991              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
7992              
7993              From: abigail@fnx.com
7994              To: perl5-porters@perl.org (Perl Porters)
7995              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
7996              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
7997              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
7998              
7999              From: abigail@fnx.com
8000              To: perl5-porters@perl.org (Perl Porters)
8001              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
8002              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
8003              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
8004              
8005              From: abigail@fnx.com
8006              To: perl5-porters@perl.org (Perl Porters)
8007              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
8008              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
8009              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
8010              
8011              From: abigail@fnx.com
8012              To: perl5-porters@perl.org (Perl Porters)
8013              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
8014              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
8015              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
8016              
8017              From: abigail@fnx.com
8018              To: perl5-porters@perl.org (Perl Porters)
8019              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
8020              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
8021              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
8022              
8023              From: abigail@fnx.com
8024              To: perl5-porters@perl.org (Perl Porters)
8025              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
8026              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
8027              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
8028              
8029              From: abigail@fnx.com
8030              To: perl5-porters@perl.org (Perl Porters)
8031              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
8032              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
8033              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
8034              
8035              From: abigail@fnx.com
8036              To: perl5-porters@perl.org (Perl Porters)
8037              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
8038              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
8039              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
8040              
8041              From: abigail@fnx.com
8042              To: perl5-porters@perl.org (Perl Porters)
8043              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
8044              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
8045              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
8046              
8047              From: abigail@fnx.com
8048              To: perl5-porters@perl.org (Perl Porters)
8049              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
8050              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
8051              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
8052      Branch: cfgperl
8053            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
8054            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
8055            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
8056            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
8057 ____________________________________________________________________________
8058 [  2664] By: jhi                                   on 1999/01/21  14:47:43
8059         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8060              To: Mailing list Perl5 <perl5-porters@perl.org>
8061              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
8062              Date: Thu, 21 Jan 1999 03:58:29 -0500
8063              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
8064      Branch: cfgperl
8065            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
8066 ____________________________________________________________________________
8067 [  2663] By: jhi                                   on 1999/01/21  14:43:58
8068         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8069              To: Mailing list Perl5 <perl5-porters@perl.org>
8070              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
8071              Date: Thu, 21 Jan 1999 02:46:34 -0500
8072              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
8073      Branch: cfgperl
8074            ! ext/Errno/Errno_pm.PL
8075 ____________________________________________________________________________
8076 [  2662] By: jhi                                   on 1999/01/21  14:42:42
8077         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
8078              To: Francois Desarmenien <desar@club-internet.fr>
8079              Cc: Gurusamy Sarathy <gsar@activestate.com>,
8080              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
8081              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
8082              Date: 21 Jan 1999 00:17:35 -0700
8083              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
8084      Branch: cfgperl
8085            ! Porting/patching.pod
8086 ____________________________________________________________________________
8087 [  2661] By: jhi                                   on 1999/01/21  14:41:13
8088         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8089              To: Mailing list Perl5 <perl5-porters@perl.org>
8090              Subject: [PATCH 5.00*] makedepend
8091              Date: Thu, 21 Jan 1999 02:08:27 -0500
8092              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
8093      Branch: cfgperl
8094            ! makedepend.SH
8095 ____________________________________________________________________________
8096 [  2660] By: jhi                                   on 1999/01/21  14:36:45
8097         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8098              To: Mailing list Perl5 <perl5-porters@perl.org>
8099              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
8100              Date: Tue, 19 Jan 1999 20:06:45 -0500
8101              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
8102      Branch: cfgperl
8103            ! os2/Changes os2/os2.c
8104 ____________________________________________________________________________
8105 [  2657] By: jhi                                   on 1999/01/21  11:40:35
8106         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8107              To: perl5-porters@perl.org
8108              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
8109              Date: Mon, 18 Jan 1999 01:32:31 PST
8110              Message-ID: <19990118093231.18443.qmail@hotmail.com>
8111      Branch: cfgperl
8112            ! ext/B/B/CC.pm
8113 ____________________________________________________________________________
8114 [  2656] By: jhi                                   on 1999/01/21  11:35:34
8115         Log: From: Achim Bohnet <ach@mpe.mpg.de>
8116              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
8117              Date: Wed, 20 Jan 1999 20:25:53 +0100
8118              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
8119      Branch: cfgperl
8120            ! pp.c
8121 ____________________________________________________________________________
8122 [  2655] By: jhi                                   on 1999/01/21  10:46:01
8123         Log: Handle NIS (and NetInfo) more robustly.
8124      Branch: cfgperl
8125            ! t/op/grent.t t/op/pwent.t
8126 ____________________________________________________________________________
8127 [  2654] By: jhi                                   on 1999/01/21  10:17:20
8128         Log: Two-argument eaccess() of SCO.
8129      Branch: cfgperl
8130            ! pp_sys.c
8131 ____________________________________________________________________________
8132 [  2653] By: jhi                                   on 1999/01/21  08:53:14
8133         Log: -DNO_NOSUID_CHECK for those platforms which have no way
8134              of checking for nosuid but still want suidperl.
8135      Branch: cfgperl
8136            ! perl.c
8137 ____________________________________________________________________________
8138 [  2652] By: jhi                                   on 1999/01/21  08:22:50
8139         Log: The LANGUAGE mirrors LC_ALL usage.
8140      Branch: cfgperl
8141            ! Configure config_h.SH
8142 ____________________________________________________________________________
8143 [  2651] By: jhi                                   on 1999/01/20  22:01:21
8144         Log: I_MNTENT was missing.
8145      Branch: cfgperl
8146            ! Configure config_h.SH
8147 ____________________________________________________________________________
8148 [  2650] By: jhi                                   on 1999/01/19  13:42:03
8149         Log: NetBSD update, based on patches from the NetBSD packages system.
8150      Branch: cfgperl
8151            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
8152 ____________________________________________________________________________
8153 [  2649] By: jhi                                   on 1999/01/19  12:44:02
8154         Log: Jumbo Configure update.
8155              * -Uinstallusrbinperl: disable /usr/bin/perl installation
8156              by installperl
8157              * usethreads.cbu
8158              * use64bits.cbu
8159              * "nosuid"
8160      Branch: cfgperl
8161            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
8162            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8163            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
8164            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
8165            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
8166            ! pod/perldiag.pod
8167 ____________________________________________________________________________
8168 [  2648] By: jhi                                   on 1999/01/19  09:16:44
8169         Log: Mention /usr/share/locale.
8170      Branch: cfgperl
8171            ! pod/perllocale.pod
8172 ____________________________________________________________________________
8173 [  2647] By: jhi                                   on 1999/01/19  09:11:11
8174         Log: SHMLBA strikes back in NetBSD/sparc.
8175              
8176              From: Dave Nelson <David.Nelson@bellcow.com>
8177              To: jhi@iki.fi
8178              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
8179              Date: Mon, 18 Jan 1999 22:07:56 -0600
8180              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
8181      Branch: cfgperl
8182            ! ext/IPC/SysV/SysV.xs
8183 ____________________________________________________________________________
8184 [  2646] By: jhi                                   on 1999/01/19  08:58:17
8185         Log: Show LANGUAGE env var when needed. (Augment change #2645).
8186      Branch: cfgperl
8187            ! util.c utils/perlbug.PL
8188 ____________________________________________________________________________
8189 [  2645] By: jhi                                   on 1999/01/19  08:52:15
8190         Log: Document the GNU LANGUAGE env var.
8191      Branch: cfgperl
8192            ! pod/perllocale.pod
8193 ____________________________________________________________________________
8194 [  2644] By: jhi                                   on 1999/01/19  08:42:25
8195         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8196              To: Mailing list Perl5 <perl5-porters@perl.org>
8197              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
8198              Date: Mon, 18 Jan 1999 20:57:02 -0500
8199              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
8200      Branch: cfgperl
8201            ! pp_hot.c t/op/pat.t
8202 ____________________________________________________________________________
8203 [  2643] By: jhi                                   on 1999/01/18  11:23:41
8204         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
8205      Branch: cfgperl
8206            ! Makefile.SH
8207 ____________________________________________________________________________
8208 [  2642] By: jhi                                   on 1999/01/18  11:03:38
8209         Log: GNU libc locale system has LANGUAGE env var that partly
8210              overrides even LC_ALL.
8211      Branch: cfgperl
8212            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
8213 ____________________________________________________________________________
8214 [  2641] By: jhi                                   on 1999/01/18  10:55:04
8215         Log: Integrate from mainperl.
8216      Branch: cfgperl
8217           +> ext/B/defsubs.h.PL
8218            ! t/op/groups.t
8219           !> (integrate 38 files)
8220 ____________________________________________________________________________
8221 [  2640] By: gsar                                  on 1999/01/18  10:06:29
8222         Log: a few random cleanups
8223      Branch: perl
8224            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
8225 ____________________________________________________________________________
8226 [  2639] By: gsar                                  on 1999/01/18  05:56:21
8227         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
8228              Date:    Sun, 17 Jan 1999 16:41:10 PST
8229              Message-Id: <19990118004111.29667.qmail@hotmail.com>
8230              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
8231      Branch: perl
8232            ! ext/B/B/C.pm
8233 ____________________________________________________________________________
8234 [  2638] By: gsar                                  on 1999/01/18  05:41:21
8235         Log: From:    jan.dubois@ibm.net (Jan Dubois)
8236              Date:    Mon, 18 Jan 1999 00:37:41 +0100
8237              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
8238              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
8239      Branch: perl
8240            ! dump.c
8241 ____________________________________________________________________________
8242 [  2633] By: gsar                                  on 1999/01/17  13:39:59
8243         Log: bogus assert()
8244      Branch: perl
8245            ! pp.c t/op/groups.t
8246 ____________________________________________________________________________
8247 [  2632] By: gsar                                  on 1999/01/17  13:22:04
8248         Log: various tweaks for clean build and test on win32
8249      Branch: perl
8250            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
8251            ! op.c t/pragma/warn/doio
8252 ____________________________________________________________________________
8253 [  2631] By: gsar                                  on 1999/01/17  12:28:06
8254         Log: undo change#2336, and add clarification about subversive
8255              CPAN distributions from Andreas Koenig
8256      Branch: perl
8257            ! Porting/pumpkin.pod lib/CPAN.pm
8258 ____________________________________________________________________________
8259 [  2630] By: gsar                                  on 1999/01/17  12:04:06
8260         Log: fix silent taint failures under -U
8261      Branch: perl
8262            ! doio.c
8263 ____________________________________________________________________________
8264 [  2629] By: gsar                                  on 1999/01/17  12:00:23
8265         Log: sanity check piped opens (tweaked version of patch suggested
8266              by Mark-Jason Dominus)
8267      Branch: perl
8268            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
8269            ! t/op/taint.t t/pragma/warn/doio
8270 ____________________________________________________________________________
8271 [  2628] By: gsar                                  on 1999/01/17  11:26:21
8272         Log: regen headers
8273      Branch: perl
8274            ! embed.h embedvar.h objXSUB.h
8275 ____________________________________________________________________________
8276 [  2627] By: gsar                                  on 1999/01/17  11:23:37
8277         Log: PERL_OBJECTness for change#2595
8278      Branch: perl
8279            ! embed.pl op.c pod/perlport.pod proto.h
8280 ____________________________________________________________________________
8281 [  2626] By: gsar                                  on 1999/01/17  09:47:07
8282         Log: PERL_OBJECT tweaks for change#2426
8283      Branch: perl
8284            ! embed.pl proto.h regcomp.c
8285 ____________________________________________________________________________
8286 [  2625] By: gsar                                  on 1999/01/17  09:37:58
8287         Log: documentation in change#2596 is not quite right; fix it
8288      Branch: perl
8289            ! lib/Math/BigFloat.pm pod/perlguts.pod
8290 ____________________________________________________________________________
8291 [  2624] By: gsar                                  on 1999/01/17  09:28:34
8292         Log: undo change#2571; C<use File::Spec> instead
8293      Branch: perl
8294            ! lib/FindBin.pm
8295 ____________________________________________________________________________
8296 [  2623] By: gsar                                  on 1999/01/17  09:20:42
8297         Log: change#2572 is not applicable; undo, retaining scan_bin addition
8298              to global.sym
8299      Branch: perl
8300            ! global.sym perl.c proto.h
8301 ____________________________________________________________________________
8302 [  2622] By: gsar                                  on 1999/01/17  09:17:42
8303         Log: change#2576 is based on a wrong premise; undo it
8304      Branch: perl
8305            ! pp_ctl.c
8306 ____________________________________________________________________________
8307 [  2621] By: gsar                                  on 1999/01/17  09:12:42
8308         Log: fix change#2602 to not used hard coded constants
8309      Branch: perl
8310            ! ext/B/B/C.pm ext/B/defsubs.h.PL
8311 ____________________________________________________________________________
8312 [  2620] By: gsar                                  on 1999/01/17  09:02:07
8313         Log: integrate cfgperl changes into mainline, fix conflicts
8314      Branch: perl
8315           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
8316           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
8317           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
8318           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
8319           +> pod/perlopentut.pod
8320           !> (integrate 162 files)
8321 ____________________________________________________________________________
8322 [  2619] By: gsar                                  on 1999/01/17  08:42:04
8323         Log: a few doc typos
8324      Branch: perl
8325            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
8326 ____________________________________________________________________________
8327 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
8328         Log: Win32 changes from Jan
8329              
8330              From: jan.dubois@ibm.net (Jan Dubois)
8331              Date: Fri, 15 Jan 1999 23:38:35 +0100
8332              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
8333              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
8334              
8335              From: jan.dubois@ibm.net (Jan Dubois)
8336              Date: Sat, 16 Jan 1999 13:02:45 +0100
8337              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
8338              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
8339      Branch: maint-5.005/perl
8340            ! README.win32 win32/Makefile win32/makefile.mk
8341 ____________________________________________________________________________
8342 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
8343         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
8344              
8345              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8346              Date: Thu, 07 Jan 1999 00:12:00 -0500
8347              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
8348              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8349              
8350              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8351              Date: Thu, 14 Jan 1999 19:21:46 -0500
8352              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
8353              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8354      Branch: maint-5.005/perl
8355            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
8356            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
8357            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
8358            ! win32/makedef.pl win32/runperl.c win32/win32.c
8359 ____________________________________________________________________________
8360 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
8361         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8362              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
8363              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
8364              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
8365              
8366              From: Jarkko Hietaniemi <jhi@iki.fi>
8367              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
8368              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
8369              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
8370              
8371              From: Jarkko Hietaniemi <jhi@iki.fi>
8372              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
8373              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
8374              Subject: the promised "installusrbinperl + NetBSD" fix
8375      Branch: maint-5.005/perl
8376            ! Configure Makefile.SH hints/netbsd.sh installperl
8377            ! makedepend.SH unixish.h
8378 ____________________________________________________________________________
8379 [  2611] By: jhi                                   on 1999/01/14  12:16:14
8380         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8381              To: pumpkings@jhereg.perl.com
8382              Subject: perlopentut.pod
8383              Date: Sat, 09 Jan 1999 08:13:18 -0700
8384              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
8385      Branch: cfgperl
8386            + pod/perlopentut.pod
8387            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
8388 ____________________________________________________________________________
8389 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
8390         Log: Added Carp::cluck to perldelta.pod
8391      Branch: maint-5.005/perl
8392            ! pod/perldelta.pod
8393 ____________________________________________________________________________
8394 [  2605] By: jhi                                   on 1999/01/13  18:26:19
8395         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
8396              To: "'cpan@perl.org'" <cpan@perl.org>
8397              Subject: "Bug" fix for File::Find.pm
8398              Date:   Thu, 31 Dec 1998 13:01:50 -0500
8399              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
8400      Branch: cfgperl
8401            ! lib/File/Find.pm
8402 ____________________________________________________________________________
8403 [  2604] By: jhi                                   on 1999/01/13  18:08:45
8404         Log: From: Peter Wolfe <wolfe@teloseng.com>
8405              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
8406              To: perlbug@perl.com
8407              Date: 11 Jan 1999 23:00:05 +0200
8408              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
8409      Branch: cfgperl
8410            ! hints/sco.sh
8411 ____________________________________________________________________________
8412 [  2603] By: jhi                                   on 1999/01/13  18:06:56
8413         Log: From: hans@icgroup.nl (Hans Mulder)
8414              Subject: [Patch for 5.005_54] re::debugcolors dumps core
8415              To: perlbug@perl.com
8416              Cc: hansmu@xs4all.nl
8417              Date: 11 Jan 1999 22:22:45 +0200
8418              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
8419      Branch: cfgperl
8420            ! ext/re/re.pm regcomp.c
8421 ____________________________________________________________________________
8422 [  2602] By: jhi                                   on 1999/01/13  18:05:43
8423         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8424              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
8425              Date: 11 Jan 1999 08:02:41 +0200
8426              Lines: 134
8427              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
8428      Branch: cfgperl
8429            ! ext/B/B.xs ext/B/B/C.pm
8430 ____________________________________________________________________________
8431 [  2601] By: jhi                                   on 1999/01/13  18:01:53
8432         Log: From: James FitzGibbon <james@ican.net>
8433              Subject: Trivial patch for HP-UX 11 and shared libperl
8434              To: perl5-porters@perl.org
8435              Date: 8 Jan 1999 19:13:23 +0200
8436              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
8437      Branch: cfgperl
8438            ! Makefile.SH
8439 ____________________________________________________________________________
8440 [  2600] By: jhi                                   on 1999/01/13  17:59:45
8441         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8442              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
8443              To: perl5-porters@perl.org
8444              Date: 8 Jan 1999 12:43:36 +0200
8445              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
8446      Branch: cfgperl
8447            ! ext/B/B/CC.pm
8448 ____________________________________________________________________________
8449 [  2599] By: jhi                                   on 1999/01/13  17:50:11
8450         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8451              Subject: PATCH to installperl
8452              To: perl5-porters@perl.org
8453              Date: 4 Jan 1999 16:15:18 +0200
8454              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
8455      Branch: cfgperl
8456            ! installperl
8457 ____________________________________________________________________________
8458 [  2598] By: jhi                                   on 1999/01/13  17:34:51
8459         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8460              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
8461              Cc: perl5-porters@perl.org
8462              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
8463              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
8464              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
8465      Branch: cfgperl
8466            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8467            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8468 ____________________________________________________________________________
8469 [  2597] By: jhi                                   on 1999/01/13  17:30:33
8470         Log: From: David Dyck <dcd@tc.fluke.com>
8471              To: Perl Porters <perl5-porters@perl.org>,
8472              Gurusamy Sarathy <gsar@engin.umich.edu>
8473              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
8474              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
8475              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
8476      Branch: cfgperl
8477            ! pod/perldsc.pod
8478 ____________________________________________________________________________
8479 [  2596] By: jhi                                   on 1999/01/13  17:26:44
8480         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8481              To: perl5-porters@perl.org
8482              Subject: [PATCH] modglobal w/ spelling fixes
8483              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
8484              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
8485      Branch: cfgperl
8486            ! pod/perlguts.pod
8487 ____________________________________________________________________________
8488 [  2595] By: jhi                                   on 1999/01/13  17:24:59
8489         Log: From: Hans Mulder <hansm@icgroup.nl>
8490              Optimize common sort routines.  Thread started by the message
8491              
8492              From: Hans Mulder <hansm@icgroup.nl>
8493              Sender: owner-perl5-porters@perl.org
8494              To: perl5-porters@perl.org
8495              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
8496              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
8497              
8498              and the patch from the message
8499              
8500              From: Hans Mulder <hans@icgroup.nl>
8501              To: jhi@iki.fi
8502              Cc: perl5-porters@perl.org
8503              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
8504              $b }
8505              Date: Wed, 13 Jan 1999 17:39:35 +0100
8506              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
8507      Branch: cfgperl
8508            ! Todo op.c op.h pp_ctl.c t/op/sort.t
8509 ____________________________________________________________________________
8510 [  2594] By: jhi                                   on 1999/01/13  16:50:17
8511         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
8512              (the diffs were based on 5.004_02).  Tested by Guido
8513              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
8514      Branch: cfgperl
8515            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
8516            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
8517            + mint/sys/time.h mint/time.h
8518            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
8519            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
8520 ____________________________________________________________________________
8521 [  2593] By: jhi                                   on 1999/01/09  16:54:26
8522         Log: Detypo.
8523      Branch: cfgperl
8524            ! hints/dec_osf.sh
8525 ____________________________________________________________________________
8526 [  2592] By: jhi                                   on 1999/01/09  16:17:13
8527         Log: Move usethreads and use64bits logic from hints to Configure.
8528      Branch: cfgperl
8529            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
8530            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8531            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8532            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
8533 ____________________________________________________________________________
8534 [  2591] By: jhi                                   on 1999/01/09  14:45:24
8535         Log: Missing dTHRs added.
8536      Branch: cfgperl
8537            ! regcomp.c toke.c
8538 ____________________________________________________________________________
8539 [  2590] By: jhi                                   on 1999/01/08  15:27:17
8540         Log: Finalize change #2589 and add better AIX nm scanning from:
8541              
8542              Message-Id: <m0zyNW0-00017VC@gentoo.com>
8543              From: bll@gentoo.com (Brad Lanam)
8544              Subject: Re: mailhelp returned a non-zero status
8545              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
8546              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
8547      Branch: cfgperl
8548            ! Configure hints/freebsd.sh hints/linux.sh
8549 ____________________________________________________________________________
8550 [  2589] By: jhi                                   on 1999/01/08  15:14:54
8551         Log: Undo change #2581.
8552      Branch: cfgperl
8553            ! Configure hints/freebsd.sh hints/linux.sh
8554 ____________________________________________________________________________
8555 [  2588] By: jhi                                   on 1999/01/08  11:51:52
8556         Log: FAQ jumbo patch from tchrist.
8557              
8558              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
8559              From: Tom Christiansen <tchrist@jhereg.perl.com>
8560              To: pumpkings@jhereg.perl.com
8561              Subject: newest version of perlfaq.pod
8562              Date: Thu, 7 Jan 1999 23:05:02 -0700
8563              
8564              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
8565              From: Tom Christiansen <tchrist@jhereg.perl.com>
8566              To: pumpkings@jhereg.perl.com
8567              Subject: newest version of perlfaq1.pod
8568              Date: Thu, 7 Jan 1999 23:05:02 -0700
8569              
8570              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
8571              From: Tom Christiansen <tchrist@jhereg.perl.com>
8572              To: pumpkings@jhereg.perl.com
8573              Subject: newest version of perlfaq2.pod
8574              Date: Thu, 7 Jan 1999 23:05:02 -0700
8575              
8576              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
8577              From: Tom Christiansen <tchrist@jhereg.perl.com>
8578              To: pumpkings@jhereg.perl.com
8579              Subject: newest version of perlfaq3.pod
8580              Date: Thu, 7 Jan 1999 23:05:02 -0700
8581              
8582              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
8583              From: Tom Christiansen <tchrist@jhereg.perl.com>
8584              To: pumpkings@jhereg.perl.com
8585              Subject: newest version of perlfaq4.pod
8586              Date: Thu, 7 Jan 1999 23:05:02 -0700
8587              
8588              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
8589              From: Tom Christiansen <tchrist@jhereg.perl.com>
8590              To: pumpkings@jhereg.perl.com
8591              Subject: newest version of perlfaq5.pod
8592              Date: Thu, 7 Jan 1999 23:05:02 -0700
8593              
8594              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
8595              From: Tom Christiansen <tchrist@jhereg.perl.com>
8596              To: pumpkings@jhereg.perl.com
8597              Subject: newest version of perlfaq6.pod
8598              Date: Thu, 7 Jan 1999 23:05:02 -0700
8599              
8600              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
8601              From: Tom Christiansen <tchrist@jhereg.perl.com>
8602              To: pumpkings@jhereg.perl.com
8603              Subject: newest version of perlfaq7.pod
8604              Date: Thu, 7 Jan 1999 23:05:03 -0700
8605              
8606              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
8607              From: Tom Christiansen <tchrist@jhereg.perl.com>
8608              To: pumpkings@jhereg.perl.com
8609              Subject: newest version of perlfaq8.pod
8610              Date: Thu, 7 Jan 1999 23:05:03 -0700
8611              
8612              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
8613              From: Tom Christiansen <tchrist@jhereg.perl.com>
8614              To: pumpkings@jhereg.perl.com
8615              Subject: newest version of perlfaq9.pod
8616              Date: Thu, 7 Jan 1999 23:05:03 -0700
8617      Branch: cfgperl
8618            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8619            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8620            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8621            ! pod/perlfaq9.pod
8622 ____________________________________________________________________________
8623 [  2587] By: jhi                                   on 1999/01/08  11:17:43
8624         Log: More doc fixes from Abigail.
8625      Branch: cfgperl
8626            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
8627            ! lib/User/pwent.pm
8628 ____________________________________________________________________________
8629 [  2585] By: jhi                                   on 1999/01/08  08:31:02
8630         Log: Change #2584 from maint-5.005:
8631              
8632              implemented Ilya's suggested fix, and added a testcase
8633              
8634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8635              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
8636              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
8637              Subject: Re: Text::ParseWords: regex fix
8638      Branch: cfgperl
8639            ! lib/Text/ParseWords.pm t/lib/parsewords.t
8640 ____________________________________________________________________________
8641 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
8642         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8643              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
8644              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
8645              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
8646      Branch: maint-5.005/perl
8647            ! ext/Errno/Errno_pm.PL
8648 ____________________________________________________________________________
8649 [  2581] By: jhi                                   on 1999/01/07  16:38:03
8650         Log: Configure update:
8651              - usethreads, use64bits, and usemultiplicity
8652              are no more interactively asked by Configure
8653              - "int main()" (vs bare "main()") enforced in test programs
8654      Branch: cfgperl
8655            ! Configure hints/freebsd.sh hints/linux.sh
8656 ____________________________________________________________________________
8657 [  2580] By: jhi                                   on 1999/01/07  11:19:12
8658         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8659              Date: Wed, 06 Jan 1999 13:47:34 -0800
8660              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
8661              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
8662      Branch: cfgperl
8663            ! vms/vms.c
8664 ____________________________________________________________________________
8665 [  2579] By: jhi                                   on 1999/01/07  09:08:36
8666         Log: Another set of doc patches from Abigail
8667              
8668              From: abigail@fnx.com
8669              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
8670              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
8671              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
8672              
8673              From: abigail@fnx.com
8674              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
8675              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
8676              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
8677              
8678              From: abigail@fnx.com
8679              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
8680              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
8681              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
8682              
8683              From: abigail@fnx.com
8684              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
8685              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
8686              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
8687              
8688              From: abigail@fnx.com
8689              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
8690              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
8691              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
8692              
8693              From: abigail@fnx.com
8694              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
8695              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
8696              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
8697              
8698              From: abigail@fnx.com
8699              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
8700              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
8701              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
8702              
8703              From: abigail@fnx.com
8704              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
8705              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
8706              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
8707              
8708              From: abigail@fnx.com
8709              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
8710              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
8711              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
8712              
8713              From: abigail@fnx.com
8714              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
8715              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
8716              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
8717              
8718              From: abigail@fnx.com
8719              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
8720              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
8721              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
8722              
8723              From: abigail@fnx.com
8724              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
8725              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
8726              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
8727              
8728              From: abigail@fnx.com
8729              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
8730              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
8731              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
8732              
8733              From: abigail@fnx.com
8734              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
8735              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
8736              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
8737      Branch: cfgperl
8738            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
8739            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
8740            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
8741            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
8742            ! lib/Tie/Array.pm lib/Tie/Hash.pm
8743 ____________________________________________________________________________
8744 [  2576] By: jhi                                   on 1999/01/06  17:05:20
8745         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
8746      Branch: cfgperl
8747            ! pp_ctl.c
8748 ____________________________________________________________________________
8749 [  2575] By: jhi                                   on 1999/01/06  13:18:56
8750         Log: Enhance the great_circle_distance() documentation.
8751      Branch: cfgperl
8752            ! lib/Math/Trig.pm
8753 ____________________________________________________________________________
8754 [  2574] By: jhi                                   on 1999/01/06  12:58:03
8755         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
8756              To: perlbug@perl.com
8757              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
8758              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
8759              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
8760      Branch: cfgperl
8761            ! t/op/sysio.t
8762 ____________________________________________________________________________
8763 [  2573] By: jhi                                   on 1999/01/06  12:40:19
8764         Log: From: "W. Phillip Moore" <wpm@ms.com>
8765              To: perlbug@perl.org
8766              Subject: [PATCH] POSIX getpgrp is not -w clean
8767              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8768              Message-ID: <13970.20107.190314.549471@zappa>
8769      Branch: cfgperl
8770            ! ext/POSIX/POSIX.pm
8771 ____________________________________________________________________________
8772 [  2572] By: jhi                                   on 1999/01/06  12:25:24
8773         Log: Based on
8774              From: jan.dubois@ibm.net (Jan Dubois)
8775              To: perl5-porters@perl.org
8776              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8777              Date: Wed, 06 Jan 1999 01:24:09 +0100
8778              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8779              except that
8780              - objXSUB.h was already okay
8781              - embed.h patching is futile, global.sym patched instead
8782              - objpp.h does not exist
8783              - proto.h addition applied manually
8784              - win32/GenCAPI.pl was already okay
8785              - win32/makedef.pl was already okay
8786      Branch: cfgperl
8787            ! global.sym perl.c proto.h
8788 ____________________________________________________________________________
8789 [  2571] By: jhi                                   on 1999/01/06  11:25:48
8790         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8791              To: perlbug@perl.com
8792              Subject: FindBin.pm on Win32 systems
8793              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8794              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8795      Branch: cfgperl
8796            ! lib/FindBin.pm
8797 ____________________________________________________________________________
8798 [  2570] By: jhi                                   on 1999/01/06  11:21:48
8799         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8800              To: perl5-porters@perl.org, vmsperl@perl.org
8801              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
8802              Date: Tue, 05 Jan 1999 16:47:31 -0800
8803              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
8804              
8805              (the ext/IO/lib/IO/Socket.pm was not really changed here;
8806              it was a leftover from #2569)
8807      Branch: cfgperl
8808            ! ext/IO/lib/IO/Socket.pm taint.c
8809 ____________________________________________________________________________
8810 [  2569] By: jhi                                   on 1999/01/06  11:18:22
8811         Log: Jumbo doc patch from Abigail (almost identical to
8812              the 5.005-maint change #2562 except for the
8813              ext/IO/lib/IO/Socket.pm patch which was not
8814              applicable because the IO version of 5.005-devel
8815              is somewhat different (why?))
8816              
8817              From: abigail@fnx.com
8818              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
8819              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
8820              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
8821              
8822              From: abigail@fnx.com
8823              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
8824              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
8825              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
8826              
8827              From: abigail@fnx.com
8828              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
8829              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
8830              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
8831              
8832              From: abigail@fnx.com
8833              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
8834              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
8835              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
8836              
8837              From: abigail@fnx.com
8838              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
8839              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
8840              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
8841              
8842              From: abigail@fnx.com
8843              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
8844              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
8845              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
8846              
8847              From: abigail@fnx.com
8848              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
8849              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
8850              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
8851              
8852              From: abigail@fnx.com
8853              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
8854              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
8855              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
8856              
8857              From: abigail@fnx.com
8858              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
8859              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
8860              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
8861              
8862              From: abigail@fnx.com
8863              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
8864              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
8865              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
8866      Branch: cfgperl
8867            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8868            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
8869            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
8870            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8871            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8872 ____________________________________________________________________________
8873 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
8874         Log: From: jan.dubois@ibm.net (Jan Dubois)
8875              Date: Wed, 06 Jan 1999 01:24:09 +0100
8876              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8877              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8878      Branch: maint-5.005/perl
8879            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
8880            ! win32/GenCAPI.pl win32/makedef.pl
8881 ____________________________________________________________________________
8882 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
8883         Log: From: "W. Phillip Moore" <wpm@ms.com>
8884              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8885              Message-ID: <13970.20107.190314.549471@zappa>
8886              Subject: [PATCH] POSIX getpgrp is not -w clean
8887      Branch: maint-5.005/perl
8888            ! ext/POSIX/POSIX.pm
8889 ____________________________________________________________________________
8890 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
8891         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8892              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8893              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8894              Subject: FindBin.pm on Win32 systems
8895      Branch: maint-5.005/perl
8896            ! lib/FindBin.pm
8897 ____________________________________________________________________________
8898 [  2561] By: jhi                                   on 1999/01/05  10:49:10
8899         Log: Reword the setlocale() 1-arg case better.
8900      Branch: cfgperl
8901            ! ext/POSIX/POSIX.pod
8902 ____________________________________________________________________________
8903 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
8904         Log: From: Blair Zajac <bzajac@geostaff.com>
8905              Date: Wed, 23 Dec 1998 17:13:32 -0800
8906              Message-ID: <3681953C.8B6A90AA@geostaff.com>
8907              Subject: Tie::SubstrHash patch
8908      Branch: maint-5.005/perl
8909            ! lib/Tie/SubstrHash.pm
8910 ____________________________________________________________________________
8911 [  2554] By: jhi                                   on 1999/01/02  14:55:06
8912         Log: Object destruction order testing.
8913      Branch: cfgperl
8914            ! t/op/misc.t
8915 ____________________________________________________________________________
8916 [  2553] By: jhi                                   on 1999/01/02  14:49:40
8917         Log: perldelta the Dumpvalue.pm of change #2513.
8918      Branch: cfgperl
8919            ! lib/Dumpvalue.pm pod/perldelta.pod
8920 ____________________________________________________________________________
8921 [  2552] By: nick                                  on 1999/01/02  14:45:38
8922         Log: Tone down Makefile.PL so it works on Win32
8923      Branch: perl
8924            ! ext/B/Makefile.PL
8925 ____________________________________________________________________________
8926 [  2551] By: nick                                  on 1999/01/02  14:06:30
8927         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
8928              Use them in various B::* rather than have local defs.
8929      Branch: perl
8930            + ext/B/defsubs.h.PL
8931            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
8932            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8933            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
8934 ____________________________________________________________________________
8935 [  2550] By: nick                                  on 1999/01/02  10:04:02
8936         Log: Integrate ext/B changes from //depot/cfgperl
8937      Branch: perl
8938           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8939 ____________________________________________________________________________
8940 [  2549] By: jhi                                   on 1999/01/01  13:54:16
8941         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
8942              To: perlbug@perl.com
8943              Subject: op/groups.t fails test 1 on HP-UX 10.20
8944              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
8945              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
8946      Branch: cfgperl
8947            ! t/op/groups.t
8948 ____________________________________________________________________________
8949 [  2548] By: jhi                                   on 1999/01/01  13:53:31
8950         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8951              To: perl5-porters@perl.org
8952              cc: hv@crypt0.demon.co.uk
8953              Subject: [bug 5.004_54] duplicate error message
8954              Date: Thu, 31 Dec 1998 04:05:25 +0000
8955              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
8956              
8957              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
8958              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8959              To: hv@crypt0.demon.co.uk
8960              Cc: perl5-porters@perl.org
8961              Subject: [PATCH _54] Re: duplicate error message
8962              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
8963              
8964              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
8965              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8966              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
8967              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
8968              Subject: [TEST PATCH _54] Re: duplicate error message 
8969              Date: Fri, 01 Jan 1999 07:32:14 +0000
8970      Branch: cfgperl
8971            ! op.c t/pragma/warn/op
8972 ____________________________________________________________________________
8973 [  2547] By: jhi                                   on 1998/12/31  14:15:04
8974         Log: From: Chris Nandor <pudge@pobox.com>
8975              To: jhi@iki.fi
8976              Cc: perl5-porters@perl.org
8977              Subject: Re: [PATCH] perlport.pod 1.38
8978              Date: Thu, 31 Dec 1998 09:06:48 -0500
8979              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
8980      Branch: cfgperl
8981            ! pod/perlport.pod
8982 ____________________________________________________________________________
8983 [  2546] By: jhi                                   on 1998/12/31  11:18:17
8984         Log: From: Wilson P. Snyder II
8985              To: perl5-porters@perl.org
8986              Subject: [PATCH v5.5.53] REV2: Binary number support
8987              Date: 1998/11/30
8988              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
8989      Branch: cfgperl
8990            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
8991            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
8992            ! toke.c util.c
8993 ____________________________________________________________________________
8994 [  2545] By: jhi                                   on 1998/12/31  09:27:40
8995         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8996              To: perlbug@perl.com
8997              Subject: "perl -T -P" dumps core on OpenBSD and Linux
8998              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
8999              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
9000      Branch: cfgperl
9001            ! taint.c
9002 ____________________________________________________________________________
9003 [  2544] By: jhi                                   on 1998/12/31  09:21:45
9004         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
9005              To: perlbug@perl.com 
9006              Subject: bug in pod2man search for perl binary [5.005_5x]
9007              Date: Sat, 12 Dec 1998 23:08:51 +0000 
9008              Message-ID: <19981212230851.A20578@ig.co.uk> 
9009      Branch: cfgperl
9010            ! pod/pod2man.PL
9011 ____________________________________________________________________________
9012 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
9013         Log: From: jan.dubois@ibm.net (Jan Dubois)
9014              Date: Wed, 23 Dec 1998 21:26:38 +0100
9015              Message-ID: <36895086.8849224@smtp1.ibm.net>
9016              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9017      Branch: maint-5.005/perl
9018            ! lib/ExtUtils/MakeMaker.pm
9019 ____________________________________________________________________________
9020 [  2540] By: jhi                                   on 1998/12/30  08:42:04
9021         Log: Evermore AUTHORS and MAINTAIN.
9022      Branch: cfgperl
9023            ! AUTHORS MAINTAIN
9024 ____________________________________________________________________________
9025 [  2539] By: jhi                                   on 1998/12/29  15:10:34
9026         Log: More AUTHORS and MAINTAIN.
9027      Branch: cfgperl
9028            ! AUTHORS MAINTAIN
9029 ____________________________________________________________________________
9030 [  2537] By: jhi                                   on 1998/12/29  14:34:47
9031         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
9032              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
9033              Message-ID: <13942.32480.700000.640927@utensil>
9034              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
9035              (mirror change#2531 in the 5.005-maint)
9036      Branch: cfgperl
9037            ! lib/AutoSplit.pm
9038 ____________________________________________________________________________
9039 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
9040         Log: change in_pod pattern to /^=\w/ from /^=/
9041              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
9042              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
9043              Message-ID: <13942.32480.700000.640927@utensil>
9044              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
9045      Branch: maint-5.005/perl
9046            ! lib/AutoSplit.pm
9047 ____________________________________________________________________________
9048 [  2525] By: jhi                                   on 1998/12/29  13:06:26
9049         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9050              To: perl5-porters@perl.org
9051              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
9052              Date: 16 Dec 1998 03:17:03 +0200
9053              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
9054      Branch: cfgperl
9055            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9056 ____________________________________________________________________________
9057 [  2524] By: jhi                                   on 1998/12/29  13:00:06
9058         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9059              To: perl5-porters@perl.org
9060              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
9061              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
9062              Date: 10 Dec 1998 08:30:02 +0200
9063              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
9064              
9065              (Nick's part was applied earlier, in change #2460)
9066      Branch: cfgperl
9067            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9068 ____________________________________________________________________________
9069 [  2523] By: jhi                                   on 1998/12/29  12:41:31
9070         Log: From: "vishal bhatia" <vishalb@hotmail.com>
9071              To: nick@ni-s.u-net.com
9072              Cc: perl5-porters@perl.org
9073              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
9074              Date: 9 Dec 1998 06:50:30 +0200
9075              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
9076      Branch: cfgperl
9077            ! ext/B/B/CC.pm
9078 ____________________________________________________________________________
9079 [  2522] By: jhi                                   on 1998/12/29  12:15:18
9080         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9081              To: perl5-porters@perl.org (Perl 5 Porters)
9082              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
9083              Date: 25 Dec 1998 23:02:28 +0200
9084              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
9085      Branch: cfgperl
9086            ! lib/Pod/Text.pm
9087 ____________________________________________________________________________
9088 [  2521] By: jhi                                   on 1998/12/29  12:07:54
9089         Log: Undo #2519 (breaks universal.c).
9090      Branch: cfgperl
9091            ! XSUB.h
9092 ____________________________________________________________________________
9093 [  2519] By: jhi                                   on 1998/12/29  11:41:10
9094         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9095              To: perl5-porters@perl.org
9096              Cc: perl-xs@perl.org
9097              Subject: XSUB.h refinement [PATCH]
9098              Date: 18 Dec 1998 03:58:44 +0200
9099              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
9100      Branch: cfgperl
9101            ! XSUB.h
9102 ____________________________________________________________________________
9103 [  2518] By: jhi                                   on 1998/12/29  11:36:19
9104         Log: From: abigail@fnx.com
9105              To: perl5-porters@perl.org (Perl Porters)
9106              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
9107              Date: 28 Dec 1998 21:39:15 +0200
9108              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
9109      Branch: cfgperl
9110            ! lib/fields.pm
9111 ____________________________________________________________________________
9112 [  2517] By: jhi                                   on 1998/12/29  11:35:03
9113         Log: Document change #2516.
9114      Branch: cfgperl
9115            ! pod/perldelta.pod
9116 ____________________________________________________________________________
9117 [  2516] By: jhi                                   on 1998/12/29  11:32:26
9118         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9119              To: perl5-porters@perl.org (Mailing list Perl5)
9120              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
9121              Date: 9 Dec 1998 10:39:31 +0200
9122              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
9123      Branch: cfgperl
9124            ! pod/perldiag.pod regcomp.c toke.c
9125 ____________________________________________________________________________
9126 [  2515] By: jhi                                   on 1998/12/29  11:27:11
9127         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9128              To: perl5-porters@perl.org (Mailing list Perl5)
9129              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
9130              Date: 8 Dec 1998 09:02:04 +0200
9131              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
9132              
9133              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
9134      Branch: cfgperl
9135            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
9136 ____________________________________________________________________________
9137 [  2514] By: jhi                                   on 1998/12/29  11:21:31
9138         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9139              To: perl5-porters@perl.org (Mailing list Perl5)
9140              Subject: [PATCH 5.005_53] Regexp tests and UTF8
9141              Date: 8 Dec 1998 07:02:01 +0200
9142              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
9143      Branch: cfgperl
9144            ! regcomp.c
9145 ____________________________________________________________________________
9146 [  2513] By: jhi                                   on 1998/12/29  11:18:34
9147         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9148              Subject: [PATCH 5.005_*] Dumpvar.pm
9149              To: perl5-porters@perl.org (Mailing list Perl5)
9150              Date: 7 Dec 1998 10:17:35 +0200
9151              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
9152      Branch: cfgperl
9153            + lib/Dumpvalue.pm
9154            ! MANIFEST
9155 ____________________________________________________________________________
9156 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
9157         Log: From: jan.dubois@ibm.net (Jan Dubois)
9158              Date: Tue, 01 Dec 1998 00:07:33 +0100
9159              Message-ID: <366921b5.14512598@smtp1.ibm.net>
9160              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
9161              
9162              From: jan.dubois@ibm.net (Jan Dubois)
9163              Date: Wed, 02 Dec 1998 00:24:54 +0100
9164              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
9165              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
9166      Branch: maint-5.005/perl
9167            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
9168            ! win32/config.bc win32/config.gc win32/config.vc
9169            ! win32/config_sh.PL win32/makedef.pl
9170 ____________________________________________________________________________
9171 [  2509] By: jhi                                   on 1998/12/28  13:00:31
9172     Log: Kickstart AUTHORS and MAINTAIN.
9173  Branch: cfgperl
9174        + AUTHORS MAINTAIN
9175        ! MANIFEST
9176 ____________________________________________________________________________
9177 [  2508] By: jhi                                   on 1998/12/28  08:04:00
9178     Log: From: Nathan Torkington <gnat@frii.com>
9179          To: perlbug@perl.com
9180          Subject: [PATCH] perlxstut.pod fix
9181          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
9182          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
9183  Branch: cfgperl
9184        ! pod/perlxstut.pod
9185 ____________________________________________________________________________
9186 [  2507] By: jhi                                   on 1998/12/28  07:59:00
9187     Log: From: abigail@fnx.com
9188          To: perlbug@perl.com
9189          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
9190          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
9191          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
9192          (slightly modified, a part of the patch was rejected)
9193          (strange, I thought I had already submitted this one
9194          but Perforce disagrees with me...)
9195  Branch: cfgperl
9196        ! pod/perlop.pod
9197 ____________________________________________________________________________
9198 [  2506] By: jhi                                   on 1998/12/28  07:56:59
9199     Log: From: Artur <artur@vogon-solutions.com>
9200          To: perlbug@perl.com
9201          Subject: PATCH: perlmodlib.pod
9202          Date: Fri, 25 Dec 1998 00:48:39 +0000
9203          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
9204  Branch: cfgperl
9205        ! pod/perlmodlib.pod pod/perlop.pod
9206 ____________________________________________________________________________
9207 [  2505] By: jhi                                   on 1998/12/28  07:46:06
9208     Log: From: abigail@fnx.com
9209          To: perl5-porters@perl.org (Perl Porters)
9210          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
9211          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
9212          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
9213  Branch: cfgperl
9214        ! pod/pod2html.PL
9215 ____________________________________________________________________________
9216 [  2504] By: jhi                                   on 1998/12/28  07:44:35
9217     Log: From: Jim Avera <avera@fjst.com>
9218          To: perlbug@perl.com
9219          Subject: perlbug bug - shows dates reversed
9220          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
9221          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
9222  Branch: cfgperl
9223        ! utils/perlbug.PL
9224 ____________________________________________________________________________
9225 [  2503] By: jhi                                   on 1998/12/28  07:41:39
9226     Log: From: jan.dubois@ibm.net (Jan Dubois)
9227          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
9228          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9229          Date: Wed, 23 Dec 1998 21:26:38 +0100
9230          Message-ID: <36895086.8849224@smtp1.ibm.net>
9231  Branch: cfgperl
9232        ! lib/ExtUtils/MakeMaker.pm
9233 ____________________________________________________________________________
9234 [  2502] By: jhi                                   on 1998/12/28  07:39:20
9235     Log: From: Blair Zajac <bzajac@geostaff.com>
9236          To: perl5-porters@perl.org
9237          Subject: Tie::SubstrHash patch
9238          Date: Wed, 23 Dec 1998 17:13:32 -0800
9239          Message-ID: <3681953C.8B6A90AA@geostaff.com>
9240  Branch: cfgperl
9241        ! lib/Tie/SubstrHash.pm
9242 ____________________________________________________________________________
9243 [  2501] By: jhi                                   on 1998/12/28  07:37:16
9244     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
9245          To: perlbug@perl.com
9246          Subject: perlfaq9 minor error
9247          Date: Wed, 23 Dec 1998 14:54:19 -0800
9248          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
9249  Branch: cfgperl
9250        ! pod/perlfaq9.pod
9251 ____________________________________________________________________________
9252 [  2500] By: jhi                                   on 1998/12/23  10:38:18
9253     Log: More porting notes about filesystems, AmigaOS, and MiNT.
9254  Branch: cfgperl
9255        ! pod/perlport.pod
9256 ____________________________________________________________________________
9257 [  2499] By: jhi                                   on 1998/12/22  09:26:49
9258     Log: Add few MSG_ and uio constants.
9259  Branch: cfgperl
9260        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
9261 ____________________________________________________________________________
9262 [  2498] By: jhi                                   on 1998/12/22  08:39:30
9263     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
9264          a Digital C compiler optimizer bug that broke the 'x'
9265          operator under certain circumstances.  See t/op/repeat.t
9266          test #20 for graphic details.  Reported in
9267          
9268          From: Gisle Aas <gisle@aas.no>
9269          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
9270          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
9271          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
9272          Date: 18 Dec 1998 14:27:40 +0100
9273          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
9274          
9275          and discussed further in the thread
9276          
9277          From: Jarkko Hietaniemi <jhi@iki.fi>
9278          To: Gisle Aas <gisle@aas.no>
9279          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
9280          cpan-testers@perl.org, perl5-porters@perl.org
9281          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
9282          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
9283          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
9284  Branch: cfgperl
9285        ! t/op/repeat.t util.c
9286 ____________________________________________________________________________
9287 [  2497] By: jhi                                   on 1998/12/21  14:18:57
9288     Log: Change #2483 update.
9289  Branch: cfgperl
9290        ! t/op/tr.t
9291 ____________________________________________________________________________
9292 [  2496] By: jhi                                   on 1998/12/21  14:07:41
9293     Log: Update on change #2493.
9294  Branch: cfgperl
9295        ! t/pragma/warn/op
9296 ____________________________________________________________________________
9297 [  2495] By: jhi                                   on 1998/12/21  13:52:00
9298     Log: Change #2487 aftershock.
9299  Branch: cfgperl
9300        ! warning.pl
9301 ____________________________________________________________________________
9302 [  2494] By: jhi                                   on 1998/12/21  12:35:00
9303     Log: From: Chris Nandor <pudge@pobox.com>
9304          To: perl5-porters@perl.org
9305          Subject: [PATCH] perlport.pod v1.37
9306          Date: Sat, 19 Dec 1998 12:54:34 -0500
9307          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
9308  Branch: cfgperl
9309        ! pod/perlport.pod
9310 ____________________________________________________________________________
9311 [  2493] By: jhi                                   on 1998/12/21  12:22:44
9312     Log: From: Mark-Jason Dominus <mjd@plover.com>
9313          To: perl5-porters@perl.com
9314          Subject: PATCH (5.005_02): Dejargonizing
9315          Date: Sun, 20 Dec 1998 14:35:20 -0500
9316          Message-ID: <19981220193520.11230.qmail@plover.com>
9317          
9318          From: Mark-Jason Dominus <mjd@plover.com>
9319          To: perl5-porters@perl.com
9320          Subject: PATCH (5.005_02): Spelling correction in warning message
9321          Date: Sun, 20 Dec 1998 13:51:30 -0500
9322          Message-ID: <19981220185130.11067.qmail@plover.com>
9323  Branch: cfgperl
9324        ! doio.c op.c
9325 ____________________________________________________________________________
9326 [  2492] By: jhi                                   on 1998/12/21  09:00:05
9327     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9328          To: perl5-porters@perl.org
9329          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
9330          Date: Sun, 20 Dec 1998 19:03:25 PST
9331          Message-ID: <19981221030326.27660.qmail@hotmail.com>
9332          
9333          (slightly reformatted)
9334  Branch: cfgperl
9335        ! ext/B/B/CC.pm
9336 ____________________________________________________________________________
9337 [  2491] By: nick                                  on 1998/12/20  14:21:29
9338     Log: Save _all_ GV's which have SV, AV or HV set.
9339  Branch: perl
9340        ! ext/B/B/C.pm
9341 ____________________________________________________________________________
9342 [  2490] By: jhi                                   on 1998/12/18  15:13:19
9343     Log: Add idea about generalising cpp symbol probing of Errno.
9344  Branch: cfgperl
9345        ! Todo
9346 ____________________________________________________________________________
9347 [  2489] By: jhi                                   on 1998/12/18  14:47:57
9348     Log: Address some of the issues of:
9349          
9350          From: Tom Christiansen <tchrist@jhereg.perl.com>
9351          To: perl-porters-active@jhereg.perl.com
9352          Subject: Undocumentation Issues for 5.005
9353          Date: Thu, 17 Dec 1998 14:46:24 -0700
9354          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
9355  Branch: cfgperl
9356        ! pod/perl5005delta.pod
9357 ____________________________________________________________________________
9358 [  2488] By: jhi                                   on 1998/12/18  11:26:32
9359     Log: From: root <root@dubravka.in-berlin.de>
9360          To: perlbug@perl.com
9361          Cc: k@dubravka.in-berlin.de
9362          Subject: Please add no_modify to PERL_POLLUTE
9363          Date: Fri, 18 Dec 1998 10:45:52 +0100
9364          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
9365          
9366          (Really from Andreas König)
9367  Branch: cfgperl
9368        ! embed.pl
9369 ____________________________________________________________________________
9370 [  2487] By: jhi                                   on 1998/12/17  14:05:52
9371     Log: Some (by far not all) issues of the below message addressed.
9372          
9373          From: Tom Christiansen <tchrist@jhereg.perl.com>
9374          To: The Perl Porters Mailing List <perl5-porters@perl.org>
9375          Subject: important UNDOC issues for 5.005_54
9376          Date: Wed, 16 Dec 1998 21:14:53 -0700
9377          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
9378  Branch: cfgperl
9379        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
9380 ____________________________________________________________________________
9381 [  2486] By: jhi                                   on 1998/12/17  12:47:15
9382     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9383          To: domo@computer.org
9384          Cc: jhi@iki.fi, perl5-porters@perl.org
9385          Subject: Re: stuff related to malloc.c
9386          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
9387          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
9388  Branch: cfgperl
9389        ! malloc.c
9390 ____________________________________________________________________________
9391 [  2485] By: jhi                                   on 1998/12/17  12:17:19
9392     Log: More porting notes.
9393  Branch: cfgperl
9394        ! Porting/pumpkin.pod
9395 ____________________________________________________________________________
9396 [  2484] By: jhi                                   on 1998/12/15  08:38:05
9397     Log: Undo #2386 and #2205.
9398  Branch: cfgperl
9399        ! pod/perlfunc.pod
9400 ____________________________________________________________________________
9401 [  2483] By: jhi                                   on 1998/12/14  17:58:35
9402     Log: lib was missing from @INC.
9403  Branch: cfgperl
9404        ! t/op/tr.t
9405 ____________________________________________________________________________
9406 [  2482] By: jhi                                   on 1998/12/14  17:52:42
9407     Log: Was missing use Text::Wrap.
9408  Branch: cfgperl
9409        ! t/lib/textfill.t
9410 ____________________________________________________________________________
9411 [  2481] By: jhi                                   on 1998/12/14  16:00:22
9412     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
9413          
9414          From: Jonathan Roy <roy@idle.com>
9415          To: perl5-porters@perl.org
9416          Subject: nlist.h add to Configure checks?
9417          Date: Sun, 13 Dec 1998 22:22:49 -0500
9418          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
9419  Branch: cfgperl
9420        + ext/DynaLoader/hints/linux.pl
9421        ! MANIFEST
9422 ____________________________________________________________________________
9423 [  2480] By: jhi                                   on 1998/12/14  15:02:44
9424     Log: Give up completely using nm in AIX.
9425          
9426          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9427          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
9428          Cc: perl5-porters@perl.org
9429          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
9430          Date: Thu, 10 Dec 1998 00:51:46 -0500
9431          Message-ID: <19981210005146.B29986@O2.chapin.edu>
9432  Branch: cfgperl
9433        ! hints/aix.sh
9434 ____________________________________________________________________________
9435 [  2479] By: jhi                                   on 1998/12/14  14:39:52
9436     Log: AIX' error messages are different.
9437          
9438          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9439          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9440          Cc: perl5-porters@perl.org
9441          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
9442          Date: Thu, 10 Dec 1998 00:42:36 -0500
9443          Message-ID: <19981210004236.A29986@O2.chapin.edu>
9444          
9445          From: Michael Engel <engel@nms1.cc.huji.ac.il>
9446          To: perlbug@perl.com
9447          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
9448          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
9449          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
9450  Branch: cfgperl
9451        ! t/pragma/warn/doio
9452 ____________________________________________________________________________
9453 [  2475] By: jhi                                   on 1998/12/13  12:35:55
9454     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9455          To: jhi@iki.fi
9456          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
9457          Subject: Re: stuff related to malloc.c
9458          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
9459          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
9460  Branch: cfgperl
9461        ! malloc.c
9462 ____________________________________________________________________________
9463 [  2474] By: jhi                                   on 1998/12/13  12:32:42
9464     Log: Some notes about porting issues.
9465  Branch: cfgperl
9466        ! Porting/pumpkin.pod
9467 ____________________________________________________________________________
9468 [  2473] By: jhi                                   on 1998/12/13  12:03:58
9469     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
9470          To: Perl 5 Porters <perl5-porters@perl.org>
9471          Subject: [patch 5.005_02] dos-djgpp update
9472          Date: Sun, 13 Dec 1998 00:08:44 +0100
9473          Message-ID: <19981213000844.C264@beeblebrox>
9474  Branch: cfgperl
9475        ! djgpp/config.over
9476 ____________________________________________________________________________
9477 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
9478     Log: undo changes to Exporter.pm from #2312
9479  Branch: maint-5.005/perl
9480        ! lib/Exporter.pm
9481 ____________________________________________________________________________
9482 [  2465] By: jhi                                   on 1998/12/12  12:31:21
9483     Log: Document that qw() taints.
9484          
9485          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
9486          To: perlbug@perl.com 
9487          Subject: taint problems
9488          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
9489          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
9490  Branch: cfgperl
9491        ! pod/perlop.pod
9492 ____________________________________________________________________________
9493 [  2464] By: jhi                                   on 1998/12/11  14:09:51
9494     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
9495          To: dist-users@foretune.co.jp
9496          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
9497          Date: Mon, 07 Dec 1998 20:13:04 -0400
9498          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
9499  Branch: cfgperl
9500        ! Configure
9501 ____________________________________________________________________________
9502 [  2463] By: jhi                                   on 1998/12/11  13:29:54
9503     Log: MAXPATHLEN.
9504  Branch: cfgperl
9505        ! perl.h
9506 ____________________________________________________________________________
9507 [  2462] By: jhi                                   on 1998/12/11  08:37:58
9508     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
9509          To: perl5-porters@perl.org
9510          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
9511          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
9512          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
9513  Branch: cfgperl
9514        + hints/gnu.sh
9515 ____________________________________________________________________________
9516 [  2461] By: nick                                  on 1998/12/10  21:00:50
9517     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
9518          From: Vishal Bhatia <vishalb@hotmail.com>
9519          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
9520          2. Fixes the bug  regarding return value of c-functions generated out 
9521          of perl subs. ( Just includes the patch I sent earlier)
9522          3. Incorporates the other changes that need to be done to get CC.pm
9523          use ISA search for packages and methods on the same lines as C.pm
9524          
9525          Vishal would appreciate comments about B::Stackobj changes from 
9526          someone knowing that module well.
9527  Branch: perl
9528        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9529 ____________________________________________________________________________
9530 [  2460] By: jhi                                   on 1998/12/08  08:11:27
9531     Log: Integrate from mainperl.
9532  Branch: cfgperl
9533       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9534       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
9535       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
9536       !> toke.c util.c
9537 ____________________________________________________________________________
9538 [  2459] By: jhi                                   on 1998/12/07  07:50:11
9539     Log: From: hansm@icgroup.nl 
9540          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9541          Reply-To: hansmu@xs4all.nl 
9542          To: perlbug@perl.com 
9543          Date: Sun, 6 Dec 98 22:19:54 +0100 
9544          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
9545  Branch: cfgperl
9546        ! util.c
9547 ____________________________________________________________________________
9548 [  2458] By: gsar                                  on 1998/12/07  06:00:55
9549     Log: fix dup lexical
9550  Branch: perl
9551        ! ext/B/B/Deparse.pm t/lib/io_unix.t
9552 ____________________________________________________________________________
9553 [  2457] By: gsar                                  on 1998/12/06  14:38:59
9554     Log: mention limit on line numbers reported by diagnostics
9555  Branch: perl
9556        ! pod/perl.pod toke.c
9557 ____________________________________________________________________________
9558 [  2456] By: gsar                                  on 1998/12/06  13:49:02
9559     Log: branch perldelta.pod
9560  Branch: maint-5.005/perl
9561       +> pod/perldelta.pod
9562 ____________________________________________________________________________
9563 [  2455] By: gsar                                  on 1998/12/06  13:47:21
9564     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
9565  Branch: maint-5.005/perl
9566        - pod/perldelta.pod
9567 ____________________________________________________________________________
9568 [  2454] By: gsar                                  on 1998/12/06  13:35:31
9569     Log: fix outdated/incorrect info about arbitrary limits
9570  Branch: perl
9571        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
9572        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
9573 ____________________________________________________________________________
9574 [  2453] By: nick                                  on 1998/12/05  16:14:42
9575     Log: Avoid hard-coding op numbers
9576          Update CC.pm to save %INC, and to co-exist with new C.pm
9577  Branch: perl
9578        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9579 ____________________________________________________________________________
9580 [  2452] By: nick                                  on 1998/12/05  10:44:28
9581     Log: B.xs had its own code to calculate hash() which differed from
9582          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
9583          which meant that run-time require was re-done.
9584          Removed some debug from C.pm
9585  Branch: perl
9586        ! ext/B/B.xs ext/B/B/C.pm
9587 ____________________________________________________________________________
9588 [  2451] By: nick                                  on 1998/12/04  21:58:49
9589     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
9590          well as _54, but with pre-scan for classes and save the ISA scheme.
9591  Branch: perl
9592        ! ext/B/B/C.pm
9593 ____________________________________________________________________________
9594 [  2450] By: nick                                  on 1998/12/04  17:58:44
9595     Log: Vishal Bhatia's patch as a basis.
9596  Branch: perl
9597        ! ext/B/B/C.pm ext/B/B/CC.pm
9598 ____________________________________________________________________________
9599 [  2449] By: jhi                                   on 1998/12/04  16:39:21
9600     Log: Integrate from mainperl.
9601  Branch: cfgperl
9602       !> t/op/goto.t t/op/tr.t
9603 ____________________________________________________________________________
9604 [  2448] By: gsar                                  on 1998/12/04  06:06:49
9605     Log: tweak test for UTEST
9606  Branch: perl
9607        ! t/op/tr.t
9608 ____________________________________________________________________________
9609 [  2444] By: jhi                                   on 1998/12/03  14:37:22
9610     Log: s/\bthe the\b/the/g *.pod
9611  Branch: cfgperl
9612        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
9613 ____________________________________________________________________________
9614 [  2443] By: jhi                                   on 1998/12/03  13:39:53
9615     Log: Change#2441 aftermath.
9616  Branch: cfgperl
9617        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9618        ! config_h.SH thread.h vms/subconfigure.com
9619 ____________________________________________________________________________
9620 [  2441] By: jhi                                   on 1998/12/03  08:15:13
9621     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9622          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
9623          Subject: [PATCH 5.005_54]Initial VMS patches
9624          Date: 3 Dec 1998 01:05:55 +0200
9625          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
9626          
9627          The patch to config_h.SH requires more study because
9628          metaconfig needs to agree.
9629  Branch: cfgperl
9630        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
9631        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
9632        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
9633 ____________________________________________________________________________
9634 [  2440] By: gsar                                  on 1998/12/03  01:32:16
9635     Log: add failed check-in of goto.t from change#1867
9636  Branch: perl
9637        ! t/op/goto.t
9638 ____________________________________________________________________________
9639 [  2437] By: jhi                                   on 1998/12/02  18:03:51
9640     Log: Fix most of the bad L<> links of
9641          
9642          From: Tom Christiansen <tchrist@jhereg.perl.com> 
9643          Subject: bad L<> links
9644          Reply-to: tchrist@perl.com 
9645          To: perlbug@jhereg.perl.com 
9646          Date: Tue, 11 Aug 1998 10:58:07 -0500 
9647          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
9648          
9649          The ones not fixed may require darker Pod::HTML magic,
9650          for example the perlguts.html#tags should work fine, IMHO.
9651  Branch: cfgperl
9652        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
9653        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
9654        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
9655        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
9656        ! pod/perlvar.pod
9657 ____________________________________________________________________________
9658 [  2436] By: jhi                                   on 1998/12/02  16:35:04
9659     Log: One paste too many in #2345.
9660  Branch: cfgperl
9661        ! lib/Pod/Html.pm
9662 ____________________________________________________________________________
9663 [  2435] By: jhi                                   on 1998/12/02  16:32:33
9664     Log: Pod::Html and Pod::Text were not locale-savvy:
9665          for example in =head1 all non-ASCII-\w-runs were
9666          turned into underscores in NAME tags.  This could
9667          result in several NAME tags becoming identical.
9668          Reported by:
9669          
9670          From: Fyodor Krasnov <fyodor@aha.ru> 
9671          Subject: pod2html vs Russian Characters
9672          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
9673          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
9674          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
9675  Branch: cfgperl
9676        ! lib/Pod/Html.pm lib/Pod/Text.pm
9677 ____________________________________________________________________________
9678 [  2434] By: jhi                                   on 1998/12/02  10:29:00
9679     Log: The real Mc5_54 integration.
9680  Branch: cfgperl
9681       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
9682 ____________________________________________________________________________
9683 [  2433] By: jhi                                   on 1998/12/02  08:52:13
9684     Log: From: Andy Dougherty <doughera@lafayette.edu>
9685          To: Perl Porters <perl5-porters@perl.org>
9686          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
9687          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
9688          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
9689  Branch: cfgperl
9690        ! Configure
9691 ____________________________________________________________________________
9692 [  2432] By: jhi                                   on 1998/12/02  08:49:47
9693     Log: From: Andy Dougherty <doughera@lafayette.edu>
9694          To: Perl Porters <perl5-porters@perl.org>
9695          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
9696          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
9697          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
9698  Branch: cfgperl
9699        ! Configure
9700 ____________________________________________________________________________
9701 [  2431] By: jhi                                   on 1998/12/01  16:11:50
9702     Log: From: achampio@lehman.com (Alan Champion)
9703          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
9704          To: perlbug@perl.com
9705          Date: 1 Dec 1998 17:36:33 +0200
9706          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
9707          
9708          Skip NIS includes.
9709  Branch: cfgperl
9710        ! t/op/pwent.t
9711 ____________________________________________________________________________
9712 [  2430] By: gsar                                  on 1998/12/01  12:12:50
9713     Log: 5.005_54, as released
9714  Branch: perl
9715        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
9716 ____________________________________________________________________________
9717 [  2429] By: jhi                                   on 1998/12/01  11:28:39
9718     Log: From: Anton Berezin <tobez@plab.ku.dk>
9719          To: perl5-porters@perl.org
9720          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
9721          Date: 30 Nov 1998 19:46:24 +0100
9722          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
9723  Branch: cfgperl
9724        ! hints/freebsd.sh
9725 ____________________________________________________________________________
9726 [  2428] By: jhi                                   on 1998/12/01  11:08:16
9727     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
9728  Branch: cfgperl
9729       +> (branch 30 files)
9730       !> (integrate 71 files)
9731 ____________________________________________________________________________
9732 [  2427] By: jhi                                   on 1998/12/01  10:51:37
9733     Log: Default to accepting a hinted $randfunc even when $csym
9734          does not find it.  (the previous defaylt behaviour was not
9735          to accept).
9736  Branch: cfgperl
9737        ! Configure
9738 ____________________________________________________________________________
9739 [  2426] By: jhi                                   on 1998/12/01  10:13:03
9740     Log: Separated the [:foo:] parsing to its own function.
9741          Passes all tests.
9742  Branch: cfgperl
9743        ! regcomp.c
9744 ____________________________________________________________________________
9745 [  2425] By: jhi                                   on 1998/12/01  08:22:49
9746     Log: Typo in comments.
9747  Branch: cfgperl
9748        ! regexec.c
9749 ____________________________________________________________________________
9750 [  2424] By: jhi                                   on 1998/12/01  08:21:38
9751     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9752          Subject: [PATCH 5.005_*] Debugger 'v' command
9753          To: perl5-porters@perl.org (Mailing list Perl5)
9754          Date: 1 Dec 1998 07:55:11 +0200
9755          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
9756  Branch: cfgperl
9757        ! lib/perl5db.pl
9758 ____________________________________________________________________________
9759 [  2423] By: jhi                                   on 1998/12/01  08:19:08
9760     Log: From: pvhp@forte.com (Peter Prymmer)
9761          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
9762          To: perl5-porters@perl.org
9763          Date: 1 Dec 1998 07:27:11 +0200
9764          Message-ID: <MLIST_9812010508.AA07791@forte.com>
9765  Branch: cfgperl
9766        ! hints/os390.sh
9767 ____________________________________________________________________________
9768 [  2417] By: jhi                                   on 1998/11/30  08:14:00
9769     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
9770  Branch: cfgperl
9771        ! ext/Socket/Socket.xs
9772 ____________________________________________________________________________
9773 [  2416] By: jhi                                   on 1998/11/30  08:00:15
9774     Log: Undo #2395, seems more like a problem in netbsd-current.
9775  Branch: cfgperl
9776        ! util.c
9777
9778 ----------------
9779 Version 5.005_54
9780 ----------------
9781
9782 ____________________________________________________________________________
9783 [  2414] By: gsar                                  on 1998/11/30  02:23:55
9784     Log: more JPL tweaks
9785  Branch: perl
9786        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
9787        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
9788 ____________________________________________________________________________
9789 [  2413] By: gsar                                  on 1998/11/30  01:35:56
9790     Log: stub bin/jpl that just runs JPL::Compile::files()
9791  Branch: perl
9792        + jpl/bin/jpl
9793 ____________________________________________________________________________
9794 [  2412] By: gsar                                  on 1998/11/30  01:32:14
9795     Log: delete symlink
9796  Branch: perl
9797        - jpl/bin/jpl
9798 ____________________________________________________________________________
9799 [  2410] By: gsar                                  on 1998/11/30  01:30:44
9800     Log: branch jpl from perlext to perl
9801  Branch: perl
9802       +> (branch 30 files)
9803 ____________________________________________________________________________
9804 [  2407] By: gsar                                  on 1998/11/30  01:24:53
9805     Log: JPL tweaks to build with 5.005
9806  Branch: perlext
9807        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
9808        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
9809 ____________________________________________________________________________
9810 [  2406] By: gsar                                  on 1998/11/30  00:55:54
9811     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
9812  Branch: perl
9813        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
9814 ____________________________________________________________________________
9815 [  2405] By: gsar                                  on 1998/11/30  00:28:55
9816     Log: patchlevel up to 54
9817  Branch: perl
9818        ! patchlevel.h win32/Makefile win32/config_H.bc
9819        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9820 ____________________________________________________________________________
9821 [  2403] By: gsar                                  on 1998/11/29  23:35:50
9822     Log: integrate cfgperl changes into mainline
9823  Branch: perl
9824       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9825       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
9826 ____________________________________________________________________________
9827 [  2402] By: gsar                                  on 1998/11/29  23:08:42
9828     Log: sync Text::Wrap version number
9829  Branch: perl
9830        ! lib/Text/Wrap.pm
9831 ____________________________________________________________________________
9832 [  2401] By: gsar                                  on 1998/11/29  22:56:21
9833     Log: textfill.t tweak
9834  Branch: perl
9835        ! t/lib/textfill.t
9836 ____________________________________________________________________________
9837 [  2400] By: gsar                                  on 1998/11/29  22:50:41
9838     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
9839          <muir@idiom.com>
9840  Branch: perl
9841        + t/lib/textfill.t
9842        ! MANIFEST lib/Text/Wrap.pm
9843 ____________________________________________________________________________
9844 [  2399] By: gsar                                  on 1998/11/29  22:28:05
9845     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
9846          has happened without the authors knowledge or consent; the subversive
9847          version (which is in 5.00502) breaks one of the tests in the
9848          authors testsuite; attempts are being made to find a fix that
9849          avoids breaking code already running with the 5.005_02 version
9850          From:    David Muir Sharnoff <muir@idiom.com>
9851          Date:    Sat, 28 Nov 1998 04:34:17 PST
9852          Message-Id: <199811281234.EAA03082@idiom.com>
9853          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
9854  Branch: perl
9855        ! lib/Text/Wrap.pm t/lib/textwrap.t
9856 ____________________________________________________________________________
9857 [  2397] By: nick                                  on 1998/11/29  20:13:58
9858     Log: Update docs and English.pm for $^C
9859  Branch: perl
9860        ! lib/English.pm pod/perlvar.pod
9861 ____________________________________________________________________________
9862 [  2396] By: jhi                                   on 1998/11/29  20:13:03
9863     Log: Mirror #2384.
9864  Branch: cfgperl
9865        ! t/op/pwent.t
9866 ____________________________________________________________________________
9867 [  2395] By: jhi                                   on 1998/11/29  19:59:12
9868     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
9869  Branch: cfgperl
9870        ! util.c
9871 ____________________________________________________________________________
9872 [  2394] By: gsar                                  on 1998/11/29  19:49:08
9873     Log: updated perlreftut.pod
9874  Branch: perl
9875        ! pod/perlreftut.pod
9876 ____________________________________________________________________________
9877 [  2393] By: gsar                                  on 1998/11/29  19:31:56
9878     Log: misc tweaks
9879  Branch: perl
9880        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
9881 ____________________________________________________________________________
9882 [  2392] By: gsar                                  on 1998/11/29  19:31:18
9883     Log: notes about -DPERL_POLLUTE
9884  Branch: perl
9885        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
9886 ____________________________________________________________________________
9887 [  2391] By: gsar                                  on 1998/11/29  19:13:52
9888     Log: explain various win32 build caveats more clearly
9889  Branch: perl
9890        ! README.win32 win32/Makefile win32/makefile.mk
9891 ____________________________________________________________________________
9892 [  2390] By: gsar                                  on 1998/11/29  16:51:59
9893     Log: remove I_POLL detection (Configure will do that now)
9894  Branch: perl
9895        ! ext/IO/Makefile.PL
9896 ____________________________________________________________________________
9897 [  2389] By: jhi                                   on 1998/11/29  16:39:16
9898     Log: Add I_POLL for IO 1.20.
9899  Branch: cfgperl
9900        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9901        ! config_h.SH
9902 ____________________________________________________________________________
9903 [  2388] By: gsar                                  on 1998/11/29  16:23:30
9904     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
9905  Branch: perl
9906        + Porting/p4desc
9907        ! MANIFEST
9908 ____________________________________________________________________________
9909 [  2387] By: gsar                                  on 1998/11/29  16:08:03
9910     Log: another threads reliability fix: serialize writes to thr->threadsv
9911          avoid most uses of PL_na (which is much more inefficient than a
9912          simple local); update docs to suit; PL_na now being thr->Tna may
9913          be a minor compatibility issue for extensions--will require dTHR
9914          outside of XSUBs (those get automatic dTHR)
9915  Branch: perl
9916        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
9917        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
9918        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9919        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
9920        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
9921        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
9922        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
9923        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
9924        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
9925 ____________________________________________________________________________
9926 [  2386] By: jhi                                   on 1998/11/29  15:40:42
9927     Log: Tune the "if" entry.
9928  Branch: cfgperl
9929        ! pod/perlfunc.pod
9930 ____________________________________________________________________________
9931 [  2385] By: gsar                                  on 1998/11/29  12:40:28
9932     Log: various fixes for race conditions under threads: mutex locks based
9933          on PL_threadnum were seriously flawed, since it means more than one
9934          thread could enter the critical region; PL_na was global instead of
9935          thread-local; child thread could finish and free thr structures
9936          before Thread->new() got around to creating the Thread object;
9937          cv_clone() needed locking, as it mucks with PL_comppad and other
9938          global data; new_struct_thread() needed to lock template-thread's
9939          mutex while copying its data
9940  Branch: perl
9941        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
9942        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
9943 ____________________________________________________________________________
9944 [  2384] By: gsar                                  on 1998/11/29  10:54:38
9945     Log: s/warn/print/ on multiply defined groups
9946  Branch: perl
9947        ! t/op/grent.t
9948 ____________________________________________________________________________
9949 [  2383] By: gsar                                  on 1998/11/29  10:48:39
9950     Log: backout change#2334
9951  Branch: perl
9952        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
9953 ____________________________________________________________________________
9954 [  2382] By: jhi                                   on 1998/11/29  10:33:40
9955     Log: Better NetInfo behaviour.
9956  Branch: cfgperl
9957        ! t/op/grent.t t/op/pwent.t
9958 ____________________________________________________________________________
9959 [  2381] By: jhi                                   on 1998/11/29  10:08:15
9960     Log: Integrate from mainperl.
9961  Branch: cfgperl
9962       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
9963       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9964       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
9965       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
9966       +> t/lib/io_poll.t t/lib/io_unix.t
9967       !> (integrate 58 files)
9968 ____________________________________________________________________________
9969 [  2380] By: gsar                                  on 1998/11/29  08:22:49
9970     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
9971          Tim Bunce)
9972  Branch: perl
9973        ! gv.c
9974 ____________________________________________________________________________
9975 [  2379] By: gsar                                  on 1998/11/29  07:06:43
9976     Log: fix for pat.t failure under USE_THREADS
9977  Branch: perl
9978        ! pp_ctl.c regexec.c
9979 ____________________________________________________________________________
9980 [  2378] By: nick                                  on 1998/11/28  22:46:57
9981     Log: More C.pm tweaks
9982          Save globs even if we have saved cv itself before - may be imported.
9983          
9984          While we don't save "bootstrap" CV we need to provide a stub,
9985          so that if we require it later we don't fall through and attempt
9986          to DynaLoad module again.
9987          
9988          Attempt to save %INC so that "require" does not reload things
9989          we have compiled-in (does not work right yet - seems to be due
9990          to PL_incgv being created in perl_parse() current scheme setting 
9991          GvHV() is "better" than saving the glob, but still does not 
9992          work as I expect). 
9993  Branch: perl
9994        ! ext/B/B/C.pm
9995 ____________________________________________________________________________
9996 [  2377] By: gsar                                  on 1998/11/28  22:30:38
9997     Log: various tweaks; result passes all tests for normal build on Solaris;
9998          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
9999          win32 due to lack of select() that works on non-socket fds
10000  Branch: perl
10001        ! ext/IO/poll.c regcomp.c regexec.c scope.c
10002        ! t/lib/io_multihomed.t win32/makefile.mk
10003 ____________________________________________________________________________
10004 [  2376] By: gsar                                  on 1998/11/28  20:44:39
10005     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
10006  Branch: perl
10007        ! myconfig
10008 ____________________________________________________________________________
10009 [  2375] By: gsar                                  on 1998/11/28  20:42:58
10010     Log: integrate cfgperl changes into mainline
10011  Branch: perl
10012       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
10013       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
10014 ____________________________________________________________________________
10015 [  2374] By: gsar                                  on 1998/11/28  20:02:03
10016     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10017          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
10018          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
10019          Subject: [PATCH 5.00553] Yet another OS/2 patch
10020  Branch: perl
10021        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
10022 ____________________________________________________________________________
10023 [  2373] By: gsar                                  on 1998/11/28  19:30:06
10024     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10025          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
10026          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
10027          Subject: [PATCH 5.005_53] Change $#+
10028  Branch: perl
10029        ! mg.c pod/perlvar.pod t/op/pat.t
10030 ____________________________________________________________________________
10031 [  2372] By: gsar                                  on 1998/11/28  19:28:00
10032     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10033          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
10034          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
10035          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
10036  Branch: perl
10037        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
10038        ! thrdvar.h
10039 ____________________________________________________________________________
10040 [  2371] By: gsar                                  on 1998/11/28  19:23:53
10041     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10042          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
10043          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
10044          Subject: [PATCH 5.005_53] better -Mre=debugcolor
10045  Branch: perl
10046        ! embedvar.h objXSUB.h regexec.c thrdvar.h
10047 ____________________________________________________________________________
10048 [  2370] By: gsar                                  on 1998/11/28  19:21:17
10049     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10050          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
10051          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
10052          Subject: [PATCH 5.005_*] regcolors
10053  Branch: perl
10054        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
10055 ____________________________________________________________________________
10056 [  2369] By: gsar                                  on 1998/11/28  19:00:15
10057     Log: allow final period in a file (not followed by a newline) to
10058          terminate format spec
10059  Branch: perl
10060        ! toke.c
10061 ____________________________________________________________________________
10062 [  2368] By: gsar                                  on 1998/11/28  18:58:25
10063     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
10064          add C<$Config{installarchlib}/CORE> to the default locations searched
10065          on win32
10066  Branch: perl
10067        ! lib/ExtUtils/Liblist.pm
10068 ____________________________________________________________________________
10069 [  2367] By: gsar                                  on 1998/11/28  18:46:05
10070     Log: applied suggested patch with PERL_OBJECT tweaks
10071          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10072          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
10073          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
10074          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
10075  Branch: perl
10076        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
10077        ! regexec.c t/op/pat.t thrdvar.h
10078 ____________________________________________________________________________
10079 [  2366] By: gsar                                  on 1998/11/28  18:38:34
10080     Log: additional documentation for qr//
10081          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10082          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
10083          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
10084          Subject: [PATCH 5.005_*] Documentation (fwd)
10085  Branch: perl
10086        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
10087 ____________________________________________________________________________
10088 [  2365] By: gsar                                  on 1998/11/28  18:35:35
10089     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10090          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
10091          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
10092          Subject: [PATCH 5.005_*] Fix \G in REx without //g
10093  Branch: perl
10094        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
10095        ! regexp.h t/op/pat.t thrdvar.h
10096 ____________________________________________________________________________
10097 [  2364] By: gsar                                  on 1998/11/28  18:24:20
10098     Log: update Test.pm to Test-1.12; tweak 're' detection
10099  Branch: perl
10100        ! lib/Test.pm
10101 ____________________________________________________________________________
10102 [  2363] By: gsar                                  on 1998/11/28  18:12:04
10103     Log: avoid command-line quoting portability problems in lex_assign.t
10104  Branch: perl
10105        ! t/op/lex_assign.t
10106 ____________________________________________________________________________
10107 [  2362] By: gsar                                  on 1998/11/28  18:08:50
10108     Log: From: John Tobey <jtobey@channel1.com>
10109          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
10110          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
10111          Subject: PATCH: document English.pm sawampersand and thread issues
10112  Branch: perl
10113        ! lib/English.pm pod/perlvar.pod
10114 ____________________________________________________________________________
10115 [  2361] By: gsar                                  on 1998/11/28  18:03:04
10116     Log: fix uninitialized warnings
10117          From: Brian Callaghan <callagh@itginc.com>
10118          Date: Thu, 19 Nov 1998 17:49:10 -0800
10119          Message-Id: <3654CA96.B64FCAEB@itginc.com>
10120          Subject: Complete.pm patch (version 1.1)
10121  Branch: perl
10122        ! lib/Term/Complete.pm
10123 ____________________________________________________________________________
10124 [  2360] By: gsar                                  on 1998/11/28  17:59:16
10125     Log: s/Array/List/ suggested by John Tobey
10126  Branch: perl
10127        ! pod/perldata.pod
10128 ____________________________________________________________________________
10129 [  2359] By: gsar                                  on 1998/11/28  17:47:48
10130     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
10131  Branch: perl
10132        ! lib/Tie/Handle.pm pod/perlfunc.pod
10133 ____________________________________________________________________________
10134 [  2358] By: jhi                                   on 1998/11/28  17:23:15
10135     Log: Revamp the locale tests.
10136          (0) Instead of rewiring a few locales scan for them.
10137          (1) Bogus test #101 removed.
10138          (2) All the locales are checked, the lists of failed
10139          and non-failed ones are displayed.
10140          (3) The test #103 is again 'active' so that it may fail.
10141          (4) To balance (3) a hopefully pacifying message is shown
10142          if the #103 fails.
10143  Branch: cfgperl
10144        ! t/pragma/locale.t
10145 ____________________________________________________________________________
10146 [  2357] By: gsar                                  on 1998/11/28  17:21:07
10147     Log: add perlreftut.pod
10148  Branch: perl
10149        + pod/perlreftut.pod
10150        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
10151        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
10152        ! win32/pod.mak
10153 ____________________________________________________________________________
10154 [  2356] By: jhi                                   on 1998/11/28  16:58:01
10155     Log: Change #2346 fallout.
10156  Branch: cfgperl
10157        ! t/op/undef.t
10158 ____________________________________________________________________________
10159 [  2355] By: gsar                                  on 1998/11/28  16:46:43
10160     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
10161          ANSI prototypes
10162  Branch: perl
10163        ! ext/IO/IO.xs
10164 ____________________________________________________________________________
10165 [  2354] By: gsar                                  on 1998/11/28  16:08:07
10166     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
10167          keep platform hacks that aren't in the 1.20 dist; add new files
10168          to MANIFEST; hack Makefile.PL; result hasn't been tested
10169          anywhere
10170  Branch: perl
10171        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
10172        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10173        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
10174        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
10175        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
10176        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10177        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10178        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10179        ! t/lib/io_sock.t t/lib/io_udp.t
10180 ____________________________________________________________________________
10181 [  2353] By: jhi                                   on 1998/11/28  15:51:03
10182     Log: Locale collation, ctype, and numeric, were initialized wrong
10183          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
10184          as reported by
10185          
10186          From: Ilya.Sandler@etak.com (Ilya Sandler)
10187          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
10188          To: perlbug@perl.com
10189          Date: 25 Nov 1998 04:53:52 +0200
10190          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
10191  Branch: cfgperl
10192        ! util.c
10193 ____________________________________________________________________________
10194 [  2352] By: nick                                  on 1998/11/28  15:21:59
10195     Log: Implement $^C to allow perl access to -c flag - I think this 
10196          was agreed once...
10197  Branch: perl
10198        ! gv.c mg.c
10199 ____________________________________________________________________________
10200 [  2351] By: jhi                                   on 1998/11/28  15:14:24
10201     Log: Change #2251 fixup.
10202  Branch: cfgperl
10203        ! myconfig
10204 ____________________________________________________________________________
10205 [  2350] By: jhi                                   on 1998/11/28  14:58:19
10206     Log: Integrate from mainperl.
10207  Branch: cfgperl
10208       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10209       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10210       +> pod/perl5005delta.pod
10211       !> (integrate 49 files)
10212 ____________________________________________________________________________
10213 [  2349] By: jhi                                   on 1998/11/28  14:27:36
10214     Log: Passwd and group file groveling.
10215  Branch: cfgperl
10216        ! t/op/grent.t t/op/pwent.t
10217 ____________________________________________________________________________
10218 [  2348] By: gsar                                  on 1998/11/28  14:09:50
10219     Log: more conservative version of changes#2345,2346,2347; those break
10220          C<defined(@{"foo::ISA"})> which seems to be extensively used in
10221          the libs :-(
10222  Branch: perl
10223        ! pp.c t/op/method.t
10224 ____________________________________________________________________________
10225 [  2347] By: gsar                                  on 1998/11/28  13:36:08
10226     Log: tweak bogus test
10227  Branch: perl
10228        ! t/op/method.t
10229 ____________________________________________________________________________
10230 [  2346] By: gsar                                  on 1998/11/28  13:20:34
10231     Log: test cases for previous change
10232  Branch: perl
10233        ! t/op/undef.t
10234 ____________________________________________________________________________
10235 [  2345] By: gsar                                  on 1998/11/28  13:07:17
10236     Log: fix typo in pp_defined() causing C<defined %tied> to fail
10237  Branch: perl
10238        ! pp.c
10239 ____________________________________________________________________________
10240 [  2344] By: gsar                                  on 1998/11/28  13:03:29
10241     Log: s/comment/comment_t/ tweak (suggested by John Gorman
10242          <jgorman@webbysoft.com>)
10243  Branch: perl
10244        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10245 ____________________________________________________________________________
10246 [  2343] By: gsar                                  on 1998/11/28  12:52:40
10247     Log: add (stub) perldelta.pod
10248  Branch: perl
10249        + pod/perldelta.pod
10250 ____________________________________________________________________________
10251 [  2342] By: gsar                                  on 1998/11/28  12:49:26
10252     Log: rename perldelta.pod to perl5005delta.pod in preparation for
10253          starting a new one
10254  Branch: perl
10255       +> pod/perl5005delta.pod
10256        - pod/perldelta.pod
10257        ! MANIFEST pod/perl.pod
10258 ____________________________________________________________________________
10259 [  2341] By: gsar                                  on 1998/11/28  12:41:55
10260     Log: fix MALLOC_LOCK #define
10261  Branch: perl
10262        ! malloc.c
10263 ____________________________________________________________________________
10264 [  2340] By: gsar                                  on 1998/11/28  12:18:23
10265     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10266          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
10267          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
10268          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
10269  Branch: perl
10270        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
10271 ____________________________________________________________________________
10272 [  2339] By: jhi                                   on 1998/11/28  11:59:01
10273     Log: Add -lm to dynix/ptx POSIX hints.
10274          From: "Martin J. Bligh" <mbligh@sequent.com>
10275          To: jhi@iki.fi
10276          Subject: Re: Making Perl work on DYNIX/ptx
10277          Date: Wed, 25 Nov 1998 10:34:41 -0800
10278          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
10279  Branch: cfgperl
10280        ! ext/POSIX/hints/dynixptx.pl
10281 ____________________________________________________________________________
10282 [  2338] By: jhi                                   on 1998/11/28  11:57:19
10283     Log: Detypo.
10284  Branch: cfgperl
10285        ! lib/filetest.pm
10286 ____________________________________________________________________________
10287 [  2337] By: jhi                                   on 1998/11/28  11:56:29
10288     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
10289  Branch: cfgperl
10290        ! Configure
10291 ____________________________________________________________________________
10292 [  2336] By: gsar                                  on 1998/11/28  11:41:14
10293     Log: teach CPAN.pm to ignore beta perl distributions when looking for
10294          modules
10295          From: root@dogberry.rutgers.edu (root)
10296          Date: Thu, 12 Nov 1998 23:08:39 -0500
10297          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
10298          Subject: recompile tries getting a perl distribution
10299  Branch: perl
10300        ! lib/CPAN.pm
10301 ____________________________________________________________________________
10302 [  2335] By: gsar                                  on 1998/11/28  11:27:46
10303     Log: make $1 et al readonly under threads; make C<undef $1> fail like
10304          C<$1 = undef> does
10305  Branch: perl
10306        ! op.c pp.c t/op/undef.t
10307 ____________________________________________________________________________
10308 [  2334] By: gsar                                  on 1998/11/28  10:24:52
10309     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
10310  Branch: perl
10311        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
10312 ____________________________________________________________________________
10313 [  2333] By: gsar                                  on 1998/11/28  09:36:40
10314     Log: document changed PERL_HASH()
10315  Branch: perl
10316        ! pod/perlfunc.pod pod/perlguts.pod
10317 ____________________________________________________________________________
10318 [  2332] By: nick                                  on 1998/11/27  21:10:27
10319     Log: Handle INIT list in C.pm
10320          1. Provide init_av() from B.xs
10321          2. Export it in B.pm
10322          3. Use it in C.pm
10323          Also disable some pruning in savecv() which seems to undo
10324          my previous patch.
10325          Experimental feature - save pathnames of .so files in easily 
10326          grep-able form for use in wrapper to feed to linker.  
10327  Branch: perl
10328        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
10329 ____________________________________________________________________________
10330 [  2327] By: gsar                                  on 1998/11/27  15:12:01
10331     Log: integrate change#2315 from maint-5.005
10332  Branch: perl
10333        ! t/op/sort.t
10334       !> op.c sv.c
10335 ____________________________________________________________________________
10336 [  2326] By: gsar                                  on 1998/11/27  15:00:42
10337     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
10338  Branch: perl
10339       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
10340       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10341       !> lib/ExtUtils/typemap
10342 ____________________________________________________________________________
10343 [  2325] By: gsar                                  on 1998/11/27  14:46:18
10344     Log: malloc bugfix and documentation from Ilya Zakharevich
10345          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
10346          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
10347          Subject: [PATCH 5.005_*] Re: Internal coredump
10348          --
10349          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
10350          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
10351          Subject: [PATCH 5.005_*] malloc.c documentation
10352  Branch: perl
10353        ! malloc.c
10354 ____________________________________________________________________________
10355 [  2324] By: gsar                                  on 1998/11/27  14:41:38
10356     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
10357  Branch: perl
10358        ! ext/B/B/C.pm
10359 ____________________________________________________________________________
10360 [  2323] By: gsar                                  on 1998/11/27  14:33:44
10361     Log: From: maeda@src.ricoh.co.jp
10362          Date: Tue, 24 Nov 1998 10:37:45 +0900
10363          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
10364          Subject: format "..." bug
10365  Branch: perl
10366        ! pp_ctl.c t/op/write.t
10367 ____________________________________________________________________________
10368 [  2322] By: gsar                                  on 1998/11/27  14:20:12
10369     Log: add ext/Devel/Peek
10370          From: jan.dubois@ibm.net (Jan Dubois)
10371          Date: Mon, 23 Nov 1998 00:48:11 +0100
10372          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
10373          Subject: [PATCH 5.005_53] Devel::Peek integration
10374  Branch: perl
10375        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10376        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10377        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
10378        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
10379        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10380 ____________________________________________________________________________
10381 [  2321] By: gsar                                  on 1998/11/27  13:03:08
10382     Log: ensure 'make regen_headers' even without perl installed
10383          (suggested by Ilya Zakharevich)
10384  Branch: perl
10385        ! bytecode.pl warning.pl
10386 ____________________________________________________________________________
10387 [  2320] By: gsar                                  on 1998/11/27  12:58:36
10388     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10389          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
10390          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
10391          Subject: [PATCH 5.005_*] Cosmetic malloc patch
10392  Branch: perl
10393        ! malloc.c
10394 ____________________________________________________________________________
10395 [  2319] By: gsar                                  on 1998/11/27  12:56:13
10396     Log: eliminate dup hunk from integration
10397  Branch: perl
10398        ! lib/filetest.pm perl.h
10399 ____________________________________________________________________________
10400 [  2318] By: gsar                                  on 1998/11/27  12:50:08
10401     Log: integrate cfgperl changes into mainline
10402  Branch: perl
10403       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10404        ! pod/perlfaq4.pod
10405       !> (integrate 30 files)
10406 ____________________________________________________________________________
10407 [  2317] By: jhi                                   on 1998/11/27  11:38:13
10408     Log: C<-x>.
10409  Branch: cfgperl
10410        ! lib/filetest.pm
10411 ____________________________________________________________________________
10412 [  2316] By: jhi                                   on 1998/11/27  11:10:22
10413     Log: Integrate from mainperl.
10414  Branch: cfgperl
10415       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
10416       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
10417       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
10418       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
10419       !> win32/win32sck.c
10420 ____________________________________________________________________________
10421 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
10422     Log: integrate change#2246 from mainline, while still allowing
10423          C<sort $globref @foo>
10424          
10425          allow C<sort $coderef @foo>
10426  Branch: maint-5.005/perl
10427        ! op.c sv.c
10428       !> t/op/sort.t
10429 ____________________________________________________________________________
10430 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
10431     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
10432          forwarded by Jarkko Hietaniemi from Mark Bixby
10433  Branch: maint-5.005/perl
10434        ! ext/DynaLoader/dl_mpeix.xs installperl
10435 ____________________________________________________________________________
10436 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
10437     Log: Allow PL_FILES to have multiple targets from one source by allowing
10438          an array ref as the value in the hash
10439  Branch: maint-5.005/perl
10440        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10441        ! lib/ExtUtils/MakeMaker.pm
10442 ____________________________________________________________________________
10443 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
10444     Log: fix unsigned variables to use SvUV and sv_setuv
10445  Branch: maint-5.005/perl
10446        ! lib/ExtUtils/typemap
10447 ____________________________________________________________________________
10448 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
10449     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
10450  Branch: maint-5.005/perl
10451        ! lib/ExtUtils/MM_Unix.pm
10452 ____________________________________________________________________________
10453 [  2301] By: gsar                                  on 1998/11/26  10:16:54
10454     Log: fix PL_defoutgv leak under threads
10455  Branch: perl
10456        ! ext/Thread/Thread.xs
10457 ____________________________________________________________________________
10458 [  2300] By: gsar                                  on 1998/11/26  09:04:44
10459     Log: properly free temporaries created by threads
10460  Branch: perl
10461        ! ext/Thread/Thread.xs
10462 ____________________________________________________________________________
10463 [  2299] By: gsar                                  on 1998/11/26  06:51:16
10464     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
10465          to set the package for the block properly
10466  Branch: perl
10467        ! op.c t/comp/package.t t/lib/dumper.t
10468 ____________________________________________________________________________
10469 [  2298] By: nick                                  on 1998/11/24  22:04:20
10470     Log: Part-1 of tweaks to allow Tk to be "compiled"
10471          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
10472          (May also need attention to exports etc. - to follow.)
10473  Branch: perl
10474        ! universal.c
10475 ____________________________________________________________________________
10476 [  2294] By: jhi                                   on 1998/11/23  10:44:26
10477     Log: The new socket tests need in some platforms
10478          to #include <sys/types.h>.
10479  Branch: cfgperl
10480        ! Configure
10481 ____________________________________________________________________________
10482 [  2293] By: jhi                                   on 1998/11/23  10:33:42
10483     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10484          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10485          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10486          Date: Mon, 23 Nov 1998 10:07:04 +0100
10487          Message-Id: <9811230907.AA06484@AWT.nl>
10488          
10489          NeXTstep NetInfo uses nidump to get the user/group databases.
10490  Branch: cfgperl
10491        ! t/op/grent.t t/op/pwent.t
10492 ____________________________________________________________________________
10493 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
10494     Log: Updated Porting/patchls utility.
10495  Branch: maint-5.004/perl
10496        ! Porting/patchls
10497 ____________________________________________________________________________
10498 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
10499     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
10500          From:  Henrik Tougaard <ht.000@foa.dk>
10501          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
10502          Files:  lib/Sys/Syslog.pm
10503  Branch: maint-5.004/perl
10504        ! lib/Sys/Syslog.pm
10505 ____________________________________________________________________________
10506 [  2286] By: jhi                                   on 1998/11/22  19:08:42
10507     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
10508  Branch: cfgperl
10509        ! ext/Socket/Socket.xs
10510 ____________________________________________________________________________
10511 [  2285] By: jhi                                   on 1998/11/22  18:21:07
10512     Log: MSG_PROXY for GNU/Hurd (previously we believed that
10513          all GNU libc platforms have MSG_PROXY.  Untrue).
10514          In fact this ended up as a major MSG_* and SCM_*
10515          update.  The MSG_XXX known to be enums in some
10516          versions of the glibc are now probed for and respective
10517          HAS_MSG_XXX are defined.  While I was at it I noticed
10518          SCM_RIGHTS being similarly an enum.  This reminded me of
10519          an ancient discussion in perl5-porters:
10520          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
10521          The BSD socket interface has a nifty feature for passing
10522          file descriptors and credentials--via sockets.  It may be
10523          too late to add this functionality to the CORE but
10524          at least Configure now probes for the functions,
10525          structs, and includes, defining the appropriate
10526          HAS_YYY and I_ZZZ, and the Socket extension exports
10527          the constants, in case somebody wants to write an
10528          extension for this interface.
10529  Branch: cfgperl
10530        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10531        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
10532        ! iperlsys.h
10533 ____________________________________________________________________________
10534 [  2284] By: jhi                                   on 1998/11/22  18:13:21
10535     Log: perlhist.pod 1.54, containing 5_53.
10536  Branch: cfgperl
10537        ! pod/perlhist.pod
10538 ____________________________________________________________________________
10539 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
10540     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
10541  Branch: maint-5.004/perl
10542        ! doio.c
10543 ____________________________________________________________________________
10544 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
10545     Log: Improve op/die_exit.t test for implicit close changing $!
10546  Branch: maint-5.004/perl
10547        ! t/op/die_exit.t
10548 ____________________________________________________________________________
10549 [  2268] By: jhi                                   on 1998/11/22  14:44:11
10550     Log: Fix thinko.
10551  Branch: cfgperl
10552        ! hints/dynixptx.sh
10553 ____________________________________________________________________________
10554 [  2267] By: jhi                                   on 1998/11/22  13:19:41
10555     Log: Document the d_socket override.
10556  Branch: cfgperl
10557        ! hints/dynixptx.sh
10558 ____________________________________________________________________________
10559 [  2266] By: jhi                                   on 1998/11/22  12:12:29
10560     Log: From: John Tobey <jtobey@channel1.com>
10561          Subject: [PATCH] perlfaq typos
10562          To: perl5-porters@perl.com
10563          Date: 22 Nov 1998 04:25:15 +0200
10564          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
10565  Branch: cfgperl
10566        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10567        ! pod/perlfaq7.pod pod/perlfaq8.pod
10568 ____________________________________________________________________________
10569 [  2265] By: jhi                                   on 1998/11/22  12:06:29
10570     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10571          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
10572          Newsgroups: hut.lists.perl5-porters
10573          To: gsar@engin.umich.edu (Gurusamy Sarathy)
10574          Cc: perl5-porters@perl.org (Perl5 Porters)
10575          Date: 20 Nov 1998 12:20:41 +0200
10576  Branch: cfgperl
10577        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10578        ! ext/DB_File/DB_File.xs
10579 ____________________________________________________________________________
10580 [  2264] By: jhi                                   on 1998/11/22  11:55:09
10581     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
10582          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10583          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10584          To: perlbug@perl.com
10585          Date: 20 Nov 1998 18:39:06 +0200
10586          Lines: 47
10587          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10588  Branch: cfgperl
10589        ! t/op/grent.t t/op/pwent.t
10590 ____________________________________________________________________________
10591 [  2263] By: jhi                                   on 1998/11/22  11:42:59
10592     Log: Permission testing is tricky when we have too much power.
10593          Problem reported in
10594          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10595          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10596          To: perlbug@perl.com
10597          Date: 20 Nov 1998 18:39:06 +0200
10598          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10599  Branch: cfgperl
10600        ! t/op/filetest.t
10601 ____________________________________________________________________________
10602 [  2262] By: gsar                                  on 1998/11/22  11:37:02
10603     Log: fix broken CAPI generation
10604  Branch: perl
10605        ! win32/GenCAPI.pl
10606 ____________________________________________________________________________
10607 [  2261] By: jhi                                   on 1998/11/22  11:17:00
10608     Log: -x should be C<-x>, reported by Gerben Wierda.
10609  Branch: cfgperl
10610        ! pod/perlfunc.pod
10611 ____________________________________________________________________________
10612 [  2260] By: gsar                                  on 1998/11/22  11:12:02
10613     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
10614  Branch: perl
10615        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
10616        ! proto.h
10617 ____________________________________________________________________________
10618 [  2259] By: jhi                                   on 1998/11/22  11:06:40
10619     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10620          Subject: Re: [PATCH] Re: pod2man bug in date generated line
10621          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
10622          Cc: perlbug@perl.com
10623          Date: 20 Nov 1998 21:30:17 +0200
10624          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
10625  Branch: cfgperl
10626        ! pod/pod2man.PL
10627 ____________________________________________________________________________
10628 [  2256] By: jhi                                   on 1998/11/21  10:44:01
10629     Log: From: Thomas Bowditch <bowditch@inmet.com>
10630          Subject: Benchmark.pm suggestion
10631          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
10632          Date: Fri, 20 Nov 1998 17:43:46 -0500
10633          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
10634          
10635          Added timesum().
10636  Branch: cfgperl
10637        ! lib/Benchmark.pm
10638 ____________________________________________________________________________
10639 [  2255] By: gsar                                  on 1998/11/21  08:45:06
10640     Log: another win32 portability fix: make sysread() and syswrite()
10641          work on sockets
10642  Branch: perl
10643        ! pp_sys.c win32/win32.h
10644 ____________________________________________________________________________
10645 [  2254] By: gsar                                  on 1998/11/21  07:49:06
10646     Log: win32_recvfrom() compatibility fix
10647  Branch: perl
10648        ! win32/win32sck.c
10649 ____________________________________________________________________________
10650 [  2253] By: jhi                                   on 1998/11/20  08:22:06
10651     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10652          To: jhi@iki.fi
10653          Subject: MPE/iX Perl 5.005_02 oops
10654          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
10655          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
10656  Branch: cfgperl
10657        ! ext/DynaLoader/dl_mpeix.xs installperl
10658 ____________________________________________________________________________
10659 [  2252] By: gsar                                  on 1998/11/19  17:38:03
10660     Log: mess_sv tweak for change#2249
10661  Branch: perl
10662        ! util.c
10663 ____________________________________________________________________________
10664 [  2251] By: jhi                                   on 1998/11/18  12:32:19
10665     Log: Display use64bits and usemultiplicity but only if necessary.
10666  Branch: cfgperl
10667        ! myconfig
10668 ____________________________________________________________________________
10669 [  2250] By: jhi                                   on 1998/11/18  12:26:50
10670     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
10671          Subject: pp.c uses 'unsigned Quad_t'
10672          To: perlbug@perl.com 
10673          Date: Sun, 15 Nov 1998 20:57:05 -0300 
10674          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
10675  Branch: cfgperl
10676        ! perl.h pp.c
10677 ____________________________________________________________________________
10678 [  2249] By: gsar                                  on 1998/11/18  05:43:11
10679     Log: use PL_mess_sv only during global destruction (fixes problems with
10680          overlapping invocations of form()/warn()/die()/croak() trampling on
10681          each other's messages)
10682  Branch: perl
10683        ! mg.c util.c
10684 ____________________________________________________________________________
10685 [  2248] By: gsar                                  on 1998/11/18  05:39:36
10686     Log: tweak change#2245 to skip previous message if any
10687  Branch: perl
10688        ! pp_ctl.c t/pragma/warn/pp_ctl
10689 ____________________________________________________________________________
10690 [  2247] By: jhi                                   on 1998/11/17  11:46:56
10691     Log: Integrate from mainperl.
10692  Branch: cfgperl
10693       !> (integrate 26 files)
10694 ____________________________________________________________________________
10695 [  2246] By: gsar                                  on 1998/11/17  09:41:10
10696     Log: allow C<sort $coderef @foo>
10697  Branch: perl
10698        ! op.c t/op/sort.t t/pragma/overload.t
10699 ____________________________________________________________________________
10700 [  2245] By: gsar                                  on 1998/11/17  08:28:26
10701     Log: propagate failures in DESTROY() as (optional) warnings
10702  Branch: perl
10703        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
10704 ____________________________________________________________________________
10705 [  2244] By: gsar                                  on 1998/11/17  07:43:08
10706     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
10707  Branch: perl
10708        ! perl.c thrdvar.h
10709 ____________________________________________________________________________
10710 [  2243] By: gsar                                  on 1998/11/17  07:40:09
10711     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
10712  Branch: perl
10713        ! lib/warning.pm warning.h warning.pl
10714 ____________________________________________________________________________
10715 [  2242] By: gsar                                  on 1998/11/17  06:32:39
10716     Log: fix skipspace() to properly account for newlines in eval''-ed
10717          strings (caused bogus line numbers in diagnostics and debugger)
10718  Branch: perl
10719        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
10720 ____________________________________________________________________________
10721 [  2241] By: gsar                                  on 1998/11/17  03:48:12
10722     Log: s/Perl_utf8skip/PL_utf8skip/g
10723  Branch: perl
10724        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
10725 ____________________________________________________________________________
10726 [  2240] By: gsar                                  on 1998/11/14  06:09:06
10727     Log: rework op/groups.t
10728  Branch: perl
10729        ! t/op/filetest.t t/op/groups.t
10730 ____________________________________________________________________________
10731 [  2235] By: gsar                                  on 1998/11/14  00:17:05
10732     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
10733  Branch: perl
10734        ! op.c
10735 ____________________________________________________________________________
10736 [  2234] By: gsar                                  on 1998/11/14  00:14:02
10737     Log: update Changes
10738  Branch: perl
10739        ! Changes win32/config.bc win32/config.gc win32/config.vc
10740 ____________________________________________________________________________
10741 [  2233] By: gsar                                  on 1998/11/13  09:43:03
10742     Log: doc tweak
10743  Branch: perl
10744        ! README.win32
10745 ____________________________________________________________________________
10746 [  2230] By: jhi                                   on 1998/11/12  17:07:45
10747     Log: Allow hints file override for d_socket
10748          (based on Sequent-induced change #2229).
10749  Branch: cfgperl
10750        ! Configure
10751 ____________________________________________________________________________
10752 [  2229] By: jhi                                   on 1998/11/12  16:32:33
10753     Log: 
10754          From: "Martin J. Bligh" <mbligh@sequent.com>
10755          To: jhi@iki.fi
10756          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10757          Subject: Re: Making Perl work on DYNIX/ptx
10758          Date: Tue, 10 Nov 1998 16:24:26 -0800
10759          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
10760  Branch: cfgperl
10761        ! hints/dynixptx.sh
10762 ____________________________________________________________________________
10763 [  2228] By: jhi                                   on 1998/11/12  11:40:37
10764     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
10765          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
10766          To: jhi@iki.fi
10767          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10768          Subject: Re: Making Perl work on DYNIX/ptx
10769          Date: Tue, 10 Nov 1998 18:01:10 -0800
10770  Branch: cfgperl
10771        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10772 ____________________________________________________________________________
10773 [  2227] By: jhi                                   on 1998/11/12  11:17:42
10774     Log: Integrate from mainperl.
10775  Branch: cfgperl
10776       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
10777       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
10778       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10779       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
10780       !> win32/win32.c x2p/s2p.PL
10781 ____________________________________________________________________________
10782 [  2226] By: gsar                                  on 1998/11/11  21:05:42
10783     Log: provide -DPERL_POLLUTE
10784  Branch: perl
10785        ! embed.pl embedvar.h
10786 ____________________________________________________________________________
10787 [  2225] By: jhi                                   on 1998/11/09  07:45:12
10788     Log: From: Hans Mulder <hansm@icgroup.nl>
10789          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10790          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
10791          perl5-porters@perl.org
10792          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
10793          (UNINSTALLED)
10794          Date: Sun,  8 Nov 98 22:20:23 +0100
10795          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
10796  Branch: cfgperl
10797        ! malloc.c perl.h
10798 ____________________________________________________________________________
10799 [  2224] By: gsar                                  on 1998/11/09  03:13:14
10800     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
10801          Christoph <lupe@alanya.m.isar.de>)
10802  Branch: perl
10803        ! lib/Text/Wrap.pm
10804 ____________________________________________________________________________
10805 [  2223] By: gsar                                  on 1998/11/09  02:09:06
10806     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
10807          <lionel.fourquaux@wanadoo.fr>)
10808  Branch: perl
10809        ! x2p/s2p.PL
10810 ____________________________________________________________________________
10811 [  2222] By: gsar                                  on 1998/11/09  01:56:24
10812     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
10813          Date: Wed, 04 Nov 1998 12:19:44 +0000
10814          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
10815          Subject: [PATCH] Re: [5.005_53] read overflow? 
10816          --
10817          Date: Wed, 04 Nov 1998 13:15:18 +0000
10818          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
10819          Subject: [PATCH 5.005_53] perl -V fix
10820  Branch: perl
10821        ! perl.c regexec.c
10822 ____________________________________________________________________________
10823 [  2221] By: gsar                                  on 1998/11/09  01:34:56
10824     Log: From: jan.dubois@ibm.net (Jan Dubois)
10825          Date: Sun, 01 Nov 1998 00:05:01 +0100
10826          Message-ID: <364294bd.18052307@smtp1.ibm.net>
10827          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
10828  Branch: perl
10829        ! Changes win32/makedef.pl
10830 ____________________________________________________________________________
10831 [  2220] By: gsar                                  on 1998/11/08  21:13:07
10832     Log: integrate changes#2120,2168,2218 from maint-5.005;
10833          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
10834          enum; make regen_headers
10835  Branch: perl
10836        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
10837        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
10838 ____________________________________________________________________________
10839 [  2219] By: gsar                                  on 1998/11/08  19:42:57
10840     Log: integrate cfgperl changes into mainline
10841  Branch: perl
10842       +> README.vmesa
10843       !> Configure MANIFEST Porting/Glossary Porting/config.sh
10844       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
10845       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
10846       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
10847       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
10848       !> thread.h vms/subconfigure.com vos/config.h
10849 ____________________________________________________________________________
10850 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
10851     Log: From: Graham Barr <gbarr@ti.com>
10852          Date: Mon, 2 Nov 1998 07:38:52 -0600
10853          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
10854          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
10855  Branch: maint-5.005/perl
10856        ! ext/IPC/SysV/Msg.pm
10857 ____________________________________________________________________________
10858 [  2215] By: gsar                                  on 1998/11/08  02:52:52
10859     Log: set close-on-exec bit on pipe() FDs
10860  Branch: perl
10861        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10862 ____________________________________________________________________________
10863 [  2214] By: gsar                                  on 1998/11/08  02:27:57
10864     Log: typo in newHVhv()
10865  Branch: perl
10866        ! hv.c
10867 ____________________________________________________________________________
10868 [  2211] By: jhi                                   on 1998/11/07  21:14:18
10869     Log: Finalize the Mach CThreads support.
10870          
10871          From: Hans Mulder <hansm@icgroup.nl>
10872          Date: Sat,  7 Nov 98 22:06:20 +0100
10873          To: Gurusamy Sarathy <gsar@engin.umich.edu>
10874          Cc: jhi@iki.fi, perl5-porters@perl.org
10875          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
10876          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
10877  Branch: cfgperl
10878        ! malloc.c perl.h
10879 ____________________________________________________________________________
10880 [  2210] By: gsar                                  on 1998/11/06  20:36:50
10881     Log: fix AvREALISH bogusness
10882  Branch: perl
10883        ! av.c t/op/array.t
10884 ____________________________________________________________________________
10885 [  2209] By: jhi                                   on 1998/11/06  08:05:31
10886     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
10887          ASSERT() causes problems in {NeXTStep,OpenStep}.
10888          
10889          From: Hans Mulder <hansm@icgroup.nl>
10890          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10891          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
10892          Date: Fri,  6 Nov 98 01:27:41 +0100
10893          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
10894          
10895          and
10896          
10897          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10898          Subject: Re: ASSERT() in malloc.c
10899          To: jhi@iki.fi
10900          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
10901          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
10902  Branch: cfgperl
10903        ! malloc.c
10904 ____________________________________________________________________________
10905 [  2208] By: jhi                                   on 1998/11/06  07:55:38
10906     Log: Mach CThreads needs #include <mach/cthreads.h>.
10907  Branch: cfgperl
10908        ! perl.h
10909 ____________________________________________________________________________
10910 [  2206] By: jhi                                   on 1998/11/05  14:54:52
10911     Log: PERL_BADLANG wrongly documented.
10912          
10913          From: ts <decoux@moulon.inra.fr>
10914          To: jhi@cc.hut.fi
10915          Subject: Re: Locale warning messages
10916          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
10917          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
10918          
10919          and
10920          
10921          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10922          Subject: Re: PERL_BADLANG
10923          To: jhi@iki.fi
10924          Subject: Re: PERL_BADLANG
10925          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
10926          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
10927  Branch: cfgperl
10928        ! pod/perllocale.pod
10929 ____________________________________________________________________________
10930 [  2205] By: jhi                                   on 1998/11/05  14:24:33
10931     Log: Document all the control flow keywords in perlfunc
10932          so that "perlfunc -f while" works.
10933  Branch: cfgperl
10934        ! pod/perlfunc.pod
10935 ____________________________________________________________________________
10936 [  2204] By: jhi                                   on 1998/11/05  12:46:02
10937     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
10938          (from vos/config.h).  Update Porting/{Glossary,config*}.
10939  Branch: cfgperl
10940        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10941        ! config_h.SH vos/config.h
10942 ____________________________________________________________________________
10943 [  2203] By: jhi                                   on 1998/11/05  08:34:39
10944     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
10945  Branch: cfgperl
10946        ! hints/vmesa.sh vms/subconfigure.com
10947 ____________________________________________________________________________
10948 [  2202] By: jhi                                   on 1998/11/05  08:03:20
10949     Log: Integrate from mainperl.
10950  Branch: cfgperl
10951       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
10952       !> win32/Makefile win32/makefile.mk win32/win32.c
10953 ____________________________________________________________________________
10954 [  2201] By: gsar                                  on 1998/11/05  04:40:44
10955     Log: another POPSTACK victim
10956  Branch: perl
10957        ! cop.h sv.c
10958 ____________________________________________________________________________
10959 [  2196] By: gsar                                  on 1998/11/05  02:07:54
10960     Log: fix a location affected by change#2191, add note about POPSTACK
10961  Branch: perl
10962        ! cop.h gv.c pp_ctl.c
10963 ____________________________________________________________________________
10964 [  2195] By: gsar                                  on 1998/11/05  02:04:45
10965     Log: makefile notes
10966  Branch: perl
10967        ! win32/Makefile win32/makefile.mk
10968 ____________________________________________________________________________
10969 [  2192] By: gsar                                  on 1998/11/04  23:48:53
10970     Log: indeterminate order-of-evaluation fixes
10971  Branch: perl
10972        ! mg.c
10973 ____________________________________________________________________________
10974 [  2191] By: gsar                                  on 1998/11/04  23:02:16
10975     Log: refetch local stack pointer in POPSTACK
10976  Branch: perl
10977        ! cop.h perl.c
10978 ____________________________________________________________________________
10979 [  2190] By: jhi                                   on 1998/11/04  08:50:40
10980     Log: Configure update.
10981          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
10982          
10983          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10984          To: Martin Bligh <mbligh@sequent.com>
10985          Cc: Jarkko Hietaniemi <jhi@iki.fi>
10986          Subject: Re: Perl 5's configure on DYNIX/ptx
10987          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
10988          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
10989          
10990          find sockets also from libsocket, not just libnet.
10991          OS390: $compile_ok instead of $compile for <inttypes.h>,
10992          
10993          From: pvhp@forte.com (Peter Prymmer)
10994          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
10995          Subject: _53 not OK on os390 but looking better than ever
10996          Date: Tue, 3 Nov 98 17:33:22 PST
10997          Message-Id: <9811040133.AA09450@forte.com>
10998  Branch: cfgperl
10999        ! Configure
11000 ____________________________________________________________________________
11001 [  2189] By: jhi                                   on 1998/11/04  07:43:58
11002     Log: sysio.t failure: fix undefined order of evaluation, from
11003          
11004          From: Spider Boardman <spider@web.zk3.dec.com>
11005          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
11006          To: perlbug@perl.com
11007          Date: 4 Nov 1998 01:22:30 +0200
11008          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
11009  Branch: cfgperl
11010        ! pp_sys.c
11011 ____________________________________________________________________________
11012 [  2188] By: gsar                                  on 1998/11/04  02:59:16
11013     Log: fix return value of win32_pclose()
11014  Branch: perl
11015        ! win32/win32.c
11016 ____________________________________________________________________________
11017 [  2187] By: gsar                                  on 1998/11/04  02:56:34
11018     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
11019  Branch: perl
11020        ! Changes doop.c gv.c util.c
11021 ____________________________________________________________________________
11022 [  2186] By: jhi                                   on 1998/11/03  08:17:52
11023     Log: Document quads in pack.
11024  Branch: cfgperl
11025        ! pod/perlfunc.pod
11026 ____________________________________________________________________________
11027 [  2185] By: jhi                                   on 1998/11/03  07:49:35
11028     Log: (IV) vs (I32) vs I_V()
11029          
11030          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
11031          From: Anton Berezin <tobez@plab.ku.dk> 
11032          To: "p5p" <perl5-porters@perl.org> 
11033          Date: 01 Nov 1998 15:09:11 +0100 
11034          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
11035          
11036          and
11037          
11038          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
11039          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
11040          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
11041  Branch: cfgperl
11042        ! sv.c
11043 ____________________________________________________________________________
11044 [  2184] By: jhi                                   on 1998/11/03  07:42:46
11045     Log: VM/ESA updates.
11046  Branch: cfgperl
11047        + README.vmesa
11048        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
11049 ____________________________________________________________________________
11050 [  2183] By: jhi                                   on 1998/11/02  12:58:13
11051     Log: The id(1)-parsing is real fun.
11052  Branch: cfgperl
11053        ! t/op/groups.t
11054 ____________________________________________________________________________
11055 [  2182] By: jhi                                   on 1998/11/02  12:07:43
11056     Log: Decommission the symlink test.
11057  Branch: cfgperl
11058        ! t/op/lex_assign.t
11059 ____________________________________________________________________________
11060 [  2181] By: jhi                                   on 1998/11/02  12:03:08
11061     Log: Replace ATTR_JOINABLE with true Configure probe
11062          for PTHREAD_CREATE_JOINABLE (or equivalent:
11063          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
11064          Remove ATTR_JOINABLE itself: Thread.xs uses
11065          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
11066          
11067          Really scan for <mach/cthreads.h> only if usethreads.
11068  Branch: cfgperl
11069        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
11070 ____________________________________________________________________________
11071 [  2180] By: jhi                                   on 1998/11/02  11:07:34
11072     Log: In HP-UX 10.X usethreads only if the required files are present.
11073  Branch: cfgperl
11074        ! hints/hpux.sh
11075 ____________________________________________________________________________
11076 [  2179] By: jhi                                   on 1998/11/02  09:10:33
11077     Log: Prefer groups(1).
11078          id -Gn can be broken.
11079          id -a can save the day.
11080  Branch: cfgperl
11081        ! t/op/groups.t
11082 ____________________________________________________________________________
11083 [  2178] By: jhi                                   on 1998/11/02  08:35:29
11084     Log: Detrail enum comma.
11085  Branch: cfgperl
11086        ! perl.h
11087 ____________________________________________________________________________
11088 [  2177] By: jhi                                   on 1998/11/02  08:24:12
11089     Log: 0**0 = 1, from
11090          
11091          From: d-lewart@uiuc.edu (Daniel S. Lewart)
11092          Subject: Math::Complex 0**0 patches
11093          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
11094          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
11095          To: jhi@iki.fi (Jarkko Hietaniemi),
11096          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
11097  Branch: cfgperl
11098        ! lib/Math/Complex.pm t/lib/complex.t
11099 ____________________________________________________________________________
11100 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
11101     Log: From: jan.dubois@ibm.net (Jan Dubois)   
11102          Date: Fri, 09 Oct 1998 23:28:31 +0200
11103          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
11104          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
11105  Branch: maint-5.005/perl
11106        ! XSUB.h
11107 ____________________________________________________________________________
11108 [  2164] By: jhi                                   on 1998/10/31  15:50:02
11109     Log: Integrate from mainperl.
11110  Branch: cfgperl
11111       +> t/op/lex_assign.t
11112       !> (integrate 45 files)
11113
11114 ----------------
11115 Version 5.005_53
11116 ----------------
11117
11118 ____________________________________________________________________________
11119 [  2163] By: gsar                                  on 1998/10/31  11:31:12
11120     Log: bump patchlevel; other minor fixes for clean build and test on
11121          Solaris and win32
11122  Branch: perl
11123        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
11124        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
11125        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
11126        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11127        ! x2p/a2p.c
11128 ____________________________________________________________________________
11129 [  2162] By: gsar                                  on 1998/10/31  09:40:31
11130     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11131          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
11132          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
11133          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
11134  Branch: perl
11135        ! pp.h
11136 ____________________________________________________________________________
11137 [  2161] By: gsar                                  on 1998/10/31  09:39:13
11138     Log: From: Albert Dvornik <bert@genscan.com>
11139          Date: 30 Oct 1998 17:50:04 -0500
11140          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
11141          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
11142  Branch: perl
11143        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
11144 ____________________________________________________________________________
11145 [  2160] By: gsar                                  on 1998/10/31  09:35:03
11146     Log: fix for bugs in -x mode
11147          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11148          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
11149          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
11150          Subject: [PATCH 5.00552] Fix h2xs
11151  Branch: perl
11152        ! utils/h2xs.PL
11153 ____________________________________________________________________________
11154 [  2159] By: gsar                                  on 1998/10/31  09:31:36
11155     Log: Data::Dumper update
11156  Branch: perl
11157        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
11158        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
11159 ____________________________________________________________________________
11160 [  2153] By: gsar                                  on 1998/10/30  21:40:09
11161     Log: add testsuite portion of patch
11162          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11163          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
11164          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
11165          Subject: [PATCH 5.00321 ;-)] 87% speedup
11166  Branch: perl
11167        + t/op/lex_assign.t
11168        ! MANIFEST
11169 ____________________________________________________________________________
11170 [  2152] By: gsar                                  on 1998/10/30  21:08:11
11171     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
11172  Branch: perl
11173        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
11174 ____________________________________________________________________________
11175 [  2151] By: gsar                                  on 1998/10/30  20:18:09
11176     Log: From: Mark-Jason Dominus <mjd@plover.com>
11177          Date: Fri, 30 Oct 1998 14:24:23 EST
11178          Message-Id: <19981030192423.27276.qmail@plover.com>
11179          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
11180  Branch: perl
11181        ! x2p/walk.c
11182 ____________________________________________________________________________
11183 [  2150] By: gsar                                  on 1998/10/30  20:08:57
11184     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11185          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
11186          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
11187          Subject: [PATCH 5.00552] Overloaded <> and deref again
11188  Branch: perl
11189        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
11190        ! t/pragma/overload.t toke.c
11191 ____________________________________________________________________________
11192 [  2149] By: gsar                                  on 1998/10/30  19:38:15
11193     Log: From: Roderick Schertler <roderick@argon.org>
11194          Date: Thu, 29 Oct 1998 14:50:18 -0500
11195          Message-ID: <17625.909690618@eeyore.ibcinc.com>
11196          Subject: patch for daemonization docs in perlipc
11197  Branch: perl
11198        ! pod/perlipc.pod
11199 ____________________________________________________________________________
11200 [  2148] By: gsar                                  on 1998/10/30  19:36:07
11201     Log: From: Anton Berezin <tobez@plab.ku.dk>
11202          Date: 29 Oct 1998 17:06:25 +0100
11203          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
11204          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
11205  Branch: perl
11206        ! win32/win32.c
11207 ____________________________________________________________________________
11208 [  2147] By: gsar                                  on 1998/10/30  19:31:37
11209     Log: tweaked version of suggested patch
11210          From: Anton Berezin <tobez@plab.ku.dk>
11211          Date: 29 Oct 1998 14:48:54 +0100
11212          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
11213          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
11214  Branch: perl
11215        ! win32/win32.c
11216 ____________________________________________________________________________
11217 [  2146] By: gsar                                  on 1998/10/30  19:03:50
11218     Log: hand-apply whitespace-mutiliated patch
11219          From: "vishal bhatia" <vishalb@hotmail.com>
11220          Date: Wed, 28 Oct 1998 23:45:32 PST
11221          Message-ID: <19981029074534.2334.qmail@hotmail.com>
11222          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
11223  Branch: perl
11224        ! ext/B/B/C.pm ext/B/B/CC.pm
11225 ____________________________________________________________________________
11226 [  2145] By: gsar                                  on 1998/10/30  18:46:58
11227     Log: remaining PL_foo stragglers
11228  Branch: perl
11229        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
11230        ! op.h os2/os2.c vms/gen_shrfls.pl
11231 ____________________________________________________________________________
11232 [  2144] By: gsar                                  on 1998/10/30  17:38:36
11233     Log: integrate cfgperl tweaks into mainline
11234  Branch: perl
11235       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
11236       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11237 ____________________________________________________________________________
11238 [  2143] By: jhi                                   on 1998/10/30  13:27:39
11239     Log: There can be multiple yacc/bison errors.
11240  Branch: cfgperl
11241        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11242 ____________________________________________________________________________
11243 [  2142] By: jhi                                   on 1998/10/30  13:18:43
11244     Log: README.posix-bc update.
11245  Branch: cfgperl
11246        ! README.posix-bc
11247 ____________________________________________________________________________
11248 [  2141] By: jhi                                   on 1998/10/30  09:12:59
11249     Log: #2133 fallout.
11250  Branch: cfgperl
11251        ! doio.c ext/POSIX/POSIX.xs
11252 ____________________________________________________________________________
11253 [  2140] By: jhi                                   on 1998/10/30  08:43:18
11254     Log: Integrate from mainperl.
11255  Branch: cfgperl
11256       +> globvar.sym pp.sym
11257        - objpp.h thread.sym
11258       !> (integrate 61 files)
11259 ____________________________________________________________________________
11260 [  2133] By: gsar                                  on 1998/10/30  02:51:39
11261     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
11262          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
11263          should soon be automated also; the global variables that
11264          escaped the PL_foo conversion are now reined in; renamed
11265          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
11266          type of same name; duplicated lists of pp_things in various
11267          places is now gone; result has only been tested on win32
11268  Branch: perl
11269        + globvar.sym pp.sym
11270        - objpp.h thread.sym
11271        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
11272        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
11273        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
11274        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
11275        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
11276        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
11277        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
11278        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
11279        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11280        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11281        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
11282 ____________________________________________________________________________
11283 [  2130] By: jhi                                   on 1998/10/29  15:31:26
11284     Log: Pure bison yylex() proto was broken.
11285  Branch: cfgperl
11286        ! proto.h
11287 ____________________________________________________________________________
11288 [  2126] By: jhi                                   on 1998/10/29  08:35:54
11289     Log: Integrate mainperl.
11290  Branch: cfgperl
11291       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11292       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
11293       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
11294       !> t/pragma/warn/doio toke.c win32/makefile.mk
11295 ____________________________________________________________________________
11296 [  2125] By: jhi                                   on 1998/10/29  08:32:38
11297     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
11298  Branch: cfgperl
11299        ! Makefile.SH
11300 ____________________________________________________________________________
11301 [  2124] By: jhi                                   on 1998/10/29  08:06:44
11302     Log: EBCDIC Makefile.SH tuneup.
11303  Branch: cfgperl
11304        ! Makefile.SH
11305 ____________________________________________________________________________
11306 [  2119] By: gsar                                  on 1998/10/28  23:24:04
11307     Log: remove doubled hunk from integration
11308  Branch: perl
11309        ! pp.c
11310 ____________________________________________________________________________
11311 [  2118] By: gsar                                  on 1998/10/28  22:03:31
11312     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11313          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
11314          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
11315          Subject: [PATCH 5.00552] Minor debugger tweaks
11316  Branch: perl
11317        ! lib/perl5db.pl
11318 ____________________________________________________________________________
11319 [  2117] By: gsar                                  on 1998/10/28  22:02:30
11320     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11321          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
11322          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
11323          Subject: [PATCH 5.00552] Make sort respect overloading
11324  Branch: perl
11325        ! pp_ctl.c proto.h t/pragma/overload.t
11326 ____________________________________________________________________________
11327 [  2116] By: gsar                                  on 1998/10/28  21:51:11
11328     Log: MM patches from Ilya Zakharevich
11329          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
11330          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
11331          Subject: [PATCH 5.00552] Make MakeMaker more verbose
11332          --
11333          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
11334          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
11335          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
11336  Branch: perl
11337        ! lib/ExtUtils/MakeMaker.pm
11338 ____________________________________________________________________________
11339 [  2115] By: gsar                                  on 1998/10/28  21:46:19
11340     Log: add explicit references to perl source path in ld2 and gcc2
11341  Branch: perl
11342        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11343 ____________________________________________________________________________
11344 [  2114] By: gsar                                  on 1998/10/28  21:39:56
11345     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11346          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
11347          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
11348          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
11349  Branch: perl
11350        ! INSTALL
11351 ____________________________________________________________________________
11352 [  2113] By: gsar                                  on 1998/10/28  21:21:16
11353     Log: integrate cfgperl into mainline
11354  Branch: perl
11355       +> t/op/filetest.t
11356       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
11357       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
11358       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11359       !> thread.h toke.c vmesa/Makefile
11360 ____________________________________________________________________________
11361 [  2112] By: gsar                                  on 1998/10/28  21:14:18
11362     Log: minor cleanup
11363  Branch: perl
11364        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
11365 ____________________________________________________________________________
11366 [  2111] By: gsar                                  on 1998/10/28  18:52:10
11367     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
11368  Branch: perl
11369        ! toke.c
11370 ____________________________________________________________________________
11371 [  2110] By: jhi                                   on 1998/10/28  15:07:54
11372     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
11373  Branch: cfgperl
11374        ! Makefile.SH
11375 ____________________________________________________________________________
11376 [  2109] By: jhi                                   on 1998/10/28  13:39:54
11377     Log: a2p.y needs to generate also y.tab.h.
11378  Branch: cfgperl
11379        ! Makefile.SH
11380 ____________________________________________________________________________
11381 [  2108] By: jhi                                   on 1998/10/28  10:33:36
11382     Log: The "parse error" must be converted to "syntax error",
11383          just matching it aint' enough.
11384  Branch: cfgperl
11385        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11386        ! t/pragma/warning.t
11387 ____________________________________________________________________________
11388 [  2107] By: jhi                                   on 1998/10/28  10:23:05
11389     Log: Regen sig_n{ame,umber}* if slightest doubt.
11390  Branch: cfgperl
11391        ! Configure
11392 ____________________________________________________________________________
11393 [  2106] By: jhi                                   on 1998/10/28  08:44:49
11394     Log: Bison says 'parse error', not 'parser error'.
11395  Branch: cfgperl
11396        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11397        ! t/pragma/warning.t
11398 ____________________________________________________________________________
11399 [  2105] By: jhi                                   on 1998/10/28  08:42:09
11400     Log: yylex() parametrization.
11401  Branch: cfgperl
11402        ! proto.h toke.c
11403 ____________________________________________________________________________
11404 [  2104] By: jhi                                   on 1998/10/28  08:25:09
11405     Log: Bring in #2102.
11406  Branch: cfgperl
11407        ! pp.c
11408 ____________________________________________________________________________
11409 [  2103] By: jhi                                   on 1998/10/28  08:22:04
11410     Log: From: Dominic Dunlop <domo@vo.lu>
11411          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
11412          Date: 27 Oct 1998 20:47:25 +0200
11413          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
11414  Branch: cfgperl
11415        ! t/op/groups.t
11416 ____________________________________________________________________________
11417 [  2102] By: larry                                 on 1998/10/27  18:58:55
11418     Log: utf8 change to quotemeta broke EBCDIC
11419  Branch: perl
11420        ! pp.c
11421 ____________________________________________________________________________
11422 [  2101] By: jhi                                   on 1998/10/27  12:55:34
11423     Log: $Config{sig_num_init}.
11424          Also, a new approach to the 'pthreads-created-joinable': drop
11425          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
11426          directly. (See also #2096).
11427  Branch: cfgperl
11428        ! Configure config_h.SH
11429 ____________________________________________________________________________
11430 [  2100] By: jhi                                   on 1998/10/27  10:48:55
11431     Log: Regenerated perly_c.diff.
11432  Branch: cfgperl
11433        ! perly_c.diff
11434 ____________________________________________________________________________
11435 [  2099] By: jhi                                   on 1998/10/27  08:42:25
11436     Log: First the mangler was Netscape, then it was me.
11437  Branch: cfgperl
11438        ! vmesa/Makefile
11439 ____________________________________________________________________________
11440 [  2098] By: jhi                                   on 1998/10/27  08:34:40
11441     Log: `id -Gn` might be available where `groups` is not.
11442  Branch: cfgperl
11443        ! t/op/groups.t
11444 ____________________________________________________________________________
11445 [  2097] By: jhi                                   on 1998/10/27  08:05:17
11446     Log: Netscape had mangled the tabs.
11447  Branch: cfgperl
11448        ! vmesa/Makefile
11449 ____________________________________________________________________________
11450 [  2096] By: jhi                                   on 1998/10/27  08:03:05
11451     Log: ATTR_JOINABLE logic, based on (private email)
11452          
11453          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11454          Subject: Some little diffs
11455          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
11456          Date: Tue, 27 Oct 1998 13:44:42 +1300
11457  Branch: cfgperl
11458        ! thread.h
11459 ____________________________________________________________________________
11460 [  2095] By: jhi                                   on 1998/10/27  07:56:57
11461     Log: Mach cthreads support based on:
11462          
11463          From: brie@corp.home.net (Brian Harrison)
11464          Subject: perl5.005_02 patch for mthreads
11465          To: perl5-porters@perl.org
11466          Date: 24 Oct 1998 01:01:55 +0300
11467          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
11468          
11469          Pthread yield probe (dejavu)
11470          Cosmetic nanochange for the union semun output.
11471          Better inttypes.h probe.
11472          Undo the 'void *' $selecttype probe from #1971 because
11473          it breaks the $selectminbits test.
11474  Branch: cfgperl
11475        ! Configure config_h.SH perl.h thread.h
11476 ____________________________________________________________________________
11477 [  2094] By: jhi                                   on 1998/10/26  13:02:07
11478     Log: Also posix-bc wants to reyacc.
11479  Branch: cfgperl
11480        ! Makefile.SH
11481 ____________________________________________________________________________
11482 [  2093] By: jhi                                   on 1998/10/26  10:17:21
11483     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
11484          5_02 and really breaking things in non-ASCII worlds.
11485  Branch: cfgperl
11486        ! pp.c
11487 ____________________________________________________________________________
11488 [  2092] By: jhi                                   on 1998/10/26  09:08:00
11489     Log: More robustness.
11490  Branch: cfgperl
11491        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11492        ! t/pragma/warning.t
11493 ____________________________________________________________________________
11494 [  2091] By: jhi                                   on 1998/10/26  08:47:32
11495     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
11496          Bison really wants YYLEX_PARAM.
11497  Branch: cfgperl
11498        ! perly.y proto.h toke.c
11499 ____________________________________________________________________________
11500 [  2090] By: jhi                                   on 1998/10/26  08:21:25
11501     Log: s/YYLEX_PARAM/YYLEXPARAM/
11502  Branch: cfgperl
11503        ! perly.y
11504 ____________________________________________________________________________
11505 [  2089] By: jhi                                   on 1998/10/26  08:17:33
11506     Log: Indicate skipped subtests.
11507  Branch: cfgperl
11508        ! t/io/pipe.t
11509 ____________________________________________________________________________
11510 [  2088] By: jhi                                   on 1998/10/26  08:11:36
11511     Log: Integrate from mainperl.
11512  Branch: cfgperl
11513       !> (integrate 54 files)
11514 ____________________________________________________________________________
11515 [  2087] By: jhi                                   on 1998/10/26  08:08:02
11516     Log: Add test for filetests.
11517  Branch: cfgperl
11518        + t/op/filetest.t
11519        ! MANIFEST
11520 ____________________________________________________________________________
11521 [  2086] By: gsar                                  on 1998/10/26  02:44:44
11522     Log: various win32 tweaks; disable new xs_cpp section (it creates
11523          ambiguous inference graph for %.xs --> %.o)
11524  Branch: perl
11525        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
11526        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
11527        ! win32/config.gc win32/config_H.gc win32/makedef.pl
11528        ! win32/makefile.mk win32/win32.h
11529 ____________________________________________________________________________
11530 [  2085] By: gsar                                  on 1998/10/26  00:50:02
11531     Log: sanity-check $Config{drand01} in rand.t
11532  Branch: perl
11533        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
11534        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11535 ____________________________________________________________________________
11536 [  2078] By: gsar                                  on 1998/10/25  10:22:04
11537     Log: update win32/config*.?c
11538  Branch: perl
11539        ! Changes win32/config.bc win32/config.gc win32/config.vc
11540        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11541 ____________________________________________________________________________
11542 [  2077] By: gsar                                  on 1998/10/25  08:39:25
11543     Log: From: Graham Barr <gbarr@pobox.com>
11544          Date: Sat, 24 Oct 1998 21:45:50 -0500
11545          Message-ID: <19981024214550.C508@pobox.com>
11546          Subject: Re: die with a reference  should use overload "" operator
11547  Branch: perl
11548        ! pp_ctl.c
11549 ____________________________________________________________________________
11550 [  2076] By: gsar                                  on 1998/10/25  08:37:49
11551     Log: From: Graham Barr <gbarr@pobox.com>
11552          Date: Sat, 24 Oct 1998 12:45:21 -0500
11553          Message-ID: <19981024124521.C512@pobox.com>
11554          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
11555  Branch: perl
11556        ! sv.c
11557 ____________________________________________________________________________
11558 [  2075] By: gsar                                  on 1998/10/25  08:24:09
11559     Log: fix C<print $n += 5;> etc.
11560  Branch: perl
11561        ! toke.c
11562 ____________________________________________________________________________
11563 [  2074] By: gsar                                  on 1998/10/25  08:12:28
11564     Log: list builtins with portability caveats
11565          From: Jarkko Hietaniemi <jhi@iki.fi>
11566          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
11567          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
11568          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
11569  Branch: perl
11570        ! pod/perlfunc.pod
11571 ____________________________________________________________________________
11572 [  2073] By: gsar                                  on 1998/10/25  07:55:43
11573     Log: fix stack overrun in file test operators
11574  Branch: perl
11575        ! pp_sys.c
11576 ____________________________________________________________________________
11577 [  2072] By: gsar                                  on 1998/10/25  07:29:45
11578     Log: implement C<goto &func> and other fixes (via private mail)
11579          From:    "vishal bhatia" <vishalb@hotmail.com>
11580          Date:    Wed, 21 Oct 1998 22:59:03 PDT
11581          Message-Id: <19981022055904.20083.qmail@hotmail.com>
11582          Subject: [PATCH 5.005_52] More fixes for B
11583  Branch: perl
11584        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11585 ____________________________________________________________________________
11586 [  2071] By: gsar                                  on 1998/10/25  07:14:41
11587     Log: From: Graham Barr <gbarr@pobox.com>
11588          Date: Sat, 17 Oct 1998 20:42:41 -0500
11589          Message-ID: <19981017204241.G510@pobox.com>
11590          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
11591  Branch: perl
11592        ! pp_ctl.c
11593 ____________________________________________________________________________
11594 [  2070] By: gsar                                  on 1998/10/25  07:07:29
11595     Log: avoid bogus line number in XSUB redefined warnings
11596  Branch: perl
11597        ! op.c
11598 ____________________________________________________________________________
11599 [  2069] By: gsar                                  on 1998/10/25  06:59:03
11600     Log: From: Martijn Koster <mak@excitecorp.com>
11601          Date: Wed, 21 Oct 1998 13:12:03 +0100
11602          Message-ID: <19981021131203.A15661@excitecorp.com>
11603          Subject: File::Path::mkpath reports the wrong error
11604  Branch: perl
11605        ! lib/File/Path.pm
11606 ____________________________________________________________________________
11607 [  2068] By: gsar                                  on 1998/10/25  06:54:43
11608     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
11609          Date: Tue, 20 Oct 1998 20:52:20 -0500
11610          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
11611          Subject: Exporter.pm's export_to_level() argument handling buggy
11612  Branch: perl
11613        ! lib/Exporter.pm
11614 ____________________________________________________________________________
11615 [  2067] By: gsar                                  on 1998/10/25  06:50:19
11616     Log: From: jan.dubois@ibm.net (Jan Dubois)
11617          Date: Wed, 21 Oct 1998 00:55:51 +0200
11618          Message-ID: <36380269.55370608@smtp1.ibm.net>
11619          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
11620  Branch: perl
11621        ! ext/DynaLoader/DynaLoader_pm.PL
11622 ____________________________________________________________________________
11623 [  2066] By: gsar                                  on 1998/10/25  06:48:19
11624     Log: recognize '%' as a shell metachar for win32
11625          From: jan.dubois@ibm.net (Jan Dubois)
11626          Date: Tue, 20 Oct 1998 21:57:35 +0200
11627          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
11628          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
11629  Branch: perl
11630        ! win32/win32.c
11631 ____________________________________________________________________________
11632 [  2065] By: gsar                                  on 1998/10/25  06:46:30
11633     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
11634  Branch: perl
11635        ! sv.c
11636 ____________________________________________________________________________
11637 [  2064] By: gsar                                  on 1998/10/25  06:45:09
11638     Log: From: Gisle Aas <gisle@aas.no>
11639          Date: 20 Oct 1998 14:24:44 +0200
11640          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
11641          Subject: ord() and unpack("U*",...) should not be negative
11642  Branch: perl
11643        ! pp.c
11644 ____________________________________________________________________________
11645 [  2063] By: gsar                                  on 1998/10/25  06:42:29
11646     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11647          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
11648          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
11649          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
11650  Branch: perl
11651        ! os2/os2.c
11652 ____________________________________________________________________________
11653 [  2062] By: gsar                                  on 1998/10/25  06:41:26
11654     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11655          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
11656          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
11657          Subject: [PATCH 5.005_*] Speed up aassign
11658  Branch: perl
11659        ! pp_hot.c
11660 ____________________________________________________________________________
11661 [  2061] By: gsar                                  on 1998/10/25  06:39:04
11662     Log: From: Graham Barr <gbarr@pobox.com>
11663          Date: Sat, 17 Oct 1998 22:22:02 -0500
11664          Message-ID: <19981017222202.J510@pobox.com>
11665          Subject: Re: '*' prototype does not allow bareword with strict
11666  Branch: perl
11667        ! toke.c
11668 ____________________________________________________________________________
11669 [  2060] By: gsar                                  on 1998/10/25  06:37:34
11670     Log: handle '::' in section names properly
11671          From: Graham Barr <gbarr@pobox.com>
11672          Date: Sat, 17 Oct 1998 12:57:54 -0500
11673          Message-ID: <19981017125754.C510@pobox.com>
11674          Subject: Re: pod2html
11675  Branch: perl
11676        ! lib/Pod/Html.pm
11677 ____________________________________________________________________________
11678 [  2059] By: gsar                                  on 1998/10/25  06:33:43
11679     Log: integrate changes#1982,2014,2021 (from maint-5.005)
11680  Branch: perl
11681       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
11682       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
11683 ____________________________________________________________________________
11684 [  2058] By: gsar                                  on 1998/10/25  05:44:17
11685     Log: allow more win32 symbol exports (suggested by Jan Dubois)
11686  Branch: perl
11687        ! win32/makedef.pl
11688 ____________________________________________________________________________
11689 [  2057] By: gsar                                  on 1998/10/25  05:40:40
11690     Log: integrate change#2053 from maint-5.005
11691  Branch: perl
11692       !> cop.h t/cmd/while.t
11693 ____________________________________________________________________________
11694 [  2056] By: gsar                                  on 1998/10/25  05:16:41
11695     Log: commented version of a patch suggested by Drago Goricanec
11696          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11697          Date: 16 Oct 1998 15:24:45 +0300
11698          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
11699          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
11700  Branch: perl
11701        ! pp_sys.c
11702 ____________________________________________________________________________
11703 [  2055] By: gsar                                  on 1998/10/25  05:11:03
11704     Log: include eof() in description of buffering caveats
11705          From: Anton Berezin <tobez@plab.ku.dk>
11706          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
11707          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
11708          Subject: [DOCPATCH] pod/perlfunc.pod
11709  Branch: perl
11710        ! pod/perlfunc.pod
11711 ____________________________________________________________________________
11712 [  2054] By: gsar                                  on 1998/10/25  05:07:42
11713     Log: disallow 'x' in hex numbers (except leading '0x')
11714          From: Gisle Aas <gisle@aas.no>
11715          Date: 16 Oct 1998 16:33:12 +0200
11716          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
11717          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
11718  Branch: perl
11719        ! perlvars.h t/op/oct.t util.c
11720 ____________________________________________________________________________
11721 [  2052] By: gsar                                  on 1998/10/25  04:49:04
11722     Log: avoid the circular refcnt logic in magic_mutexfree()
11723  Branch: perl
11724        ! mg.c pp.c pp_hot.c
11725 ____________________________________________________________________________
11726 [  2051] By: gsar                                  on 1998/10/25  04:35:07
11727     Log: properly restore PL_rsfp_filters after require
11728  Branch: perl
11729        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
11730        ! scope.h
11731 ____________________________________________________________________________
11732 [  2050] By: gsar                                  on 1998/10/25  02:42:32
11733     Log: integrate cfgperl changes back into mainline
11734  Branch: perl
11735       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
11736       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11737       !> (integrate 33 files)
11738 ____________________________________________________________________________
11739 [  2049] By: gsar                                  on 1998/10/25  01:30:48
11740     Log: avoid "mysterious" compile-time failures without messages
11741  Branch: perl
11742        ! gv.c
11743 ____________________________________________________________________________
11744 [  2041] By: gsar                                  on 1998/10/23  21:11:56
11745     Log: checkin jpl under //depot/perlext/jpl/...
11746  Branch: perlext
11747        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
11748        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
11749        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
11750        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
11751        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
11752        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
11753        + jpl/PerlInterpreter/Makefile.PL
11754        + jpl/PerlInterpreter/PerlInterpreter.c
11755        + jpl/PerlInterpreter/PerlInterpreter.h
11756        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
11757        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
11758        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
11759        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
11760        + jpl/get_jdk/jdk_hosts jpl/install-jpl
11761 ____________________________________________________________________________
11762 [  2040] By: larry                                 on 1998/10/23  19:31:42
11763     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
11764  Branch: perl
11765        ! pp.c
11766 ____________________________________________________________________________
11767 [  2039] By: larry                                 on 1998/10/23  18:48:34
11768     Log: tr///d does not seem to work
11769  Branch: perl
11770        ! lib/utf8_heavy.pl
11771 ____________________________________________________________________________
11772 [  2038] By: larry                                 on 1998/10/23  18:00:41
11773     Log: Program with utf8 identifiers fails to compile
11774  Branch: perl
11775        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
11776 ____________________________________________________________________________
11777 [  2037] By: jhi                                   on 1998/10/23  14:04:51
11778     Log: Test suite portability:
11779          - posix-bc does not write to broken pipes
11780          - filehand #11 only iff we have fork
11781          - warning.t can now match $expected using regular expressions
11782  Branch: cfgperl
11783        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
11784        ! t/pragma/warning.t
11785 ____________________________________________________________________________
11786 [  2036] By: jhi                                   on 1998/10/23  12:12:07
11787     Log: yacc clarification.
11788  Branch: cfgperl
11789        ! README.posix-bc
11790 ____________________________________________________________________________
11791 [  2035] By: jhi                                   on 1998/10/23  12:09:59
11792     Log: Some C compilers get upset about 8-bit characters in /* comments. */
11793  Branch: cfgperl
11794        ! mg.c
11795 ____________________________________________________________________________
11796 [  2034] By: jhi                                   on 1998/10/22  09:11:52
11797     Log: Configure update: both for pthread_yield more robust
11798          testing (all variants of pthread_attr_getdetachstate()) --
11799          and because Configure was broken in major way! About 1000
11800          last lines were truncated.
11801  Branch: cfgperl
11802        ! Configure
11803 ____________________________________________________________________________
11804 [  2033] By: jhi                                   on 1998/10/22  07:47:10
11805     Log: DJGPP feedback for #2028.
11806  Branch: cfgperl
11807        ! thread.h
11808 ____________________________________________________________________________
11809 [  2032] By: jhi                                   on 1998/10/21  13:03:57
11810     Log: yielding, the saga continues.
11811  Branch: cfgperl
11812        ! Configure config_h.SH
11813       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
11814       !> t/op/goto.t t/pragma/constant.t
11815 ____________________________________________________________________________
11816 [  2031] By: jhi                                   on 1998/10/21  09:15:42
11817     Log: VM/ESA feedback for #2028.
11818  Branch: cfgperl
11819        ! Configure config_h.SH thread.h
11820 ____________________________________________________________________________
11821 [  2030] By: gsar                                  on 1998/10/21  04:22:53
11822     Log: fix handling of mayhaps-extended @_ in goto &sub
11823  Branch: perl
11824        ! av.c pp_ctl.c t/op/goto.t
11825 ____________________________________________________________________________
11826 [  2029] By: gsar                                  on 1998/10/21  00:54:14
11827     Log: restore sanity to "constant" references
11828  Branch: perl
11829        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
11830 ____________________________________________________________________________
11831 [  2028] By: jhi                                   on 1998/10/20  15:01:20
11832     Log: OLD_PTHREADS_API reorganizing.
11833  Branch: cfgperl
11834        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
11835        ! vmesa/vmesaish.h
11836 ____________________________________________________________________________
11837 [  2027] By: jhi                                   on 1998/10/20  14:14:51
11838     Log: #2026 fallout.
11839  Branch: cfgperl
11840        ! Makefile.SH
11841 ____________________________________________________________________________
11842 [  2026] By: jhi                                   on 1998/10/20  11:47:21
11843     Log: VM/ESA update.
11844  Branch: cfgperl
11845        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
11846 ____________________________________________________________________________
11847 [  2025] By: jhi                                   on 1998/10/20  08:20:56
11848     Log: 64-bitness, based on
11849          
11850          From: Scott Henry <scotth@sgi.com>
11851          To: perl-64bit@perl.org
11852          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
11853          Subject: Re: Configure problems/questions...
11854          Date: 19 Oct 1998 22:38:06 -0700
11855  Branch: cfgperl
11856        ! hints/irix_6.sh perl.h
11857 ____________________________________________________________________________
11858 [  2024] By: jhi                                   on 1998/10/20  08:09:07
11859     Log: Add lseeksize.
11860  Branch: cfgperl
11861        ! config_h.SH
11862 ____________________________________________________________________________
11863 [  2023] By: jhi                                   on 1998/10/20  08:08:33
11864     Log: Mumble about _yields() only when threaded.
11865  Branch: cfgperl
11866        ! Configure
11867 ____________________________________________________________________________
11868 [  2022] By: jhi                                   on 1998/10/20  07:46:26
11869     Log: Thinko at PTHREADS_CREATED_JOINABLE.
11870  Branch: cfgperl
11871        ! thread.h
11872 ____________________________________________________________________________
11873 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
11874     Log: From: Chip Salzenberg <chip@perlsupport.com>
11875          Date: Tue, 6 Oct 1998 13:33:05 -0400
11876          Message-ID: <19981006133305.A2348@perlsupport.com>
11877          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
11878  Branch: maint-5.005/perl
11879        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
11880        ! t/op/tie.t
11881 ____________________________________________________________________________
11882 [  2020] By: jhi                                   on 1998/10/19  09:15:53
11883     Log: YIELD more robustly.
11884  Branch: cfgperl
11885        ! thread.h
11886 ____________________________________________________________________________
11887 [  2019] By: jhi                                   on 1998/10/19  08:48:33
11888     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
11889          the 'new' one (just like DJGPP, it seems).
11890  Branch: cfgperl
11891        ! thread.h
11892 ____________________________________________________________________________
11893 [  2018] By: jhi                                   on 1998/10/19  07:02:44
11894     Log: vmesaish.h doesn't exclude unixish.h.
11895  Branch: cfgperl
11896        ! perl.h
11897 ____________________________________________________________________________
11898 [  2017] By: jhi                                   on 1998/10/19  06:44:19
11899     Log: 1<<$randbits is not good for randbits=48.
11900  Branch: cfgperl
11901        ! t/op/rand.t
11902 ____________________________________________________________________________
11903 [  2016] By: jhi                                   on 1998/10/19  06:39:47
11904     Log: Make #2012 glob pattern more portable.
11905  Branch: cfgperl
11906        ! Makefile.SH
11907 ____________________________________________________________________________
11908 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
11909     Log: Fix POSIX::sigprocmask not to check type of $old parameter
11910          as it is output only
11911  Branch: maint-5.005/perl
11912        ! ext/POSIX/POSIX.xs
11913 ____________________________________________________________________________
11914 [  2012] By: jhi                                   on 1998/10/17  15:04:23
11915     Log: clean numbered core dumps and t/tmp[0-9]*.
11916  Branch: cfgperl
11917        ! Makefile.SH
11918 ____________________________________________________________________________
11919 [  2011] By: jhi                                   on 1998/10/17  14:59:15
11920     Log: More robust yacc/bison failure output handling.
11921  Branch: cfgperl
11922        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11923 ____________________________________________________________________________
11924 [  2010] By: jhi                                   on 1998/10/17  14:51:05
11925     Log: BC2000 POSIX update.
11926  Branch: cfgperl
11927        ! MANIFEST
11928 ____________________________________________________________________________
11929 [  2009] By: jhi                                   on 1998/10/17  14:49:46
11930     Log: POSIX BC2000 port from perl-mvs:
11931          
11932          Subject: Ported perl 5.005.02 to BS2000 / POSIX
11933          From: Dorner Thomas <Thomas.Dorner@start.de> 
11934          Date: Tue, 29 Sep 1998 13:29:36 +0100 
11935          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
11936  Branch: cfgperl
11937        + README.posix-bc hints/posix-bc.sh
11938        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
11939        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
11940        ! unixish.h
11941 ____________________________________________________________________________
11942 [  2008] By: jhi                                   on 1998/10/17  14:07:49
11943     Log: VM/ESA-update.
11944  Branch: cfgperl
11945        ! MANIFEST
11946 ____________________________________________________________________________
11947 [  2007] By: jhi                                   on 1998/10/17  13:55:34
11948     Log: Forgot few S_I* imports.
11949  Branch: cfgperl
11950        ! t/lib/ipc_sysv.t
11951 ____________________________________________________________________________
11952 [  2006] By: jhi                                   on 1998/10/17  13:43:54
11953     Log: The VM/ESA port essentials, based on
11954          
11955          perl-mvs:
11956          
11957          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11958          Subject: Re: Can't find Data/Dumper.pm
11959          Date: Mon, 28 Sep 1998 07:40:49 +1300
11960          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
11961          
11962          private email:
11963          
11964          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11965          Subject: Re: Perl thread problems in VM/ESA
11966          Date: Thu, 15 Oct 1998 07:18:35 +1300
11967          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
11968          
11969          and private email:
11970          
11971          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
11972          Subject:  perl archive
11973          Date:  Sun, 11 Oct 1998 19:28:54 EDT
11974          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
11975          which gave a pointer to
11976          
11977          http://pucc.princeton.edu/~neale/perl.tar
11978          
11979          (based on Perl 5.005_51)
11980  Branch: cfgperl
11981        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11982        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
11983        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
11984        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
11985 ____________________________________________________________________________
11986 [  2005] By: jhi                                   on 1998/10/17  13:17:19
11987     Log: Integrate mainperl.
11988  Branch: cfgperl
11989       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
11990       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11991       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
11992       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
11993       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
11994       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
11995       !> win32/makefile.mk
11996 ____________________________________________________________________________
11997 [  2004] By: jhi                                   on 1998/10/17  11:19:06
11998     Log: Removed an extra ' from the int64_t test.
11999  Branch: cfgperl
12000        ! Configure
12001 ____________________________________________________________________________
12002 [  2003] By: gsar                                  on 1998/10/17  04:11:40
12003     Log: silence -w noises (suggested by Greg Bacon)
12004  Branch: perl
12005        ! lib/Term/Complete.pm
12006 ____________________________________________________________________________
12007 [  2002] By: gsar                                  on 1998/10/17  04:07:48
12008     Log: From: Gisle Aas <gisle@aas.no>
12009          Date: 14 Oct 1998 15:53:14 +0200
12010          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
12011          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
12012  Branch: perl
12013        ! util.c
12014 ____________________________________________________________________________
12015 [  2001] By: gsar                                  on 1998/10/17  04:06:10
12016     Log: From: Gisle Aas <gisle@aas.no>
12017          Date: 14 Oct 1998 15:17:44 +0200
12018          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
12019          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
12020  Branch: perl
12021        ! toke.c
12022 ____________________________________________________________________________
12023 [  2000] By: gsar                                  on 1998/10/17  03:06:33
12024     Log: From: Gisle Aas <gisle@aas.no>
12025          Date: 14 Oct 1998 00:38:06 +0200
12026          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
12027          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
12028  Branch: perl
12029        ! sv.c
12030 ____________________________________________________________________________
12031 [  1999] By: gsar                                  on 1998/10/17  03:04:48
12032     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12033          Date: Tue, 13 Oct 1998 15:10:57 -0700
12034          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
12035          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
12036  Branch: perl
12037        ! vms/ext/Stdio/Stdio.pm
12038 ____________________________________________________________________________
12039 [  1998] By: gsar                                  on 1998/10/17  03:00:40
12040     Log: skip readonly vars and unref references when doing a reset()
12041  Branch: perl
12042        ! sv.c
12043 ____________________________________________________________________________
12044 [  1997] By: gsar                                  on 1998/10/17  02:49:19
12045     Log: fix buggy treatment of large checksums on unicode strings
12046          From: Gisle Aas <gisle@aas.no>
12047          Date: 13 Oct 1998 21:35:39 +0200
12048          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
12049          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
12050  Branch: perl
12051        ! pp.c
12052 ____________________________________________________________________________
12053 [  1996] By: gsar                                  on 1998/10/17  02:43:22
12054     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12055          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
12056          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
12057          Subject: [PATCH 5.005_52] Memory overrun in os2.c
12058  Branch: perl
12059        ! os2/Makefile.SHs os2/os2.c
12060 ____________________________________________________________________________
12061 [  1995] By: gsar                                  on 1998/10/17  02:42:01
12062     Log: clarify section name rules for typemaps
12063  Branch: perl
12064        ! pod/perlxs.pod
12065 ____________________________________________________________________________
12066 [  1994] By: gsar                                  on 1998/10/17  02:33:02
12067     Log: whitespace-proof grent.t
12068  Branch: perl
12069        ! t/op/grent.t
12070 ____________________________________________________________________________
12071 [  1993] By: gsar                                  on 1998/10/17  02:27:29
12072     Log: fix bug in B::CC::pp_sassign()
12073          From: "vishal bhatia" <vishalb@hotmail.com>
12074          Date: Sun, 11 Oct 1998 18:41:38 PDT
12075          Message-ID: <19981012014139.19614.qmail@hotmail.com>
12076          Subject: B::CC problems with pp_sassign routine
12077  Branch: perl
12078        ! ext/B/B/CC.pm
12079 ____________________________________________________________________________
12080 [  1992] By: gsar                                  on 1998/10/17  02:17:49
12081     Log: applied suggested patch with small doc tweak
12082          From: Gisle Aas <gisle@aas.no>
12083          Date: 11 Oct 1998 12:53:13 +0200
12084          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
12085          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
12086  Branch: perl
12087        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
12088        ! t/op/tiehandle.t
12089 ____________________________________________________________________________
12090 [  1991] By: gsar                                  on 1998/10/17  02:08:30
12091     Log: apply non-conflicting parts from suggested patch
12092          From: jan.dubois@ibm.net (Jan Dubois)
12093          Date: Sat, 10 Oct 1998 13:15:45 +0200
12094          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
12095          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
12096  Branch: perl
12097        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12098 ____________________________________________________________________________
12099 [  1990] By: gsar                                  on 1998/10/17  02:01:24
12100     Log: provide option to enable optimization with VC (suggested by Jan
12101          Dubois)
12102  Branch: perl
12103        ! win32/Makefile win32/makefile.mk
12104 ____________________________________________________________________________
12105 [  1989] By: gsar                                  on 1998/10/17  01:55:27
12106     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
12107          Dave Leppik <dleppik@gage.com>
12108  Branch: perl
12109        ! perl.h
12110 ____________________________________________________________________________
12111 [  1988] By: gsar                                  on 1998/10/17  01:49:05
12112     Log: stray typo found by Hugo van der Sanden
12113  Branch: perl
12114        ! op.c
12115 ____________________________________________________________________________
12116 [  1987] By: gsar                                  on 1998/10/17  01:45:52
12117     Log: perldoc pod update
12118          From: Daniel Grisinger <dgris@perrin.dimensional.com>
12119          Date: 06 Oct 1998 23:56:51 -0600
12120          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
12121          Subject: [PATCH _02 and _52] perldoc
12122  Branch: perl
12123        ! utils/perldoc.PL
12124 ____________________________________________________________________________
12125 [  1986] By: gsar                                  on 1998/10/17  01:41:40
12126     Log: qualify names of builtins
12127  Branch: perl
12128        ! ext/POSIX/POSIX.pm
12129 ____________________________________________________________________________
12130 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
12131     Log: From: Jochen Wiedmann <joe@ispsoft.de>
12132          Date: Thu, 17 Sep 1998 17:16:06 +0200
12133          Message-ID: <360127B6.E44564A@ispsoft.de>
12134          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
12135  Branch: maint-5.005/perl
12136        ! lib/ExtUtils/MakeMaker.pm
12137 ____________________________________________________________________________
12138 [  1978] By: gsar                                  on 1998/10/16  01:58:58
12139     Log: integrate cfgperl mods into mainline
12140  Branch: perl
12141       +> ext/DynaLoader/dl_vmesa.xs
12142        ! Porting/genlog
12143       !> Configure MANIFEST Makefile.SH config_h.SH
12144       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
12145       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
12146       !> x2p/Makefile.SH
12147 ____________________________________________________________________________
12148 [  1976] By: gsar                                  on 1998/10/16  00:10:52
12149     Log: stray tweak
12150  Branch: perl
12151        ! op.c
12152 ____________________________________________________________________________
12153 [  1975] By: gsar                                  on 1998/10/15  23:54:38
12154     Log: propagate typeness of lexicals while cloning them
12155  Branch: perl
12156        ! op.c
12157 ____________________________________________________________________________
12158 [  1974] By: gsar                                  on 1998/10/15  23:53:25
12159     Log: s/last/first/ typo in append_list()
12160  Branch: perl
12161        ! op.c
12162 ____________________________________________________________________________
12163 [  1973] By: gsar                                  on 1998/10/15  20:06:17
12164     Log: nuke confperl branch and contents
12165  Branch: confperl
12166        - (delete 1284 files)
12167 ____________________________________________________________________________
12168 [  1972] By: jhi                                   on 1998/10/15  07:07:35
12169     Log: Test #162 had been added but the "print 1..161" had not been updated.
12170  Branch: cfgperl
12171        ! t/op/pat.t
12172 ____________________________________________________________________________
12173 [  1971] By: gsar                                  on 1998/10/15  03:09:58
12174     Log: check in all confperl changes as of change#1964 into cfgperl
12175  Branch: cfgperl
12176        + ext/DynaLoader/dl_vmesa.xs
12177        ! Configure MANIFEST Makefile.SH config_h.SH
12178        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
12179        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
12180 ____________________________________________________________________________
12181 [  1970] By: gsar                                  on 1998/10/15  03:05:59
12182     Log: integrate mainline to get tr.t
12183  Branch: cfgperl
12184       +> t/op/tr.t
12185 ____________________________________________________________________________
12186 [  1969] By: gsar                                  on 1998/10/15  03:04:17
12187     Log: add missing tr.t to repository
12188  Branch: perl
12189        + t/op/tr.t
12190 ____________________________________________________________________________
12191 [  1968] By: gsar                                  on 1998/10/15  03:02:43
12192     Log: create cfgperl branch
12193  Branch: cfgperl
12194       +> (branch 1282 files)
12195 ____________________________________________________________________________
12196 [  1967] By: gsar                                  on 1998/10/15  02:46:08
12197     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
12198          (MAN3PODS cannot be set to ' '; stray stricture violation)
12199  Branch: perl
12200        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
12201        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
12202        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
12203        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
12204        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
12205        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
12206        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
12207        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
12208        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
12209        ! lib/ExtUtils/MM_Unix.pm
12210 ____________________________________________________________________________
12211 [  1966] By: gsar                                  on 1998/10/15  02:19:03
12212     Log: tweak to make fix in change#1944 behave correctly for closures
12213          created within eval''
12214  Branch: perl
12215        ! op.c t/op/eval.t
12216 ____________________________________________________________________________
12217 [  1965] By: gsar                                  on 1998/10/14  23:22:41
12218     Log: use better numbers for exitstatus test
12219  Branch: perl
12220        ! t/op/die_exit.t
12221 ____________________________________________________________________________
12222 [  1964] By: jhi                                   on 1998/10/14  17:25:41
12223     Log: Add VM/ESA dynaloading (uses <dll.h>).
12224  Branch: confperl
12225        + ext/DynaLoader/dl_vmesa.xs
12226        ! MANIFEST
12227 ____________________________________________________________________________
12228 [  1963] By: jhi                                   on 1998/10/14  17:17:10
12229     Log: Remove a2p.loadmap in 'clean' target.
12230  Branch: confperl
12231        ! x2p/Makefile.SH
12232 ____________________________________________________________________________
12233 [  1962] By: jhi                                   on 1998/10/14  17:13:11
12234     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
12235  Branch: confperl
12236        ! Makefile.SH
12237 ____________________________________________________________________________
12238 [  1961] By: jhi                                   on 1998/10/14  16:27:39
12239     Log: VM/ESA creates executable.loadmaps.
12240  Branch: confperl
12241        ! Makefile.SH
12242 ____________________________________________________________________________
12243 [  1960] By: jhi                                   on 1998/10/14  15:37:39
12244     Log: Introduce SCHED_YIELD (one of sched_yield(),
12245          pthread_yield(), or pthread_yield(NULL)).
12246          YIELD is then defined using SCHED_YIELD unless
12247          a platform-specific YIELD has already been defined.
12248          
12249          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
12250          
12251          The need for pthread_yield(NULL) and pthread_attr_setdet...
12252          introduced by (private email)
12253          
12254          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12255          Date: Sat, 10 Oct 1998 21:08:15 +1300
12256          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
12257          Subject: Re: Perl thread problems in VM/ESA
12258          
12259          Better select() protoprobe (for AIX), from (private email)
12260          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12261          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
12262          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
12263          Subject: AIX select (fwd)
12264          From: Lars Hecking <lhecking@nmrc.ucc.ie>
12265          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
12266          Date: Fri, 2 Oct 1998 10:40:01 +0100
12267          Subject: AIX select
12268          
12269          Linux-avoid-so.X.Y, based on
12270          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12271          Date: Tue, 13 Oct 1998 15:55:07 -0400
12272          Message-ID: <19981013155507.B4004@O2.chapin.edu>
12273          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
12274  Branch: confperl
12275        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
12276        ! thread.h
12277 ____________________________________________________________________________
12278 [  1959] By: jhi                                   on 1998/10/14  12:51:26
12279     Log: Some old pthread implementations have
12280          pthread_attr_setdetachstate(pthread_attr_t*, int*).
12281  Branch: confperl
12282        ! ext/Thread/Thread.xs
12283 ____________________________________________________________________________
12284 [  1958] By: jhi                                   on 1998/10/14  12:41:11
12285     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
12286          counterparts will follow soon.
12287  Branch: confperl
12288        ! thread.h
12289 ____________________________________________________________________________
12290 [  1957] By: jhi                                   on 1998/10/14  12:38:11
12291     Log: Add tr.t (MANIFEST already knew about it, strange)
12292  Branch: confperl
12293        + t/op/tr.t
12294 ____________________________________________________________________________
12295 [  1956] By: jhi                                   on 1998/10/14  12:24:35
12296     Log: Mutexen should be initialized only once.
12297  Branch: confperl
12298        ! gv.c op.c
12299 ____________________________________________________________________________
12300 [  1955] By: jhi                                   on 1998/10/14  12:19:38
12301     Log: os390 has its own cppstdin.
12302  Branch: confperl
12303        ! hints/os390.sh
12304 ____________________________________________________________________________
12305 [  1954] By: jhi                                   on 1998/10/14  12:15:06
12306     Log: Integrate with mainperl.
12307  Branch: confperl
12308       !> (integrate 1280 files)
12309 ____________________________________________________________________________
12310 [  1953] By: jhi                                   on 1998/10/14  11:48:08
12311     Log: Removed duplicate CMA threads code for HPUX 10.X.
12312          (probably residue of patch(1) being too understanding)
12313          Enhanced 64-bit settings. (redo change#1940)
12314  Branch: confperl
12315        ! hints/hpux.sh
12316 ____________________________________________________________________________
12317 [  1952] By: jhi                                   on 1998/10/14  11:45:16
12318     Log: (redo change#1949) Detypo in the d_open64 warning about
12319          the impending WHOA.
12320  Branch: confperl
12321        ! hints/irix_6.sh
12322 ____________________________________________________________________________
12323 [  1951] By: jhi                                   on 1998/10/14  10:54:16
12324     Log: Mutexen should only be inited once, after they have been New()ed.
12325  Branch: confperl
12326        ! gv.c op.c
12327 ____________________________________________________________________________
12328 [  1950] By: jhi                                   on 1998/10/14  10:41:43
12329     Log: Own cppstdin.
12330  Branch: confperl
12331        ! hints/os390.sh
12332 ____________________________________________________________________________
12333 [  1949] By: jhi                                   on 1998/10/14  10:34:23
12334     Log: Detypo in the d_open64 warning about the impending WHOA.
12335  Branch: confperl
12336        ! hints/irix_6.sh
12337 ____________________________________________________________________________
12338 [  1948] By: gsar                                  on 1998/10/14  05:38:01
12339     Log: two typos
12340  Branch: perl
12341        ! pp_hot.c t/op/eval.t
12342 ____________________________________________________________________________
12343 [  1947] By: gsar                                  on 1998/10/14  05:37:10
12344     Log: let docatch() pass the buck when restartop turns out to be null,
12345          making exceptions in BEGIN{} propagate as expected
12346  Branch: perl
12347        ! pp_ctl.c t/op/misc.t
12348 ____________________________________________________________________________
12349 [  1946] By: gsar                                  on 1998/10/13  03:41:49
12350     Log: add missing file from change#1943
12351  Branch: perl
12352        ! proto.h
12353 ____________________________________________________________________________
12354 [  1945] By: gsar                                  on 1998/10/13  03:32:02
12355     Log: defer "deep recursion" warnings until CXt_SUB context is properly
12356          set up
12357  Branch: perl
12358        ! pp_hot.c t/pragma/warn/pp_hot
12359 ____________________________________________________________________________
12360 [  1944] By: gsar                                  on 1998/10/13  03:15:50
12361     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
12362          fixup the cop_seq value that must be seen by lexical lookups that
12363          emanate within eval''
12364  Branch: perl
12365        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
12366 ____________________________________________________________________________
12367 [  1943] By: gsar                                  on 1998/10/13  02:06:09
12368     Log: ensure recursive attempts to findlex()icals know enough about where
12369          the last eval'' context was encountered
12370  Branch: perl
12371        ! op.c t/op/eval.t
12372 ____________________________________________________________________________
12373 [  1942] By: gsar                                  on 1998/10/13  02:01:24
12374     Log: force copy of substrings when matching against temporaries
12375  Branch: perl
12376        ! pp_hot.c t/op/pat.t
12377 ____________________________________________________________________________
12378 [  1941] By: gsar                                  on 1998/10/13  01:49:16
12379     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
12380          implementation)
12381  Branch: perl
12382        ! pp_ctl.c t/op/runlevel.t
12383 ____________________________________________________________________________
12384 [  1940] By: jhi                                   on 1998/10/12  09:57:44
12385     Log: Removed duplicate CMA threads code for HPUX 10.X.
12386          (probably residue of patch(1) being too understanding)
12387          Enhanced 64-bit settings.
12388  Branch: confperl
12389        ! hints/hpux.sh
12390 ____________________________________________________________________________
12391 [  1939] By: jhi                                   on 1998/10/12  09:53:11
12392     Log: Initial sync from mainline perl.
12393  Branch: confperl
12394        + (add 1282 files)
12395 ____________________________________________________________________________
12396 [  1937] By: gsar                                  on 1998/10/06  21:16:34
12397     Log: fix $/ init for USE_THREADS
12398  Branch: perl
12399        ! perl.c
12400 ____________________________________________________________________________
12401 [  1936] By: gsar                                  on 1998/10/06  07:19:39
12402     Log: fix globals caught by change#1927; builds and tests on Solaris
12403  Branch: perl
12404        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
12405        ! warning.h warning.pl
12406 ____________________________________________________________________________
12407 [  1935] By: gsar                                  on 1998/10/06  06:50:35
12408     Log: add test for previous fix
12409  Branch: perl
12410        ! ext/Thread/create.t
12411 ____________________________________________________________________________
12412 [  1934] By: gsar                                  on 1998/10/06  06:37:36
12413     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
12414  Branch: perl
12415        ! util.c
12416 ____________________________________________________________________________
12417 [  1933] By: gsar                                  on 1998/10/06  05:04:20
12418     Log: undo bogus part of change#1903 (as pointed out by Larry)
12419  Branch: perl
12420        ! pp_ctl.c
12421 ____________________________________________________________________________
12422 [  1932] By: gsar                                  on 1998/10/06  04:21:31
12423     Log: added tweaked version of suggested patch
12424          From: jan.dubois@ibm.net (Jan Dubois)
12425          Date: Sat, 03 Oct 1998 19:04:48 +0200
12426          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
12427          Subject: [PATCH 5.005_52] More MakeMaker  patches
12428  Branch: perl
12429        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12430        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12431 ____________________________________________________________________________
12432 [  1931] By: gsar                                  on 1998/10/06  04:04:33
12433     Log: use cpp symbols instead of hardwired constants
12434          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12435          Date: Mon, 05 Oct 1998 09:23:33 +0100
12436          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
12437          Subject: [PATCH 5.005_52] By the numbers (resend)
12438  Branch: perl
12439        ! op.c
12440 ____________________________________________________________________________
12441 [  1930] By: gsar                                  on 1998/10/06  04:01:55
12442     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12443          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
12444          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
12445          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
12446  Branch: perl
12447        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
12448        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
12449 ____________________________________________________________________________
12450 [  1929] By: gsar                                  on 1998/10/06  03:50:36
12451     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12452          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
12453          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
12454          Subject: [PATCH 5.00552] Minor test improvement
12455  Branch: perl
12456        ! t/op/magic.t
12457 ____________________________________________________________________________
12458 [  1928] By: gsar                                  on 1998/10/06  03:49:03
12459     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12460          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
12461          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
12462          Subject: [PATCH 5.00552] emacs/ptags inprovements
12463  Branch: perl
12464        ! emacs/ptags
12465 ____________________________________________________________________________
12466 [  1927] By: gsar                                  on 1998/10/06  03:47:44
12467     Log: disable C<#define dirty PL_dirty> et al.
12468  Branch: perl
12469        ! embed.pl embedvar.h
12470 ____________________________________________________________________________
12471 [  1926] By: gsar                                  on 1998/10/06  03:43:32
12472     Log: From: Mark-Jason Dominus <mjd@plover.com>
12473          Date: Sun, 04 Oct 1998 14:48:11 -0400
12474          Message-ID: <19981004184811.16048.qmail@plover.com>
12475          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
12476  Branch: perl
12477        ! utils/perldoc.PL
12478 ____________________________________________________________________________
12479 [  1925] By: gsar                                  on 1998/10/06  03:27:35
12480     Log: disable USE_THREADS when PERL_OBJECT is enabled
12481  Branch: perl
12482        ! win32/Makefile win32/makefile.mk
12483 ____________________________________________________________________________
12484 [  1924] By: gsar                                  on 1998/10/06  03:26:54
12485     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
12486  Branch: perl
12487        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
12488        ! vms/perly_c.vms
12489 ____________________________________________________________________________
12490 [  1923] By: gsar                                  on 1998/10/03  05:19:56
12491     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
12492          overridden
12493  Branch: perl
12494        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
12495        ! proto.h vms/perly_c.vms
12496 ____________________________________________________________________________
12497 [  1922] By: gsar                                  on 1998/10/03  03:59:50
12498     Log: suppress manifypods leak in extensions
12499  Branch: perl
12500        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
12501 ____________________________________________________________________________
12502 [  1921] By: gsar                                  on 1998/10/02  22:30:15
12503     Log: os390 fixes (suggested by Peter Prymmer)
12504  Branch: perl
12505        ! Makefile.SH regcomp.c
12506 ____________________________________________________________________________
12507 [  1920] By: gsar                                  on 1998/10/02  21:41:19
12508     Log: squelch undef warnings
12509          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12510          Date: Fri, 02 Oct 1998 11:01:14 +0100
12511          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
12512          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
12513  Branch: perl
12514        ! Changes lib/Math/BigInt.pm
12515 ____________________________________________________________________________
12516 [  1919] By: gsar                                  on 1998/10/02  04:59:13
12517     Log: add note to INSTALL about ANSI C
12518  Branch: perl
12519        ! INSTALL
12520 ____________________________________________________________________________
12521 [  1918] By: gsar                                  on 1998/10/02  04:21:10
12522     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
12523          From: jan.dubois@ibm.net (Jan Dubois)
12524          Date: Wed, 30 Sep 1998 23:35:30 +0200
12525          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
12526          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
12527  Branch: perl
12528        ! lib/ExtUtils/xsubpp
12529 ____________________________________________________________________________
12530 [  1917] By: gsar                                  on 1998/10/02  04:16:02
12531     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12532          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
12533          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
12534          Subject: Re: Configure test for selectbits busted
12535  Branch: perl
12536        ! Configure
12537 ____________________________________________________________________________
12538 [  1916] By: gsar                                  on 1998/10/02  04:14:17
12539     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12540          Date: Wed, 30 Sep 1998 17:15:20 -0700
12541          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
12542          Subject: [PATCH 5.005_02]VMS config tweaks
12543  Branch: perl
12544        ! vms/descrip_mms.template vms/subconfigure.com
12545 ____________________________________________________________________________
12546 [  1915] By: gsar                                  on 1998/10/02  04:10:47
12547     Log: use Off_t to permit 64-bit seek()
12548          From: Scott Henry <scotth@sgi.com>
12549          Date: 29 Sep 1998 17:38:46 -0700
12550          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
12551          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
12552          --
12553          Date: 28 Sep 1998 18:55:37 -0700
12554          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
12555          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12556  Branch: perl
12557        ! doio.c pp_sys.c proto.h sv.c
12558 ____________________________________________________________________________
12559 [  1914] By: gsar                                  on 1998/10/02  04:05:36
12560     Log: normalize tm struct passed to strftime() with mktime()
12561          From: Spider Boardman <spider@orb.nashua.nh.us>
12562          Date: Wed, 30 Sep 1998 15:12:09 -0400
12563          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
12564          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
12565  Branch: perl
12566        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12567 ____________________________________________________________________________
12568 [  1913] By: gsar                                  on 1998/10/02  03:59:46
12569     Log: don't try to run foo_SH.orig etc.
12570  Branch: perl
12571        ! Configure
12572 ____________________________________________________________________________
12573 [  1912] By: gsar                                  on 1998/10/02  03:45:37
12574     Log: make warning about glob process failure optional
12575  Branch: perl
12576        ! pod/perldiag.pod pp_hot.c
12577 ____________________________________________________________________________
12578 [  1911] By: gsar                                  on 1998/10/02  02:52:21
12579     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
12580          From: Dominic Dunlop <domo@vo.lu>
12581          Date: Tue, 29 Sep 1998 21:06:30 +0000
12582          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
12583          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
12584          --
12585          Date: Wed, 30 Sep 1998 11:46:44 +0000
12586          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
12587          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
12588  Branch: perl
12589        ! pod/perldiag.pod regcomp.c
12590 ____________________________________________________________________________
12591 [  1910] By: gsar                                  on 1998/10/02  02:48:48
12592     Log: minor Configure tweaks (via private mail)
12593          From: Jarkko Hietaniemi <jhi@iki.fi>
12594          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
12595          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
12596          Subject: [PATCH] 5.005_52: the drizzle continues
12597  Branch: perl
12598        ! Configure config_h.SH handy.h
12599 ____________________________________________________________________________
12600 [  1909] By: gsar                                  on 1998/10/02  02:46:39
12601     Log: update SCO hints for dynamic loading
12602          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12603          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
12604          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
12605          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12606          --
12607          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
12608          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
12609          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12610  Branch: perl
12611        ! hints/sco.sh
12612 ____________________________________________________________________________
12613 [  1908] By: gsar                                  on 1998/10/02  02:33:39
12614     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
12615  Branch: perl
12616        ! lib/File/Find.pm
12617 ____________________________________________________________________________
12618 [  1907] By: gsar                                  on 1998/10/02  02:21:52
12619     Log: applied patches, but retained old behavior for win32 (where compilers
12620          can't read from stdin at all)
12621          From: Graham Barr <gbarr@ti.com>
12622          Date: Mon, 28 Sep 1998 09:41:49 -0500
12623          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
12624          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12625          --
12626          Date: Tue, 29 Sep 1998 12:35:43 -0500
12627          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
12628          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12629  Branch: perl
12630        ! ext/Errno/Errno_pm.PL
12631 ____________________________________________________________________________
12632 [  1906] By: gsar                                  on 1998/10/02  02:02:19
12633     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
12634          Hietaniemi)
12635  Branch: perl
12636        ! t/op/grent.t
12637 ____________________________________________________________________________
12638 [  1905] By: gsar                                  on 1998/10/02  01:59:56
12639     Log: win32 caveats about truncate()
12640  Branch: perl
12641        ! pod/perlport.pod
12642 ____________________________________________________________________________
12643 [  1904] By: gsar                                  on 1998/10/02  01:53:25
12644     Log: various Configure and hints updates (prefer drand48() or random()
12645          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
12646          applied modulo SCO hints superceded by later patch
12647          From: Jarkko Hietaniemi <jhi@iki.fi>
12648          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
12649          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
12650          Subject: [PATCH] 5.005_52: Configure et al:
12651  Branch: perl
12652        + ext/IPC/SysV/hints/next_3.pl
12653        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
12654        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
12655        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
12656 ____________________________________________________________________________
12657 [  1903] By: gsar                                  on 1998/10/02  01:42:37
12658     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
12659          Date: Mon, 28 Sep 1998 17:41:49 +0100
12660          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
12661          Subject: [PATCH 5.005_52] Re: More on ?p 
12662          --
12663          Date: Thu, 01 Oct 1998 09:10:58 +0100
12664          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
12665          Subject: [PATCH 5.005_52] ?p fix
12666          --
12667          Date: Thu, 01 Oct 1998 10:45:56 +0100
12668          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
12669          Subject: [PATCH 5.005_52] more on ?p
12670  Branch: perl
12671        ! pp_ctl.c
12672 ____________________________________________________________________________
12673 [  1902] By: gsar                                  on 1998/10/02  01:36:14
12674     Log: From: Kenneth Duda <kjd@cisco.com>
12675          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
12676          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
12677          Subject: writemain dies when there are more than 4000 characters of extensions
12678  Branch: perl
12679        ! writemain.SH
12680 ____________________________________________________________________________
12681 [  1901] By: gsar                                  on 1998/10/02  01:33:16
12682     Log: tweak run_byacc recipe
12683  Branch: perl
12684        ! Makefile.SH Porting/pumpkin.pod
12685 ____________________________________________________________________________
12686 [  1900] By: gsar                                  on 1998/10/02  01:02:09
12687     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
12688  Branch: perl
12689        ! perl.h pp_ctl.c
12690 ____________________________________________________________________________
12691 [  1899] By: gsar                                  on 1998/09/28  20:46:30
12692     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
12693          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
12694          Dvornik)
12695  Branch: perl
12696        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
12697 ____________________________________________________________________________
12698 [  1898] By: gsar                                  on 1998/09/28  20:42:52
12699     Log: flush unsubmitted 5.00552 change
12700  Branch: perl
12701        ! MANIFEST
12702 ____________________________________________________________________________
12703 [  1897] By: gsar                                  on 1998/09/27  04:43:06
12704     Log: run vms_yfix.pl
12705  Branch: perl
12706        ! vms/perly_c.vms
12707 ____________________________________________________________________________
12708 [  1896] By: gsar                                  on 1998/09/27  03:38:55
12709     Log: small tweak on last change
12710  Branch: perl
12711        ! win32/win32.c
12712 ____________________________________________________________________________
12713 [  1895] By: gsar                                  on 1998/09/27  03:17:17
12714     Log: fix win32_stat() to do the right thing for share names
12715  Branch: perl
12716        ! win32/win32.c
12717 ____________________________________________________________________________
12718 [  1891] By: larry                                 on 1998/09/25  18:50:40
12719     Log: Fixed apostrophe problem from Mark Knutsen.
12720  Branch: perl
12721        ! sv.h
12722
12723 ----------------
12724 Version 5.005_52
12725 ----------------
12726
12727 ____________________________________________________________________________
12728 [  1890] By: gsar                                  on 1998/09/25  10:25:00
12729     Log: update template config.sh, add new config vars to win32 stuff
12730  Branch: perl
12731        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
12732        ! pp_sys.c proto.h win32/config.bc win32/config.gc
12733        ! win32/config.vc win32/config_H.bc win32/config_H.gc
12734        ! win32/config_H.vc win32/win32.h
12735 ____________________________________________________________________________
12736 [  1889] By: gsar                                  on 1998/09/25  07:13:13
12737     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
12738          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
12739          of full-fledged 64-bit support (including support for: fseeko/ftello,
12740          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
12741          in Fcntl)
12742          From: Jarkko Hietaniemi <jhi@iki.fi>
12743          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
12744          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
12745          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
12746          --
12747          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12748          Date: 12 Sep 1998 09:44:25 +0300
12749          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
12750          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12751  Branch: perl
12752        + lib/filetest.pm
12753        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
12754        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
12755        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
12756        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
12757        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
12758        ! win32/makedef.pl
12759 ____________________________________________________________________________
12760 [  1888] By: gsar                                  on 1998/09/25  06:27:12
12761     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
12762  Branch: perl
12763        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
12764        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12765        ! win32/makedef.pl win32/makefile.mk win32/win32.c
12766 ____________________________________________________________________________
12767 [  1887] By: gsar                                  on 1998/09/25  04:50:49
12768     Log: win32.c tweak
12769  Branch: perl
12770        ! win32/win32.c
12771 ____________________________________________________________________________
12772 [  1886] By: gsar                                  on 1998/09/25  04:47:32
12773     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
12774  Branch: perl
12775        ! lib/ExtUtils/MakeMaker.pm
12776 ____________________________________________________________________________
12777 [  1885] By: gsar                                  on 1998/09/25  04:05:09
12778     Log: From: Dominic Dunlop <domo@vo.lu>
12779          Date: Thu, 10 Sep 1998 11:02:46 +0000
12780          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
12781          Subject: MM_Unix::canonpath erroneously turns leading // into /
12782  Branch: perl
12783        ! lib/ExtUtils/MM_Unix.pm
12784 ____________________________________________________________________________
12785 [  1884] By: gsar                                  on 1998/09/25  03:06:10
12786     Log: temporarily disable perl malloc for a2p until we clean up
12787          conflicting malloc() declarations everywhere
12788  Branch: perl
12789        ! x2p/Makefile.SH
12790 ____________________________________________________________________________
12791 [  1883] By: gsar                                  on 1998/09/25  02:27:00
12792     Log: remove obsolete win32/bin/*.pl
12793  Branch: perl
12794        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
12795        ! Changes MANIFEST win32/Makefile win32/makefile.mk
12796 ____________________________________________________________________________
12797 [  1882] By: gsar                                  on 1998/09/25  02:04:43
12798     Log: missing file in last submit
12799  Branch: perl
12800        ! proto.h
12801 ____________________________________________________________________________
12802 [  1881] By: gsar                                  on 1998/09/25  01:56:54
12803     Log: serial access to PL_x[inpr]v_root for USE_THREADS
12804  Branch: perl
12805        ! sv.c
12806 ____________________________________________________________________________
12807 [  1880] By: gsar                                  on 1998/09/25  01:19:38
12808     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
12809          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
12810          Date: Thu, 24 Sep 1998 22:01:09 +0900
12811          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
12812          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
12813  Branch: perl
12814        ! hv.c proto.h
12815 ____________________________________________________________________________
12816 [  1879] By: gsar                                  on 1998/09/25  00:20:07
12817     Log: tweaks to enable PERL_OBJECT to build & test on win32
12818  Branch: perl
12819        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
12820        ! win32/GenCAPI.pl
12821 ____________________________________________________________________________
12822 [  1878] By: gsar                                  on 1998/09/25  00:13:36
12823     Log: fix change#1861, which breaks default boot_xxx symbol generation
12824  Branch: perl
12825        ! lib/ExtUtils/Mksymlists.pm
12826 ____________________________________________________________________________
12827 [  1877] By: gsar                                  on 1998/09/24  10:29:54
12828     Log: two tweaks for clean build and test on Solaris
12829  Branch: perl
12830        ! op.c t/op/subst.t
12831 ____________________________________________________________________________
12832 [  1876] By: gsar                                  on 1998/09/24  09:04:43
12833     Log: From: Colin Kuskie <ckuskie@cadence.com>
12834          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
12835          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
12836          Subject: [PATCH 5.005_51] perlform.pod
12837  Branch: perl
12838        ! pod/perlform.pod
12839 ____________________________________________________________________________
12840 [  1875] By: gsar                                  on 1998/09/24  08:47:47
12841     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12842          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
12843          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
12844          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
12845  Branch: perl
12846        ! regexec.c
12847 ____________________________________________________________________________
12848 [  1874] By: gsar                                  on 1998/09/24  08:44:55
12849     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12850          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
12851          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
12852          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
12853  Branch: perl
12854        ! toke.c
12855 ____________________________________________________________________________
12856 [  1873] By: gsar                                  on 1998/09/24  08:39:41
12857     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12858          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
12859          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
12860          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
12861  Branch: perl
12862        ! Changes regcomp.c
12863 ____________________________________________________________________________
12864 [  1872] By: gsar                                  on 1998/09/24  08:37:00
12865     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
12866          Date: Sun, 23 Aug 1998 23:18:38 PDT
12867          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
12868          Subject: new irix_6.sh hints file
12869  Branch: perl
12870        ! hints/irix_6.sh
12871 ____________________________________________________________________________
12872 [  1871] By: gsar                                  on 1998/09/24  07:26:37
12873     Log: correct FSF address in various places
12874  Branch: perl
12875        ! Copying README ext/B/README lib/Getopt/Long.pm
12876 ____________________________________________________________________________
12877 [  1870] By: gsar                                  on 1998/09/24  07:11:56
12878     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
12879          Date:    Fri, 14 Aug 1998 09:20:16 PDT
12880          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
12881          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
12882  Branch: perl
12883        ! configure.com
12884 ____________________________________________________________________________
12885 [  1869] By: gsar                                  on 1998/09/24  06:55:59
12886     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
12887          From:    Scott Henry <scotth@sgi.com>
12888          Date:    13 Aug 1998 09:52:15 PDT
12889          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
12890          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
12891  Branch: perl
12892        ! hints/irix_6.sh
12893 ____________________________________________________________________________
12894 [  1868] By: gsar                                  on 1998/09/24  06:51:23
12895     Log: From:    Nathan Torkington <gnat@frii.com>
12896          Date:    Thu, 13 Aug 1998 10:59:48 MDT
12897          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
12898          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
12899  Branch: perl
12900        ! pod/perlfunc.pod
12901 ____________________________________________________________________________
12902 [  1867] By: gsar                                  on 1998/09/24  06:45:13
12903     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
12904          that are autoloaded)
12905  Branch: perl
12906        ! pp_ctl.c
12907 ____________________________________________________________________________
12908 [  1866] By: gsar                                  on 1998/09/24  05:21:19
12909     Log: grandfather deprecated "$$<digit>" no more
12910  Branch: perl
12911        ! pod/perldiag.pod toke.c
12912 ____________________________________________________________________________
12913 [  1865] By: gsar                                  on 1998/09/24  04:52:48
12914     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
12915          low bits (suggested by Ilya Zakharevich)
12916  Branch: perl
12917        ! hv.h
12918 ____________________________________________________________________________
12919 [  1864] By: gsar                                  on 1998/09/24  04:29:14
12920     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
12921          perly_c.diff
12922  Branch: perl
12923        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
12924        ! perly_c.diff toke.c
12925 ____________________________________________________________________________
12926 [  1863] By: gsar                                  on 1998/09/24  03:36:30
12927     Log: provide locked access to string table for USE_THREADS
12928  Branch: perl
12929        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
12930 ____________________________________________________________________________
12931 [  1862] By: gsar                                  on 1998/09/24  03:30:32
12932     Log: remove bogus warn()
12933  Branch: perl
12934        ! embed.pl
12935 ____________________________________________________________________________
12936 [  1861] By: gsar                                  on 1998/09/24  02:58:51
12937     Log: applied suggested patch, adapted for all platforms
12938          From: jan.dubois@ibm.net (Jan Dubois)
12939          Date: Sun, 20 Sep 1998 12:56:38 +0200
12940          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
12941          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
12942  Branch: perl
12943        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12944        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12945        ! lib/ExtUtils/MakeMaker.pm
12946 ____________________________________________________________________________
12947 [  1860] By: gsar                                  on 1998/09/24  02:16:14
12948     Log: upgrade to CPAN-1.40
12949  Branch: perl
12950        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
12951 ____________________________________________________________________________
12952 [  1859] By: gsar                                  on 1998/09/24  02:08:59
12953     Log: use $ENV{MAKEMAKEROPT} to set default command line args
12954  Branch: perl
12955        ! lib/ExtUtils/MakeMaker.pm
12956 ____________________________________________________________________________
12957 [  1857] By: gsar                                  on 1998/09/23  10:58:36
12958     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12959          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
12960          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
12961          Subject: More verbose Test::Harness [PATCH]
12962  Branch: perl
12963        ! lib/Test/Harness.pm
12964 ____________________________________________________________________________
12965 [  1856] By: gsar                                  on 1998/09/23  10:56:24
12966     Log: update hints for OPENSTEP 4.2 on i386
12967          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
12968          Date: Sun, 20 Sep 1998 01:03:18 +0200
12969          Message-Id: <9809192303.AA29190@Spike>
12970          Subject: Perl 5.005_02 compilation problems
12971  Branch: perl
12972        ! hints/next_4.sh
12973 ____________________________________________________________________________
12974 [  1855] By: gsar                                  on 1998/09/23  10:52:27
12975     Log: reset errno after C<require> search (as suggested by Larry)
12976  Branch: perl
12977        ! pp_ctl.c
12978 ____________________________________________________________________________
12979 [  1854] By: gsar                                  on 1998/09/23  10:50:26
12980     Log: misc pod tweaks
12981  Branch: perl
12982        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
12983 ____________________________________________________________________________
12984 [  1853] By: gsar                                  on 1998/09/23  10:46:06
12985     Log: make Pod/Html.pm handle the --title option properly (as suggested
12986          by gml4410@ggr.co.uk)
12987  Branch: perl
12988        ! lib/Pod/Html.pm
12989 ____________________________________________________________________________
12990 [  1852] By: gsar                                  on 1998/09/23  10:41:39
12991     Log: SSNEW() API for allocating memory on the savestack
12992          From: Albert Dvornik <bert@genscan.com>
12993          Date: 17 Sep 1998 19:23:07 -0400
12994          Message-Id: <tqemtae338.fsf@puma.genscan.com>
12995          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
12996  Branch: perl
12997        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
12998        ! perl.h proto.h scope.c scope.h t/io/tell.t
12999 ____________________________________________________________________________
13000 [  1851] By: gsar                                  on 1998/09/23  10:37:05
13001     Log: From: Jochen Wiedmann <joe@ispsoft.de>
13002          Date: Thu, 17 Sep 1998 17:16:06 +0200
13003          Message-ID: <360127B6.E44564A@ispsoft.de>
13004          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
13005  Branch: perl
13006        ! lib/ExtUtils/MakeMaker.pm
13007 ____________________________________________________________________________
13008 [  1850] By: gsar                                  on 1998/09/23  10:33:05
13009     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
13010          Date: 15 Sep 1998 01:32:31 +0200
13011          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
13012          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
13013  Branch: perl
13014        ! lib/ExtUtils/MM_Unix.pm
13015 ____________________________________________________________________________
13016 [  1849] By: gsar                                  on 1998/09/23  10:29:04
13017     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
13018          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
13019          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
13020          Subject: Re: extralibs.ld problem in MM_VMS.pm
13021  Branch: perl
13022        ! lib/ExtUtils/MM_VMS.pm
13023 ____________________________________________________________________________
13024 [  1848] By: gsar                                  on 1998/09/23  10:25:24
13025     Log: From: Roderick Schertler <roderick@argon.org>
13026          Date: 11 Sep 1998 16:19:21 -0400
13027          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
13028          Subject: Re: Open2 and memory leaks
13029  Branch: perl
13030        ! lib/IPC/Open3.pm
13031 ____________________________________________________________________________
13032 [  1847] By: gsar                                  on 1998/09/23  10:18:31
13033     Log: From: Roderick Schertler <roderick@argon.org>
13034          Date: Wed, 09 Sep 1998 23:52:48 -0400
13035          Message-ID: <20567.905399568@eeyore.ibcinc.com>
13036          Subject: seed srand from /dev/urandom when possible
13037  Branch: perl
13038        ! pod/perlfunc.pod pp.c
13039 ____________________________________________________________________________
13040 [  1846] By: gsar                                  on 1998/09/23  10:12:22
13041     Log: From: Roderick Schertler <roderick@argon.org>
13042          Date: Thu, 10 Sep 1998 00:32:17 -0400
13043          Message-ID: <21142.905401937@eeyore.ibcinc.com>
13044          Subject: doc update for crypt()'s salt
13045  Branch: perl
13046        ! pod/perlfunc.pod
13047 ____________________________________________________________________________
13048 [  1845] By: gsar                                  on 1998/09/23  10:09:23
13049     Log: fix h2ph handling of C<#error "foo">
13050          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
13051          Date: Thu, 10 Sep 1998 09:59:33 +0900
13052          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
13053          Subject: [5.005_02] h2ph problem
13054  Branch: perl
13055        ! utils/h2ph.PL
13056 ____________________________________________________________________________
13057 [  1844] By: gsar                                  on 1998/09/23  10:06:13
13058     Log: plug strictly private function leaks in API listing
13059  Branch: perl
13060        ! pod/perlguts.pod
13061 ____________________________________________________________________________
13062 [  1843] By: gsar                                  on 1998/09/23  10:02:57
13063     Log: hide symbol for static build
13064          From: Dominic Dunlop <domo@vo.lu>
13065          Date: Tue, 8 Sep 1998 21:40:46 +0000
13066          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
13067          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
13068  Branch: perl
13069        ! regcomp.c
13070 ____________________________________________________________________________
13071 [  1842] By: gsar                                  on 1998/09/23  09:52:46
13072     Log: define PUT_svindex(), PUT_opindex()
13073  Branch: perl
13074        ! ext/B/B/Assembler.pm
13075 ____________________________________________________________________________
13076 [  1841] By: gsar                                  on 1998/09/23  09:44:25
13077     Log: From: Dominic Dunlop <domo@vo.lu>
13078          Date: Tue, 8 Sep 1998 15:34:53 +0000
13079          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
13080          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
13081  Branch: perl
13082        ! t/pragma/warn/regexec
13083 ____________________________________________________________________________
13084 [  1840] By: gsar                                  on 1998/09/23  09:42:17
13085     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
13086  Branch: perl
13087        ! win32/bin/pl2bat.pl
13088 ____________________________________________________________________________
13089 [  1839] By: gsar                                  on 1998/09/23  09:38:18
13090     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
13091          Date: Mon, 7 Sep 1998 17:36:09 +0900
13092          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
13093          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
13094  Branch: perl
13095        ! ext/Thread/Thread.xs
13096 ____________________________________________________________________________
13097 [  1838] By: gsar                                  on 1998/09/23  09:21:11
13098     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
13099          Date: Thu, 10 Sep 1998 00:02:07 -0400
13100          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
13101          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
13102  Branch: perl
13103        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13104        + vos/config.h vos/config_h.SH_orig vos/perl.bind
13105        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
13106        ! MANIFEST perl.c perl.h pod/perlport.pod
13107 ____________________________________________________________________________
13108 [  1837] By: gsar                                  on 1998/09/23  08:45:58
13109     Log: (via private mail)
13110          From: Charles Bailey <BAILEY@newman.upenn.edu>
13111          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
13112          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
13113          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
13114  Branch: perl
13115        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
13116        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13117        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
13118        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
13119        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
13120        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
13121        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
13122        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
13123        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
13124        ! vms/writemain.pl
13125 ____________________________________________________________________________
13126 [  1836] By: gsar                                  on 1998/09/23  08:17:42
13127     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13128          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
13129          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
13130          Subject: [PATCH 5.005_*] OS/2 spawning typos
13131  Branch: perl
13132        ! os2/os2.c
13133 ____________________________________________________________________________
13134 [  1835] By: gsar                                  on 1998/09/23  08:09:55
13135     Log: warn on C<my($foo,$foo)>
13136  Branch: perl
13137        ! op.c pod/perldiag.pod
13138 ____________________________________________________________________________
13139 [  1834] By: gsar                                  on 1998/09/23  07:35:56
13140     Log: From: pvhp@forte.com (Peter Prymmer)
13141          Date: Fri, 4 Sep 98 13:27:41 PDT
13142          Message-Id: <9809042027.AA04463@forte.com>
13143          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
13144  Branch: perl
13145        ! README.vms
13146 ____________________________________________________________________________
13147 [  1833] By: gsar                                  on 1998/09/23  07:27:34
13148     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13149          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
13150          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
13151          Subject: PATCH: 5.005_02 hint/hpux.sh
13152  Branch: perl
13153        ! hints/hpux.sh
13154 ____________________________________________________________________________
13155 [  1832] By: gsar                                  on 1998/09/23  07:22:40
13156     Log: fix (some) installhtml bugs
13157          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
13158          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
13159          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
13160          Subject: installhtml script needs work
13161  Branch: perl
13162        ! installhtml
13163 ____________________________________________________________________________
13164 [  1831] By: gsar                                  on 1998/09/23  07:19:30
13165     Log: document 'U' magic with examples
13166          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
13167          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
13168          Message-Id: <199809011455.PAA00631@sale-wts>
13169          Subject: Re: Looking for some XS MAGIC examples...
13170  Branch: perl
13171        ! pod/perlguts.pod
13172 ____________________________________________________________________________
13173 [  1830] By: gsar                                  on 1998/09/23  07:16:43
13174     Log: From: pvhp@forte.com (Peter Prymmer)
13175          Date: Mon, 31 Aug 98 17:13:49 PDT
13176          Message-Id: <9809010013.AA06737@forte.com>
13177          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
13178  Branch: perl
13179        ! README.os390
13180 ____________________________________________________________________________
13181 [  1829] By: gsar                                  on 1998/09/23  07:15:08
13182     Log: fix problematic typecast in filter_del()
13183          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
13184          Date: Mon, 31 Aug 1998 21:13:11 GMT
13185          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
13186          Subject: perl5.005_02 does not build on Cray T90
13187  Branch: perl
13188        ! toke.c
13189 ____________________________________________________________________________
13190 [  1828] By: gsar                                  on 1998/09/23  07:11:34
13191     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13192          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
13193          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
13194          Subject: [PATCH 5.005_5*] (?>) broken in RE
13195  Branch: perl
13196        ! regexec.c t/op/re_tests
13197 ____________________________________________________________________________
13198 [  1827] By: gsar                                  on 1998/09/23  07:09:50
13199     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
13200  Branch: perl
13201        ! t/op/grent.t t/op/groups.t
13202 ____________________________________________________________________________
13203 [  1826] By: gsar                                  on 1998/09/23  07:03:16
13204     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13205          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
13206          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
13207          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
13208  Branch: perl
13209        - interp.sym
13210        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
13211 ____________________________________________________________________________
13212 [  1825] By: gsar                                  on 1998/09/23  06:56:40
13213     Log: re-introduce change#1703
13214  Branch: perl
13215        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
13216 ____________________________________________________________________________
13217 [  1824] By: gsar                                  on 1998/09/23  06:44:19
13218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13219          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
13220          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
13221          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
13222  Branch: perl
13223        ! lib/perl5db.pl
13224 ____________________________________________________________________________
13225 [  1823] By: gsar                                  on 1998/09/23  06:41:34
13226         Log: From: Joe Buehler <jhpb@hekimian.com>
13227              Date: 29 Aug 1998 17:13:28 -0400
13228              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
13229              Subject: patches for perl 5.005_51 under U/WIN
13230      Branch: perl
13231            + hints/uwin.sh
13232            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
13233            ! t/lib/posix.t
13234 ____________________________________________________________________________
13235 [  1822] By: gsar                                  on 1998/09/23  06:36:59
13236         Log: add missing C<no utf8;> tweak from Larry
13237      Branch: perl
13238            ! t/op/subst.t
13239 ____________________________________________________________________________
13240 [  1821] By: gsar                                  on 1998/09/23  06:27:51
13241         Log: s/runops/CALLRUNOPS/
13242      Branch: perl
13243            ! cc_runtime.h
13244 ____________________________________________________________________________
13245 [  1820] By: gsar                                  on 1998/09/23  06:24:49
13246         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
13247      Branch: perl
13248           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
13249           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
13250           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
13251           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
13252           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13253           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
13254           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
13255           +> t/pragma/warn/util
13256            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
13257            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
13258            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
13259            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
13260            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
13261            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
13262            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
13263            - t/pragma/warn-util
13264            ! MANIFEST t/pragma/warning.t
13265 ____________________________________________________________________________
13266 [  1819] By: gsar                                  on 1998/09/23  06:08:46
13267         Log: make \(%foo) return refs to values (not copies of values)
13268              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13269              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
13270              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
13271              --
13272              From: Roderick Schertler <roderick@argon.org>
13273              Date: Sat, 29 Aug 1998 00:58:33 -0400
13274              Message-ID: <29894.904366713@eeyore.ibcinc.com>
13275              Subject: Re: \(%x) problems
13276      Branch: perl
13277            ! doop.c pod/perlref.pod
13278 ____________________________________________________________________________
13279 [  1818] By: gsar                                  on 1998/09/23  06:05:08
13280         Log: make h2xs generate ANSI prototypes
13281      Branch: perl
13282            ! utils/h2xs.PL
13283 ____________________________________________________________________________
13284 [  1817] By: gsar                                  on 1998/09/23  05:57:16
13285         Log: updated usethreads hints for hpux 10.X
13286              From: Matthew T Harden <mthard@mthard1.monsanto.com>
13287              Date: Fri, 28 Aug 1998 14:10:42 GMT
13288              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
13289              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
13290      Branch: perl
13291            ! hints/hpux.sh perl.h
13292 ____________________________________________________________________________
13293 [  1816] By: gsar                                  on 1998/09/23  05:53:31
13294         Log: don't create empty directories in installperl
13295              From: Robin Barker <rmb1@cise.npl.co.uk>
13296              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
13297              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
13298              Subject: [PATCH 5.005_02] install: empty dirs
13299      Branch: perl
13300            ! installperl
13301 ____________________________________________________________________________
13302 [  1815] By: gsar                                  on 1998/09/23  05:50:36
13303         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
13304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13305              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
13306              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
13307              Subject: Re: your mail
13308      Branch: perl
13309            ! regexec.c t/op/re_tests
13310 ____________________________________________________________________________
13311 [  1814] By: gsar                                  on 1998/09/23  05:45:17
13312         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13313              Date: Thu, 20 Aug 1998 20:59:03 -0400
13314              Message-ID: <19980820205903.A12908@O2.chapin.edu>
13315              Subject: [PATCH] h2ph misquotes #error directives
13316      Branch: perl
13317            ! t/lib/h2ph.pht utils/h2ph.PL
13318 ____________________________________________________________________________
13319 [  1813] By: gsar                                  on 1998/09/23  05:42:41
13320         Log: patch to support computed regular subexpressions
13321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13322              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
13323              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
13324              Subject: [5.005_5* PATCH] Postponed RE - now!
13325      Branch: perl
13326            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
13327            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
13328 ____________________________________________________________________________
13329 [  1812] By: gsar                                  on 1998/09/23  05:26:26
13330         Log: better CR-handling on shebang line and in formats (fixed variant of
13331              patch suggested by Igor Sysoev <igor@nitek.ru>)
13332      Branch: perl
13333            ! perl.c toke.c
13334 ____________________________________________________________________________
13335 [  1811] By: gsar                                  on 1998/09/23  04:35:46
13336         Log: document non-loopish blocks better
13337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13338              Date: Tue, 18 Aug 1998 12:28:36 +0100
13339              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
13340              Subject: Re: next in do {} while block gives error message
13341      Branch: perl
13342            ! pod/perlfunc.pod
13343 ____________________________________________________________________________
13344 [  1810] By: gsar                                  on 1998/09/23  04:12:05
13345         Log: fix bogus integerization of pop()'s return value
13346              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13347              Date: Sat, 15 Aug 1998 23:27:54 -0400
13348              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
13349              Subject: Re: Complex expression does integer arithmetic 
13350      Branch: perl
13351            ! opcode.h opcode.pl
13352 ____________________________________________________________________________
13353 [  1809] By: gsar                                  on 1998/09/23  04:09:43
13354         Log: tweak README.win32
13355      Branch: perl
13356            ! README.win32
13357 ____________________________________________________________________________
13358 [  1808] By: gsar                                  on 1998/09/23  03:40:57
13359         Log: better diagnostic for do{} used as lvalue
13360      Branch: perl
13361            ! op.c pod/perlport.pod
13362 ____________________________________________________________________________
13363 [  1807] By: gsar                                  on 1998/09/23  03:38:30
13364         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
13365              From: hansm@icgroup.nl
13366              Date: Tue, 11 Aug 98 21:08:51 +0200
13367              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
13368              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13369      Branch: perl
13370            ! malloc.c
13371 ____________________________________________________________________________
13372 [  1806] By: gsar                                  on 1998/09/23  03:36:08
13373         Log: support make written in perl (aka "pmake") on win32
13374      Branch: perl
13375            ! lib/ExtUtils/MM_Win32.pm
13376 ____________________________________________________________________________
13377 [  1805] By: gsar                                  on 1998/09/23  03:30:07
13378         Log: fix mismatched UV/U32 types for to_utf8_*()
13379      Branch: perl
13380            ! utf8.c
13381 ____________________________________________________________________________
13382 [  1804] By: gsar                                  on 1998/09/23  03:22:22
13383         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13384              Date: Sun, 9 Aug 1998 22:38:23 +0200
13385              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
13386              Subject: [PATCH 5.5002] dos-djgpp update
13387      Branch: perl
13388            ! t/io/fs.t
13389 ____________________________________________________________________________
13390 [  1803] By: gsar                                  on 1998/09/23  03:20:13
13391         Log: apply minimal variant of patch (sent via private mail)
13392              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
13393              Date: Wed, 12 Aug 1998 15:42:35 +0300
13394              Message-Id: <199808121242.PAA29761@comanche.spices>
13395              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
13396      Branch: perl
13397            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
13398            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
13399 ____________________________________________________________________________
13400 [  1802] By: gsar                                  on 1998/09/23  03:03:39
13401         Log: adjust searchdict.t for EBCDIC (still needs documenting)
13402              From: pvhp@forte.com (Peter Prymmer)
13403              Date: Thu, 6 Aug 98 18:09:39 PDT
13404              Message-Id: <9808070109.AA06158@forte.com>
13405              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
13406      Branch: perl
13407            ! README.os390 t/lib/searchdict.t
13408 ____________________________________________________________________________
13409 [  1801] By: gsar                                  on 1998/09/23  02:54:15
13410         Log: silence redefined warning for XS(INIT) {}
13411      Branch: perl
13412            ! op.c
13413 ____________________________________________________________________________
13414 [  1800] By: gsar                                  on 1998/09/23  02:42:23
13415         Log: support match indices via special variables @- and @+
13416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13417              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
13418              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
13419              Subject: [PATCH 5.004_76] @- and @+
13420      Branch: perl
13421            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
13422            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
13423 ____________________________________________________________________________
13424 [  1799] By: gsar                                  on 1998/09/23  01:44:31
13425         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13426              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
13427              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
13428              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
13429      Branch: perl
13430            ! regcomp.c t/op/re_tests
13431 ____________________________________________________________________________
13432 [  1798] By: gsar                                  on 1998/09/23  01:39:23
13433         Log: integrate maint-5.005 changes (except conflicting change#1794)
13434      Branch: perl
13435            ! Changes
13436           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
13437           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
13438           !> win32/win32.h
13439 ____________________________________________________________________________
13440 [  1797] By: gsar                                  on 1998/09/23  01:32:36
13441         Log: add note to win32/Makefile about setting CCHOME
13442      Branch: perl
13443            ! win32/Makefile win32/makefile.mk
13444 ____________________________________________________________________________
13445 [  1796] By: gsar                                  on 1998/09/23  01:31:32
13446         Log: perl.pod tweak
13447      Branch: perl
13448            ! pod/perl.pod
13449 ____________________________________________________________________________
13450 [  1795] By: gsar                                  on 1998/09/21  20:34:10
13451         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
13452      Branch: perl
13453            ! lib/ExtUtils/xsubpp
13454 ____________________________________________________________________________
13455 [  1789] By: gsar                                  on 1998/09/18  18:01:37
13456         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
13457      Branch: perl
13458            ! cop.h t/cmd/for.t
13459 ____________________________________________________________________________
13460 [  1788] By: gsar                                  on 1998/09/17  02:19:11
13461         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
13462      Branch: perl
13463            ! win32/config.bc win32/config.gc win32/config.vc
13464 ____________________________________________________________________________
13465 [  1787] By: gsar                                  on 1998/09/17  01:45:14
13466         Log: suppress bogus warning on C<sub x {} x()>
13467      Branch: perl
13468            ! toke.c
13469 ____________________________________________________________________________
13470 [  1786] By: gsar                                  on 1998/09/17  01:42:51
13471         Log: ntohl typo in objXSUB.h
13472      Branch: perl
13473            ! objXSUB.h
13474 ____________________________________________________________________________
13475 [  1785] By: gsar                                  on 1998/09/17  01:41:48
13476         Log: fill gaps in sig_* entries in win32/config.?c
13477      Branch: perl
13478            ! win32/config.bc win32/config.gc win32/config.vc
13479 ____________________________________________________________________________
13480 [  1781] By: larry                                 on 1998/09/05  23:48:24
13481         Log: tr/// logic was hosed under utf8
13482      Branch: perl
13483            ! doop.c op.c op.h pp.c proto.h
13484 ____________________________________________________________________________
13485 [  1780] By: larry                                 on 1998/09/05  23:44:16
13486         Log: several new tests needed tweaking to work under utf8
13487      Branch: perl
13488            ! t/comp/require.t t/op/pack.t t/op/substr.t
13489 ____________________________________________________________________________
13490 [  1779] By: larry                                 on 1998/09/05  23:41:42
13491         Log: index() applied BM optimization to wrong argument
13492      Branch: perl
13493            ! op.c util.c
13494 ____________________________________________________________________________
13495 [  1778] By: larry                                 on 1998/09/05  23:38:29
13496         Log: Implicit require during compile reset line numbering
13497      Branch: perl
13498            ! pp_ctl.c
13499
13500 ----------------
13501 Version 5.005_51
13502 ----------------
13503
13504 ____________________________________________________________________________
13505 [  1777] By: gsar                                  on 1998/08/10  07:02:38
13506         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
13507              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
13508              lexical warning testsuite for win32
13509      Branch: perl
13510            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
13511            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
13512            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
13513            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
13514            ! win32/Makefile win32/makefile.mk
13515 ____________________________________________________________________________
13516 [  1776] By: gsar                                  on 1998/08/09  17:53:48
13517         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
13518      Branch: perl
13519            ! Changes MANIFEST perl.c pod/perlhist.pod
13520 ____________________________________________________________________________
13521 [  1775] By: gsar                                  on 1998/08/09  14:35:33
13522         Log: tweak warning test
13523      Branch: perl
13524            ! t/pragma/warn-toke
13525 ____________________________________________________________________________
13526 [  1774] By: gsar                                  on 1998/08/09  14:13:46
13527         Log: add missing dTHR; notes for test failures due to small stacksize
13528      Branch: perl
13529            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
13530            ! toke.c universal.c util.c
13531 ____________________________________________________________________________
13532 [  1773] By: gsar                                  on 1998/08/09  11:31:53
13533         Log: lexical warnings; tweaks to places that didn't apply correctly
13534              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
13535              Date:    Wed, 29 Jul 1998 09:28:45 BST
13536              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
13537              Subject: lexical warnings patch for 5.005_50
13538      Branch: perl
13539            + README.lexwarn lib/warning.pm t/pragma/warn-2use
13540            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
13541            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
13542            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
13543            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
13544            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
13545            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
13546            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
13547            + warning.h warning.pl
13548            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
13549            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
13550            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
13551            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
13552            ! universal.c util.c
13553 ____________________________________________________________________________
13554 [  1772] By: gsar                                  on 1998/08/08  23:06:00
13555         Log: bump patchlevel to 5.005_51
13556      Branch: perl
13557            ! patchlevel.h win32/Makefile win32/config_H.bc
13558            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13559 ____________________________________________________________________________
13560 [  1771] By: gsar                                  on 1998/08/08  23:01:57
13561         Log: fix bogus warning on "\x{123}"
13562              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
13563              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
13564              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
13565              Subject: [5.005_50 PATCH] Some unicode problems
13566      Branch: perl
13567            ! regcomp.c toke.c
13568 ____________________________________________________________________________
13569 [  1770] By: gsar                                  on 1998/08/08  22:56:55
13570         Log: hide dup symbol for static build of ext/re
13571              From: Dominic Dunlop <domo@ppp72.vo.lu>
13572              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
13573              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
13574              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
13575      Branch: perl
13576            ! regcomp.c
13577 ____________________________________________________________________________
13578 [  1769] By: gsar                                  on 1998/08/08  22:45:06
13579         Log: fix double free on -Mutf8 -e '$b=uc("")'
13580              From: larry@wall.org (Larry Wall)
13581              Date: Fri, 7 Aug 1998 14:42:43 -0700
13582              Message-Id: <199808072142.OAA14920@wall.org>
13583              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
13584      Branch: perl
13585            ! pp.c
13586 ____________________________________________________________________________
13587 [  1768] By: gsar                                  on 1998/08/08  22:42:29
13588         Log: substr() assumes utf8 without say-so
13589              From: larry@wall.org (Larry Wall)
13590              Date: Fri, 7 Aug 1998 12:25:12 -0700
13591              Message-Id: <199808071925.MAA13436@wall.org>
13592              Subject: [PATCH 5.005_50] substr bug?
13593      Branch: perl
13594            ! pp.c
13595 ____________________________________________________________________________
13596 [  1767] By: gsar                                  on 1998/08/08  22:38:25
13597         Log: fix intolerance of SWASHes for blank lines
13598              From: Gisle Aas <aas@sn.no>
13599              Date: 06 Aug 1998 23:28:57 +0200
13600              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
13601              Subject: Re: Re[2]: another joyride begins
13602      Branch: perl
13603            ! lib/utf8_heavy.pl
13604 ____________________________________________________________________________
13605 [  1766] By: gsar                                  on 1998/08/08  22:33:10
13606         Log: utf8 doc tweak
13607              From: Gisle Aas <aas@sn.no>
13608              Date: 05 Aug 1998 00:41:04 +0200
13609              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
13610              Subject: Matching clumps
13611      Branch: perl
13612            ! lib/utf8.pm
13613 ____________________________________________________________________________
13614 [  1765] By: gsar                                  on 1998/08/08  22:31:37
13615         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
13616              From: Gisle Aas <aas@sn.no>
13617              Date: 04 Aug 1998 22:56:11 +0200
13618              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
13619              Subject: Re: another joyride begins
13620      Branch: perl
13621            ! lib/utf8_heavy.pl
13622 ____________________________________________________________________________
13623 [  1764] By: gsar                                  on 1998/08/08  22:28:43
13624         Log: From: larry@wall.org (Larry Wall)
13625              Date: Tue, 4 Aug 1998 17:04:51 -0700
13626              Message-Id: <199808050004.RAA22592@wall.org>
13627              Subject: [PATCH 5.005_50] \pX not implemented!
13628      Branch: perl
13629            ! regcomp.c
13630 ____________________________________________________________________________
13631 [  1763] By: gsar                                  on 1998/08/08  22:27:15
13632         Log: From: Stephen McCamant <alias@mcs.com>
13633              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
13634              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
13635              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
13636      Branch: perl
13637            ! op.c
13638 ____________________________________________________________________________
13639 [  1762] By: gsar                                  on 1998/08/08  22:26:09
13640         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13641              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
13642              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
13643              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
13644      Branch: perl
13645            + t/op/grent.t t/op/pwent.t
13646            ! MANIFEST
13647 ____________________________________________________________________________
13648 [  1761] By: gsar                                  on 1998/08/08  22:21:52
13649         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13650              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
13651              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
13652              Subject: [5.005_50 PATCH] misprint in RE engine
13653      Branch: perl
13654            ! regexec.c t/op/re_tests
13655 ____________________________________________________________________________
13656 [  1760] By: gsar                                  on 1998/08/08  22:18:54
13657         Log: integrate maint-5.005 changes into mainline
13658      Branch: perl
13659           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
13660           !> (integrate 138 files)
13661 ____________________________________________________________________________
13662 [  1672] By: gsar                                  on 1998/07/27  18:35:28
13663         Log: create new Changes
13664      Branch: perl
13665            + Changes
13666            ! Changes5.005 MANIFEST
13667 ____________________________________________________________________________
13668 [  1671] By: gsar                                  on 1998/07/27  18:30:57
13669         Log: rename Changes --> Changes5.005
13670      Branch: perl
13671           +> Changes5.005
13672            - Changes
13673 ____________________________________________________________________________
13674 [  1670] By: gsar                                  on 1998/07/27  18:10:14
13675         Log: integrate 5.005_01 changes from maint
13676      Branch: perl
13677            ! Changes
13678           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
13679           !> win32/win32.c
13680 ____________________________________________________________________________
13681 [  1667] By: nick                                  on 1998/07/26  14:31:01
13682         Log: Add dTHR so that it compiles miniperl in threaded mode
13683      Branch: perl
13684            ! doop.c mg.c regcomp.c regexec.c
13685 ____________________________________________________________________________
13686 [  1666] By: nick                                  on 1998/07/26  13:01:10
13687         Log: Resolve ansiperl against mainline (@1648?)
13688              Unclear that change number has "taken".
13689      Branch: ansiperl
13690           +> (branch 169 files)
13691            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
13692           !> (integrate 131 files)
13693
13694 ----------------
13695 Version 5.005_50
13696 ----------------
13697
13698 ____________________________________________________________________________
13699 [  1665] By: gsar                                  on 1998/07/26  05:38:48
13700         Log: add trailing newline to file
13701      Branch: perl
13702            ! Changes lib/unicode/blocks.txt
13703 ____________________________________________________________________________
13704 [  1664] By: gsar                                  on 1998/07/26  05:08:48
13705         Log: integrate proto.h additions from maint-5.005
13706      Branch: perl
13707           !> pod/perlhist.pod proto.h
13708 ____________________________________________________________________________
13709 [  1663] By: gsar                                  on 1998/07/26  05:07:05
13710         Log: add new files to MANIFEST; add missing prototypes to proto.h;
13711              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
13712              add typecasts to silence warnings; tweaks for win32 builds
13713      Branch: perl
13714            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
13715            ! win32/Makefile win32/makefile.mk
13716 ____________________________________________________________________________
13717 [  1662] By: gsar                                  on 1998/07/26  05:01:52
13718         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
13719      Branch: maint-5.005/perl
13720            ! pod/perlhist.pod proto.h
13721 ____________________________________________________________________________
13722 [  1661] By: gsar                                  on 1998/07/26  02:52:48
13723         Log: up patchlevel to 5.005_50
13724      Branch: perl
13725            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13726            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13727 ____________________________________________________________________________
13728 [  1660] By: gsar                                  on 1998/07/26  02:43:57
13729         Log: integrate utfperl
13730      Branch: perl
13731           +> (branch 162 files)
13732           !> (integrate 29 files)
13733 ____________________________________________________________________________
13734 [  1659] By: gsar                                  on 1998/07/26  02:38:22
13735         Log: integrate maint-5.005 changes
13736      Branch: perl
13737           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
13738           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
13739           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
13740           !> vms/descrip_mms.template vms/subconfigure.com
13741 ____________________________________________________________________________
13742 [  1658] By: gsar                                  on 1998/07/26  02:23:46
13743         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
13744              Date: Fri, 24 Jul 1998 11:38:25 -0700
13745              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
13746              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
13747              --
13748              Date: Fri, 24 Jul 1998 12:30:36 -0700
13749              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
13750              Subject: [PATCH 5.005]Tweaks to README.vms
13751              --
13752              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
13753              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
13754              Subject: [PATCH 5.005] Final build cleanup patch
13755      Branch: maint-5.005/perl
13756            ! README.vms vms/descrip_mms.template vms/subconfigure.com
13757 ____________________________________________________________________________
13758 [  1657] By: gsar                                  on 1998/07/26  02:19:50
13759         Log: another platform where pp_sselect() needs a whole fd_set buffer
13760              From: Lupe Christoph <lupe@alanya.m.isar.de>
13761              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
13762              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
13763              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
13764      Branch: maint-5.005/perl
13765            ! pp_sys.c
13766 ____________________________________________________________________________
13767 [  1656] By: gsar                                  on 1998/07/26  02:12:46
13768         Log: fix problem building modules on dos-djgpp
13769              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13770              Date: Sat, 25 Jul 1998 00:53:39 +0200
13771              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
13772              Subject: [PATCH 5.005] dos-djgpp and modules problem
13773      Branch: maint-5.005/perl
13774            ! djgpp/fixpmain
13775 ____________________________________________________________________________
13776 [  1655] By: gsar                                  on 1998/07/26  02:11:09
13777         Log: From: Tom Spindler <dogcow@home.merit.edu>
13778              Date: Wed, 22 Jul 1998 16:11:07 -0400
13779              Message-ID: <19980722161107.A16813@home.merit.edu>
13780              Subject: [PATCH 5.005] BeOS tweak
13781      Branch: maint-5.005/perl
13782            ! hints/beos.sh
13783 ____________________________________________________________________________
13784 [  1654] By: gsar                                  on 1998/07/26  02:09:29
13785         Log: various pod tweaks
13786      Branch: maint-5.005/perl
13787            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
13788            ! pod/perltoc.pod
13789 ____________________________________________________________________________
13790 [  1653] By: gsar                                  on 1998/07/26  02:05:46
13791         Log: fix emacs/ptags for PL_* changes
13792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13793              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
13794              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
13795              Subject: [PATCH 5.004_76] Yet better ptags
13796      Branch: maint-5.005/perl
13797            ! emacs/ptags
13798 ____________________________________________________________________________
13799 [  1652] By: gsar                                  on 1998/07/26  02:03:01
13800         Log: fix behavior of <=> on bigints
13801              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13802              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
13803              Date: Fri, 24 Jul 1998 18:29:53 +0100
13804              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
13805      Branch: maint-5.005/perl
13806            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13807 ____________________________________________________________________________
13808 [  1651] By: larry                                 on 1998/07/24  05:44:33
13809         Log: Here are the long-expected Unicode/UTF-8 modifications.
13810      Branch: utfperl
13811            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
13812            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
13813            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
13814            + lib/unicode/Decomposition.pl
13815            + lib/unicode/In/AlphabeticPresentationForms.pl
13816            + lib/unicode/In/Arabic.pl
13817            + lib/unicode/In/ArabicPresentationForms-A.pl
13818            + lib/unicode/In/ArabicPresentationForms-B.pl
13819            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13820            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13821            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13822            + lib/unicode/In/BoxDrawing.pl
13823            + lib/unicode/In/CJKCompatibility.pl
13824            + lib/unicode/In/CJKCompatibilityForms.pl
13825            + lib/unicode/In/CJKCompatibilityIdeographs.pl
13826            + lib/unicode/In/CJKSymbolsandPunctuation.pl
13827            + lib/unicode/In/CJKUnifiedIdeographs.pl
13828            + lib/unicode/In/CombiningDiacriticalMarks.pl
13829            + lib/unicode/In/CombiningHalfMarks.pl
13830            + lib/unicode/In/CombiningMarksforSymbols.pl
13831            + lib/unicode/In/ControlPictures.pl
13832            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13833            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13834            + lib/unicode/In/EnclosedAlphanumerics.pl
13835            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
13836            + lib/unicode/In/GeneralPunctuation.pl
13837            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13838            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13839            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13840            + lib/unicode/In/HalfwidthandFullwidthForms.pl
13841            + lib/unicode/In/HangulCompatibilityJamo.pl
13842            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13843            + lib/unicode/In/Hebrew.pl
13844            + lib/unicode/In/HighPrivateUseSurrogates.pl
13845            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13846            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
13847            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13848            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
13849            + lib/unicode/In/LatinExtended-A.pl
13850            + lib/unicode/In/LatinExtended-B.pl
13851            + lib/unicode/In/LatinExtendedAdditional.pl
13852            + lib/unicode/In/LetterlikeSymbols.pl
13853            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13854            + lib/unicode/In/MathematicalOperators.pl
13855            + lib/unicode/In/MiscellaneousSymbols.pl
13856            + lib/unicode/In/MiscellaneousTechnical.pl
13857            + lib/unicode/In/NumberForms.pl
13858            + lib/unicode/In/OpticalCharacterRecognition.pl
13859            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13860            + lib/unicode/In/SmallFormVariants.pl
13861            + lib/unicode/In/SpacingModifierLetters.pl
13862            + lib/unicode/In/Specials.pl
13863            + lib/unicode/In/SuperscriptsandSubscripts.pl
13864            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
13865            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13866            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13867            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
13868            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
13869            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
13870            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
13871            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
13872            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
13873            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
13874            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
13875            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
13876            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
13877            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
13878            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
13879            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
13880            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
13881            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
13882            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
13883            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
13884            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
13885            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
13886            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
13887            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
13888            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
13889            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
13890            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
13891            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
13892            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
13893            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
13894            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
13895            + lib/unicode/JamoShort.pl lib/unicode/Makefile
13896            + lib/unicode/Name.pl lib/unicode/Number.pl
13897            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
13898            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
13899            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
13900            + lib/unicode/blocks.txt lib/unicode/index2.txt
13901            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
13902            + lib/unicode/names2.txt lib/unicode/props2.txt
13903            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
13904            + utf8.c utf8.h
13905            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
13906            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
13907            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
13908            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
13909            ! t/op/vec.t toke.c util.c vms/vmsish.h
13910 ____________________________________________________________________________
13911 [  1650] By: gsar                                  on 1998/07/24  04:06:48
13912         Log: create utfperl branch
13913      Branch: utfperl
13914           +> (branch 1079 files)
13915 ____________________________________________________________________________
13916 [  1649] By: gsar                                  on 1998/07/24  03:56:56
13917         Log: create maint-5.005 branch
13918      Branch: maint-5.005/perl
13919           +> (branch 1079 files)
13920 ____________________________________________________________________________
13921 [  1648] By: gsar                                  on 1998/07/24  03:36:35
13922         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
13923      Branch: perl
13924            ! Changes
13925