make testsuite reflect change#3157 (Math::BigFloat->new now
[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_57        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3181] By: gsar                                  on 1999/03/28  03:37:23
83         Log: integrate change#3179 from maint-5.005
84      Branch: perl
85           !> ext/Thread/Thread.xs t/lib/thread.t
86 ____________________________________________________________________________
87 [  3180] By: gsar                                  on 1999/03/28  02:28:20
88         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
89              (sometimes caused bizarreness in the BLOCK)
90      Branch: perl
91            + t/op/grep.t
92            ! MANIFEST op.c
93 ____________________________________________________________________________
94 [  3179] By: gsar                                  on 1999/03/28  02:14:04
95         Log: fix thread segfault when passing large number of arguments to child
96              a la C<Thread->new($foo, 1..1000)>
97      Branch: maint-5.005/perl
98            ! ext/Thread/Thread.xs t/lib/thread.t
99 ____________________________________________________________________________
100 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
101         Log: fix $Config{'usethreads'} typo in perlthrtut
102              
103              From: Ian Maloney <szhmf9@wsblob.ubs.com>
104              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
105              Message-Id: <199903251540.QAA02439@wsblob.>
106              Subject: perlthrtut documentation error
107      Branch: maint-5.005/perl
108            ! pod/perlthrtut.pod
109 ____________________________________________________________________________
110 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
111         Log: Update Test.pm to VERSION 1.122 from CPAN
112      Branch: maint-5.005/perl
113            ! lib/Test.pm
114 ____________________________________________________________________________
115 [  3171] By: jhi                                   on 1999/03/26  22:38:28
116         Log: Integrate from mainperl.
117      Branch: cfgperl
118           !> (integrate 37 files)
119 ____________________________________________________________________________
120 [  3170] By: gsar                                  on 1999/03/26  01:30:25
121         Log: specify type of bracket in "Unmatched bracket" diagnostic;
122              prefer 'brace' or 'curly bracket' over 'curly brace'
123      Branch: perl
124            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
125            ! t/op/misc.t t/op/re_tests toke.c
126 ____________________________________________________________________________
127 [  3169] By: gsar                                  on 1999/03/26  00:50:51
128         Log: better description of "Integer overflow" diagnostic
129      Branch: perl
130            ! pod/perldiag.pod
131 ____________________________________________________________________________
132 [  3168] By: gsar                                  on 1999/03/25  11:02:46
133         Log: applied needful parts of suggested patch
134              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
135              Date: Tue, 23 Mar 1999 16:21:43 -0800
136              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
137              Subject: [PATCH 5.005_56] pp_formline correction
138      Branch: perl
139            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
140 ____________________________________________________________________________
141 [  3167] By: gsar                                  on 1999/03/25  10:39:02
142         Log: clarify what a "comment" means (due to Mark-Jason Dominus
143              <mjd@plover.com>)
144      Branch: perl
145            ! pod/perlsyn.pod
146 ____________________________________________________________________________
147 [  3166] By: gsar                                  on 1999/03/25  10:33:18
148         Log: describe current behavior on local($foo{nothere}) (suggested by
149              Lionel Cons <lionel.cons@cern.ch>)
150      Branch: perl
151            ! pod/perlsub.pod
152 ____________________________________________________________________________
153 [  3165] By: gsar                                  on 1999/03/25  06:21:05
154         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
155              <vishalb@hotmail.com>)
156      Branch: perl
157            ! ext/B/B/C.pm
158 ____________________________________________________________________________
159 [  3164] By: gsar                                  on 1999/03/25  06:17:27
160         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
161              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
162              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
163              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
164      Branch: perl
165            ! ext/B/B.xs op.h opcode.pl
166 ____________________________________________________________________________
167 [  3163] By: gsar                                  on 1999/03/25  06:15:49
168         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
169              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
170              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
171              Subject: [PATCH _56] B::Deparse 0.57
172              --
173              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
174              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
175              Subject: Re: [PATCH _56] B::Deparse 0.57 
176      Branch: perl
177            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
178 ____________________________________________________________________________
179 [  3162] By: gsar                                  on 1999/03/25  06:11:46
180         Log: fix a few places that said 'int', but meant 'STRLEN'
181      Branch: perl
182            ! pod/perlguts.pod proto.h sv.c
183 ____________________________________________________________________________
184 [  3161] By: gsar                                  on 1999/03/25  06:01:18
185         Log: From: Russ Allbery <rra@stanford.edu>
186              Date: 22 Mar 1999 04:26:26 -0800
187              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
188              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
189      Branch: perl
190            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
191            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
192            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
193            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
194 ____________________________________________________________________________
195 [  3160] By: gsar                                  on 1999/03/25  02:26:31
196         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
197      Branch: perl
198            ! opcode.h opcode.pl
199 ____________________________________________________________________________
200 [  3159] By: gsar                                  on 1999/03/25  02:18:17
201         Log: add statement-modifier loops to :base_loop class
202      Branch: perl
203            ! ext/Opcode/Opcode.pm
204 ____________________________________________________________________________
205 [  3158] By: gsar                                  on 1999/03/25  00:36:57
206         Log: integrate changes#3105,3130,3154 from maint-5.005
207      Branch: perl
208           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
209 ____________________________________________________________________________
210 [  3157] By: gsar                                  on 1999/03/25  00:24:17
211         Log: remove bogus panic()
212      Branch: perl
213            ! Changes lib/Math/BigFloat.pm
214 ____________________________________________________________________________
215 [  3156] By: jhi                                   on 1999/03/24  22:43:43
216         Log: Integrate from mainperl.
217      Branch: cfgperl
218           +> (branch 38 files)
219           !> (integrate 68 files)
220 ____________________________________________________________________________
221 [  3155] By: jhi                                   on 1999/03/24  22:12:17
222         Log: Configure regenerated because of changes #3130/#3154 and #3147.
223      Branch: cfgperl
224            ! Configure config_h.SH
225 ____________________________________________________________________________
226 [  3154] By: jhi                                   on 1999/03/24  21:40:51
227         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
228              based on suggestions from Andy Dougherty.
229      Branch: maint-5.005/perl
230            ! INSTALL
231 ____________________________________________________________________________
232 [  3153] By: gsar                                  on 1999/03/24  10:38:05
233         Log: applied suggested patch, modulo superceded parts
234              From: Charles Bailey <BAILEY@newman.upenn.edu>
235              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
236              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
237              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
238      Branch: perl
239            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
240            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
241            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
242            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
243 ____________________________________________________________________________
244 [  3152] By: gsar                                  on 1999/03/24  10:30:51
245         Log: applied suggested patch, modulo superceded parts
246              From: Charles Bailey <BAILEY@newman.upenn.edu>
247              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
248              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
249              Subject: [PATCH 5.005_56] Miscellaneous small fixes
250      Branch: perl
251            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
252            ! lib/File/Basename.pm
253 ____________________________________________________________________________
254 [  3151] By: gsar                                  on 1999/03/24  10:15:00
255         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
256      Branch: perl
257            ! pod/perlop.pod
258 ____________________________________________________________________________
259 [  3150] By: gsar                                  on 1999/03/24  10:09:13
260         Log: missing integration in previous change
261      Branch: perl
262           !> README.apollo
263 ____________________________________________________________________________
264 [  3149] By: gsar                                  on 1999/03/24  10:06:44
265         Log: integrate changes#3116,3119 from maint-5.005
266      Branch: perl
267            + README.apollo
268           +> apollo/netinet/in.h
269           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
270 ____________________________________________________________________________
271 [  3148] By: gsar                                  on 1999/03/24  10:01:56
272         Log: integrate changes#3091-3094 from maint-5.005
273      Branch: perl
274           !> README.hurd vms/subconfigure.com vos/config.h
275           !> vos/config_h.SH_orig
276 ____________________________________________________________________________
277 [  3147] By: gsar                                  on 1999/03/24  09:31:49
278         Log: warn about newfangled vfork() caveats
279      Branch: perl
280            ! Configure
281 ____________________________________________________________________________
282 [  3146] By: jhi                                   on 1999/03/24  09:20:14
283         Log: Bring in changes #2808 and #2812 (from mainline perl)
284              that enhance the perlbug checklist.
285      Branch: maint-5.005/perl
286            ! utils/perlbug.PL
287 ____________________________________________________________________________
288 [  3145] By: gsar                                  on 1999/03/24  08:37:02
289         Log: integrate change#3115 from maint-5.005
290      Branch: perl
291           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
292           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
293 ____________________________________________________________________________
294 [  3144] By: gsar                                  on 1999/03/24  08:33:59
295         Log: add note about map in scalar context
296      Branch: perl
297            ! pod/perlfunc.pod
298 ____________________________________________________________________________
299 [  3143] By: gsar                                  on 1999/03/24  08:25:59
300         Log: doc tweak
301      Branch: perl
302            ! lib/Time/Local.pm
303 ____________________________________________________________________________
304 [  3142] By: gsar                                  on 1999/03/24  08:20:37
305         Log: applied suggested patch, modulo bogus hunk
306              From: "Vishal Bhatia" <vishalb@hotmail.com>
307              Date: Thu, 11 Mar 1999 07:40:27 PST
308              Message-ID: <19990311154027.25891.qmail@hotmail.com>
309              Subject: [PATCH 5.005_56] Minor fixes in perlcc
310      Branch: perl
311            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
312 ____________________________________________________________________________
313 [  3141] By: gsar                                  on 1999/03/24  08:06:12
314         Log: integrate change#3104 from maint-5.005
315      Branch: perl
316           !> README.os390 t/lib/posix.t
317 ____________________________________________________________________________
318 [  3140] By: gsar                                  on 1999/03/24  06:34:56
319         Log: fix failure of C<&locked_sub;> under -Dusethreads
320      Branch: perl
321            ! pp_hot.c t/lib/thread.t
322 ____________________________________________________________________________
323 [  3139] By: gsar                                  on 1999/03/24  05:52:00
324         Log: debugger tweak (wasn't printing a newline after recalled commands)
325      Branch: perl
326            ! lib/perl5db.pl
327 ____________________________________________________________________________
328 [  3138] By: gsar                                  on 1999/03/24  05:33:28
329         Log: document OO exceptions (based on a suggestion by Andreas Koenig
330              <andreas.koenig@anima.de>)
331      Branch: perl
332            ! pod/perlfunc.pod
333 ____________________________________________________________________________
334 [  3137] By: gsar                                  on 1999/03/24  02:50:20
335         Log: better "Illegal %s digit ignored" warnings
336      Branch: perl
337            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
338            ! toke.c util.c
339 ____________________________________________________________________________
340 [  3136] By: gsar                                  on 1999/03/24  02:26:38
341         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
342      Branch: perl
343            + t/pragma/utf8.t
344            ! regcomp.c
345 ____________________________________________________________________________
346 [  3135] By: gsar                                  on 1999/03/24  01:29:09
347         Log: flip release & version in win32_uname()
348      Branch: perl
349            ! win32/win32.c
350 ____________________________________________________________________________
351 [  3134] By: gsar                                  on 1999/03/24  01:08:33
352         Log: support POSIX::uname() via win32_uname()
353      Branch: perl
354            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
355            ! win32/config.gc win32/config.vc win32/config_H.bc
356            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
357            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
358 ____________________________________________________________________________
359 [  3133] By: gsar                                  on 1999/03/23  22:20:10
360         Log: From: jan.dubois@ibm.net (Jan Dubois)
361              Date: Sat, 06 Mar 1999 21:42:56 +0100
362              Message-ID: <36e49281.50337171@smtp1.ibm.net>
363              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
364      Branch: perl
365            ! pod/perldelta.pod
366 ____________________________________________________________________________
367 [  3132] By: gsar                                  on 1999/03/23  22:17:45
368         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
369              Date: Sat, 06 Mar 1999 17:50:49 +0100
370              Message-ID: <36e25209.33833760@smtp1.ibm.net>
371              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
372              --
373              Date: Sat, 06 Mar 1999 18:15:00 +0100
374              Message-ID: <36e36222.37954195@smtp1.ibm.net>
375              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
376      Branch: perl
377            + t/lib/filefunc.t
378            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
379            ! pod/perldelta.pod pod/perlmodlib.pod
380 ____________________________________________________________________________
381 [  3131] By: gsar                                  on 1999/03/23  22:07:59
382         Log: integrate cfgperl changes into mainline
383      Branch: perl
384           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
385           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
386           !> installperl malloc.c perl.c perl.h pod/perl.pod
387           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
388 ____________________________________________________________________________
389 [  3130] By: jhi                                   on 1999/03/23  22:02:23
390         Log: Don't use config.msg to remind about the
391              LD_LIBRARY_PATH because Makefile.SH takes
392              care of that.
393              
394              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
395              This used to be the default but in some MT or another it
396              was dropped because of some transient error or another.
397      Branch: maint-5.005/perl
398            ! Configure hints/dec_osf.sh
399 ____________________________________________________________________________
400 [  3129] By: gsar                                  on 1999/03/23  21:38:03
401         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
402              to size    and better maintainability)
403      Branch: perl
404            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
405            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
406            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
407            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
408            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
409            + t/pod/include.xr t/pod/included.t t/pod/included.xr
410            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
411            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
412            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
413            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
414            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
415            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
416            ! win32/Makefile win32/makefile.mk win32/pod.mak
417 ____________________________________________________________________________
418 [  3128] By: jhi                                   on 1999/03/23  10:14:54
419         Log: Integrate from mainperl.
420      Branch: cfgperl
421           !> (integrate 46 files)
422 ____________________________________________________________________________
423 [  3127] By: gsar                                  on 1999/03/23  06:57:30
424         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
425              Date: Thu, 4 Mar 1999 10:54:01 -0800
426              Message-Id: <9903041854.AA46868@frc0000>
427              Subject: patch for useless Math::BigInt warnings
428      Branch: perl
429            ! lib/Math/BigInt.pm
430 ____________________________________________________________________________
431 [  3126] By: gsar                                  on 1999/03/23  05:54:37
432         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
433              From: "Kurt D. Starsinic" <kstar@chapin.edu>
434              Date: Fri, 19 Feb 1999 15:47:59 -0500
435              Message-ID: <19990219154759.A32350@O2.chapin.edu>
436              Subject: [PATCH] OSF/1 hints
437      Branch: perl
438            ! hints/dec_osf.sh
439 ____________________________________________________________________________
440 [  3125] By: gsar                                  on 1999/03/23  00:56:38
441         Log: avoid typeglob persistence in pp_readline()
442      Branch: perl
443            ! sv.c t/op/gv.t
444 ____________________________________________________________________________
445 [  3124] By: gsar                                  on 1999/03/22  21:12:23
446         Log: update copyright years
447      Branch: perl
448            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
449            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
450            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
451            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
452            ! sv.c sv.h toke.c utf8.c utf8.h util.c
453 ____________________________________________________________________________
454 [  3123] By: gsar                                  on 1999/03/22  07:07:06
455         Log: implement win32_spawnvp() internally, making it return true PIDs
456              for asynchronous spawns; fix win32_kill() to always deal with
457              PIDs
458      Branch: perl
459            ! win32/win32.c win32/win32.h
460 ____________________________________________________________________________
461 [  3122] By: jhi                                   on 1999/03/19  21:12:14
462         Log: Describe the new Benchmark feature in more detail.
463      Branch: cfgperl
464            ! pod/perldelta.pod
465      Branch: maint-5.005/perl
466            ! pod/perldelta.pod
467 ____________________________________________________________________________
468 [  3121] By: jhi                                   on 1999/03/19  08:16:12
469         Log: AVAILABILITY tuning.
470      Branch: cfgperl
471            ! pod/perl.pod
472      Branch: maint-5.005/perl
473            ! pod/perl.pod
474 ____________________________________________________________________________
475 [  3120] By: jhi                                   on 1999/03/17  14:52:17
476         Log: Rhapsody change assumed too much.
477      Branch: cfgperl
478            ! t/op/stat.t
479 ____________________________________________________________________________
480 [  3119] By: jhi                                   on 1999/03/17  14:33:43
481         Log: More Apollo fixes.
482      Branch: maint-5.005/perl
483            ! README.apollo hints/apollo.sh t/lib/io_udp.t
484 ____________________________________________________________________________
485 [  3118] By: jhi                                   on 1999/03/16  17:23:39
486         Log: Nada.
487      Branch: maint-5.005/perl
488            ! README.apollo
489 ____________________________________________________________________________
490 [  3117] By: jhi                                   on 1999/03/16  17:18:49
491         Log: Apollo DomainOS AVAILABILITY.
492      Branch: cfgperl
493            ! pod/perl.pod
494      Branch: maint-5.005/perl
495            ! pod/perl.pod
496 ____________________________________________________________________________
497 [  3116] By: jhi                                   on 1999/03/16  17:14:00
498         Log: Apollo DomainOS patch
499              From: Johann Klasek <jk@auto.tuwien.ac.at>
500              Subject: Re: DomainPerl
501              Date: Tue, 16 Mar 1999 17:46:32 +0100
502              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
503      Branch: maint-5.005/perl
504            + README.apollo apollo/netinet/in.h
505            ! MANIFEST hints/apollo.sh
506 ____________________________________________________________________________
507 [  3115] By: jhi                                   on 1999/03/16  14:23:54
508         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
509              To: Gurusamy Sarathy <gsar@activestate.com>,
510              Graham Barr <gbarr@pobox.com>
511              Cc: Perl5 Porters <perl5-porters@perl.org>,
512              "Paul.Marquess" <Paul.Marquess@btinternet.com>
513              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
514              Date: Sun, 14 Mar 1999 14:43:57 -0000
515              Message-Id: <199903141841.NAA17040@defender.perl.org>
516      Branch: maint-5.005/perl
517            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
518            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
519 ____________________________________________________________________________
520 [  3114] By: jhi                                   on 1999/03/16  12:42:20
521         Log: Mention Rhapsody in 5.005_5X perldelta,
522              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
523              *planned* AVAILABILITY.
524      Branch: cfgperl
525            ! pod/perl.pod pod/perldelta.pod
526      Branch: maint-5.005/perl
527            ! pod/perl.pod
528 ____________________________________________________________________________
529 [  3113] By: jhi                                   on 1999/03/16  10:38:53
530         Log: perldelta niggling.
531      Branch: cfgperl
532            ! pod/perldelta.pod
533      Branch: maint-5.005/perl
534            ! pod/perldelta.pod
535 ____________________________________________________________________________
536 [  3112] By: jhi                                   on 1999/03/16  10:35:21
537         Log: Integrate from mainperl.
538      Branch: cfgperl
539           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
540           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
541 ____________________________________________________________________________
542 [  3111] By: jhi                                   on 1999/03/16  10:28:10
543         Log: AVAILABILITY update: still mention PowerUX,
544              Novell Netware now has sources available.
545      Branch: cfgperl
546            ! pod/perl.pod
547      Branch: maint-5.005/perl
548            ! pod/perl.pod
549 ____________________________________________________________________________
550 [  3110] By: gsar                                  on 1999/03/16  04:34:23
551         Log: sundry pod niggles
552      Branch: perl
553            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
554            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
555 ____________________________________________________________________________
556 [  3109] By: jhi                                   on 1999/03/15  17:00:11
557         Log: Integrate from mainperl.
558      Branch: cfgperl
559           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
560           +> lib/unicode/Is/Syllable.pl
561           +> lib/unicode/MakeEthiopicSyllables.PL
562           +> lib/unicode/README.Ethiopic
563           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
564           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
565           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
566           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
567           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
568           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
569           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
570           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
571 ____________________________________________________________________________
572 [  3108] By: jhi                                   on 1999/03/15  16:58:12
573         Log: First pass of integrating the Rhapsody port,
574              
575              From: Wilfredo Sanchez <wsanchez@apple.com> 
576              Subject: Keeping the world in sync.
577              Reply-To: wsanchez@apple.com 
578              To: perlbug@perl.com 
579              Date: Fri, 13 Nov 1998 17:11:30 -0800 
580              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
581      Branch: cfgperl
582            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
583            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
584            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
585            ! x2p/util.c
586 ____________________________________________________________________________
587 [  3107] By: gsar                                  on 1999/03/15  03:22:10
588         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
589              From: Daniel Yacob <dmulholl@cs.indiana.edu>
590              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
591              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
592              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
593      Branch: perl
594            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
595            + lib/unicode/Is/Syllable.pl
596            + lib/unicode/MakeEthiopicSyllables.PL
597            + lib/unicode/README.Ethiopic
598            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
599            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
600            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
601            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
602            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
603            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
604            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
605            ! lib/unicode/Name.pl lib/unicode/Number.pl
606 ____________________________________________________________________________
607 [  3106] By: gsar                                  on 1999/03/12  20:35:36
608         Log: change#3067 failed package.t due to needless creation of $a and $b;
609              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
610      Branch: perl
611            ! op.c
612 ____________________________________________________________________________
613 [  3105] By: jhi                                   on 1999/03/12  15:54:57
614         Log: Recognize the NetBSD packages collection.
615      Branch: maint-5.005/perl
616            ! hints/netbsd.sh
617 ____________________________________________________________________________
618 [  3104] By: jhi                                   on 1999/03/12  09:07:04
619         Log: From: pvhp@forte.com (Peter Prymmer)
620              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
621              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
622              Date: Thu, 11 Mar 99 14:24:54 PST
623              Message-Id: <9903112224.AA24346@forte.com>
624      Branch: maint-5.005/perl
625            ! README.os390 t/lib/posix.t
626 ____________________________________________________________________________
627 [  3103] By: jhi                                   on 1999/03/10  11:07:46
628         Log: Integrate from mainperl.
629      Branch: cfgperl
630           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
631           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
632           !> t/pragma/warn/1global toke.c win32/makedef.pl
633 ____________________________________________________________________________
634 [  3102] By: jhi                                   on 1999/03/10  11:01:20
635         Log: From: pvhp@forte.com (Peter Prymmer)
636              To: perl5-porters@perl.org
637              Subject: [5.005_03-MT6]Patch: time passes
638              Date: Tue, 9 Mar 99 18:42:17 PST
639              Message-Id: <9903100242.AA29057@forte.com>
640      Branch: maint-5.005/perl
641            ! perl.c
642 ____________________________________________________________________________
643 [  3101] By: jhi                                   on 1999/03/10  10:30:15
644         Log: From: Mark-Jason Dominus <mjd@plover.com>
645              To: perl5-porters@perl.com
646              Subject: Minor fix to perlfunc.pod
647              Date: Mon, 08 Mar 1999 20:05:53 -0500
648              Message-ID: <19990309010553.13757.qmail@plover.com>
649      Branch: maint-5.005/perl
650            ! pod/perlfunc.pod
651 ____________________________________________________________________________
652 [  3100] By: gsar                                  on 1999/03/09  23:04:44
653         Log: change#3060 had the wrong quotes
654      Branch: perl
655            ! pod/pod2man.PL
656 ____________________________________________________________________________
657 [  3099] By: jhi                                   on 1999/03/09  12:52:21
658         Log: d_uname was broken (probably since _53), reported by
659              
660              From: Alan Burlison <Alan.Burlison@uk.sun.com>
661              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
662              cpan-testers@perl.org
663              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
664              Date: Mon, 08 Mar 1999 13:22:31 +0000
665              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
666              
667              and
668              
669              From: lvirden@cas.org (Larry W. Virden)
670              To: perlbug@perl.com
671              Subject: configure not correctly identifying uname posix compatibility
672              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
673              Message-Id: <199903081136.GAA23682@cas.org>
674      Branch: cfgperl
675            ! Configure config_h.SH
676 ____________________________________________________________________________
677 [  3098] By: gsar                                  on 1999/03/09  03:16:07
678         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
679      Branch: perl
680            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
681 ____________________________________________________________________________
682 [  3097] By: gsar                                  on 1999/03/09  02:50:43
683         Log: use yyerror() instead of croak() so that compile-time failures in
684              my(LIST) don't confuse globals with lexicals
685      Branch: perl
686            ! op.c toke.c
687 ____________________________________________________________________________
688 [  3096] By: gsar                                  on 1999/03/09  02:47:36
689         Log: adjust testsuite for change#3067
690      Branch: perl
691            ! t/pragma/warn/1global
692 ____________________________________________________________________________
693 [  3095] By: gsar                                  on 1999/03/08  21:04:48
694         Log: remove bogus symbols from global.sym
695      Branch: perl
696            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
697            ! perl.h win32/makedef.pl
698 ____________________________________________________________________________
699 [  3094] By: jhi                                   on 1999/03/06  16:16:15
700         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
701              To: jhi@iki.fi
702              Subject: Oops
703              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
704              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
705      Branch: maint-5.005/perl
706            ! README.hurd
707 ____________________________________________________________________________
708 [  3093] By: jhi                                   on 1999/03/06  15:59:46
709         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
710              To: jhi@iki.fi
711              Subject: New Hurd README
712              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
713              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
714      Branch: maint-5.005/perl
715            ! README.hurd
716 ____________________________________________________________________________
717 [  3092] By: jhi                                   on 1999/03/06  12:52:06
718         Log: From: Paul_Green@stratus.com
719              To: perl5-porters@perl.org
720              Cc: jhi@iki.fi, Paul_Green@stratus.com
721              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
722              Date: Fri, 5 Mar 1999 18:08:49 -0500 
723              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
724      Branch: maint-5.005/perl
725            ! vos/config.h vos/config_h.SH_orig
726 ____________________________________________________________________________
727 [  3091] By: jhi                                   on 1999/03/06  12:42:21
728         Log: From: Dan Sugalski <sugalskd@osshe.edu>
729              To: perl5-porters@perl.org, vmsperl@perl.org
730              Subject: [PATCH 5.005_03-MT6]VMS build patch
731              Date: Fri, 05 Mar 1999 12:36:19 -0800
732              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
733      Branch: maint-5.005/perl
734            ! vms/subconfigure.com
735 ____________________________________________________________________________
736 [  3090] By: gsar                                  on 1999/03/06  04:40:03
737         Log: integrate change#3089 from mainline
738              
739              tolerate CRs after options
740      Branch: maint-5.005/perl
741           !> perl.c
742 ____________________________________________________________________________
743 [  3089] By: gsar                                  on 1999/03/06  04:30:40
744         Log: tolerate CRs after options
745      Branch: perl
746            ! perl.c
747 ____________________________________________________________________________
748 [  3088] By: jhi                                   on 1999/03/05  12:49:01
749         Log: Integrate from mainperl.
750      Branch: cfgperl
751           +> README.hurd
752           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
753 ____________________________________________________________________________
754 [  3087] By: gsar                                  on 1999/03/05  06:41:16
755         Log: adjust timeouts to accomodate slow/busy systems
756      Branch: perl
757            ! t/lib/io_sock.t
758 ____________________________________________________________________________
759 [  3083] By: gsar                                  on 1999/03/05  01:32:47
760         Log: integrate change#3081 from maint-5.005
761      Branch: perl
762           !> ext/Errno/Errno_pm.PL
763 ____________________________________________________________________________
764 [  3082] By: gsar                                  on 1999/03/05  01:31:06
765         Log: integrate change#2904 from maint-5.005
766      Branch: perl
767           +> README.hurd
768           !> MANIFEST
769 ____________________________________________________________________________
770 [  3081] By: gsar                                  on 1999/03/05  00:14:33
771         Log: protect against doubled backslashes
772      Branch: maint-5.005/perl
773            ! ext/Errno/Errno_pm.PL
774 ____________________________________________________________________________
775 [  3077] By: jhi                                   on 1999/03/04  08:10:13
776         Log: Integrate from mainperl.
777      Branch: cfgperl
778           +> ext/B/B/Stash.pm
779           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
780           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
781           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
782           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
783 ____________________________________________________________________________
784 [  3076] By: jhi                                   on 1999/03/04  08:07:59
785         Log: Regen config_h.SH once more because of *size, 
786              noticed by
787              
788              From: Hans Mulder <hansm@icgned.icgroup.nl>
789              To: Jarkko Hietaniemi <jhi@iki.fi>
790              Cc: perl5-porters@perl.org
791              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
792              Date: Thu,  4 Mar 99 00:10:45 +0100
793              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
794      Branch: cfgperl
795            ! Configure config_h.SH
796 ____________________________________________________________________________
797 [  3068] By: gsar                                  on 1999/03/04  05:48:03
798         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
799              Date: Thu,  4 Mar 99 00:10:45 +0100
800              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
801              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
802      Branch: perl
803            ! config_h.SH
804 ____________________________________________________________________________
805 [  3067] By: gsar                                  on 1999/03/04  05:44:32
806         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
807              From: Graham Barr <gbarr@ti.com>
808              Date: Wed, 3 Mar 1999 17:23:56 -0600
809              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
810              Subject: Re: 'use strict' doesn't work for one-letter variables
811      Branch: perl
812            ! gv.c op.c
813 ____________________________________________________________________________
814 [  3066] By: gsar                                  on 1999/03/04  05:20:50
815         Log: updates to compiler modules
816              From: "Vishal Bhatia" <vishalb@hotmail.com>
817              Date: Tue, 02 Mar 1999 23:27:25 PST
818              Message-ID: <19990303072725.779.qmail@hotmail.com>
819              Subject: PATCH 5.005_56 + Test procedure
820      Branch: perl
821            + ext/B/B/Stash.pm
822            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
823            ! lib/Test/Harness.pm utils/perlcc.PL
824 ____________________________________________________________________________
825 [  3065] By: gsar                                  on 1999/03/04  05:03:30
826         Log: more s/s_/s!/ etc.
827      Branch: perl
828            ! pod/perldelta.pod pod/perlfunc.pod
829 ____________________________________________________________________________
830 [  3064] By: gsar                                  on 1999/03/04  04:50:45
831         Log: integrate cfgperl contents into mainline
832      Branch: perl
833           !> Configure README.vms bytecode.h config_h.SH configure.com
834           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
835           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
836           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
837 ____________________________________________________________________________
838 [  3063] By: gsar                                  on 1999/03/04  04:44:13
839         Log: HP-UX has yet another spelling for /NaNQ?/
840      Branch: perl
841            ! t/lib/bigfloatpm.t
842 ____________________________________________________________________________
843 [  3062] By: gsar                                  on 1999/03/04  04:36:08
844         Log: error-check for accept() test
845      Branch: perl
846            ! t/lib/io_sock.t
847 ____________________________________________________________________________
848 [  3061] By: gsar                                  on 1999/03/04  03:40:25
849         Log: allow custom comparison function in File::Compare::compare_text()
850              From: jan.dubois@ibm.net (Jan Dubois)
851              Date: Fri, 26 Feb 1999 21:56:09 +0100
852              Message-ID: <36db0838.8805651@smtp1.ibm.net>
853              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
854      Branch: perl
855            ! lib/File/Compare.pm
856 ____________________________________________________________________________
857 [  3060] By: gsar                                  on 1999/03/04  03:37:38
858         Log: better version of change#3038
859              From: abigail@fnx.com
860              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
861              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
862              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
863      Branch: perl
864            ! pod/pod2man.PL
865 ____________________________________________________________________________
866 [  3058] By: jhi                                   on 1999/03/03  22:30:40
867         Log: Configure regen to
868              (1) match maint-5.005 patches #3056 and #3057
869              (2) better version of PHOSTNAME of #3050
870              (3) the crosscompile/multiarch config_h.SH trouble solved for now
871      Branch: cfgperl
872            ! Configure config_h.SH
873 ____________________________________________________________________________
874 [  3054] By: jhi                                   on 1999/03/03  09:57:59
875         Log: Change #3053 missed perldelta.
876      Branch: cfgperl
877            ! pod/perldelta.pod
878 ____________________________________________________________________________
879 [  3053] By: jhi                                   on 1999/03/03  08:29:43
880         Log: Use '!' to mark native integer packings instead of '_'.
881      Branch: cfgperl
882            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
883 ____________________________________________________________________________
884 [  3052] By: jhi                                   on 1999/03/02  23:12:36
885         Log: The HP-UX threads patch (change #3028) is needed also here.
886      Branch: cfgperl
887            ! hints/hpux.sh thread.h
888 ____________________________________________________________________________
889 [  3051] By: jhi                                   on 1999/03/02  08:24:52
890         Log: From: Dan Sugalski <sugalskd@osshe.edu>
891              To: perl5-porters@perl.org, vmsperl@perl.org
892              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
893              Date: Mon, 01 Mar 1999 16:10:57 -0800
894              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
895      Branch: cfgperl
896            ! README.vms
897      Branch: maint-5.005/perl
898            ! README.vms
899 ____________________________________________________________________________
900 [  3050] By: jhi                                   on 1999/03/02  08:22:29
901         Log: From: Dan Sugalski <sugalskd@osshe.edu>
902              To: perl5-porters@perl.org, vmsperl@perl.org
903              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
904              Date: Mon, 01 Mar 1999 16:06:29 -0800
905              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
906              
907              From: Dan Sugalski <sugalskd@osshe.edu>
908              To: perl5-porters@perl.org, vmsperl@perl.org
909              Subject: [PATCH 5.005_56]vmsish.pm patch
910              Date: Mon, 01 Mar 1999 20:19:04 -0800
911              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
912              
913              plus Configure regen containing a "solution" to the
914              crosscompile/multiarch problem.
915      Branch: cfgperl
916            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
917            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
918 ____________________________________________________________________________
919 [  3049] By: jhi                                   on 1999/03/02  07:34:21
920         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
921              To: perl5-porters@perl.org
922              Subject: [PATCH] Eliminate (valid) warning in byterun.c
923              Date: Mon, 01 Mar 1999 17:27:59 -0500
924              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
925      Branch: cfgperl
926            ! bytecode.h
927      Branch: maint-5.005/perl
928            ! bytecode.h
929 ____________________________________________________________________________
930 [  3048] By: gsar                                  on 1999/03/02  06:41:21
931         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
932      Branch: perl
933            ! MANIFEST README.hpux
934 ____________________________________________________________________________
935 [  3047] By: jhi                                   on 1999/03/01  06:34:43
936         Log: Integrate from mainperl.
937      Branch: cfgperl
938           +> README.hpux lib/File/Spec/Functions.pm
939           !> (integrate 28 files)
940 ____________________________________________________________________________
941 [  3046] By: gsar                                  on 1999/03/01  05:34:28
942         Log: this is 5.005_56
943      Branch: perl
944            ! Changes
945
946 ----------------
947 Version 5.005_56
948 ----------------
949
950 ____________________________________________________________________________
951 [  3045] By: gsar                                  on 1999/03/01  03:32:30
952         Log: destroy PL_svref_mutex in perl_destruct()
953      Branch: perl
954            ! perl.c
955 ____________________________________________________________________________
956 [  3044] By: gsar                                  on 1999/03/01  00:38:50
957         Log: up patchlevel &c.
958      Branch: perl
959            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
960            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
961            ! win32/makefile.mk
962 ____________________________________________________________________________
963 [  3043] By: gsar                                  on 1999/03/01  00:14:15
964         Log: integrate cfgperl contents into mainline
965      Branch: perl
966            ! pod/perldelta.pod
967           !> Configure config_h.SH
968 ____________________________________________________________________________
969 [  3042] By: gsar                                  on 1999/02/28  23:55:08
970         Log: slightly edited version of suggested patch
971              From: jan.dubois@ibm.net (Jan Dubois)
972              Date: Mon, 01 Mar 1999 00:32:05 +0100
973              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
974              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
975      Branch: perl
976            + lib/File/Spec/Functions.pm
977            ! MANIFEST lib/File/Spec.pm
978 ____________________________________________________________________________
979 [  3041] By: gsar                                  on 1999/02/28  22:47:19
980         Log: fix subtle bug in eval'' testsuite
981      Branch: perl
982            ! t/op/eval.t
983 ____________________________________________________________________________
984 [  3040] By: gsar                                  on 1999/02/28  22:46:24
985         Log: avoid literal control characters in change#3039
986      Branch: perl
987            ! t/base/lex.t
988 ____________________________________________________________________________
989 [  3039] By: gsar                                  on 1999/02/28  21:47:18
990         Log: todo item: permit extended control variables a la ${^Foo} (patch
991              courtesy Mark-Jason Dominus <mjd@plover.com>)
992      Branch: perl
993            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
994            ! t/base/lex.t toke.c
995 ____________________________________________________________________________
996 [  3038] By: gsar                                  on 1999/02/28  21:21:05
997         Log: From: abigail@fnx.com
998              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
999              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
1000              Subject: Recognize -> and => inside [A-Z]<> sequences.
1001      Branch: perl
1002            ! pod/pod2man.PL
1003 ____________________________________________________________________________
1004 [  3037] By: gsar                                  on 1999/02/28  21:12:22
1005         Log: fix longstanding bug: searches for lexicals originating within eval''
1006              weren't stopping at the subroutine boundary correctly
1007      Branch: perl
1008            ! op.c proto.h t/op/eval.t
1009 ____________________________________________________________________________
1010 [  3036] By: gsar                                  on 1999/02/28  20:02:29
1011         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
1012              as stacked list values
1013              From: jan.dubois@ibm.net (Jan Dubois)
1014              Date: Sat, 27 Feb 1999 18:24:17 +0100
1015              Message-ID: <36e22849.36531259@smtp1.ibm.net>
1016              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
1017      Branch: perl
1018            ! win32/win32.c
1019 ____________________________________________________________________________
1020 [  3035] By: gsar                                  on 1999/02/28  19:48:54
1021         Log: remove superfluous stack_sp decl
1022      Branch: perl
1023            ! jpl/JNI/JNI.xs
1024 ____________________________________________________________________________
1025 [  3034] By: gsar                                  on 1999/02/28  19:34:58
1026         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
1027      Branch: perl
1028            ! lib/Getopt/Std.pm
1029 ____________________________________________________________________________
1030 [  3033] By: gsar                                  on 1999/02/28  19:23:41
1031         Log: add File::Compare::compare_text()
1032              From: jan.dubois@ibm.net (Jan Dubois)
1033              Date: Fri, 26 Feb 1999 00:20:41 +0100
1034              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
1035              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1036      Branch: perl
1037            ! lib/File/Compare.pm pod/perltodo.pod
1038 ____________________________________________________________________________
1039 [  3032] By: gsar                                  on 1999/02/28  19:01:33
1040         Log: add README.hpux
1041      Branch: perl
1042            + README.hpux
1043            ! MAINTAIN MANIFEST
1044 ____________________________________________________________________________
1045 [  3031] By: gsar                                  on 1999/02/28  18:49:08
1046         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
1047              James Cromie <jcromie@fossil.uswc.uswest.com>
1048      Branch: perl
1049            ! lib/Pod/Html.pm
1050 ____________________________________________________________________________
1051 [  3030] By: gsar                                  on 1999/02/28  18:35:09
1052         Log: From: jan.dubois@ibm.net (Jan Dubois)
1053              Date: Wed, 24 Feb 1999 22:34:56 +0100
1054              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
1055              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
1056      Branch: perl
1057            ! lib/Test/Harness.pm
1058 ____________________________________________________________________________
1059 [  3029] By: gsar                                  on 1999/02/28  18:28:18
1060         Log: add note about env pollution
1061      Branch: perl
1062            ! INSTALL pod/perltodo.pod
1063 ____________________________________________________________________________
1064 [  3028] By: jhi                                   on 1999/02/26  14:40:00
1065         Log: HP-UX 11 threads.
1066              
1067              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1068              To: perl5-porters@perl.org
1069              Cc: jhi@cc.hut.fi
1070              Subject: Maint 5 and _54 with threading on HP-UX 11.00
1071              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
1072              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
1073              
1074              NOTE from jhi: the hpux hints could still be more robust by
1075              disabling gdbm when necessary.
1076              
1077              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
1078              linking -lgdbm -lpthread creates an executable that instantly
1079              core dumps on a pthreads internal panic:
1080              
1081              ./gdpt
1082              
1083              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
1084              Return Pointer is 0xc082bf33
1085              17639 quit (core dumped)  ./gdpt
1086              
1087              You don't have to *use* either gdbm or pthreads in the executable,
1088              just linking them together is enough.  Workaround is to recompile
1089              the GDBM under HP-UX 11, that makes the problem go away.
1090      Branch: maint-5.005/perl
1091            ! hints/hpux.sh thread.h
1092 ____________________________________________________________________________
1093 [  3025] By: jhi                                   on 1999/02/25  20:41:07
1094         Log: Temporary workaround for the config_h.SH versus
1095              crosscompile and multiarch plus introduce 'rt'
1096              to $libswanted: in UNIX98 sched_yield() lives there.
1097      Branch: cfgperl
1098            ! Configure config_h.SH
1099 ____________________________________________________________________________
1100 [  3024] By: jhi                                   on 1999/02/24  12:54:59
1101         Log: Integrate from mainperl.
1102      Branch: cfgperl
1103           +> t/lib/fatal.t
1104           !> (integrate 44 files)
1105 ____________________________________________________________________________
1106 [  3023] By: gsar                                  on 1999/02/24  07:02:12
1107         Log: integrate cfgperl contents
1108      Branch: perl
1109           !> (integrate 30 files)
1110 ____________________________________________________________________________
1111 [  3022] By: gsar                                  on 1999/02/24  05:59:47
1112         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1113              Date: 23 Feb 1999 17:53:22 -0700
1114              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
1115              Subject: [PATCH: _55] perldoc -q broken
1116      Branch: perl
1117            ! utils/perldoc.PL
1118 ____________________________________________________________________________
1119 [  3021] By: gsar                                  on 1999/02/24  05:51:53
1120         Log: ansify perlio.c, fix PerlIO-ish typos
1121      Branch: perl
1122            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
1123            ! iperlsys.h perlio.c
1124 ____________________________________________________________________________
1125 [  3020] By: gsar                                  on 1999/02/24  05:28:06
1126         Log: adjust a Perl_malloc() flag for NeXT
1127              From: Hans Mulder <hansm@icgned.icgroup.nl>
1128              Date: Tue, 23 Feb 99 00:26:25 +0100
1129              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
1130              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
1131      Branch: perl
1132            ! perl.h
1133 ____________________________________________________________________________
1134 [  3019] By: gsar                                  on 1999/02/24  05:19:42
1135         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
1136      Branch: perl
1137            ! pod/perltodo.pod
1138 ____________________________________________________________________________
1139 [  3018] By: gsar                                  on 1999/02/24  04:15:18
1140         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
1141              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
1142              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
1143              Subject: improved error message [PATCH _55] [RESEND]
1144      Branch: perl
1145            ! sv.c
1146 ____________________________________________________________________________
1147 [  3017] By: gsar                                  on 1999/02/24  03:50:34
1148         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1149              Date: Sun, 21 Feb 1999 20:02:18 -0700
1150              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
1151              Subject: perlfunc updates (against 55)
1152      Branch: perl
1153            ! pod/perlfunc.pod
1154 ____________________________________________________________________________
1155 [  3016] By: gsar                                  on 1999/02/24  03:17:05
1156         Log: testsuite adjustments
1157              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1158              Date: Sat, 20 Feb 1999 15:24:57 +0000
1159              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
1160              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
1161      Branch: perl
1162            ! t/lib/io_sock.t t/op/lex_assign.t
1163 ____________________________________________________________________________
1164 [  3015] By: gsar                                  on 1999/02/24  02:54:47
1165         Log: avoid modifying readonly values from qw()
1166      Branch: perl
1167            ! lib/ExtUtils/MM_Unix.pm
1168 ____________________________________________________________________________
1169 [  3014] By: gsar                                  on 1999/02/24  02:49:04
1170         Log: more "correct" utbuf for utime()
1171      Branch: perl
1172            ! doio.c
1173 ____________________________________________________________________________
1174 [  3013] By: jhi                                   on 1999/02/22  19:27:44
1175         Log: Fix MacPerl version, change PowerUX to PowerMAX.
1176              
1177              From: Chris Nandor <pudge@pobox.com>
1178              To: jhi@iki.fi
1179              Cc: perl5-porters@perl.org
1180              Subject: Re: perl current availability as documented by perl.pod
1181              Date: Sun, 21 Feb 1999 11:06:03 -0500
1182              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
1183              
1184              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1185              To: jhi@iki.fi
1186              Cc: perl5-porters@perl.org
1187              Subject: Re: perl current availability as documented by perl.pod
1188              Date: Mon, 22 Feb 1999 13:08:30 GMT
1189              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
1190      Branch: cfgperl
1191            ! pod/perl.pod
1192      Branch: maint-5.005/perl
1193            ! pod/perl.pod
1194 ____________________________________________________________________________
1195 [  3012] By: jhi                                   on 1999/02/22  10:26:11
1196         Log: Snapshot the cross-compilation/multiarchitecture stuff
1197              (currently broken in next)
1198      Branch: cfgperl
1199            ! Configure config_h.SH pp.c
1200 ____________________________________________________________________________
1201 [  3011] By: jhi                                   on 1999/02/22  10:24:51
1202         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1203              To: gsar@activestate.com (Gurusamy Sarathy)
1204              Cc: perl5-porters@perl.org (Perl5 Porters)
1205              Subject: [PATCH 5.005_55] DB_File 1.64 patch
1206              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
1207              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
1208      Branch: cfgperl
1209            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1210            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
1211 ____________________________________________________________________________
1212 [  3009] By: jhi                                   on 1999/02/22  09:14:26
1213         Log: Scratch #3008 and introduce $crosscompile and $multiarch
1214              also in non-Configure lands.
1215      Branch: cfgperl
1216            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
1217            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
1218            ! win32/config.gc win32/config.vc win32/config_H.bc
1219            ! win32/config_H.gc win32/config_H.vc
1220 ____________________________________________________________________________
1221 [  3008] By: jhi                                   on 1999/02/22  08:58:04
1222         Log: Add -DMULTIARCH (see change #3006).
1223      Branch: cfgperl
1224            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
1225 ____________________________________________________________________________
1226 [  3007] By: jhi                                   on 1999/02/22  08:54:06
1227         Log: Undo the references to local{lib,arch} introduced by #3006.
1228      Branch: cfgperl
1229            ! Configure config_h.SH
1230 ____________________________________________________________________________
1231 [  3006] By: jhi                                   on 1999/02/22  08:43:50
1232         Log: From: hansm@icgned.icgroup.nl
1233              To: perlbug@perl.com
1234              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
1235              Date: Sun, 21 Feb 1999 22:58:55 +0100
1236              Reply-To: hansmu@xs4all.nl
1237              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
1238              
1239              plus other Configure changes: prepare for cross-compilation/
1240              multiarchitecture builds.
1241      Branch: cfgperl
1242            ! Configure config_h.SH
1243 ____________________________________________________________________________
1244 [  3005] By: jhi                                   on 1999/02/22  08:35:30
1245         Log: Configure/Perl knew how to look for use Mach cthreads
1246              but Configure didn't let them to be used ($osname 'next').
1247      Branch: cfgperl
1248            ! Configure config_h.SH
1249      Branch: maint-5.005/perl
1250            ! Configure
1251 ____________________________________________________________________________
1252 [  3004] By: jhi                                   on 1999/02/21  15:46:02
1253         Log: Update Acorn AVAILABILITY.
1254      Branch: cfgperl
1255            ! pod/perl.pod
1256      Branch: maint-5.005/perl
1257            ! pod/perl.pod
1258 ____________________________________________________________________________
1259 [  3003] By: jhi                                   on 1999/02/21  14:50:42
1260         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
1261              To: perl5-porters@perl.org (Perl 5 Porters)
1262              Subject: PATCH: perlref.pod - symbolic ref example
1263              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
1264              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
1265      Branch: cfgperl
1266            ! pod/perlref.pod
1267      Branch: maint-5.005/perl
1268            ! pod/perlref.pod
1269 ____________________________________________________________________________
1270 [  3002] By: jhi                                   on 1999/02/21  14:35:22
1271         Log: Sync cfgperl with maint-5.005 change #3000.
1272      Branch: cfgperl
1273            ! pod/perlfunc.pod t/op/pack.t
1274 ____________________________________________________________________________
1275 [  2999] By: gsar                                  on 1999/02/20  22:48:30
1276         Log: From:    John Bley <jbb6@acpub.duke.edu>
1277              Date:    Sat, 20 Feb 1999 16:02:34 EST
1278              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
1279              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
1280      Branch: perl
1281            ! regcomp.c
1282 ____________________________________________________________________________
1283 [  2998] By: jhi                                   on 1999/02/20  14:13:06
1284         Log: Enhanced the endianness description.
1285      Branch: cfgperl
1286            ! pod/perlfunc.pod
1287 ____________________________________________________________________________
1288 [  2996] By: jhi                                   on 1999/02/20  13:55:41
1289         Log: Glossary now mostly fixed.
1290      Branch: cfgperl
1291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1292            ! config_h.SH
1293 ____________________________________________________________________________
1294 [  2994] By: jhi                                   on 1999/02/20  11:58:33
1295         Log: Perldeltify GNU/Hurd.
1296      Branch: cfgperl
1297            ! pod/perldelta.pod
1298 ____________________________________________________________________________
1299 [  2993] By: gsar                                  on 1999/02/20  00:59:10
1300         Log: fix typo in Perl_sbrk()
1301              From: hansm@icgned.icgroup.nl
1302              Date: Fri, 19 Feb 1999 23:19:31 +0100
1303              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
1304              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
1305      Branch: perl
1306            ! malloc.c
1307 ____________________________________________________________________________
1308 [  2992] By: gsar                                  on 1999/02/20  00:51:08
1309         Log: integrate change#2980 from maint-5.005
1310      Branch: perl
1311           !> utils/h2xs.PL
1312 ____________________________________________________________________________
1313 [  2991] By: gsar                                  on 1999/02/20  00:34:01
1314         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1315              Date: Thu, 18 Feb 1999 18:51:38 +0000
1316              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
1317              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
1318      Branch: perl
1319            ! pp_hot.c t/op/pat.t
1320 ____________________________________________________________________________
1321 [  2990] By: gsar                                  on 1999/02/20  00:30:48
1322         Log: From: jan.dubois@ibm.net (Jan Dubois)
1323              Date: Thu, 18 Feb 1999 19:14:07 +0100
1324              Message-ID: <36d15809.40853323@smtp1.ibm.net>
1325              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
1326      Branch: perl
1327            ! win32/win32.c
1328 ____________________________________________________________________________
1329 [  2989] By: gsar                                  on 1999/02/20  00:27:01
1330         Log: do poll() emulation unless HAS_POLL && I_POLL
1331      Branch: perl
1332            ! ext/IO/poll.h
1333 ____________________________________________________________________________
1334 [  2988] By: gsar                                  on 1999/02/19  23:52:12
1335         Log: tweak RE for NaNQ? recognition
1336      Branch: perl
1337            ! t/lib/bigfloatpm.t
1338 ____________________________________________________________________________
1339 [  2987] By: gsar                                  on 1999/02/19  23:29:59
1340         Log: mention C<use utf8> and C<use warning> in perldelta
1341      Branch: perl
1342            ! pod/perldelta.pod
1343 ____________________________________________________________________________
1344 [  2985] By: jhi                                   on 1999/02/19  20:43:19
1345         Log: pack/unpack better in (network-)short-non-16-bits and
1346              (network-)long-non-32-bits systems such as Cray C90.
1347      Branch: cfgperl
1348            ! perl.h pp.c t/op/pack.t
1349 ____________________________________________________________________________
1350 [  2984] By: jhi                                   on 1999/02/19  20:38:54
1351         Log: Regen Configure.
1352      Branch: cfgperl
1353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1354            ! perl.c
1355 ____________________________________________________________________________
1356 [  2982] By: jhi                                   on 1999/02/19  19:51:49
1357         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
1358              not probed for and         
1359              
1360              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1361              To: Chaim Frenkel <chaimf@pobox.com>,
1362              Russ Allbery <rra@stanford.edu>,
1363              Jarkko Hietaniemi <jhi@iki.fi>,
1364              Gurusamy Sarathy <gsar@activestate.com>,
1365              Graham Barr <gbarr@pobox.com>
1366              Cc: bdensch@ameritech.net, perlbug@perl.com
1367              Subject: [PATCH] Re: Solaris 7 for Intel
1368              Message-ID: <19990219124404.A30182@O2.chapin.edu>
1369              
1370              Glossary is still missing some terms because
1371              mkglossary is misbehaving (change #2981 updated
1372              Glossary manually)
1373      Branch: cfgperl
1374            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1375            ! Porting/config_H
1376 ____________________________________________________________________________
1377 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
1378         Log: Make result of h2xs work when user adds C<use strict>
1379      Branch: maint-5.005/perl
1380            ! utils/h2xs.PL
1381 ____________________________________________________________________________
1382 [  2979] By: gsar                                  on 1999/02/19  05:24:29
1383         Log: doc for change#2978
1384      Branch: perl
1385            ! pod/perlsub.pod
1386 ____________________________________________________________________________
1387 [  2978] By: gsar                                  on 1999/02/19  05:08:29
1388         Log: bring '*' prototype closer to how it behaves internally
1389      Branch: perl
1390            + t/lib/fatal.t
1391            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
1392 ____________________________________________________________________________
1393 [  2977] By: gsar                                  on 1999/02/19  02:50:31
1394         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
1395      Branch: perl
1396            ! perly.h
1397 ____________________________________________________________________________
1398 [  2975] By: gsar                                  on 1999/02/18  21:41:57
1399         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
1400              of lexical searches in BEGIN|INIT|END)
1401      Branch: perl
1402            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
1403            ! vms/perly_c.vms
1404 ____________________________________________________________________________
1405 [  2974] By: gsar                                  on 1999/02/18  21:03:06
1406         Log: missing PERL_POLLUTE_MALLOC
1407      Branch: perl
1408            ! ext/SDBM_File/sdbm/sdbm.h
1409 ____________________________________________________________________________
1410 [  2973] By: gsar                                  on 1999/02/18  17:10:49
1411         Log: From:    Andy Dougherty <doughera@lafayette.edu>
1412              Date:    Wed, 17 Feb 1999 17:22:50 EST
1413              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
1414              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
1415      Branch: perl
1416            ! lib/dotsh.pl
1417 ____________________________________________________________________________
1418 [  2972] By: gsar                                  on 1999/02/18  17:04:12
1419         Log: s/#defined/#define/
1420      Branch: perl
1421            ! ext/Data/Dumper/Dumper.xs
1422 ____________________________________________________________________________
1423 [  2970] By: gsar                                  on 1999/02/18  03:26:43
1424         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
1425      Branch: perl
1426            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1427            ! ext/GDBM_File/typemap
1428 ____________________________________________________________________________
1429 [  2969] By: gsar                                  on 1999/02/17  23:30:47
1430         Log: correct slurp mode doc
1431      Branch: perl
1432            ! pod/perlfunc.pod pod/perlop.pod
1433 ____________________________________________________________________________
1434 [  2968] By: jhi                                   on 1999/02/17  23:15:49
1435         Log: Ultrix hints update.
1436              
1437              From: Spider Boardman <spider@zk3.dec.com>
1438              To: perlbug@perl.com
1439              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
1440              Date: Tue, 16 Feb 1999 23:04:28 -0500
1441              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
1442      Branch: cfgperl
1443            ! hints/ultrix_4.sh
1444 ____________________________________________________________________________
1445 [  2966] By: jhi                                   on 1999/02/17  23:09:21
1446         Log: Change #2965 wiped out some Sarathy's _55 changes.
1447              Now unwiped.
1448      Branch: cfgperl
1449            ! Configure pp.c t/op/pack.t
1450 ____________________________________________________________________________
1451 [  2965] By: jhi                                   on 1999/02/17  23:00:04
1452         Log: Configure tweaks.
1453              
1454              Fix the Unixware/SCO uname scan:
1455              
1456              From: Tom Hughes <thh@cyberscience.com>
1457              To: perlbug@perl.com
1458              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
1459              Date: 17 Feb 1999 15:34:15 +0000    
1460              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
1461              
1462              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
1463              
1464              From: Joe Buehler <jhpb@hekimian.com>
1465              To: perl5-porters@perl.org
1466              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
1467              Date: 12 Feb 1999 11:25:21 -0500
1468              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
1469              
1470              Make the pthreads joinable constant scan to output to fd 4, not 2.
1471      Branch: cfgperl
1472            ! Configure
1473 ____________________________________________________________________________
1474 [  2964] By: gsar                                  on 1999/02/17  21:30:07
1475         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1476              Date: Wed, 17 Feb 1999 06:53:13 -0700
1477              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
1478              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
1479      Branch: perl
1480            ! lib/Pod/Functions.pm
1481 ____________________________________________________________________________
1482 [  2963] By: gsar                                  on 1999/02/17  21:18:21
1483         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
1484              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1485              Date: Wed, 17 Feb 1999 10:06:01 +0000
1486              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
1487              Subject: Re: [5.005_53] panic: pad_free curpad 
1488      Branch: perl
1489            ! regcomp.c regexec.c t/op/misc.t
1490 ____________________________________________________________________________
1491 [  2962] By: gsar                                  on 1999/02/16  21:26:28
1492         Log: NaNQ? tweak
1493      Branch: perl
1494            ! t/lib/bigfloatpm.t
1495 ____________________________________________________________________________
1496 [  2961] By: jhi                                   on 1999/02/16  19:26:38
1497         Log: Integrate from mainperl.
1498      Branch: cfgperl
1499           !> (integrate 37 files)
1500 ____________________________________________________________________________
1501 [  2960] By: gsar                                  on 1999/02/16  18:04:29
1502         Log: undo change#2465 (qw[] is a real list now)
1503      Branch: perl
1504            ! pod/perlop.pod
1505 ____________________________________________________________________________
1506 [  2959] By: gsar                                  on 1999/02/16  07:09:33
1507         Log: this was 5.005_55
1508      Branch: perl
1509            ! Changes
1510
1511 ----------------
1512 Version 5.005_55
1513 ----------------
1514
1515 ____________________________________________________________________________
1516 [  2958] By: gsar                                  on 1999/02/16  06:18:27
1517         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
1518              elide dups and non-dependents from Changes
1519      Branch: perl
1520            ! Changes pod/perlhist.pod
1521           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
1522           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
1523           !> pod/perlport.pod pp.c t/op/pack.t
1524 ____________________________________________________________________________
1525 [  2957] By: gsar                                  on 1999/02/16  04:09:47
1526         Log: propagate PERL_VERSION everywhere, add to pod
1527      Branch: perl
1528            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
1529            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
1530            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
1531            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
1532            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
1533            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
1534            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
1535            ! win32/config.gc win32/config.vc win32/config_sh.PL
1536            ! win32/win32.c x2p/a2py.c
1537 ____________________________________________________________________________
1538 [  2955] By: jhi                                   on 1999/02/15  16:15:03
1539         Log: The pack tests now better in C90 (after the packnative patches).
1540      Branch: cfgperl
1541            ! t/op/pack.t
1542 ____________________________________________________________________________
1543 [  2954] By: gsar                                  on 1999/02/15  14:11:50
1544         Log: tweak Configure to follow new PERL_VERSION etc.
1545      Branch: perl
1546            ! Configure patchlevel.h pod/perlhist.pod
1547 ____________________________________________________________________________
1548 [  2953] By: jhi                                   on 1999/02/15  14:02:21
1549         Log: Integrate from mainperl.
1550      Branch: cfgperl
1551           !> MANIFEST Porting/makerel
1552 ____________________________________________________________________________
1553 [  2952] By: jhi                                   on 1999/02/15  13:50:07
1554         Log: Enhance the packnative patch: use the packnative code
1555              only if required.  Also added hefty testing (hopefully
1556              I didn't assume too much...).  Tested on alpha, ix86, sparc.
1557      Branch: cfgperl
1558            ! pod/perlfunc.pod pp.c t/op/pack.t
1559 ____________________________________________________________________________
1560 [  2951] By: jhi                                   on 1999/02/15  13:46:56
1561         Log: AVAILABILITY from 5.005_03-tobe, will of course
1562              require updating when 5.006 comes out.
1563      Branch: cfgperl
1564            ! pod/perl.pod
1565 ____________________________________________________________________________
1566 [  2949] By: gsar                                  on 1999/02/15  13:28:51
1567         Log: will this be it for 5.005_55?
1568      Branch: perl
1569            ! MANIFEST Porting/makerel
1570 ____________________________________________________________________________
1571 [  2948] By: jhi                                   on 1999/02/15  13:23:52
1572         Log: Integrate from mainperl.
1573      Branch: cfgperl
1574           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
1575           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1576           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
1577           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
1578           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
1579           !> win32/config.gc win32/config.vc win32/config_H.bc
1580           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
1581 ____________________________________________________________________________
1582 [  2947] By: jhi                                   on 1999/02/15  13:20:41
1583         Log: perlport.pod 1.39 from Chris.
1584      Branch: cfgperl
1585            ! pod/perlport.pod
1586 ____________________________________________________________________________
1587 [  2946] By: jhi                                   on 1999/02/15  13:09:58
1588         Log: Import Ultrix update, change #2864, 
1589              
1590              From: Spider Boardman <spider@zk3.dec.com>
1591              To: perlbug@perl.com
1592              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
1593              Date: Wed, 10 Feb 1999 23:33:31 -0500
1594              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
1595      Branch: cfgperl
1596            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
1597 ____________________________________________________________________________
1598 [  2945] By: jhi                                   on 1999/02/15  13:04:50
1599         Log: OpenBSD sparc SHMLBA.
1600      Branch: cfgperl
1601            ! ext/IPC/SysV/SysV.xs
1602 ____________________________________________________________________________
1603 [  2944] By: gsar                                  on 1999/02/15  12:09:52
1604         Log: update win32/config* stuff, Changes
1605      Branch: perl
1606            ! Changes win32/Makefile win32/config.bc win32/config.gc
1607            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1608            ! win32/config_H.vc win32/makefile.mk
1609 ____________________________________________________________________________
1610 [  2943] By: gsar                                  on 1999/02/15  11:54:08
1611         Log: #include patchlevel.h by default, provide
1612              PERL_{REVISION,VERSION,SUBVERSION}
1613      Branch: perl
1614            ! patchlevel.h perl.h
1615 ____________________________________________________________________________
1616 [  2942] By: gsar                                  on 1999/02/15  10:26:59
1617         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
1618              misc fixes
1619      Branch: perl
1620            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
1621 ____________________________________________________________________________
1622 [  2941] By: gsar                                  on 1999/02/15  10:24:37
1623         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
1624              Message-ID: <19990207002851.B9185@toldyouso.com>
1625              Message-ID: <19990207212152.A9765@toldyouso.com>
1626              Message-ID: <19990207212041.A9622@toldyouso.com>
1627              Message-ID: <19990207213127.A10244@toldyouso.com>
1628              Message-ID: <19990207212559.A9950@toldyouso.com>
1629              Message-ID: <19990207212842.A9994@toldyouso.com>
1630              Message-ID: <19990207212500.A9860@toldyouso.com>
1631              Message-ID: <19990207213013.A10105@toldyouso.com>
1632      Branch: perl
1633            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
1634            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
1635            ! pod/perlmodlib.pod pod/perltoc.pod
1636 ____________________________________________________________________________
1637 [  2940] By: gsar                                  on 1999/02/15  10:07:08
1638         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
1639              of suggested patch)
1640              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
1641              Date: Mon, 08 Feb 1999 01:14:41 -0000
1642              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
1643              Subject: [PATCH 5.005_54] some pending C.pm stuff 
1644      Branch: perl
1645            ! ext/B/B/C.pm
1646 ____________________________________________________________________________
1647 [  2939] By: jhi                                   on 1999/02/15  08:40:18
1648         Log: Integrate from mainperl.
1649      Branch: cfgperl
1650           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
1651            - lib/File/PathConvert.pm
1652           !> (integrate 81 files)
1653 ____________________________________________________________________________
1654 [  2938] By: gsar                                  on 1999/02/15  06:56:39
1655         Log: change#2839 was bogus, redo
1656      Branch: perl
1657           !> t/lib/h2ph.pht
1658 ____________________________________________________________________________
1659 [  2937] By: gsar                                  on 1999/02/15  06:38:15
1660         Log: support Win32::GetFullPathName() and Win32::SetLastError()
1661              From: jan.dubois@ibm.net (Jan Dubois)
1662              Date: Tue, 09 Feb 1999 22:27:31 +0100
1663              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
1664              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
1665      Branch: perl
1666            ! win32/win32.c
1667 ____________________________________________________________________________
1668 [  2936] By: gsar                                  on 1999/02/15  06:26:39
1669         Log: support native integers, pack("L_",...) etc. (via private mail)
1670              From: Jarkko Hietaniemi <jhi@iki.fi>
1671              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
1672              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
1673              Subject: the "packnative" patch
1674      Branch: perl
1675            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
1676            ! t/lib/ipc_sysv.t t/op/pack.t
1677 ____________________________________________________________________________
1678 [  2935] By: gsar                                  on 1999/02/15  06:04:02
1679         Log: From: Michael G Schwern <schwern@pobox.com>
1680              Date: Tue, 9 Feb 1999 04:13:12 -0500
1681              Message-ID: <19990209041312.A15788@toldyouso.com>
1682              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
1683      Branch: perl
1684            ! utils/h2xs.PL
1685 ____________________________________________________________________________
1686 [  2934] By: gsar                                  on 1999/02/15  05:30:13
1687         Log: fix bugs in the handling of negative numbers, among other things
1688              From: Steven Knight <knight@theopera.baldmt.citilink.com>
1689              Date: Mon, 8 Feb 1999 01:16:24 -0600
1690              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
1691              Subject: Math::BigFloat and Math::BigInt
1692      Branch: perl
1693            + t/lib/bigfloat.t t/lib/bigfloatpm.t
1694            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
1695            ! t/lib/bigintpm.t
1696 ____________________________________________________________________________
1697 [  2933] By: gsar                                  on 1999/02/15  04:57:52
1698         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
1699              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
1700              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
1701              Subject: s2p incorrectly handles hold space commands
1702      Branch: perl
1703            ! x2p/s2p.PL
1704 ____________________________________________________________________________
1705 [  2932] By: gsar                                  on 1999/02/15  04:45:55
1706         Log: clarify what a "line" is
1707      Branch: perl
1708            ! pod/perlfunc.pod pod/perlvar.pod
1709 ____________________________________________________________________________
1710 [  2931] By: gsar                                  on 1999/02/15  04:23:29
1711         Log: backout change#2811 and add newer version based on File::Spec
1712              From: Barrie Slaymaker <rbs@telerama.com>
1713              Date: Thu, 11 Feb 1999 16:29:24 -0500
1714              Message-ID: <36C34BB4.A62090E0@telerama.com>
1715              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
1716      Branch: perl
1717            - lib/File/PathConvert.pm
1718            ! MANIFEST installhtml lib/Pod/Html.pm
1719 ____________________________________________________________________________
1720 [  2930] By: gsar                                  on 1999/02/15  04:16:25
1721         Log: From: Barrie Slaymaker <rbs@telerama.com>
1722              Date: Thu, 11 Feb 1999 19:39:48 -0500
1723              Message-ID: <36C37854.707D139@telerama.com>
1724              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
1725      Branch: perl
1726            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
1727 ____________________________________________________________________________
1728 [  2929] By: gsar                                  on 1999/02/15  04:06:50
1729         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
1730              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
1731              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
1732              Subject: [PATCH]5.005_54 (DOC) fix many typos
1733              --
1734              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
1735              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
1736              Subject: [PATCH]5.005_54 (DOC) typos
1737      Branch: perl
1738            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
1739            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
1740            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1741            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1742            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
1743            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
1744            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
1745            ! pod/perlvar.pod pod/perlxs.pod
1746 ____________________________________________________________________________
1747 [  2928] By: gsar                                  on 1999/02/15  03:39:53
1748         Log: allow the Carp routines to pass through exception objects
1749      Branch: perl
1750            ! lib/Carp.pm
1751 ____________________________________________________________________________
1752 [  2927] By: gsar                                  on 1999/02/15  03:22:57
1753         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
1754      Branch: perl
1755            ! pod/perlfaq8.pod
1756 ____________________________________________________________________________
1757 [  2926] By: gsar                                  on 1999/02/15  03:19:39
1758         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
1759              have done that, but didn't)
1760      Branch: perl
1761           !> utils/h2ph.PL
1762 ____________________________________________________________________________
1763 [  2925] By: gsar                                  on 1999/02/15  03:17:01
1764         Log: integrate cfgperl changes into mainline
1765      Branch: perl
1766            ! Changes
1767           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1768           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
1769           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
1770           !> vms/subconfigure.com
1771 ____________________________________________________________________________
1772 [  2924] By: gsar                                  on 1999/02/15  03:07:08
1773         Log: add const qualifier to most char* prototypes, handle ripple effect
1774      Branch: perl
1775            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
1776            ! universal.c util.c
1777 ____________________________________________________________________________
1778 [  2923] By: gsar                                  on 1999/02/15  01:04:30
1779         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1780              Date: Thu, 04 Feb 1999 02:37:31 +0000
1781              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
1782              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
1783      Branch: perl
1784            ! pp_ctl.c t/op/range.t
1785 ____________________________________________________________________________
1786 [  2922] By: gsar                                  on 1999/02/15  00:24:34
1787         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1788              Date: Sun, 31 Jan 1999 01:50:06 +0000
1789              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
1790              Subject: [PATCH 5.005_03t4] regexp flags bug
1791      Branch: perl
1792            ! regcomp.c t/op/re_tests
1793 ____________________________________________________________________________
1794 [  2921] By: gsar                                  on 1999/02/15  00:13:02
1795         Log: use New() et al., rather than safemalloc() et al.
1796              From: jan.dubois@ibm.net (Jan Dubois)
1797              Date: Fri, 29 Jan 1999 23:27:22 +0100
1798              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
1799              Subject: [PATCH _03-MT5] POSIX.xs memory API
1800      Branch: perl
1801            ! ext/POSIX/POSIX.xs
1802 ____________________________________________________________________________
1803 [  2920] By: gsar                                  on 1999/02/15  00:05:33
1804         Log: tweak READ() docs to mention $buffer must be altered by reference
1805      Branch: perl
1806            ! pod/perltie.pod
1807 ____________________________________________________________________________
1808 [  2919] By: gsar                                  on 1999/02/14  23:50:39
1809         Log: applied suggested patch, with several language/readability tweaks
1810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1811              Date: Fri, 29 Jan 1999 00:25:02 -0500
1812              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
1813              Subject: Re: [PATCH 5.005_*] Better parsing docs
1814      Branch: perl
1815            ! pod/perlop.pod
1816 ____________________________________________________________________________
1817 [  2918] By: gsar                                  on 1999/02/14  23:20:42
1818         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
1819              of silently returning bogus values)
1820              From: Peter Chines <pchines@nhgri.nih.gov>
1821              Date: Wed, 27 Jan 1999 16:11:31 -0500
1822              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
1823              Subject: Time::Local
1824      Branch: perl
1825            ! lib/Time/Local.pm pod/perldelta.pod
1826 ____________________________________________________________________________
1827 [  2917] By: gsar                                  on 1999/02/14  11:21:43
1828         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1829              Date: Thu, 28 Jan 1999 10:02:20 -0500
1830              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
1831              Subject: Re: [PATCH 5.005_53] Better perldoc
1832      Branch: perl
1833            ! utils/perldoc.PL
1834 ____________________________________________________________________________
1835 [  2916] By: gsar                                  on 1999/02/14  10:59:38
1836         Log: back out change#2751, apply updated version 
1837              From: jan.dubois@ibm.net (Jan Dubois)
1838              Date: Sat, 06 Feb 1999 01:06:29 +0100
1839              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
1840              Subject: [PATCH] Cleanup of File::Spec module
1841      Branch: perl
1842            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1843            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1844            ! lib/File/Spec/Win32.pm
1845 ____________________________________________________________________________
1846 [  2915] By: gsar                                  on 1999/02/14  10:48:01
1847         Log: tweak select() test
1848      Branch: perl
1849            ! pod/perlipc.pod t/op/fh.t
1850 ____________________________________________________________________________
1851 [  2914] By: gsar                                  on 1999/02/14  10:25:55
1852         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
1853      Branch: perl
1854            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
1855 ____________________________________________________________________________
1856 [  2913] By: gsar                                  on 1999/02/14  10:03:51
1857         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
1858              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
1859              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
1860              Subject: Re: SvOPV() or SvPV_nolen() or ...
1861      Branch: perl
1862            ! pod/perlguts.pod
1863 ____________________________________________________________________________
1864 [  2912] By: gsar                                  on 1999/02/14  09:57:29
1865         Log: provide SvPV_nolen(sv) to avoid use of PL_na
1866              From: jan.dubois@ibm.net (Jan Dubois)
1867              Date: Sun, 24 Jan 1999 02:45:32 +0100
1868              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
1869              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
1870      Branch: perl
1871            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
1872            ! sv.h
1873 ____________________________________________________________________________
1874 [  2911] By: gsar                                  on 1999/02/14  06:51:05
1875         Log: elide stray effluvium
1876      Branch: perl
1877            ! pod/perldelta.pod
1878 ____________________________________________________________________________
1879 [  2910] By: gsar                                  on 1999/02/14  05:51:56
1880         Log: slurping an empty file should return '' rather than undef, with
1881              commensurate effects on ARGV processing
1882      Branch: perl
1883            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1884            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
1885 ____________________________________________________________________________
1886 [  2909] By: gsar                                  on 1999/02/14  00:02:11
1887         Log: perly_c.diff typo
1888      Branch: perl
1889            ! perly.c perly_c.diff vms/perly_c.vms
1890 ____________________________________________________________________________
1891 [  2908] By: gsar                                  on 1999/02/13  18:20:13
1892         Log: From: jan.dubois@ibm.net (Jan Dubois)
1893              Date: Sat, 13 Feb 1999 13:25:53 +0100
1894              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
1895              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
1896      Branch: perl
1897            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
1898 ____________________________________________________________________________
1899 [  2907] By: jhi                                   on 1999/02/13  15:07:26
1900         Log: Integrate from mainperl.
1901      Branch: cfgperl
1902           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
1903           !> (integrate 150 files)
1904 ____________________________________________________________________________
1905 [  2903] By: gsar                                  on 1999/02/12  13:25:59
1906         Log: From: jan.dubois@ibm.net (Jan Dubois)
1907              Date: Sun, 24 Jan 1999 01:12:00 +0100
1908              Message-ID: <36b66479.62756298@smtp1.ibm.net>
1909              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
1910      Branch: perl
1911            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
1912            ! proto.h sv.c sv.h
1913 ____________________________________________________________________________
1914 [  2902] By: gsar                                  on 1999/02/12  12:55:11
1915         Log: script to generate ctags from etags
1916              From: Colin Kuskie <ckuskie@cadence.com>
1917              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
1918              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
1919              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
1920      Branch: perl
1921            + emacs/e2ctags.pl
1922            ! Makefile.SH pod/perlfaq3.pod
1923 ____________________________________________________________________________
1924 [  2901] By: gsar                                  on 1999/02/12  12:40:17
1925         Log: allow boolean assign ops to be lvalues
1926              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1927              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
1928              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
1929              --
1930              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1931              Date: Mon, 18 Jan 1999 10:04:00 +0000
1932              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
1933              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
1934      Branch: perl
1935            + t/op/lop.t
1936            ! MANIFEST op.c
1937 ____________________________________________________________________________
1938 [  2899] By: jhi                                   on 1999/02/12  12:03:48
1939         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
1940      Branch: cfgperl
1941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1942            ! config_h.SH hints/openbsd.sh
1943 ____________________________________________________________________________
1944 [  2898] By: gsar                                  on 1999/02/12  11:49:25
1945         Log: support win32_putenv()
1946      Branch: perl
1947            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
1948            ! win32/win32.c win32/win32iop.h
1949 ____________________________________________________________________________
1950 [  2894] By: gsar                                  on 1999/02/12  11:09:27
1951         Log: add missing hunk in change#2657
1952      Branch: perl
1953            ! ext/B/B/CC.pm
1954 ____________________________________________________________________________
1955 [  2893] By: gsar                                  on 1999/02/12  11:00:13
1956         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1957              Date: Tue, 19 Jan 1999 20:13:15 -0500
1958              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
1959              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
1960      Branch: perl
1961            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
1962            ! t/pragma/subs.t t/pragma/warning.t
1963 ____________________________________________________________________________
1964 [  2892] By: gsar                                  on 1999/02/12  10:44:38
1965         Log: update change#2670 to later version
1966              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1967              Date: Sun, 31 Jan 1999 16:16:14 +0000
1968              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
1969              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
1970      Branch: perl
1971            ! t/op/subst.t toke.c
1972 ____________________________________________________________________________
1973 [  2891] By: gsar                                  on 1999/02/12  10:31:17
1974         Log: make testsuite somewhat location independent
1975      Branch: perl
1976            ! (edit 117 files)
1977 ____________________________________________________________________________
1978 [  2890] By: gsar                                  on 1999/02/12  10:00:30
1979         Log: add $AutoLoader::VERSION
1980      Branch: perl
1981            ! lib/AutoLoader.pm
1982 ____________________________________________________________________________
1983 [  2889] By: gsar                                  on 1999/02/12  09:55:48
1984         Log: tweak PERL_STRICT_CR notes
1985      Branch: perl
1986            ! pod/perl5005delta.pod
1987 ____________________________________________________________________________
1988 [  2888] By: gsar                                  on 1999/02/12  09:41:45
1989         Log: add note about test-notty target
1990      Branch: perl
1991            ! README.win32
1992 ____________________________________________________________________________
1993 [  2887] By: gsar                                  on 1999/02/12  09:37:37
1994         Log: add perltodo.pod
1995      Branch: perl
1996            + pod/perltodo.pod
1997            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
1998            ! win32/pod.mak
1999 ____________________________________________________________________________
2000 [  2886] By: jhi                                   on 1999/02/12  08:52:14
2001         Log: Integrate from mainperl.
2002      Branch: cfgperl
2003           +> t/op/fh.t
2004           !> (integrate 30 files)
2005 ____________________________________________________________________________
2006 [  2885] By: gsar                                  on 1999/02/12  08:42:10
2007         Log: note how to find REG_INFTY limit
2008      Branch: perl
2009            ! pod/perlre.pod
2010 ____________________________________________________________________________
2011 [  2884] By: jhi                                   on 1999/02/12  08:36:14
2012         Log: OpenBSD pthreads awareness, thanks to
2013              David Leonard <david.leonard@csee.uq.edu.au>
2014      Branch: maint-5.005/perl
2015            ! Configure hints/openbsd.sh
2016 ____________________________________________________________________________
2017 [  2882] By: gsar                                  on 1999/02/12  08:05:20
2018         Log: IO is maintained by p5p (per Graham Barr's wishes)
2019      Branch: perl
2020            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
2021            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
2022            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
2023            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
2024 ____________________________________________________________________________
2025 [  2881] By: gsar                                  on 1999/02/12  07:57:13
2026         Log: fh.t typo
2027      Branch: perl
2028            ! t/op/fh.t
2029 ____________________________________________________________________________
2030 [  2880] By: gsar                                  on 1999/02/12  07:38:16
2031         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
2032      Branch: perl
2033            ! perl.c pod/perlrun.pod
2034 ____________________________________________________________________________
2035 [  2879] By: gsar                                  on 1999/02/12  05:39:29
2036         Log: fix ops that are not filehandle constructors to not create GV if it
2037              doesn't already exist (avoids leaks); extend semantics of defined()
2038              so that defined(*{$foo}) works (experimental)
2039      Branch: perl
2040            + t/op/fh.t
2041            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
2042            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
2043 ____________________________________________________________________________
2044 [  2877] By: jhi                                   on 1999/02/11  20:44:00
2045         Log: From: Chris Nandor <pudge@pobox.com>
2046              To: perl5-porters@perl.org
2047              Subject: [PATCH] perlport.pod 1.39
2048              Date: Thu, 11 Feb 1999 12:28:35 -0500
2049              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
2050      Branch: cfgperl
2051            ! pod/perlport.pod
2052 ____________________________________________________________________________
2053 [  2870] By: gsar                                  on 1999/02/11  11:17:08
2054         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
2055      Branch: perl
2056            ! ext/IO/lib/IO/Pipe.pm
2057 ____________________________________________________________________________
2058 [  2869] By: gsar                                  on 1999/02/11  11:00:56
2059         Log: update win32/pod.mak
2060      Branch: perl
2061            ! win32/pod.mak
2062 ____________________________________________________________________________
2063 [  2868] By: gsar                                  on 1999/02/11  10:42:44
2064         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
2065              Date: Fri, 08 Jan 1999 14:36:53 +1100
2066              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
2067              Subject: Re: [Fwd: IO::Socket::connect and blocking]
2068      Branch: perl
2069            ! ext/IO/lib/IO/Socket.pm
2070 ____________________________________________________________________________
2071 [  2867] By: gsar                                  on 1999/02/11  09:43:03
2072         Log: av_extend() doc tweak from Jan Dubois
2073      Branch: perl
2074            ! pod/perlguts.pod
2075 ____________________________________________________________________________
2076 [  2866] By: gsar                                  on 1999/02/11  09:27:17
2077         Log: display full pathname of unreadable files
2078      Branch: perl
2079            ! utils/perldoc.PL
2080 ____________________________________________________________________________
2081 [  2865] By: gsar                                  on 1999/02/11  09:02:31
2082         Log: missing patch in change#2522
2083      Branch: perl
2084            ! lib/Pod/Text.pm
2085 ____________________________________________________________________________
2086 [  2864] By: jhi                                   on 1999/02/11  08:45:00
2087         Log: From: Spider Boardman <spider@zk3.dec.com>
2088              To: perlbug@perl.com
2089              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2090              Date: Wed, 10 Feb 1999 23:33:31 -0500
2091              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2092      Branch: maint-5.005/perl
2093            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2094 ____________________________________________________________________________
2095 [  2862] By: gsar                                  on 1999/02/11  08:14:34
2096         Log: integrate changes#2738,2740 from maint-5.005
2097      Branch: perl
2098           !> lib/ExtUtils/MakeMaker.pm
2099 ____________________________________________________________________________
2100 [  2861] By: jhi                                   on 1999/02/11  08:04:25
2101         Log: Integrate from mainperl.
2102      Branch: cfgperl
2103           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
2104           !> t/op/range.t win32/config.gc
2105 ____________________________________________________________________________
2106 [  2860] By: gsar                                  on 1999/02/11  07:30:08
2107         Log: binmode() support for cygwin32 (suggested by Steven Morlock
2108              <newspost@morlock.net>)
2109      Branch: perl
2110            ! perl.h
2111 ____________________________________________________________________________
2112 [  2859] By: gsar                                  on 1999/02/11  07:14:21
2113         Log: update Changes
2114      Branch: perl
2115            ! Changes
2116           !> pod/perl5005delta.pod
2117 ____________________________________________________________________________
2118 [  2856] By: gsar                                  on 1999/02/11  07:07:39
2119         Log: integrate perldelta changes from maint-5.005
2120      Branch: perl
2121           !> pod/perl5005delta.pod
2122 ____________________________________________________________________________
2123 [  2855] By: gsar                                  on 1999/02/11  06:31:50
2124         Log: applied suggested patch; added tests
2125              From: Adam Krolnik <adamk@gypsy.cyrix.com>
2126              Date: Sat, 12 Dec 98 15:30:18 -0600
2127              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
2128              Subject: Range operation doesn't handle IV_MAX
2129      Branch: perl
2130            ! pp_ctl.c t/op/range.t
2131 ____________________________________________________________________________
2132 [  2854] By: gsar                                  on 1999/02/11  05:00:55
2133         Log: compatibility fix: magic non-propagation in foreach implicit localization
2134      Branch: perl
2135            ! pp_ctl.c t/op/local.t win32/config.gc
2136 ____________________________________________________________________________
2137 [  2852] By: gsar                                  on 1999/02/10  23:17:49
2138         Log: fair warning about -Dusethreads
2139      Branch: maint-5.005/perl
2140            ! Configure INSTALL README.threads
2141 ____________________________________________________________________________
2142 [  2847] By: jhi                                   on 1999/02/09  19:13:28
2143         Log: Integrate from mainperl.
2144      Branch: cfgperl
2145           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
2146           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
2147 ____________________________________________________________________________
2148 [  2846] By: gsar                                  on 1999/02/09  13:53:28
2149         Log: a modified version of suggested patch for pack template 'Z'; added docs
2150              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
2151              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
2152              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
2153              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
2154      Branch: perl
2155            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
2156 ____________________________________________________________________________
2157 [  2845] By: gsar                                  on 1999/02/09  00:03:26
2158         Log: clarify docs for change#2835
2159      Branch: perl
2160            ! pod/perldelta.pod pod/perlop.pod
2161 ____________________________________________________________________________
2162 [  2844] By: gsar                                  on 1999/02/08  23:40:57
2163         Log: addendum to change#2823
2164              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2165              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
2166              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
2167              Subject: [PATCH] Docs and tests for method-call syntax
2168      Branch: perl
2169            ! pod/perlobj.pod t/op/method.t
2170 ____________________________________________________________________________
2171 [  2843] By: jhi                                   on 1999/02/08  21:06:28
2172         Log: Ultrix mmap tidbit.
2173      Branch: cfgperl
2174            ! hints/ultrix_4.sh
2175 ____________________________________________________________________________
2176 [  2842] By: jhi                                   on 1999/02/08  20:22:55
2177         Log: Integrate from mainperl.
2178      Branch: cfgperl
2179           +> t/op/subst_wamp.t
2180           !> (integrate 35 files)
2181 ____________________________________________________________________________
2182 [  2841] By: jhi                                   on 1999/02/08  18:23:26
2183         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2184              To: Mailing list Perl5 <perl5-porters@perl.org>
2185              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2186              Date: Sun, 7 Feb 1999 17:25:22 -0500
2187              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2188      Branch: cfgperl
2189            + t/op/subst_amp.t
2190            ! MANIFEST regcomp.c t/op/subst.t
2191 ____________________________________________________________________________
2192 [  2840] By: jhi                                   on 1999/02/08  18:16:54
2193         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2194              To: Mailing list Perl5 <perl5-porters@perl.org>
2195              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2196              Date: Sun, 7 Feb 1999 17:00:10 -0500
2197              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2198      Branch: cfgperl
2199            ! pp_hot.c t/op/pat.t
2200 ____________________________________________________________________________
2201 [  2839] By: jhi                                   on 1999/02/08  17:25:30
2202         Log: A require was missing.
2203      Branch: cfgperl
2204            ! t/lib/h2ph.pht
2205 ____________________________________________________________________________
2206 [  2838] By: jhi                                   on 1999/02/08  16:38:41
2207         Log: Bring in the change #2809 (the Configure part has been
2208              modified rather a lot since the #2809, though.)
2209      Branch: cfgperl
2210            ! Configure utils/h2ph.PL
2211 ____________________________________________________________________________
2212 [  2835] By: gsar                                  on 1999/02/08  14:40:23
2213         Log: make qw() into a true list at compile time (slightly modified
2214              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
2215      Branch: perl
2216            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
2217 ____________________________________________________________________________
2218 [  2834] By: gsar                                  on 1999/02/08  13:23:16
2219         Log: make safesysmalloc() etc., always available; safemalloc() et al are
2220              now macros that point to the right malloc; fix various places in
2221              sources that need to always use safesysmalloc() et al
2222      Branch: perl
2223            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
2224            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
2225 ____________________________________________________________________________
2226 [  2833] By: gsar                                  on 1999/02/08  10:56:16
2227         Log: remove spurious #endif in last change
2228      Branch: perl
2229            ! perl.h
2230 ____________________________________________________________________________
2231 [  2832] By: gsar                                  on 1999/02/08  10:34:55
2232         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
2233              them ask for insanity (untested)
2234      Branch: perl
2235            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
2236            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
2237            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
2238 ____________________________________________________________________________
2239 [  2831] By: jhi                                   on 1999/02/08  08:33:33
2240         Log: Update vms/subconfigure.com along the lines of change #2829.
2241      Branch: cfgperl
2242            ! vms/subconfigure.com
2243 ____________________________________________________________________________
2244 [  2830] By: gsar                                  on 1999/02/08  00:19:46
2245         Log: integrate cfgperl changes into mainline
2246      Branch: perl
2247           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
2248           +> lib/File/PathConvert.pm pod/perlthrtut.pod
2249            ! Changes
2250           !> (integrate 93 files)
2251 ____________________________________________________________________________
2252 [  2829] By: jhi                                   on 1999/02/07  23:49:46
2253         Log: Configure update.
2254              
2255              Probe for mmap() et alia.
2256              The *cc*symbols patch (just Configure, no h2ph).
2257      Branch: cfgperl
2258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2259            ! config_h.SH perl.h
2260 ____________________________________________________________________________
2261 [  2828] By: gsar                                  on 1999/02/07  23:38:47
2262         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2263              Date: Sun, 7 Feb 1999 17:25:22 -0500
2264              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
2265              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
2266      Branch: perl
2267            + t/op/subst_amp.t t/op/subst_wamp.t
2268            ! MANIFEST regcomp.c t/op/subst.t
2269 ____________________________________________________________________________
2270 [  2827] By: gsar                                  on 1999/02/07  23:27:32
2271         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2272              Date: Sun, 7 Feb 1999 17:00:10 -0500
2273              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
2274              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
2275      Branch: perl
2276            ! pp_hot.c t/op/pat.t
2277 ____________________________________________________________________________
2278 [  2826] By: gsar                                  on 1999/02/07  23:26:04
2279         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
2280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281              Date: Sun, 7 Feb 1999 15:07:27 -0500
2282              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
2283              Subject: Re: fixing memory leaks in REx compilation
2284      Branch: perl
2285            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
2286            ! regexec.c
2287 ____________________________________________________________________________
2288 [  2825] By: jhi                                   on 1999/02/07  18:05:13
2289         Log: Integrate from mainperl.
2290      Branch: cfgperl
2291           +> lib/DB.pm t/comp/bproto.t
2292           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
2293           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
2294           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
2295           !> toke.c vms/perly_c.vms
2296 ____________________________________________________________________________
2297 [  2824] By: gsar                                  on 1999/02/07  14:21:48
2298         Log: tweak doc on bitwise ops
2299      Branch: perl
2300            ! pod/perlop.pod
2301 ____________________________________________________________________________
2302 [  2823] By: gsar                                  on 1999/02/07  13:38:31
2303         Log: applied suggested patch; regen perly* and vms/perly*
2304              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2305              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
2306              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
2307              Subject: [PATCH] Re: Suggestion for perlobj man page
2308      Branch: perl
2309            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
2310 ____________________________________________________________________________
2311 [  2822] By: gsar                                  on 1999/02/07  12:39:09
2312         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
2313              disabled, fails tests)
2314      Branch: perl
2315            ! regcomp.h
2316 ____________________________________________________________________________
2317 [  2821] By: gsar                                  on 1999/02/07  11:09:39
2318         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
2319              <Alexander.Barilo@aexp.com>)
2320      Branch: perl
2321            ! lib/Pod/Html.pm
2322 ____________________________________________________________________________
2323 [  2820] By: gsar                                  on 1999/02/07  10:20:35
2324         Log: add draft debugging API implementation
2325      Branch: perl
2326            + lib/DB.pm
2327            ! MANIFEST
2328 ____________________________________________________________________________
2329 [  2819] By: gsar                                  on 1999/02/07  09:58:45
2330         Log: avoid garbage in db->dirbuf
2331              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
2332              Date: Sat, 05 Dec 1998 14:14:54 +0900
2333              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
2334              Subject: SDBM bug
2335      Branch: perl
2336            ! ext/SDBM_File/sdbm/sdbm.c
2337 ____________________________________________________________________________
2338 [  2818] By: gsar                                  on 1999/02/07  09:32:24
2339         Log: missing entry
2340      Branch: perl
2341            ! MANIFEST
2342 ____________________________________________________________________________
2343 [  2817] By: gsar                                  on 1999/02/07  09:30:47
2344         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
2345      Branch: perl
2346            + t/comp/bproto.t
2347            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2348 ____________________________________________________________________________
2349 [  2816] By: gsar                                  on 1999/02/06  00:14:29
2350         Log: minor bug in dumping blessed subrefs
2351      Branch: perl
2352            ! ext/Data/Dumper/Dumper.pm
2353 ____________________________________________________________________________
2354 [  2812] By: jhi                                   on 1999/02/03  22:02:24
2355         Log: Enhance change #2808.
2356              
2357              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2358              To: perl5-porters@perl.org
2359              Subject: Re: [PATCH 5.00*]: perlbug checklist
2360              Date: Wed, 3 Feb 1999 19:02:27 +0000
2361              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
2362      Branch: cfgperl
2363            ! utils/perlbug.PL
2364 ____________________________________________________________________________
2365 [  2811] By: jhi                                   on 1999/02/03  21:53:23
2366         Log: From: Barrie Slaymaker <rbs@telerama.com>
2367              To: perl5-porters@perl.org
2368              CC: pod-people@perl.org
2369              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
2370              Date: Wed, 03 Feb 1999 10:34:18 -0500
2371              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
2372              
2373              Add File::PathConvert.pm.
2374              Fix Pod::Html and installhtml to understand relative urls.
2375      Branch: cfgperl
2376            + lib/File/PathConvert.pm
2377            ! MANIFEST installhtml lib/Pod/Html.pm
2378 ____________________________________________________________________________
2379 [  2810] By: jhi                                   on 1999/02/03  20:25:10
2380         Log: From: Francois Desarmenien <desar@club-internet.fr>
2381              To: Mailing list Perl5 <perl5-porters@perl.org>
2382              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
2383              Date: Wed, 03 Feb 1999 13:13:24 +0000
2384              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
2385              
2386              (note: this patch completely overrides Tom Wolfe's patch,
2387              change #2604)
2388      Branch: cfgperl
2389            + ext/GDBM_File/hints/sco.pl
2390            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
2391 ____________________________________________________________________________
2392 [  2809] By: jhi                                   on 1999/02/03  19:54:16
2393         Log: h2ph fixes + Configure patch to support them.
2394              
2395              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2396              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
2397              Gurusamy Sarathy <gsar@engin.umich.edu>
2398              Cc: perl5-porters@perl.org
2399              Subject: [PATCH 5.00503_MT5] h2ph.PL
2400              Date: Tue, 2 Feb 1999 19:48:06 -0500
2401              Message-ID: <19990202194806.E10647@O2.chapin.edu>
2402      Branch: maint-5.005/perl
2403            ! Configure utils/h2ph.PL
2404 ____________________________________________________________________________
2405 [  2808] By: jhi                                   on 1999/02/03  16:59:55
2406         Log: Enhance the perlbug checklist.
2407      Branch: cfgperl
2408            ! utils/perlbug.PL
2409 ____________________________________________________________________________
2410 [  2807] By: jhi                                   on 1999/02/03  14:01:37
2411         Log: Document the standard strftime %formats.
2412              
2413              From: Dominic Dunlop <domo@vo.lu>
2414              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
2415              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
2416              Date: Tue, 2 Feb 1999 15:55:29 +0100
2417              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
2418      Branch: cfgperl
2419            ! ext/POSIX/POSIX.pod
2420 ____________________________________________________________________________
2421 [  2806] By: jhi                                   on 1999/02/03  13:58:00
2422         Log: Integrate from mainperl.
2423      Branch: cfgperl
2424           !> perl.h
2425 ____________________________________________________________________________
2426 [  2805] By: gsar                                  on 1999/02/03  03:32:31
2427         Log: PL_uuemap[] init needs help for sizeof()
2428      Branch: perl
2429            ! perl.h
2430 ____________________________________________________________________________
2431 [  2804] By: jhi                                   on 1999/02/02  20:44:30
2432         Log: These should've been already in #2803.
2433      Branch: cfgperl
2434            ! Configure config_h.SH vms/subconfigure.com
2435 ____________________________________________________________________________
2436 [  2803] By: jhi                                   on 1999/02/02  20:38:45
2437         Log: telldir prototype issue, from mists of time...
2438      Branch: cfgperl
2439            ! hints/netbsd.sh pp_sys.c
2440 ____________________________________________________________________________
2441 [  2801] By: jhi                                   on 1999/02/02  17:40:14
2442         Log: From: John Bley <jbb6@acpub.duke.edu>
2443              To: perlbug@perl.org
2444              Subject: [PATCH]5.005_54 (DOC) fix minor typos
2445              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
2446              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
2447      Branch: cfgperl
2448            ! pod/perlre.pod
2449 ____________________________________________________________________________
2450 [  2800] By: jhi                                   on 1999/02/02  17:26:49
2451         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
2452      Branch: cfgperl
2453            ! Todo-5.005
2454 ____________________________________________________________________________
2455 [  2799] By: jhi                                   on 1999/02/02  17:18:51
2456         Log: Update FindBin from maint-5.005.
2457      Branch: cfgperl
2458            ! lib/FindBin.pm
2459 ____________________________________________________________________________
2460 [  2798] By: jhi                                   on 1999/02/02  17:16:07
2461         Log: Fix typecasts in #2797
2462              
2463              From: "G. Del Merritt" <del@intranetics.com>
2464              Date: Fri, 29 Jan 1999 11:47:25 -0700
2465              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
2466              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
2467      Branch: cfgperl
2468            ! ext/POSIX/POSIX.xs
2469 ____________________________________________________________________________
2470 [  2797] By: jhi                                   on 1999/02/02  17:14:37
2471         Log: From: Ted Law <tedlaw@cibcwg.com>
2472              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
2473              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
2474              Subject: POSIX::strftime buffer overflow problem
2475      Branch: cfgperl
2476            ! ext/POSIX/POSIX.xs
2477 ____________________________________________________________________________
2478 [  2796] By: jhi                                   on 1999/02/02  17:13:23
2479         Log: Do not use File::Slurp.
2480      Branch: cfgperl
2481            ! t/lib/textfill.t
2482 ____________________________________________________________________________
2483 [  2795] By: jhi                                   on 1999/02/02  17:11:48
2484         Log: perlhist update from maint-5.005.
2485      Branch: cfgperl
2486            ! pod/perlhist.pod
2487 ____________________________________________________________________________
2488 [  2794] By: jhi                                   on 1999/02/02  17:10:33
2489         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
2490      Branch: cfgperl
2491            ! ext/POSIX/POSIX.pm
2492 ____________________________________________________________________________
2493 [  2793] By: jhi                                   on 1999/02/02  17:08:39
2494         Log: Missed the html test from change #2787. 
2495      Branch: cfgperl
2496            ! t/lib/cgi-html.t
2497 ____________________________________________________________________________
2498 [  2792] By: jhi                                   on 1999/02/02  17:01:24
2499         Log: Update Getopt::Long to 2.19.
2500      Branch: cfgperl
2501            ! lib/Getopt/Long.pm
2502 ____________________________________________________________________________
2503 [  2791] By: jhi                                   on 1999/02/02  16:59:13
2504         Log: overload syntax is no longer experimental
2505      Branch: cfgperl
2506            ! lib/overload.pm
2507 ____________________________________________________________________________
2508 [  2789] By: jhi                                   on 1999/02/02  16:47:50
2509         Log: Still doc fixes.
2510      Branch: cfgperl
2511            ! lib/diagnostics.pm
2512 ____________________________________________________________________________
2513 [  2788] By: jhi                                   on 1999/02/02  16:47:07
2514         Log: Doc fixes.
2515      Branch: cfgperl
2516            ! lib/CGI.pm lib/diagnostics.pm
2517 ____________________________________________________________________________
2518 [  2787] By: jhi                                   on 1999/02/02  16:38:55
2519         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
2520              where applicable).
2521      Branch: cfgperl
2522            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
2523            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
2524            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
2525            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
2526            ! eg/cgi/frameset.cgi eg/cgi/index.html
2527            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
2528            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
2529            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
2530            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
2531            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
2532            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
2533 ____________________________________________________________________________
2534 [  2786] By: jhi                                   on 1999/02/02  16:17:52
2535         Log: Update CPAN to 1.47.
2536      Branch: cfgperl
2537            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2538 ____________________________________________________________________________
2539 [  2785] By: jhi                                   on 1999/02/02  16:09:03
2540         Log: From: Mark-Jason Dominus <mjd@plover.com>
2541              Date: Sat, 16 Jan 1999 17:22:06 -0500
2542              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
2543              Message-ID: <19990116222206.3674.qmail@plover.com>
2544      Branch: cfgperl
2545            ! pod/perlsub.pod
2546 ____________________________________________________________________________
2547 [  2784] By: jhi                                   on 1999/02/02  16:01:31
2548         Log: Fix incorrect "used only once" warnings
2549              
2550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2551              Date: Fri, 8 Jan 1999 04:37:10 -0500
2552              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
2553              Subject: Re: change#965 flakiness
2554      Branch: cfgperl
2555            ! gv.c
2556 ____________________________________________________________________________
2557 [  2783] By: jhi                                   on 1999/02/02  15:50:38
2558         Log: perldelta updates.
2559      Branch: cfgperl
2560            ! pod/perldelta.pod
2561 ____________________________________________________________________________
2562 [  2782] By: jhi                                   on 1999/02/02  14:28:26
2563         Log: Mirror change #2781.
2564      Branch: cfgperl
2565            ! hints/linux.sh
2566 ____________________________________________________________________________
2567 [  2781] By: jhi                                   on 1999/02/02  14:27:01
2568         Log: Update the MkLinux note.
2569      Branch: maint-5.005/perl
2570            ! hints/linux.sh
2571 ____________________________________________________________________________
2572 [  2780] By: jhi                                   on 1999/02/02  14:10:59
2573         Log: Update todo.
2574      Branch: cfgperl
2575            ! Todo-5.005
2576 ____________________________________________________________________________
2577 [  2779] By: jhi                                   on 1999/02/02  14:00:25
2578         Log: Integrate from mainperl.
2579      Branch: cfgperl
2580            ! t/lib/textfill.t t/lib/textwrap.t
2581           !> (integrate 32 files)
2582 ____________________________________________________________________________
2583 [  2778] By: jhi                                   on 1999/02/02  13:56:23
2584         Log: VMS update, applicable parts of
2585              
2586              From: Dan Sugalski <sugalskd@osshe.edu>
2587              To: perl5-porters@perl.org
2588              Subject: [PATCH 5.005_03MT3]VMS configure tweak
2589              Date: Wed, 20 Jan 1999 12:05:18 -0800
2590              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
2591              
2592              From: Dan Sugalski <sugalskd@osshe.edu>
2593              To: perlbug@perl.com, vmsperl@perl.org
2594              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
2595              Date: Tue, 26 Jan 1999 14:40:38 -0800
2596              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
2597              
2598              From: Dan Sugalski <sugalskd@osshe.edu>
2599              To: perl5-porters@perl.org, vmsperl@perl.org
2600              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
2601              Date: Tue, 26 Jan 1999 14:55:29 -0800
2602              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
2603      Branch: cfgperl
2604            ! vms/ext/Stdio/test.pl vms/subconfigure.com
2605 ____________________________________________________________________________
2606 [  2777] By: jhi                                   on 1999/02/02  13:43:24
2607         Log: Synch usethreads parts from maint-5.005.
2608      Branch: cfgperl
2609            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
2610            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
2611            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
2612            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
2613 ____________________________________________________________________________
2614 [  2776] By: jhi                                   on 1999/02/02  13:17:16
2615         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
2616      Branch: cfgperl
2617            ! Makefile.SH hints/freebsd.sh
2618 ____________________________________________________________________________
2619 [  2774] By: jhi                                   on 1999/02/02  13:10:39
2620         Log: Add perlthrtut, update pod/* machinery.
2621              (a pod/Makefile.SH is sorely needed)
2622      Branch: cfgperl
2623            + pod/perlthrtut.pod
2624            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2625 ____________________________________________________________________________
2626 [  2773] By: jhi                                   on 1999/02/02  12:54:24
2627         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2628              To: perl5-porters@perl.org
2629              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
2630              Date: Tue, 26 Jan 1999 22:25:07 +0000
2631              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
2632      Branch: cfgperl
2633            ! pod/perlguts.pod
2634 ____________________________________________________________________________
2635 [  2771] By: jhi                                   on 1999/02/02  12:47:34
2636         Log: Use perlbug instead of personal email address.
2637      Branch: cfgperl
2638            ! Configure
2639 ____________________________________________________________________________
2640 [  2770] By: jhi                                   on 1999/02/02  12:42:06
2641         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
2642              
2643              From: "G. Del Merritt" <del@intranetics.com>
2644              To: perlbug@perl.com
2645              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
2646              Date: Tue, 26 Jan 1999 12:09:09 -0700
2647              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
2648      Branch: cfgperl
2649            ! iperlsys.h
2650 ____________________________________________________________________________
2651 [  2769] By: jhi                                   on 1999/02/02  12:37:57
2652         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2653              To: Mailing list Perl5 <perl5-porters@perl.org>
2654              Subject: [PATCH 5.005_*] OS/2 threads
2655              Date: Tue, 26 Jan 1999 13:39:46 -0500
2656              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
2657      Branch: cfgperl
2658            ! os2/os2ish.h
2659 ____________________________________________________________________________
2660 [  2768] By: jhi                                   on 1999/02/02  12:36:16
2661         Log: Apply change #2711 from maint-5.005:
2662              
2663              make ok", "make okfile", and "make nok" were broken
2664              with -Duseshrplib, because of a shared typo.
2665              
2666              From: Spider Boardman <spider@web.zk3.dec.com>
2667              To: perlbug@perl.com
2668              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2669              Date: Wed, 27 Jan 1999 12:27:15 -0500
2670              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
2671      Branch: cfgperl
2672            ! Makefile.SH
2673 ____________________________________________________________________________
2674 [  2766] By: jhi                                   on 1999/02/02  12:27:08
2675         Log: Make Configure use "int main()" instead of bare "main()".
2676              Like maint-5.005 change #2703 but now via metaconfig.
2677      Branch: cfgperl
2678            ! Configure
2679 ____________________________________________________________________________
2680 [  2765] By: jhi                                   on 1999/02/02  11:59:30
2681         Log: Undo part of change #2562.
2682      Branch: cfgperl
2683            ! Configure
2684 ____________________________________________________________________________
2685 [  2764] By: jhi                                   on 1999/02/02  11:52:39
2686         Log: NetBSD synch with maint-5.005.
2687      Branch: cfgperl
2688            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
2689 ____________________________________________________________________________
2690 [  2763] By: jhi                                   on 1999/02/02  11:44:07
2691         Log: $Config{installusrbinperl}
2692              (maint-5.005 changes #2614 and #2709)
2693      Branch: cfgperl
2694            ! Configure installperl
2695 ____________________________________________________________________________
2696 [  2762] By: jhi                                   on 1999/02/02  11:29:13
2697         Log: Errno update from maint-5.005 (changes #2583, #2710).
2698      Branch: cfgperl
2699            ! Configure ext/Errno/Errno_pm.PL
2700 ____________________________________________________________________________
2701 [  2759] By: jhi                                   on 1999/02/02  10:53:20
2702         Log: Update Trig.pm from maint-5.005.
2703      Branch: cfgperl
2704            ! lib/Math/Trig.pm
2705 ____________________________________________________________________________
2706 [  2757] By: jhi                                   on 1999/02/02  10:41:26
2707         Log: MPE/iX update (mirror maint-5.005 change #2715)
2708      Branch: cfgperl
2709            ! hints/mpeix.sh mpeix/relink
2710 ____________________________________________________________________________
2711 [  2756] By: jhi                                   on 1999/02/02  10:38:08
2712         Log: BeOS update (Mirror maint-5.005 change #2727).
2713      Branch: cfgperl
2714            + ext/DynaLoader/dl_beos.xs
2715            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
2716            ! lib/ExtUtils/MM_Unix.pm
2717 ____________________________________________________________________________
2718 [  2754] By: gsar                                  on 1999/02/02  08:52:13
2719         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
2720      Branch: perl
2721            ! Porting/pumpkin.pod Todo Todo-5.005
2722 ____________________________________________________________________________
2723 [  2753] By: gsar                                  on 1999/02/02  08:46:21
2724         Log: Todo tweaks
2725      Branch: perl
2726            ! Todo Todo-5.005
2727 ____________________________________________________________________________
2728 [  2752] By: jhi                                   on 1999/02/01  22:15:12
2729         Log: Add perlthrtut.pod.
2730              
2731              From: Dan Sugalski <sugalskd@osshe.edu>
2732              To: perl5-porters@perl.org
2733              Subject: perlthrtut.pod
2734              Date: Mon, 01 Feb 1999 10:57:11 -0800
2735              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
2736      Branch: maint-5.005/perl
2737            + pod/perlthrtut.pod
2738            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
2739            ! pod/roffitall
2740 ____________________________________________________________________________
2741 [  2751] By: gsar                                  on 1999/02/01  07:28:05
2742         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
2743      Branch: perl
2744            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2745            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2746 ____________________________________________________________________________
2747 [  2750] By: gsar                                  on 1999/02/01  07:09:20
2748         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2749              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
2750              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
2751              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
2752      Branch: perl
2753            ! regexec.c
2754 ____________________________________________________________________________
2755 [  2749] By: gsar                                  on 1999/02/01  07:07:59
2756         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2757              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
2758              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
2759              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
2760      Branch: perl
2761            ! regexec.c
2762 ____________________________________________________________________________
2763 [  2748] By: gsar                                  on 1999/02/01  06:47:06
2764         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
2765              Date: Thu, 3 Dec 1998 15:10:17 -0500
2766              Message-Id: <199812032010.PAA09692@jik.shore.net>
2767              Subject: sample checksum code in "perlfunc" man page is wrong
2768      Branch: perl
2769            ! pod/perlfunc.pod
2770 ____________________________________________________________________________
2771 [  2747] By: gsar                                  on 1999/02/01  06:35:13
2772         Log: typos in Pod/Text.pm
2773              From: "Greg Chapman" <glc@well.com>
2774              Date: Tue, 1 Dec 1998 10:50:18 -0800
2775              Message-Id: <199812011849.KAA08816@smtp.well.com>
2776              Subject: Glitch in Pod::Text
2777      Branch: perl
2778            ! lib/Pod/Text.pm
2779 ____________________________________________________________________________
2780 [  2746] By: gsar                                  on 1999/02/01  06:27:35
2781         Log: various win32-ish changes merged from maint-5.005
2782      Branch: perl
2783            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
2784            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
2785            ! win32/Makefile win32/config.bc win32/config.vc
2786            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
2787            ! win32/win32.c
2788 ____________________________________________________________________________
2789 [  2745] By: gsar                                  on 1999/02/01  04:51:54
2790         Log: integrate cfgperl changes into mainline
2791      Branch: perl
2792           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
2793 ____________________________________________________________________________
2794 [  2744] By: gsar                                  on 1999/02/01  04:31:09
2795         Log: improved diagnostic on syntax errors at EOL
2796      Branch: perl
2797            ! toke.c
2798 ____________________________________________________________________________
2799 [  2743] By: gsar                                  on 1999/02/01  03:59:13
2800         Log: don't attempt connect() to bogus IP addresses
2801              From:    Graham Barr <gbarr@pobox.com>
2802              Date:    Sun, 31 Jan 1999 21:50:45 CST
2803              Message-Id: <19990131215045.A633@pobox.com>
2804      Branch: perl
2805            ! t/lib/io_multihomed.t
2806 ____________________________________________________________________________
2807 [  2742] By: gsar                                  on 1999/02/01  03:08:58
2808         Log: update Changes
2809      Branch: perl
2810            ! Changes pod/perldelta.pod
2811 ____________________________________________________________________________
2812 [  2740] By: gsar                                  on 1999/02/01  02:43:07
2813         Log: CAPI inheritance tweak and doc
2814      Branch: maint-5.005/perl
2815            ! lib/ExtUtils/MakeMaker.pm
2816 ____________________________________________________________________________
2817 [  2739] By: jhi                                   on 1999/01/31  18:31:54
2818         Log: Undo changes #2730 and #2731 and replace them
2819              with an extensively tested patch from
2820              Anton Berezin <tobez@plab.ku.dk> (via private email).
2821      Branch: maint-5.005/perl
2822            ! Makefile.SH hints/freebsd.sh
2823 ____________________________________________________________________________
2824 [  2738] By: gsar                                  on 1999/01/31  05:04:32
2825         Log: fix bogus CAPI inheritance from change#2541
2826      Branch: maint-5.005/perl
2827            ! lib/ExtUtils/MakeMaker.pm
2828 ____________________________________________________________________________
2829 [  2731] By: jhi                                   on 1999/01/29  14:33:12
2830         Log: FreeBSD version numbers can be like "2.2.8-release".
2831      Branch: maint-5.005/perl
2832            ! hints/freebsd.sh
2833 ____________________________________________________________________________
2834 [  2730] By: jhi                                   on 1999/01/29  12:40:38
2835         Log: FreeBSD hints iteration (hopefully convergent).
2836              usethreads: require at least FreeBSD 2.2.8.
2837              signal type: mirror change #2429 in cfgperl.
2838      Branch: maint-5.005/perl
2839            ! hints/freebsd.sh
2840 ____________________________________________________________________________
2841 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
2842         Log: From: Tom Spindler <dogcow@isi.net>
2843              Date: Thu, 28 Jan 1999 17:15:11 -0800
2844              Message-ID: <19990128171510.A11778@isi.net>
2845              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
2846      Branch: maint-5.005/perl
2847            + ext/DynaLoader/dl_beos.xs
2848            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
2849            ! lib/ExtUtils/MM_Unix.pm
2850 ____________________________________________________________________________
2851 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
2852         Log: Remove use of File::Slurp in t/lib/textfill.t
2853      Branch: maint-5.005/perl
2854            ! t/lib/textfill.t
2855 ____________________________________________________________________________
2856 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
2857         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
2858              Date: Wed, 27 Jan 1999 23:14:33 -0800
2859              Message-Id: <199901280714.XAA10176@activestate.com>
2860              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
2861      Branch: maint-5.005/perl
2862            ! win32/Makefile win32/makefile.mk
2863 ____________________________________________________________________________
2864 [  2720] By: gsar                                  on 1999/01/27  21:54:42
2865         Log: missing space while munging CCFLAGS for PERL_CAPI
2866      Branch: perl
2867            ! lib/ExtUtils/MM_Unix.pm
2868 ____________________________________________________________________________
2869 [  2718] By: jhi                                   on 1999/01/27  19:46:04
2870         Log: io/fs.t fails test #18 (sense of tests appears to have been
2871              changed incompletely; this patch just skips the test attached,
2872              a la test #17 preceding it).
2873              
2874              From: "G. Del Merritt" <del@intranetics.com>
2875              To: perlbug@perl.com
2876              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
2877              Date: Tue, 26 Jan 1999 12:09:09 -0700
2878              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
2879      Branch: maint-5.005/perl
2880            ! t/io/fs.t
2881 ____________________________________________________________________________
2882 [  2717] By: jhi                                   on 1999/01/27  19:44:46
2883         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
2884              
2885              From: "G. Del Merritt" <del@intranetics.com>
2886              To: perlbug@perl.com
2887              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
2888              Date: Tue, 26 Jan 1999 12:09:09 -0700
2889              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
2890      Branch: maint-5.005/perl
2891            ! iperlsys.h
2892 ____________________________________________________________________________
2893 [  2715] By: jhi                                   on 1999/01/27  19:34:28
2894         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
2895              To: perl5-porters@perl.org
2896              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
2897              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
2898              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
2899      Branch: maint-5.005/perl
2900            ! hints/mpeix.sh mpeix/relink
2901 ____________________________________________________________________________
2902 [  2710] By: jhi                                   on 1999/01/27  19:22:23
2903         Log: Errno fixes:
2904              
2905              From: Spider Boardman <spider@web.zk3.dec.com>
2906              To: perlbug@perl.com
2907              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2908              Date: Wed, 27 Jan 1999 12:27:15 -0500
2909              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
2910              
2911              From: Spider Boardman <spider@web.zk3.dec.com>
2912              To: perlbug@perl.com
2913              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2914              Date: Wed, 27 Jan 1999 13:31:16 -0500
2915              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
2916      Branch: maint-5.005/perl
2917            ! Configure ext/Errno/Errno_pm.PL
2918 ____________________________________________________________________________
2919 [  2709] By: jhi                                   on 1999/01/27  19:17:35
2920         Log: Fix Configure installusrbinperl:
2921              
2922              From: Spider Boardman <spider@web.zk3.dec.com>
2923              To: jhi@iki.fi
2924              cc: perl5-porters@perl.org
2925              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2926              Date: Wed, 27 Jan 1999 13:03:35 -0500
2927              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
2928      Branch: maint-5.005/perl
2929            ! Configure
2930 ____________________________________________________________________________
2931 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
2932         Log: Add redef IO::Handle::* for setv?buf()
2933      Branch: maint-5.005/perl
2934            ! ext/POSIX/POSIX.pm
2935 ____________________________________________________________________________
2936 [  2705] By: jhi                                   on 1999/01/24  15:14:30
2937         Log: Mention year-1900 and month 0..11.
2938      Branch: cfgperl
2939            ! lib/Time/Local.pm
2940 ____________________________________________________________________________
2941 [  2704] By: jhi                                   on 1999/01/24  15:13:36
2942         Log: Document Configure -Uinstallusrbinperl.
2943      Branch: cfgperl
2944            ! INSTALL pod/perldelta.pod
2945 ____________________________________________________________________________
2946 [  2698] By: jhi                                   on 1999/01/24  12:46:00
2947         Log: Use only xlc_r for usethreads.
2948      Branch: cfgperl
2949            ! hints/aix.sh
2950 ____________________________________________________________________________
2951 [  2695] By: gsar                                  on 1999/01/24  07:09:05
2952         Log: integrate cfgperl changes into mainline
2953      Branch: perl
2954           +> lib/Exporter/Heavy.pm
2955           !> (integrate 65 files)
2956 ____________________________________________________________________________
2957 [  2694] By: gsar                                  on 1999/01/24  01:28:49
2958         Log: better notes on 'make' on win32
2959      Branch: perl
2960            ! README.win32
2961 ____________________________________________________________________________
2962 [  2683] By: jhi                                   on 1999/01/22  15:41:00
2963         Log: More de-cut-and-pastos.
2964      Branch: cfgperl
2965            ! hints/irix_6.sh hints/os2.sh
2966 ____________________________________________________________________________
2967 [  2682] By: jhi                                   on 1999/01/22  15:30:51
2968         Log: usethreads.cbu cut-and-pasto.
2969      Branch: cfgperl
2970            ! hints/solaris_2.sh
2971 ____________________________________________________________________________
2972 [  2681] By: jhi                                   on 1999/01/22  14:54:55
2973         Log: Better (I hope) LANGUAGE documentation.
2974      Branch: cfgperl
2975            ! pod/perllocale.pod
2976 ____________________________________________________________________________
2977 [  2680] By: jhi                                   on 1999/01/22  09:20:29
2978         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2979              To: perl5-porters@perl.org
2980              Subject: [PATCH 5.005_03MT3]VMS configure tweak
2981              Date: Wed, 20 Jan 1999 12:05:18 -0800
2982              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
2983      Branch: cfgperl
2984            ! vms/subconfigure.com
2985 ____________________________________________________________________________
2986 [  2679] By: jhi                                   on 1999/01/22  09:13:18
2987         Log: nosuid getmntent() branch.
2988      Branch: cfgperl
2989            ! perl.c perl.h
2990 ____________________________________________________________________________
2991 [  2678] By: jhi                                   on 1999/01/22  08:54:19
2992         Log: nosuid patch continued: *BSD needs <sys/param.h>.
2993      Branch: cfgperl
2994            ! Configure config_h.SH
2995 ____________________________________________________________________________
2996 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
2997         Log: Fixup FindBin to use File::Spec
2998              
2999              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
3000              Date: Wed, 20 Jan 1999 18:51:57 +0000
3001              From: Paul Johnson <pjcj@transeda.com>
3002              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
3003      Branch: maint-5.005/perl
3004            ! lib/FindBin.pm
3005 ____________________________________________________________________________
3006 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
3007         Log: Fix win32 for Borland compiler and spaces in paths
3008              
3009              From: Gurusamy Sarathy <gsar@activestate.com>
3010              Date: Mon, 18 Jan 1999 20:33:17 -0800
3011              Message-Id: <199901190433.UAA03656@activestate.com>
3012              Subject: [PATCH] 5.005_03-trial3 win32 issues
3013      Branch: maint-5.005/perl
3014            ! README.win32 win32/Makefile win32/config_sh.PL
3015            ! win32/makefile.mk win32/runperl.c
3016 ____________________________________________________________________________
3017 [  2670] By: jhi                                   on 1999/01/21  16:12:38
3018         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3019              To: perl5-porters@perl.org
3020              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
3021              Date: Thu, 21 Jan 1999 12:08:01 +0000
3022              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
3023      Branch: cfgperl
3024            ! pod/perldiag.pod t/op/subst.t toke.c
3025 ____________________________________________________________________________
3026 [  2669] By: jhi                                   on 1999/01/21  16:11:46
3027         Log: To: perl5-porters@perl.org
3028              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
3029              From: Anton Berezin <tobez@plab.ku.dk>
3030              Date: 21 Jan 1999 17:07:28 +0100
3031              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
3032      Branch: cfgperl
3033            ! hints/freebsd.sh
3034 ____________________________________________________________________________
3035 [  2668] By: jhi                                   on 1999/01/21  15:38:34
3036         Log: Add Daniel Grisinger <dgris@dimensional.com>.
3037      Branch: cfgperl
3038            ! AUTHORS MAINTAIN
3039 ____________________________________________________________________________
3040 [  2667] By: jhi                                   on 1999/01/21  15:32:28
3041         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3042              To: Mailing list Perl5 <perl5-porters@perl.org>
3043              Subject: [PATCH 5.005_53] Lean Exporter.pm
3044              Date: Thu, 21 Jan 1999 03:25:23 -0500
3045              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
3046      Branch: cfgperl
3047            + lib/Exporter/Heavy.pm
3048            ! MANIFEST lib/Exporter.pm
3049 ____________________________________________________________________________
3050 [  2666] By: jhi                                   on 1999/01/21  15:24:10
3051         Log: From: "W. Phillip Moore" <wpm@ms.com>
3052              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
3053              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
3054              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
3055              Message-ID: <13988.46383.298992.97303@zappa>
3056      Branch: cfgperl
3057            ! lib/File/Path.pm
3058 ____________________________________________________________________________
3059 [  2665] By: jhi                                   on 1999/01/21  15:20:48
3060         Log: CPAN update (CPAN-1.44_54) from Andreas and
3061              jumbo doc patch from Abigail.
3062              
3063              From: abigail@fnx.com
3064              To: perl5-porters@perl.org (Perl Porters)
3065              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
3066              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
3067              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
3068              
3069              From: abigail@fnx.com
3070              To: perl5-porters@perl.org (Perl Porters)
3071              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
3072              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
3073              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
3074              
3075              From: abigail@fnx.com
3076              To: perl5-porters@perl.org (Perl Porters)
3077              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
3078              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
3079              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
3080              
3081              From: abigail@fnx.com
3082              To: perl5-porters@perl.org (Perl Porters)
3083              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
3084              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
3085              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
3086              
3087              From: abigail@fnx.com
3088              To: perl5-porters@perl.org (Perl Porters)
3089              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
3090              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
3091              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
3092              
3093              From: abigail@fnx.com
3094              To: perl5-porters@perl.org (Perl Porters)
3095              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
3096              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
3097              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
3098              
3099              From: abigail@fnx.com
3100              To: perl5-porters@perl.org (Perl Porters)
3101              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
3102              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
3103              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
3104              
3105              From: abigail@fnx.com
3106              To: perl5-porters@perl.org (Perl Porters)
3107              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
3108              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
3109              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
3110              
3111              From: abigail@fnx.com
3112              To: perl5-porters@perl.org (Perl Porters)
3113              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
3114              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
3115              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
3116              
3117              From: abigail@fnx.com
3118              To: perl5-porters@perl.org (Perl Porters)
3119              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
3120              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
3121              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
3122              
3123              From: abigail@fnx.com
3124              To: perl5-porters@perl.org (Perl Porters)
3125              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
3126              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
3127              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
3128              
3129              From: abigail@fnx.com
3130              To: perl5-porters@perl.org (Perl Porters)
3131              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
3132              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
3133              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
3134              
3135              From: abigail@fnx.com
3136              To: perl5-porters@perl.org (Perl Porters)
3137              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
3138              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
3139              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
3140      Branch: cfgperl
3141            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
3142            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3143            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
3144            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
3145 ____________________________________________________________________________
3146 [  2664] By: jhi                                   on 1999/01/21  14:47:43
3147         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3148              To: Mailing list Perl5 <perl5-porters@perl.org>
3149              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
3150              Date: Thu, 21 Jan 1999 03:58:29 -0500
3151              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
3152      Branch: cfgperl
3153            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
3154 ____________________________________________________________________________
3155 [  2663] By: jhi                                   on 1999/01/21  14:43:58
3156         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3157              To: Mailing list Perl5 <perl5-porters@perl.org>
3158              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
3159              Date: Thu, 21 Jan 1999 02:46:34 -0500
3160              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
3161      Branch: cfgperl
3162            ! ext/Errno/Errno_pm.PL
3163 ____________________________________________________________________________
3164 [  2662] By: jhi                                   on 1999/01/21  14:42:42
3165         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
3166              To: Francois Desarmenien <desar@club-internet.fr>
3167              Cc: Gurusamy Sarathy <gsar@activestate.com>,
3168              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
3169              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
3170              Date: 21 Jan 1999 00:17:35 -0700
3171              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
3172      Branch: cfgperl
3173            ! Porting/patching.pod
3174 ____________________________________________________________________________
3175 [  2661] By: jhi                                   on 1999/01/21  14:41:13
3176         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3177              To: Mailing list Perl5 <perl5-porters@perl.org>
3178              Subject: [PATCH 5.00*] makedepend
3179              Date: Thu, 21 Jan 1999 02:08:27 -0500
3180              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
3181      Branch: cfgperl
3182            ! makedepend.SH
3183 ____________________________________________________________________________
3184 [  2660] By: jhi                                   on 1999/01/21  14:36:45
3185         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3186              To: Mailing list Perl5 <perl5-porters@perl.org>
3187              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
3188              Date: Tue, 19 Jan 1999 20:06:45 -0500
3189              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
3190      Branch: cfgperl
3191            ! os2/Changes os2/os2.c
3192 ____________________________________________________________________________
3193 [  2657] By: jhi                                   on 1999/01/21  11:40:35
3194         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3195              To: perl5-porters@perl.org
3196              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
3197              Date: Mon, 18 Jan 1999 01:32:31 PST
3198              Message-ID: <19990118093231.18443.qmail@hotmail.com>
3199      Branch: cfgperl
3200            ! ext/B/B/CC.pm
3201 ____________________________________________________________________________
3202 [  2656] By: jhi                                   on 1999/01/21  11:35:34
3203         Log: From: Achim Bohnet <ach@mpe.mpg.de>
3204              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
3205              Date: Wed, 20 Jan 1999 20:25:53 +0100
3206              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
3207      Branch: cfgperl
3208            ! pp.c
3209 ____________________________________________________________________________
3210 [  2655] By: jhi                                   on 1999/01/21  10:46:01
3211         Log: Handle NIS (and NetInfo) more robustly.
3212      Branch: cfgperl
3213            ! t/op/grent.t t/op/pwent.t
3214 ____________________________________________________________________________
3215 [  2654] By: jhi                                   on 1999/01/21  10:17:20
3216         Log: Two-argument eaccess() of SCO.
3217      Branch: cfgperl
3218            ! pp_sys.c
3219 ____________________________________________________________________________
3220 [  2653] By: jhi                                   on 1999/01/21  08:53:14
3221         Log: -DNO_NOSUID_CHECK for those platforms which have no way
3222              of checking for nosuid but still want suidperl.
3223      Branch: cfgperl
3224            ! perl.c
3225 ____________________________________________________________________________
3226 [  2652] By: jhi                                   on 1999/01/21  08:22:50
3227         Log: The LANGUAGE mirrors LC_ALL usage.
3228      Branch: cfgperl
3229            ! Configure config_h.SH
3230 ____________________________________________________________________________
3231 [  2651] By: jhi                                   on 1999/01/20  22:01:21
3232         Log: I_MNTENT was missing.
3233      Branch: cfgperl
3234            ! Configure config_h.SH
3235 ____________________________________________________________________________
3236 [  2650] By: jhi                                   on 1999/01/19  13:42:03
3237         Log: NetBSD update, based on patches from the NetBSD packages system.
3238      Branch: cfgperl
3239            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3240 ____________________________________________________________________________
3241 [  2649] By: jhi                                   on 1999/01/19  12:44:02
3242         Log: Jumbo Configure update.
3243              * -Uinstallusrbinperl: disable /usr/bin/perl installation
3244              by installperl
3245              * usethreads.cbu
3246              * use64bits.cbu
3247              * "nosuid"
3248      Branch: cfgperl
3249            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
3250            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
3251            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
3252            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
3253            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
3254            ! pod/perldiag.pod
3255 ____________________________________________________________________________
3256 [  2648] By: jhi                                   on 1999/01/19  09:16:44
3257         Log: Mention /usr/share/locale.
3258      Branch: cfgperl
3259            ! pod/perllocale.pod
3260 ____________________________________________________________________________
3261 [  2647] By: jhi                                   on 1999/01/19  09:11:11
3262         Log: SHMLBA strikes back in NetBSD/sparc.
3263              
3264              From: Dave Nelson <David.Nelson@bellcow.com>
3265              To: jhi@iki.fi
3266              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
3267              Date: Mon, 18 Jan 1999 22:07:56 -0600
3268              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
3269      Branch: cfgperl
3270            ! ext/IPC/SysV/SysV.xs
3271 ____________________________________________________________________________
3272 [  2646] By: jhi                                   on 1999/01/19  08:58:17
3273         Log: Show LANGUAGE env var when needed. (Augment change #2645).
3274      Branch: cfgperl
3275            ! util.c utils/perlbug.PL
3276 ____________________________________________________________________________
3277 [  2645] By: jhi                                   on 1999/01/19  08:52:15
3278         Log: Document the GNU LANGUAGE env var.
3279      Branch: cfgperl
3280            ! pod/perllocale.pod
3281 ____________________________________________________________________________
3282 [  2644] By: jhi                                   on 1999/01/19  08:42:25
3283         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3284              To: Mailing list Perl5 <perl5-porters@perl.org>
3285              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
3286              Date: Mon, 18 Jan 1999 20:57:02 -0500
3287              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
3288      Branch: cfgperl
3289            ! pp_hot.c t/op/pat.t
3290 ____________________________________________________________________________
3291 [  2643] By: jhi                                   on 1999/01/18  11:23:41
3292         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
3293      Branch: cfgperl
3294            ! Makefile.SH
3295 ____________________________________________________________________________
3296 [  2642] By: jhi                                   on 1999/01/18  11:03:38
3297         Log: GNU libc locale system has LANGUAGE env var that partly
3298              overrides even LC_ALL.
3299      Branch: cfgperl
3300            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
3301 ____________________________________________________________________________
3302 [  2641] By: jhi                                   on 1999/01/18  10:55:04
3303         Log: Integrate from mainperl.
3304      Branch: cfgperl
3305           +> ext/B/defsubs.h.PL
3306            ! t/op/groups.t
3307           !> (integrate 38 files)
3308 ____________________________________________________________________________
3309 [  2640] By: gsar                                  on 1999/01/18  10:06:29
3310         Log: a few random cleanups
3311      Branch: perl
3312            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
3313 ____________________________________________________________________________
3314 [  2639] By: gsar                                  on 1999/01/18  05:56:21
3315         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
3316              Date:    Sun, 17 Jan 1999 16:41:10 PST
3317              Message-Id: <19990118004111.29667.qmail@hotmail.com>
3318              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
3319      Branch: perl
3320            ! ext/B/B/C.pm
3321 ____________________________________________________________________________
3322 [  2638] By: gsar                                  on 1999/01/18  05:41:21
3323         Log: From:    jan.dubois@ibm.net (Jan Dubois)
3324              Date:    Mon, 18 Jan 1999 00:37:41 +0100
3325              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
3326              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
3327      Branch: perl
3328            ! dump.c
3329 ____________________________________________________________________________
3330 [  2633] By: gsar                                  on 1999/01/17  13:39:59
3331         Log: bogus assert()
3332      Branch: perl
3333            ! pp.c t/op/groups.t
3334 ____________________________________________________________________________
3335 [  2632] By: gsar                                  on 1999/01/17  13:22:04
3336         Log: various tweaks for clean build and test on win32
3337      Branch: perl
3338            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
3339            ! op.c t/pragma/warn/doio
3340 ____________________________________________________________________________
3341 [  2631] By: gsar                                  on 1999/01/17  12:28:06
3342         Log: undo change#2336, and add clarification about subversive
3343              CPAN distributions from Andreas Koenig
3344      Branch: perl
3345            ! Porting/pumpkin.pod lib/CPAN.pm
3346 ____________________________________________________________________________
3347 [  2630] By: gsar                                  on 1999/01/17  12:04:06
3348         Log: fix silent taint failures under -U
3349      Branch: perl
3350            ! doio.c
3351 ____________________________________________________________________________
3352 [  2629] By: gsar                                  on 1999/01/17  12:00:23
3353         Log: sanity check piped opens (tweaked version of patch suggested
3354              by Mark-Jason Dominus)
3355      Branch: perl
3356            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
3357            ! t/op/taint.t t/pragma/warn/doio
3358 ____________________________________________________________________________
3359 [  2628] By: gsar                                  on 1999/01/17  11:26:21
3360         Log: regen headers
3361      Branch: perl
3362            ! embed.h embedvar.h objXSUB.h
3363 ____________________________________________________________________________
3364 [  2627] By: gsar                                  on 1999/01/17  11:23:37
3365         Log: PERL_OBJECTness for change#2595
3366      Branch: perl
3367            ! embed.pl op.c pod/perlport.pod proto.h
3368 ____________________________________________________________________________
3369 [  2626] By: gsar                                  on 1999/01/17  09:47:07
3370         Log: PERL_OBJECT tweaks for change#2426
3371      Branch: perl
3372            ! embed.pl proto.h regcomp.c
3373 ____________________________________________________________________________
3374 [  2625] By: gsar                                  on 1999/01/17  09:37:58
3375         Log: documentation in change#2596 is not quite right; fix it
3376      Branch: perl
3377            ! lib/Math/BigFloat.pm pod/perlguts.pod
3378 ____________________________________________________________________________
3379 [  2624] By: gsar                                  on 1999/01/17  09:28:34
3380         Log: undo change#2571; C<use File::Spec> instead
3381      Branch: perl
3382            ! lib/FindBin.pm
3383 ____________________________________________________________________________
3384 [  2623] By: gsar                                  on 1999/01/17  09:20:42
3385         Log: change#2572 is not applicable; undo, retaining scan_bin addition
3386              to global.sym
3387      Branch: perl
3388            ! global.sym perl.c proto.h
3389 ____________________________________________________________________________
3390 [  2622] By: gsar                                  on 1999/01/17  09:17:42
3391         Log: change#2576 is based on a wrong premise; undo it
3392      Branch: perl
3393            ! pp_ctl.c
3394 ____________________________________________________________________________
3395 [  2621] By: gsar                                  on 1999/01/17  09:12:42
3396         Log: fix change#2602 to not used hard coded constants
3397      Branch: perl
3398            ! ext/B/B/C.pm ext/B/defsubs.h.PL
3399 ____________________________________________________________________________
3400 [  2620] By: gsar                                  on 1999/01/17  09:02:07
3401         Log: integrate cfgperl changes into mainline, fix conflicts
3402      Branch: perl
3403           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
3404           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
3405           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
3406           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
3407           +> pod/perlopentut.pod
3408           !> (integrate 162 files)
3409 ____________________________________________________________________________
3410 [  2619] By: gsar                                  on 1999/01/17  08:42:04
3411         Log: a few doc typos
3412      Branch: perl
3413            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
3414 ____________________________________________________________________________
3415 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
3416         Log: Win32 changes from Jan
3417              
3418              From: jan.dubois@ibm.net (Jan Dubois)
3419              Date: Fri, 15 Jan 1999 23:38:35 +0100
3420              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
3421              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
3422              
3423              From: jan.dubois@ibm.net (Jan Dubois)
3424              Date: Sat, 16 Jan 1999 13:02:45 +0100
3425              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
3426              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
3427      Branch: maint-5.005/perl
3428            ! README.win32 win32/Makefile win32/makefile.mk
3429 ____________________________________________________________________________
3430 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
3431         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
3432              
3433              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3434              Date: Thu, 07 Jan 1999 00:12:00 -0500
3435              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
3436              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3437              
3438              From: Gurusamy Sarathy <gsar@engin.umich.edu>
3439              Date: Thu, 14 Jan 1999 19:21:46 -0500
3440              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
3441              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3442      Branch: maint-5.005/perl
3443            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
3444            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
3445            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
3446            ! win32/makedef.pl win32/runperl.c win32/win32.c
3447 ____________________________________________________________________________
3448 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
3449         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3450              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
3451              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
3452              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
3453              
3454              From: Jarkko Hietaniemi <jhi@iki.fi>
3455              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
3456              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
3457              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
3458              
3459              From: Jarkko Hietaniemi <jhi@iki.fi>
3460              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
3461              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
3462              Subject: the promised "installusrbinperl + NetBSD" fix
3463      Branch: maint-5.005/perl
3464            ! Configure Makefile.SH hints/netbsd.sh installperl
3465            ! makedepend.SH unixish.h
3466 ____________________________________________________________________________
3467 [  2611] By: jhi                                   on 1999/01/14  12:16:14
3468         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3469              To: pumpkings@jhereg.perl.com
3470              Subject: perlopentut.pod
3471              Date: Sat, 09 Jan 1999 08:13:18 -0700
3472              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
3473      Branch: cfgperl
3474            + pod/perlopentut.pod
3475            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
3476 ____________________________________________________________________________
3477 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
3478         Log: Added Carp::cluck to perldelta.pod
3479      Branch: maint-5.005/perl
3480            ! pod/perldelta.pod
3481 ____________________________________________________________________________
3482 [  2605] By: jhi                                   on 1999/01/13  18:26:19
3483         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
3484              To: "'cpan@perl.org'" <cpan@perl.org>
3485              Subject: "Bug" fix for File::Find.pm
3486              Date:   Thu, 31 Dec 1998 13:01:50 -0500
3487              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
3488      Branch: cfgperl
3489            ! lib/File/Find.pm
3490 ____________________________________________________________________________
3491 [  2604] By: jhi                                   on 1999/01/13  18:08:45
3492         Log: From: Peter Wolfe <wolfe@teloseng.com>
3493              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
3494              To: perlbug@perl.com
3495              Date: 11 Jan 1999 23:00:05 +0200
3496              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
3497      Branch: cfgperl
3498            ! hints/sco.sh
3499 ____________________________________________________________________________
3500 [  2603] By: jhi                                   on 1999/01/13  18:06:56
3501         Log: From: hans@icgroup.nl (Hans Mulder)
3502              Subject: [Patch for 5.005_54] re::debugcolors dumps core
3503              To: perlbug@perl.com
3504              Cc: hansmu@xs4all.nl
3505              Date: 11 Jan 1999 22:22:45 +0200
3506              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
3507      Branch: cfgperl
3508            ! ext/re/re.pm regcomp.c
3509 ____________________________________________________________________________
3510 [  2602] By: jhi                                   on 1999/01/13  18:05:43
3511         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3512              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
3513              Date: 11 Jan 1999 08:02:41 +0200
3514              Lines: 134
3515              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
3516      Branch: cfgperl
3517            ! ext/B/B.xs ext/B/B/C.pm
3518 ____________________________________________________________________________
3519 [  2601] By: jhi                                   on 1999/01/13  18:01:53
3520         Log: From: James FitzGibbon <james@ican.net>
3521              Subject: Trivial patch for HP-UX 11 and shared libperl
3522              To: perl5-porters@perl.org
3523              Date: 8 Jan 1999 19:13:23 +0200
3524              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
3525      Branch: cfgperl
3526            ! Makefile.SH
3527 ____________________________________________________________________________
3528 [  2600] By: jhi                                   on 1999/01/13  17:59:45
3529         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3530              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
3531              To: perl5-porters@perl.org
3532              Date: 8 Jan 1999 12:43:36 +0200
3533              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
3534      Branch: cfgperl
3535            ! ext/B/B/CC.pm
3536 ____________________________________________________________________________
3537 [  2599] By: jhi                                   on 1999/01/13  17:50:11
3538         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
3539              Subject: PATCH to installperl
3540              To: perl5-porters@perl.org
3541              Date: 4 Jan 1999 16:15:18 +0200
3542              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
3543      Branch: cfgperl
3544            ! installperl
3545 ____________________________________________________________________________
3546 [  2598] By: jhi                                   on 1999/01/13  17:34:51
3547         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3548              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
3549              Cc: perl5-porters@perl.org
3550              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
3551              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
3552              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
3553      Branch: cfgperl
3554            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3555            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3556 ____________________________________________________________________________
3557 [  2597] By: jhi                                   on 1999/01/13  17:30:33
3558         Log: From: David Dyck <dcd@tc.fluke.com>
3559              To: Perl Porters <perl5-porters@perl.org>,
3560              Gurusamy Sarathy <gsar@engin.umich.edu>
3561              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
3562              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
3563              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
3564      Branch: cfgperl
3565            ! pod/perldsc.pod
3566 ____________________________________________________________________________
3567 [  2596] By: jhi                                   on 1999/01/13  17:26:44
3568         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3569              To: perl5-porters@perl.org
3570              Subject: [PATCH] modglobal w/ spelling fixes
3571              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
3572              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
3573      Branch: cfgperl
3574            ! pod/perlguts.pod
3575 ____________________________________________________________________________
3576 [  2595] By: jhi                                   on 1999/01/13  17:24:59
3577         Log: From: Hans Mulder <hansm@icgroup.nl>
3578              Optimize common sort routines.  Thread started by the message
3579              
3580              From: Hans Mulder <hansm@icgroup.nl>
3581              Sender: owner-perl5-porters@perl.org
3582              To: perl5-porters@perl.org
3583              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
3584              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
3585              
3586              and the patch from the message
3587              
3588              From: Hans Mulder <hans@icgroup.nl>
3589              To: jhi@iki.fi
3590              Cc: perl5-porters@perl.org
3591              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
3592              $b }
3593              Date: Wed, 13 Jan 1999 17:39:35 +0100
3594              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
3595      Branch: cfgperl
3596            ! Todo op.c op.h pp_ctl.c t/op/sort.t
3597 ____________________________________________________________________________
3598 [  2594] By: jhi                                   on 1999/01/13  16:50:17
3599         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
3600              (the diffs were based on 5.004_02).  Tested by Guido
3601              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
3602      Branch: cfgperl
3603            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
3604            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
3605            + mint/sys/time.h mint/time.h
3606            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
3607            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
3608 ____________________________________________________________________________
3609 [  2593] By: jhi                                   on 1999/01/09  16:54:26
3610         Log: Detypo.
3611      Branch: cfgperl
3612            ! hints/dec_osf.sh
3613 ____________________________________________________________________________
3614 [  2592] By: jhi                                   on 1999/01/09  16:17:13
3615         Log: Move usethreads and use64bits logic from hints to Configure.
3616      Branch: cfgperl
3617            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
3618            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
3619            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
3620            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
3621 ____________________________________________________________________________
3622 [  2591] By: jhi                                   on 1999/01/09  14:45:24
3623         Log: Missing dTHRs added.
3624      Branch: cfgperl
3625            ! regcomp.c toke.c
3626 ____________________________________________________________________________
3627 [  2590] By: jhi                                   on 1999/01/08  15:27:17
3628         Log: Finalize change #2589 and add better AIX nm scanning from:
3629              
3630              Message-Id: <m0zyNW0-00017VC@gentoo.com>
3631              From: bll@gentoo.com (Brad Lanam)
3632              Subject: Re: mailhelp returned a non-zero status
3633              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
3634              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
3635      Branch: cfgperl
3636            ! Configure hints/freebsd.sh hints/linux.sh
3637 ____________________________________________________________________________
3638 [  2589] By: jhi                                   on 1999/01/08  15:14:54
3639         Log: Undo change #2581.
3640      Branch: cfgperl
3641            ! Configure hints/freebsd.sh hints/linux.sh
3642 ____________________________________________________________________________
3643 [  2588] By: jhi                                   on 1999/01/08  11:51:52
3644         Log: FAQ jumbo patch from tchrist.
3645              
3646              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
3647              From: Tom Christiansen <tchrist@jhereg.perl.com>
3648              To: pumpkings@jhereg.perl.com
3649              Subject: newest version of perlfaq.pod
3650              Date: Thu, 7 Jan 1999 23:05:02 -0700
3651              
3652              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
3653              From: Tom Christiansen <tchrist@jhereg.perl.com>
3654              To: pumpkings@jhereg.perl.com
3655              Subject: newest version of perlfaq1.pod
3656              Date: Thu, 7 Jan 1999 23:05:02 -0700
3657              
3658              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
3659              From: Tom Christiansen <tchrist@jhereg.perl.com>
3660              To: pumpkings@jhereg.perl.com
3661              Subject: newest version of perlfaq2.pod
3662              Date: Thu, 7 Jan 1999 23:05:02 -0700
3663              
3664              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
3665              From: Tom Christiansen <tchrist@jhereg.perl.com>
3666              To: pumpkings@jhereg.perl.com
3667              Subject: newest version of perlfaq3.pod
3668              Date: Thu, 7 Jan 1999 23:05:02 -0700
3669              
3670              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
3671              From: Tom Christiansen <tchrist@jhereg.perl.com>
3672              To: pumpkings@jhereg.perl.com
3673              Subject: newest version of perlfaq4.pod
3674              Date: Thu, 7 Jan 1999 23:05:02 -0700
3675              
3676              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
3677              From: Tom Christiansen <tchrist@jhereg.perl.com>
3678              To: pumpkings@jhereg.perl.com
3679              Subject: newest version of perlfaq5.pod
3680              Date: Thu, 7 Jan 1999 23:05:02 -0700
3681              
3682              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
3683              From: Tom Christiansen <tchrist@jhereg.perl.com>
3684              To: pumpkings@jhereg.perl.com
3685              Subject: newest version of perlfaq6.pod
3686              Date: Thu, 7 Jan 1999 23:05:02 -0700
3687              
3688              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
3689              From: Tom Christiansen <tchrist@jhereg.perl.com>
3690              To: pumpkings@jhereg.perl.com
3691              Subject: newest version of perlfaq7.pod
3692              Date: Thu, 7 Jan 1999 23:05:03 -0700
3693              
3694              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
3695              From: Tom Christiansen <tchrist@jhereg.perl.com>
3696              To: pumpkings@jhereg.perl.com
3697              Subject: newest version of perlfaq8.pod
3698              Date: Thu, 7 Jan 1999 23:05:03 -0700
3699              
3700              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
3701              From: Tom Christiansen <tchrist@jhereg.perl.com>
3702              To: pumpkings@jhereg.perl.com
3703              Subject: newest version of perlfaq9.pod
3704              Date: Thu, 7 Jan 1999 23:05:03 -0700
3705      Branch: cfgperl
3706            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3707            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3708            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3709            ! pod/perlfaq9.pod
3710 ____________________________________________________________________________
3711 [  2587] By: jhi                                   on 1999/01/08  11:17:43
3712         Log: More doc fixes from Abigail.
3713      Branch: cfgperl
3714            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
3715            ! lib/User/pwent.pm
3716 ____________________________________________________________________________
3717 [  2585] By: jhi                                   on 1999/01/08  08:31:02
3718         Log: Change #2584 from maint-5.005:
3719              
3720              implemented Ilya's suggested fix, and added a testcase
3721              
3722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3723              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
3724              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
3725              Subject: Re: Text::ParseWords: regex fix
3726      Branch: cfgperl
3727            ! lib/Text/ParseWords.pm t/lib/parsewords.t
3728 ____________________________________________________________________________
3729 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
3730         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3731              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
3732              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
3733              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
3734      Branch: maint-5.005/perl
3735            ! ext/Errno/Errno_pm.PL
3736 ____________________________________________________________________________
3737 [  2581] By: jhi                                   on 1999/01/07  16:38:03
3738         Log: Configure update:
3739              - usethreads, use64bits, and usemultiplicity
3740              are no more interactively asked by Configure
3741              - "int main()" (vs bare "main()") enforced in test programs
3742      Branch: cfgperl
3743            ! Configure hints/freebsd.sh hints/linux.sh
3744 ____________________________________________________________________________
3745 [  2580] By: jhi                                   on 1999/01/07  11:19:12
3746         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3747              Date: Wed, 06 Jan 1999 13:47:34 -0800
3748              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
3749              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
3750      Branch: cfgperl
3751            ! vms/vms.c
3752 ____________________________________________________________________________
3753 [  2579] By: jhi                                   on 1999/01/07  09:08:36
3754         Log: Another set of doc patches from Abigail
3755              
3756              From: abigail@fnx.com
3757              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
3758              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
3759              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
3760              
3761              From: abigail@fnx.com
3762              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
3763              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
3764              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
3765              
3766              From: abigail@fnx.com
3767              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
3768              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
3769              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
3770              
3771              From: abigail@fnx.com
3772              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
3773              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
3774              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
3775              
3776              From: abigail@fnx.com
3777              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
3778              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
3779              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
3780              
3781              From: abigail@fnx.com
3782              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
3783              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
3784              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
3785              
3786              From: abigail@fnx.com
3787              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
3788              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
3789              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
3790              
3791              From: abigail@fnx.com
3792              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
3793              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
3794              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
3795              
3796              From: abigail@fnx.com
3797              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
3798              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
3799              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
3800              
3801              From: abigail@fnx.com
3802              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
3803              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
3804              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
3805              
3806              From: abigail@fnx.com
3807              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
3808              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
3809              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
3810              
3811              From: abigail@fnx.com
3812              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
3813              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
3814              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
3815              
3816              From: abigail@fnx.com
3817              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
3818              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
3819              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
3820              
3821              From: abigail@fnx.com
3822              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
3823              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
3824              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
3825      Branch: cfgperl
3826            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
3827            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
3828            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
3829            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
3830            ! lib/Tie/Array.pm lib/Tie/Hash.pm
3831 ____________________________________________________________________________
3832 [  2576] By: jhi                                   on 1999/01/06  17:05:20
3833         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
3834      Branch: cfgperl
3835            ! pp_ctl.c
3836 ____________________________________________________________________________
3837 [  2575] By: jhi                                   on 1999/01/06  13:18:56
3838         Log: Enhance the great_circle_distance() documentation.
3839      Branch: cfgperl
3840            ! lib/Math/Trig.pm
3841 ____________________________________________________________________________
3842 [  2574] By: jhi                                   on 1999/01/06  12:58:03
3843         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
3844              To: perlbug@perl.com
3845              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
3846              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
3847              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
3848      Branch: cfgperl
3849            ! t/op/sysio.t
3850 ____________________________________________________________________________
3851 [  2573] By: jhi                                   on 1999/01/06  12:40:19
3852         Log: From: "W. Phillip Moore" <wpm@ms.com>
3853              To: perlbug@perl.org
3854              Subject: [PATCH] POSIX getpgrp is not -w clean
3855              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
3856              Message-ID: <13970.20107.190314.549471@zappa>
3857      Branch: cfgperl
3858            ! ext/POSIX/POSIX.pm
3859 ____________________________________________________________________________
3860 [  2572] By: jhi                                   on 1999/01/06  12:25:24
3861         Log: Based on
3862              From: jan.dubois@ibm.net (Jan Dubois)
3863              To: perl5-porters@perl.org
3864              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3865              Date: Wed, 06 Jan 1999 01:24:09 +0100
3866              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
3867              except that
3868              - objXSUB.h was already okay
3869              - embed.h patching is futile, global.sym patched instead
3870              - objpp.h does not exist
3871              - proto.h addition applied manually
3872              - win32/GenCAPI.pl was already okay
3873              - win32/makedef.pl was already okay
3874      Branch: cfgperl
3875            ! global.sym perl.c proto.h
3876 ____________________________________________________________________________
3877 [  2571] By: jhi                                   on 1999/01/06  11:25:48
3878         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
3879              To: perlbug@perl.com
3880              Subject: FindBin.pm on Win32 systems
3881              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
3882              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
3883      Branch: cfgperl
3884            ! lib/FindBin.pm
3885 ____________________________________________________________________________
3886 [  2570] By: jhi                                   on 1999/01/06  11:21:48
3887         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3888              To: perl5-porters@perl.org, vmsperl@perl.org
3889              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
3890              Date: Tue, 05 Jan 1999 16:47:31 -0800
3891              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
3892              
3893              (the ext/IO/lib/IO/Socket.pm was not really changed here;
3894              it was a leftover from #2569)
3895      Branch: cfgperl
3896            ! ext/IO/lib/IO/Socket.pm taint.c
3897 ____________________________________________________________________________
3898 [  2569] By: jhi                                   on 1999/01/06  11:18:22
3899         Log: Jumbo doc patch from Abigail (almost identical to
3900              the 5.005-maint change #2562 except for the
3901              ext/IO/lib/IO/Socket.pm patch which was not
3902              applicable because the IO version of 5.005-devel
3903              is somewhat different (why?))
3904              
3905              From: abigail@fnx.com
3906              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
3907              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
3908              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
3909              
3910              From: abigail@fnx.com
3911              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
3912              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
3913              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
3914              
3915              From: abigail@fnx.com
3916              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
3917              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
3918              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
3919              
3920              From: abigail@fnx.com
3921              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
3922              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
3923              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
3924              
3925              From: abigail@fnx.com
3926              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
3927              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
3928              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
3929              
3930              From: abigail@fnx.com
3931              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
3932              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
3933              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
3934              
3935              From: abigail@fnx.com
3936              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
3937              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
3938              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
3939              
3940              From: abigail@fnx.com
3941              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
3942              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
3943              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
3944              
3945              From: abigail@fnx.com
3946              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
3947              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
3948              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
3949              
3950              From: abigail@fnx.com
3951              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
3952              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
3953              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
3954      Branch: cfgperl
3955            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3956            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
3957            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
3958            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3959            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
3960 ____________________________________________________________________________
3961 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
3962         Log: From: jan.dubois@ibm.net (Jan Dubois)
3963              Date: Wed, 06 Jan 1999 01:24:09 +0100
3964              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
3965              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3966      Branch: maint-5.005/perl
3967            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
3968            ! win32/GenCAPI.pl win32/makedef.pl
3969 ____________________________________________________________________________
3970 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
3971         Log: From: "W. Phillip Moore" <wpm@ms.com>
3972              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
3973              Message-ID: <13970.20107.190314.549471@zappa>
3974              Subject: [PATCH] POSIX getpgrp is not -w clean
3975      Branch: maint-5.005/perl
3976            ! ext/POSIX/POSIX.pm
3977 ____________________________________________________________________________
3978 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
3979         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
3980              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
3981              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
3982              Subject: FindBin.pm on Win32 systems
3983      Branch: maint-5.005/perl
3984            ! lib/FindBin.pm
3985 ____________________________________________________________________________
3986 [  2561] By: jhi                                   on 1999/01/05  10:49:10
3987         Log: Reword the setlocale() 1-arg case better.
3988      Branch: cfgperl
3989            ! ext/POSIX/POSIX.pod
3990 ____________________________________________________________________________
3991 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
3992         Log: From: Blair Zajac <bzajac@geostaff.com>
3993              Date: Wed, 23 Dec 1998 17:13:32 -0800
3994              Message-ID: <3681953C.8B6A90AA@geostaff.com>
3995              Subject: Tie::SubstrHash patch
3996      Branch: maint-5.005/perl
3997            ! lib/Tie/SubstrHash.pm
3998 ____________________________________________________________________________
3999 [  2554] By: jhi                                   on 1999/01/02  14:55:06
4000         Log: Object destruction order testing.
4001      Branch: cfgperl
4002            ! t/op/misc.t
4003 ____________________________________________________________________________
4004 [  2553] By: jhi                                   on 1999/01/02  14:49:40
4005         Log: perldelta the Dumpvalue.pm of change #2513.
4006      Branch: cfgperl
4007            ! lib/Dumpvalue.pm pod/perldelta.pod
4008 ____________________________________________________________________________
4009 [  2552] By: nick                                  on 1999/01/02  14:45:38
4010         Log: Tone down Makefile.PL so it works on Win32
4011      Branch: perl
4012            ! ext/B/Makefile.PL
4013 ____________________________________________________________________________
4014 [  2551] By: nick                                  on 1999/01/02  14:06:30
4015         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
4016              Use them in various B::* rather than have local defs.
4017      Branch: perl
4018            + ext/B/defsubs.h.PL
4019            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
4020            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4021            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
4022 ____________________________________________________________________________
4023 [  2550] By: nick                                  on 1999/01/02  10:04:02
4024         Log: Integrate ext/B changes from //depot/cfgperl
4025      Branch: perl
4026           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4027 ____________________________________________________________________________
4028 [  2549] By: jhi                                   on 1999/01/01  13:54:16
4029         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
4030              To: perlbug@perl.com
4031              Subject: op/groups.t fails test 1 on HP-UX 10.20
4032              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
4033              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
4034      Branch: cfgperl
4035            ! t/op/groups.t
4036 ____________________________________________________________________________
4037 [  2548] By: jhi                                   on 1999/01/01  13:53:31
4038         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4039              To: perl5-porters@perl.org
4040              cc: hv@crypt0.demon.co.uk
4041              Subject: [bug 5.004_54] duplicate error message
4042              Date: Thu, 31 Dec 1998 04:05:25 +0000
4043              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
4044              
4045              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
4046              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4047              To: hv@crypt0.demon.co.uk
4048              Cc: perl5-porters@perl.org
4049              Subject: [PATCH _54] Re: duplicate error message
4050              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
4051              
4052              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
4053              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4054              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
4055              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
4056              Subject: [TEST PATCH _54] Re: duplicate error message 
4057              Date: Fri, 01 Jan 1999 07:32:14 +0000
4058      Branch: cfgperl
4059            ! op.c t/pragma/warn/op
4060 ____________________________________________________________________________
4061 [  2547] By: jhi                                   on 1998/12/31  14:15:04
4062         Log: From: Chris Nandor <pudge@pobox.com>
4063              To: jhi@iki.fi
4064              Cc: perl5-porters@perl.org
4065              Subject: Re: [PATCH] perlport.pod 1.38
4066              Date: Thu, 31 Dec 1998 09:06:48 -0500
4067              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
4068      Branch: cfgperl
4069            ! pod/perlport.pod
4070 ____________________________________________________________________________
4071 [  2546] By: jhi                                   on 1998/12/31  11:18:17
4072         Log: From: Wilson P. Snyder II
4073              To: perl5-porters@perl.org
4074              Subject: [PATCH v5.5.53] REV2: Binary number support
4075              Date: 1998/11/30
4076              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
4077      Branch: cfgperl
4078            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
4079            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
4080            ! toke.c util.c
4081 ____________________________________________________________________________
4082 [  2545] By: jhi                                   on 1998/12/31  09:27:40
4083         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4084              To: perlbug@perl.com
4085              Subject: "perl -T -P" dumps core on OpenBSD and Linux
4086              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
4087              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
4088      Branch: cfgperl
4089            ! taint.c
4090 ____________________________________________________________________________
4091 [  2544] By: jhi                                   on 1998/12/31  09:21:45
4092         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
4093              To: perlbug@perl.com 
4094              Subject: bug in pod2man search for perl binary [5.005_5x]
4095              Date: Sat, 12 Dec 1998 23:08:51 +0000 
4096              Message-ID: <19981212230851.A20578@ig.co.uk> 
4097      Branch: cfgperl
4098            ! pod/pod2man.PL
4099 ____________________________________________________________________________
4100 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
4101         Log: From: jan.dubois@ibm.net (Jan Dubois)
4102              Date: Wed, 23 Dec 1998 21:26:38 +0100
4103              Message-ID: <36895086.8849224@smtp1.ibm.net>
4104              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4105      Branch: maint-5.005/perl
4106            ! lib/ExtUtils/MakeMaker.pm
4107 ____________________________________________________________________________
4108 [  2540] By: jhi                                   on 1998/12/30  08:42:04
4109         Log: Evermore AUTHORS and MAINTAIN.
4110      Branch: cfgperl
4111            ! AUTHORS MAINTAIN
4112 ____________________________________________________________________________
4113 [  2539] By: jhi                                   on 1998/12/29  15:10:34
4114         Log: More AUTHORS and MAINTAIN.
4115      Branch: cfgperl
4116            ! AUTHORS MAINTAIN
4117 ____________________________________________________________________________
4118 [  2537] By: jhi                                   on 1998/12/29  14:34:47
4119         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4120              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4121              Message-ID: <13942.32480.700000.640927@utensil>
4122              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4123              (mirror change#2531 in the 5.005-maint)
4124      Branch: cfgperl
4125            ! lib/AutoSplit.pm
4126 ____________________________________________________________________________
4127 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
4128         Log: change in_pod pattern to /^=\w/ from /^=/
4129              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
4130              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
4131              Message-ID: <13942.32480.700000.640927@utensil>
4132              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
4133      Branch: maint-5.005/perl
4134            ! lib/AutoSplit.pm
4135 ____________________________________________________________________________
4136 [  2525] By: jhi                                   on 1998/12/29  13:06:26
4137         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4138              To: perl5-porters@perl.org
4139              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
4140              Date: 16 Dec 1998 03:17:03 +0200
4141              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
4142      Branch: cfgperl
4143            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4144 ____________________________________________________________________________
4145 [  2524] By: jhi                                   on 1998/12/29  13:00:06
4146         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4147              To: perl5-porters@perl.org
4148              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
4149              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
4150              Date: 10 Dec 1998 08:30:02 +0200
4151              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
4152              
4153              (Nick's part was applied earlier, in change #2460)
4154      Branch: cfgperl
4155            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4156 ____________________________________________________________________________
4157 [  2523] By: jhi                                   on 1998/12/29  12:41:31
4158         Log: From: "vishal bhatia" <vishalb@hotmail.com>
4159              To: nick@ni-s.u-net.com
4160              Cc: perl5-porters@perl.org
4161              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
4162              Date: 9 Dec 1998 06:50:30 +0200
4163              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
4164      Branch: cfgperl
4165            ! ext/B/B/CC.pm
4166 ____________________________________________________________________________
4167 [  2522] By: jhi                                   on 1998/12/29  12:15:18
4168         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4169              To: perl5-porters@perl.org (Perl 5 Porters)
4170              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
4171              Date: 25 Dec 1998 23:02:28 +0200
4172              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
4173      Branch: cfgperl
4174            ! lib/Pod/Text.pm
4175 ____________________________________________________________________________
4176 [  2521] By: jhi                                   on 1998/12/29  12:07:54
4177         Log: Undo #2519 (breaks universal.c).
4178      Branch: cfgperl
4179            ! XSUB.h
4180 ____________________________________________________________________________
4181 [  2519] By: jhi                                   on 1998/12/29  11:41:10
4182         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4183              To: perl5-porters@perl.org
4184              Cc: perl-xs@perl.org
4185              Subject: XSUB.h refinement [PATCH]
4186              Date: 18 Dec 1998 03:58:44 +0200
4187              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
4188      Branch: cfgperl
4189            ! XSUB.h
4190 ____________________________________________________________________________
4191 [  2518] By: jhi                                   on 1998/12/29  11:36:19
4192         Log: From: abigail@fnx.com
4193              To: perl5-porters@perl.org (Perl Porters)
4194              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
4195              Date: 28 Dec 1998 21:39:15 +0200
4196              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
4197      Branch: cfgperl
4198            ! lib/fields.pm
4199 ____________________________________________________________________________
4200 [  2517] By: jhi                                   on 1998/12/29  11:35:03
4201         Log: Document change #2516.
4202      Branch: cfgperl
4203            ! pod/perldelta.pod
4204 ____________________________________________________________________________
4205 [  2516] By: jhi                                   on 1998/12/29  11:32:26
4206         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4207              To: perl5-porters@perl.org (Mailing list Perl5)
4208              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
4209              Date: 9 Dec 1998 10:39:31 +0200
4210              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
4211      Branch: cfgperl
4212            ! pod/perldiag.pod regcomp.c toke.c
4213 ____________________________________________________________________________
4214 [  2515] By: jhi                                   on 1998/12/29  11:27:11
4215         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4216              To: perl5-porters@perl.org (Mailing list Perl5)
4217              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
4218              Date: 8 Dec 1998 09:02:04 +0200
4219              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
4220              
4221              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
4222      Branch: cfgperl
4223            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
4224 ____________________________________________________________________________
4225 [  2514] By: jhi                                   on 1998/12/29  11:21:31
4226         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4227              To: perl5-porters@perl.org (Mailing list Perl5)
4228              Subject: [PATCH 5.005_53] Regexp tests and UTF8
4229              Date: 8 Dec 1998 07:02:01 +0200
4230              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
4231      Branch: cfgperl
4232            ! regcomp.c
4233 ____________________________________________________________________________
4234 [  2513] By: jhi                                   on 1998/12/29  11:18:34
4235         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4236              Subject: [PATCH 5.005_*] Dumpvar.pm
4237              To: perl5-porters@perl.org (Mailing list Perl5)
4238              Date: 7 Dec 1998 10:17:35 +0200
4239              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
4240      Branch: cfgperl
4241            + lib/Dumpvalue.pm
4242            ! MANIFEST
4243 ____________________________________________________________________________
4244 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
4245         Log: From: jan.dubois@ibm.net (Jan Dubois)
4246              Date: Tue, 01 Dec 1998 00:07:33 +0100
4247              Message-ID: <366921b5.14512598@smtp1.ibm.net>
4248              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
4249              
4250              From: jan.dubois@ibm.net (Jan Dubois)
4251              Date: Wed, 02 Dec 1998 00:24:54 +0100
4252              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
4253              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
4254      Branch: maint-5.005/perl
4255            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
4256            ! win32/config.bc win32/config.gc win32/config.vc
4257            ! win32/config_sh.PL win32/makedef.pl
4258 ____________________________________________________________________________
4259 [  2509] By: jhi                                   on 1998/12/28  13:00:31
4260     Log: Kickstart AUTHORS and MAINTAIN.
4261  Branch: cfgperl
4262        + AUTHORS MAINTAIN
4263        ! MANIFEST
4264 ____________________________________________________________________________
4265 [  2508] By: jhi                                   on 1998/12/28  08:04:00
4266     Log: From: Nathan Torkington <gnat@frii.com>
4267          To: perlbug@perl.com
4268          Subject: [PATCH] perlxstut.pod fix
4269          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
4270          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
4271  Branch: cfgperl
4272        ! pod/perlxstut.pod
4273 ____________________________________________________________________________
4274 [  2507] By: jhi                                   on 1998/12/28  07:59:00
4275     Log: From: abigail@fnx.com
4276          To: perlbug@perl.com
4277          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
4278          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
4279          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
4280          (slightly modified, a part of the patch was rejected)
4281          (strange, I thought I had already submitted this one
4282          but Perforce disagrees with me...)
4283  Branch: cfgperl
4284        ! pod/perlop.pod
4285 ____________________________________________________________________________
4286 [  2506] By: jhi                                   on 1998/12/28  07:56:59
4287     Log: From: Artur <artur@vogon-solutions.com>
4288          To: perlbug@perl.com
4289          Subject: PATCH: perlmodlib.pod
4290          Date: Fri, 25 Dec 1998 00:48:39 +0000
4291          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
4292  Branch: cfgperl
4293        ! pod/perlmodlib.pod pod/perlop.pod
4294 ____________________________________________________________________________
4295 [  2505] By: jhi                                   on 1998/12/28  07:46:06
4296     Log: From: abigail@fnx.com
4297          To: perl5-porters@perl.org (Perl Porters)
4298          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
4299          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
4300          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
4301  Branch: cfgperl
4302        ! pod/pod2html.PL
4303 ____________________________________________________________________________
4304 [  2504] By: jhi                                   on 1998/12/28  07:44:35
4305     Log: From: Jim Avera <avera@fjst.com>
4306          To: perlbug@perl.com
4307          Subject: perlbug bug - shows dates reversed
4308          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
4309          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
4310  Branch: cfgperl
4311        ! utils/perlbug.PL
4312 ____________________________________________________________________________
4313 [  2503] By: jhi                                   on 1998/12/28  07:41:39
4314     Log: From: jan.dubois@ibm.net (Jan Dubois)
4315          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
4316          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
4317          Date: Wed, 23 Dec 1998 21:26:38 +0100
4318          Message-ID: <36895086.8849224@smtp1.ibm.net>
4319  Branch: cfgperl
4320        ! lib/ExtUtils/MakeMaker.pm
4321 ____________________________________________________________________________
4322 [  2502] By: jhi                                   on 1998/12/28  07:39:20
4323     Log: From: Blair Zajac <bzajac@geostaff.com>
4324          To: perl5-porters@perl.org
4325          Subject: Tie::SubstrHash patch
4326          Date: Wed, 23 Dec 1998 17:13:32 -0800
4327          Message-ID: <3681953C.8B6A90AA@geostaff.com>
4328  Branch: cfgperl
4329        ! lib/Tie/SubstrHash.pm
4330 ____________________________________________________________________________
4331 [  2501] By: jhi                                   on 1998/12/28  07:37:16
4332     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
4333          To: perlbug@perl.com
4334          Subject: perlfaq9 minor error
4335          Date: Wed, 23 Dec 1998 14:54:19 -0800
4336          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
4337  Branch: cfgperl
4338        ! pod/perlfaq9.pod
4339 ____________________________________________________________________________
4340 [  2500] By: jhi                                   on 1998/12/23  10:38:18
4341     Log: More porting notes about filesystems, AmigaOS, and MiNT.
4342  Branch: cfgperl
4343        ! pod/perlport.pod
4344 ____________________________________________________________________________
4345 [  2499] By: jhi                                   on 1998/12/22  09:26:49
4346     Log: Add few MSG_ and uio constants.
4347  Branch: cfgperl
4348        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
4349 ____________________________________________________________________________
4350 [  2498] By: jhi                                   on 1998/12/22  08:39:30
4351     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
4352          a Digital C compiler optimizer bug that broke the 'x'
4353          operator under certain circumstances.  See t/op/repeat.t
4354          test #20 for graphic details.  Reported in
4355          
4356          From: Gisle Aas <gisle@aas.no>
4357          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
4358          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
4359          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
4360          Date: 18 Dec 1998 14:27:40 +0100
4361          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
4362          
4363          and discussed further in the thread
4364          
4365          From: Jarkko Hietaniemi <jhi@iki.fi>
4366          To: Gisle Aas <gisle@aas.no>
4367          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
4368          cpan-testers@perl.org, perl5-porters@perl.org
4369          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
4370          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
4371          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
4372  Branch: cfgperl
4373        ! t/op/repeat.t util.c
4374 ____________________________________________________________________________
4375 [  2497] By: jhi                                   on 1998/12/21  14:18:57
4376     Log: Change #2483 update.
4377  Branch: cfgperl
4378        ! t/op/tr.t
4379 ____________________________________________________________________________
4380 [  2496] By: jhi                                   on 1998/12/21  14:07:41
4381     Log: Update on change #2493.
4382  Branch: cfgperl
4383        ! t/pragma/warn/op
4384 ____________________________________________________________________________
4385 [  2495] By: jhi                                   on 1998/12/21  13:52:00
4386     Log: Change #2487 aftershock.
4387  Branch: cfgperl
4388        ! warning.pl
4389 ____________________________________________________________________________
4390 [  2494] By: jhi                                   on 1998/12/21  12:35:00
4391     Log: From: Chris Nandor <pudge@pobox.com>
4392          To: perl5-porters@perl.org
4393          Subject: [PATCH] perlport.pod v1.37
4394          Date: Sat, 19 Dec 1998 12:54:34 -0500
4395          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
4396  Branch: cfgperl
4397        ! pod/perlport.pod
4398 ____________________________________________________________________________
4399 [  2493] By: jhi                                   on 1998/12/21  12:22:44
4400     Log: From: Mark-Jason Dominus <mjd@plover.com>
4401          To: perl5-porters@perl.com
4402          Subject: PATCH (5.005_02): Dejargonizing
4403          Date: Sun, 20 Dec 1998 14:35:20 -0500
4404          Message-ID: <19981220193520.11230.qmail@plover.com>
4405          
4406          From: Mark-Jason Dominus <mjd@plover.com>
4407          To: perl5-porters@perl.com
4408          Subject: PATCH (5.005_02): Spelling correction in warning message
4409          Date: Sun, 20 Dec 1998 13:51:30 -0500
4410          Message-ID: <19981220185130.11067.qmail@plover.com>
4411  Branch: cfgperl
4412        ! doio.c op.c
4413 ____________________________________________________________________________
4414 [  2492] By: jhi                                   on 1998/12/21  09:00:05
4415     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4416          To: perl5-porters@perl.org
4417          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
4418          Date: Sun, 20 Dec 1998 19:03:25 PST
4419          Message-ID: <19981221030326.27660.qmail@hotmail.com>
4420          
4421          (slightly reformatted)
4422  Branch: cfgperl
4423        ! ext/B/B/CC.pm
4424 ____________________________________________________________________________
4425 [  2491] By: nick                                  on 1998/12/20  14:21:29
4426     Log: Save _all_ GV's which have SV, AV or HV set.
4427  Branch: perl
4428        ! ext/B/B/C.pm
4429 ____________________________________________________________________________
4430 [  2490] By: jhi                                   on 1998/12/18  15:13:19
4431     Log: Add idea about generalising cpp symbol probing of Errno.
4432  Branch: cfgperl
4433        ! Todo
4434 ____________________________________________________________________________
4435 [  2489] By: jhi                                   on 1998/12/18  14:47:57
4436     Log: Address some of the issues of:
4437          
4438          From: Tom Christiansen <tchrist@jhereg.perl.com>
4439          To: perl-porters-active@jhereg.perl.com
4440          Subject: Undocumentation Issues for 5.005
4441          Date: Thu, 17 Dec 1998 14:46:24 -0700
4442          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
4443  Branch: cfgperl
4444        ! pod/perl5005delta.pod
4445 ____________________________________________________________________________
4446 [  2488] By: jhi                                   on 1998/12/18  11:26:32
4447     Log: From: root <root@dubravka.in-berlin.de>
4448          To: perlbug@perl.com
4449          Cc: k@dubravka.in-berlin.de
4450          Subject: Please add no_modify to PERL_POLLUTE
4451          Date: Fri, 18 Dec 1998 10:45:52 +0100
4452          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
4453          
4454          (Really from Andreas König)
4455  Branch: cfgperl
4456        ! embed.pl
4457 ____________________________________________________________________________
4458 [  2487] By: jhi                                   on 1998/12/17  14:05:52
4459     Log: Some (by far not all) issues of the below message addressed.
4460          
4461          From: Tom Christiansen <tchrist@jhereg.perl.com>
4462          To: The Perl Porters Mailing List <perl5-porters@perl.org>
4463          Subject: important UNDOC issues for 5.005_54
4464          Date: Wed, 16 Dec 1998 21:14:53 -0700
4465          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
4466  Branch: cfgperl
4467        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
4468 ____________________________________________________________________________
4469 [  2486] By: jhi                                   on 1998/12/17  12:47:15
4470     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4471          To: domo@computer.org
4472          Cc: jhi@iki.fi, perl5-porters@perl.org
4473          Subject: Re: stuff related to malloc.c
4474          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
4475          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
4476  Branch: cfgperl
4477        ! malloc.c
4478 ____________________________________________________________________________
4479 [  2485] By: jhi                                   on 1998/12/17  12:17:19
4480     Log: More porting notes.
4481  Branch: cfgperl
4482        ! Porting/pumpkin.pod
4483 ____________________________________________________________________________
4484 [  2484] By: jhi                                   on 1998/12/15  08:38:05
4485     Log: Undo #2386 and #2205.
4486  Branch: cfgperl
4487        ! pod/perlfunc.pod
4488 ____________________________________________________________________________
4489 [  2483] By: jhi                                   on 1998/12/14  17:58:35
4490     Log: lib was missing from @INC.
4491  Branch: cfgperl
4492        ! t/op/tr.t
4493 ____________________________________________________________________________
4494 [  2482] By: jhi                                   on 1998/12/14  17:52:42
4495     Log: Was missing use Text::Wrap.
4496  Branch: cfgperl
4497        ! t/lib/textfill.t
4498 ____________________________________________________________________________
4499 [  2481] By: jhi                                   on 1998/12/14  16:00:22
4500     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
4501          
4502          From: Jonathan Roy <roy@idle.com>
4503          To: perl5-porters@perl.org
4504          Subject: nlist.h add to Configure checks?
4505          Date: Sun, 13 Dec 1998 22:22:49 -0500
4506          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
4507  Branch: cfgperl
4508        + ext/DynaLoader/hints/linux.pl
4509        ! MANIFEST
4510 ____________________________________________________________________________
4511 [  2480] By: jhi                                   on 1998/12/14  15:02:44
4512     Log: Give up completely using nm in AIX.
4513          
4514          From: "Kurt D. Starsinic" <kstar@chapin.edu>
4515          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
4516          Cc: perl5-porters@perl.org
4517          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
4518          Date: Thu, 10 Dec 1998 00:51:46 -0500
4519          Message-ID: <19981210005146.B29986@O2.chapin.edu>
4520  Branch: cfgperl
4521        ! hints/aix.sh
4522 ____________________________________________________________________________
4523 [  2479] By: jhi                                   on 1998/12/14  14:39:52
4524     Log: AIX' error messages are different.
4525          
4526          From: "Kurt D. Starsinic" <kstar@chapin.edu>
4527          To: Gurusamy Sarathy <gsar@engin.umich.edu>
4528          Cc: perl5-porters@perl.org
4529          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
4530          Date: Thu, 10 Dec 1998 00:42:36 -0500
4531          Message-ID: <19981210004236.A29986@O2.chapin.edu>
4532          
4533          From: Michael Engel <engel@nms1.cc.huji.ac.il>
4534          To: perlbug@perl.com
4535          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
4536          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
4537          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
4538  Branch: cfgperl
4539        ! t/pragma/warn/doio
4540 ____________________________________________________________________________
4541 [  2475] By: jhi                                   on 1998/12/13  12:35:55
4542     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4543          To: jhi@iki.fi
4544          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
4545          Subject: Re: stuff related to malloc.c
4546          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
4547          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
4548  Branch: cfgperl
4549        ! malloc.c
4550 ____________________________________________________________________________
4551 [  2474] By: jhi                                   on 1998/12/13  12:32:42
4552     Log: Some notes about porting issues.
4553  Branch: cfgperl
4554        ! Porting/pumpkin.pod
4555 ____________________________________________________________________________
4556 [  2473] By: jhi                                   on 1998/12/13  12:03:58
4557     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
4558          To: Perl 5 Porters <perl5-porters@perl.org>
4559          Subject: [patch 5.005_02] dos-djgpp update
4560          Date: Sun, 13 Dec 1998 00:08:44 +0100
4561          Message-ID: <19981213000844.C264@beeblebrox>
4562  Branch: cfgperl
4563        ! djgpp/config.over
4564 ____________________________________________________________________________
4565 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
4566     Log: undo changes to Exporter.pm from #2312
4567  Branch: maint-5.005/perl
4568        ! lib/Exporter.pm
4569 ____________________________________________________________________________
4570 [  2465] By: jhi                                   on 1998/12/12  12:31:21
4571     Log: Document that qw() taints.
4572          
4573          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
4574          To: perlbug@perl.com 
4575          Subject: taint problems
4576          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
4577          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
4578  Branch: cfgperl
4579        ! pod/perlop.pod
4580 ____________________________________________________________________________
4581 [  2464] By: jhi                                   on 1998/12/11  14:09:51
4582     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4583          To: dist-users@foretune.co.jp
4584          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
4585          Date: Mon, 07 Dec 1998 20:13:04 -0400
4586          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
4587  Branch: cfgperl
4588        ! Configure
4589 ____________________________________________________________________________
4590 [  2463] By: jhi                                   on 1998/12/11  13:29:54
4591     Log: MAXPATHLEN.
4592  Branch: cfgperl
4593        ! perl.h
4594 ____________________________________________________________________________
4595 [  2462] By: jhi                                   on 1998/12/11  08:37:58
4596     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
4597          To: perl5-porters@perl.org
4598          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
4599          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
4600          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
4601  Branch: cfgperl
4602        + hints/gnu.sh
4603 ____________________________________________________________________________
4604 [  2461] By: nick                                  on 1998/12/10  21:00:50
4605     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
4606          From: Vishal Bhatia <vishalb@hotmail.com>
4607          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
4608          2. Fixes the bug  regarding return value of c-functions generated out 
4609          of perl subs. ( Just includes the patch I sent earlier)
4610          3. Incorporates the other changes that need to be done to get CC.pm
4611          use ISA search for packages and methods on the same lines as C.pm
4612          
4613          Vishal would appreciate comments about B::Stackobj changes from 
4614          someone knowing that module well.
4615  Branch: perl
4616        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
4617 ____________________________________________________________________________
4618 [  2460] By: jhi                                   on 1998/12/08  08:11:27
4619     Log: Integrate from mainperl.
4620  Branch: cfgperl
4621       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
4622       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
4623       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
4624       !> toke.c util.c
4625 ____________________________________________________________________________
4626 [  2459] By: jhi                                   on 1998/12/07  07:50:11
4627     Log: From: hansm@icgroup.nl 
4628          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
4629          Reply-To: hansmu@xs4all.nl 
4630          To: perlbug@perl.com 
4631          Date: Sun, 6 Dec 98 22:19:54 +0100 
4632          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
4633  Branch: cfgperl
4634        ! util.c
4635 ____________________________________________________________________________
4636 [  2458] By: gsar                                  on 1998/12/07  06:00:55
4637     Log: fix dup lexical
4638  Branch: perl
4639        ! ext/B/B/Deparse.pm t/lib/io_unix.t
4640 ____________________________________________________________________________
4641 [  2457] By: gsar                                  on 1998/12/06  14:38:59
4642     Log: mention limit on line numbers reported by diagnostics
4643  Branch: perl
4644        ! pod/perl.pod toke.c
4645 ____________________________________________________________________________
4646 [  2456] By: gsar                                  on 1998/12/06  13:49:02
4647     Log: branch perldelta.pod
4648  Branch: maint-5.005/perl
4649       +> pod/perldelta.pod
4650 ____________________________________________________________________________
4651 [  2455] By: gsar                                  on 1998/12/06  13:47:21
4652     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
4653  Branch: maint-5.005/perl
4654        - pod/perldelta.pod
4655 ____________________________________________________________________________
4656 [  2454] By: gsar                                  on 1998/12/06  13:35:31
4657     Log: fix outdated/incorrect info about arbitrary limits
4658  Branch: perl
4659        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
4660        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
4661 ____________________________________________________________________________
4662 [  2453] By: nick                                  on 1998/12/05  16:14:42
4663     Log: Avoid hard-coding op numbers
4664          Update CC.pm to save %INC, and to co-exist with new C.pm
4665  Branch: perl
4666        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
4667 ____________________________________________________________________________
4668 [  2452] By: nick                                  on 1998/12/05  10:44:28
4669     Log: B.xs had its own code to calculate hash() which differed from
4670          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
4671          which meant that run-time require was re-done.
4672          Removed some debug from C.pm
4673  Branch: perl
4674        ! ext/B/B.xs ext/B/B/C.pm
4675 ____________________________________________________________________________
4676 [  2451] By: nick                                  on 1998/12/04  21:58:49
4677     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
4678          well as _54, but with pre-scan for classes and save the ISA scheme.
4679  Branch: perl
4680        ! ext/B/B/C.pm
4681 ____________________________________________________________________________
4682 [  2450] By: nick                                  on 1998/12/04  17:58:44
4683     Log: Vishal Bhatia's patch as a basis.
4684  Branch: perl
4685        ! ext/B/B/C.pm ext/B/B/CC.pm
4686 ____________________________________________________________________________
4687 [  2449] By: jhi                                   on 1998/12/04  16:39:21
4688     Log: Integrate from mainperl.
4689  Branch: cfgperl
4690       !> t/op/goto.t t/op/tr.t
4691 ____________________________________________________________________________
4692 [  2448] By: gsar                                  on 1998/12/04  06:06:49
4693     Log: tweak test for UTEST
4694  Branch: perl
4695        ! t/op/tr.t
4696 ____________________________________________________________________________
4697 [  2444] By: jhi                                   on 1998/12/03  14:37:22
4698     Log: s/\bthe the\b/the/g *.pod
4699  Branch: cfgperl
4700        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
4701 ____________________________________________________________________________
4702 [  2443] By: jhi                                   on 1998/12/03  13:39:53
4703     Log: Change#2441 aftermath.
4704  Branch: cfgperl
4705        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4706        ! config_h.SH thread.h vms/subconfigure.com
4707 ____________________________________________________________________________
4708 [  2441] By: jhi                                   on 1998/12/03  08:15:13
4709     Log: From: Dan Sugalski <sugalskd@osshe.edu>
4710          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
4711          Subject: [PATCH 5.005_54]Initial VMS patches
4712          Date: 3 Dec 1998 01:05:55 +0200
4713          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
4714          
4715          The patch to config_h.SH requires more study because
4716          metaconfig needs to agree.
4717  Branch: cfgperl
4718        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
4719        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
4720        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
4721 ____________________________________________________________________________
4722 [  2440] By: gsar                                  on 1998/12/03  01:32:16
4723     Log: add failed check-in of goto.t from change#1867
4724  Branch: perl
4725        ! t/op/goto.t
4726 ____________________________________________________________________________
4727 [  2437] By: jhi                                   on 1998/12/02  18:03:51
4728     Log: Fix most of the bad L<> links of
4729          
4730          From: Tom Christiansen <tchrist@jhereg.perl.com> 
4731          Subject: bad L<> links
4732          Reply-to: tchrist@perl.com 
4733          To: perlbug@jhereg.perl.com 
4734          Date: Tue, 11 Aug 1998 10:58:07 -0500 
4735          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
4736          
4737          The ones not fixed may require darker Pod::HTML magic,
4738          for example the perlguts.html#tags should work fine, IMHO.
4739  Branch: cfgperl
4740        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
4741        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
4742        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
4743        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
4744        ! pod/perlvar.pod
4745 ____________________________________________________________________________
4746 [  2436] By: jhi                                   on 1998/12/02  16:35:04
4747     Log: One paste too many in #2345.
4748  Branch: cfgperl
4749        ! lib/Pod/Html.pm
4750 ____________________________________________________________________________
4751 [  2435] By: jhi                                   on 1998/12/02  16:32:33
4752     Log: Pod::Html and Pod::Text were not locale-savvy:
4753          for example in =head1 all non-ASCII-\w-runs were
4754          turned into underscores in NAME tags.  This could
4755          result in several NAME tags becoming identical.
4756          Reported by:
4757          
4758          From: Fyodor Krasnov <fyodor@aha.ru> 
4759          Subject: pod2html vs Russian Characters
4760          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
4761          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
4762          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
4763  Branch: cfgperl
4764        ! lib/Pod/Html.pm lib/Pod/Text.pm
4765 ____________________________________________________________________________
4766 [  2434] By: jhi                                   on 1998/12/02  10:29:00
4767     Log: The real Mc5_54 integration.
4768  Branch: cfgperl
4769       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
4770 ____________________________________________________________________________
4771 [  2433] By: jhi                                   on 1998/12/02  08:52:13
4772     Log: From: Andy Dougherty <doughera@lafayette.edu>
4773          To: Perl Porters <perl5-porters@perl.org>
4774          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
4775          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
4776          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
4777  Branch: cfgperl
4778        ! Configure
4779 ____________________________________________________________________________
4780 [  2432] By: jhi                                   on 1998/12/02  08:49:47
4781     Log: From: Andy Dougherty <doughera@lafayette.edu>
4782          To: Perl Porters <perl5-porters@perl.org>
4783          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
4784          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
4785          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
4786  Branch: cfgperl
4787        ! Configure
4788 ____________________________________________________________________________
4789 [  2431] By: jhi                                   on 1998/12/01  16:11:50
4790     Log: From: achampio@lehman.com (Alan Champion)
4791          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
4792          To: perlbug@perl.com
4793          Date: 1 Dec 1998 17:36:33 +0200
4794          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
4795          
4796          Skip NIS includes.
4797  Branch: cfgperl
4798        ! t/op/pwent.t
4799 ____________________________________________________________________________
4800 [  2430] By: gsar                                  on 1998/12/01  12:12:50
4801     Log: 5.005_54, as released
4802  Branch: perl
4803        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
4804 ____________________________________________________________________________
4805 [  2429] By: jhi                                   on 1998/12/01  11:28:39
4806     Log: From: Anton Berezin <tobez@plab.ku.dk>
4807          To: perl5-porters@perl.org
4808          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
4809          Date: 30 Nov 1998 19:46:24 +0100
4810          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
4811  Branch: cfgperl
4812        ! hints/freebsd.sh
4813 ____________________________________________________________________________
4814 [  2428] By: jhi                                   on 1998/12/01  11:08:16
4815     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
4816  Branch: cfgperl
4817       +> (branch 30 files)
4818       !> (integrate 71 files)
4819 ____________________________________________________________________________
4820 [  2427] By: jhi                                   on 1998/12/01  10:51:37
4821     Log: Default to accepting a hinted $randfunc even when $csym
4822          does not find it.  (the previous defaylt behaviour was not
4823          to accept).
4824  Branch: cfgperl
4825        ! Configure
4826 ____________________________________________________________________________
4827 [  2426] By: jhi                                   on 1998/12/01  10:13:03
4828     Log: Separated the [:foo:] parsing to its own function.
4829          Passes all tests.
4830  Branch: cfgperl
4831        ! regcomp.c
4832 ____________________________________________________________________________
4833 [  2425] By: jhi                                   on 1998/12/01  08:22:49
4834     Log: Typo in comments.
4835  Branch: cfgperl
4836        ! regexec.c
4837 ____________________________________________________________________________
4838 [  2424] By: jhi                                   on 1998/12/01  08:21:38
4839     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4840          Subject: [PATCH 5.005_*] Debugger 'v' command
4841          To: perl5-porters@perl.org (Mailing list Perl5)
4842          Date: 1 Dec 1998 07:55:11 +0200
4843          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
4844  Branch: cfgperl
4845        ! lib/perl5db.pl
4846 ____________________________________________________________________________
4847 [  2423] By: jhi                                   on 1998/12/01  08:19:08
4848     Log: From: pvhp@forte.com (Peter Prymmer)
4849          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
4850          To: perl5-porters@perl.org
4851          Date: 1 Dec 1998 07:27:11 +0200
4852          Message-ID: <MLIST_9812010508.AA07791@forte.com>
4853  Branch: cfgperl
4854        ! hints/os390.sh
4855 ____________________________________________________________________________
4856 [  2417] By: jhi                                   on 1998/11/30  08:14:00
4857     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
4858  Branch: cfgperl
4859        ! ext/Socket/Socket.xs
4860 ____________________________________________________________________________
4861 [  2416] By: jhi                                   on 1998/11/30  08:00:15
4862     Log: Undo #2395, seems more like a problem in netbsd-current.
4863  Branch: cfgperl
4864        ! util.c
4865
4866 ----------------
4867 Version 5.005_54
4868 ----------------
4869
4870 ____________________________________________________________________________
4871 [  2414] By: gsar                                  on 1998/11/30  02:23:55
4872     Log: more JPL tweaks
4873  Branch: perl
4874        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
4875        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
4876 ____________________________________________________________________________
4877 [  2413] By: gsar                                  on 1998/11/30  01:35:56
4878     Log: stub bin/jpl that just runs JPL::Compile::files()
4879  Branch: perl
4880        + jpl/bin/jpl
4881 ____________________________________________________________________________
4882 [  2412] By: gsar                                  on 1998/11/30  01:32:14
4883     Log: delete symlink
4884  Branch: perl
4885        - jpl/bin/jpl
4886 ____________________________________________________________________________
4887 [  2410] By: gsar                                  on 1998/11/30  01:30:44
4888     Log: branch jpl from perlext to perl
4889  Branch: perl
4890       +> (branch 30 files)
4891 ____________________________________________________________________________
4892 [  2407] By: gsar                                  on 1998/11/30  01:24:53
4893     Log: JPL tweaks to build with 5.005
4894  Branch: perlext
4895        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
4896        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
4897 ____________________________________________________________________________
4898 [  2406] By: gsar                                  on 1998/11/30  00:55:54
4899     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
4900  Branch: perl
4901        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
4902 ____________________________________________________________________________
4903 [  2405] By: gsar                                  on 1998/11/30  00:28:55
4904     Log: patchlevel up to 54
4905  Branch: perl
4906        ! patchlevel.h win32/Makefile win32/config_H.bc
4907        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4908 ____________________________________________________________________________
4909 [  2403] By: gsar                                  on 1998/11/29  23:35:50
4910     Log: integrate cfgperl changes into mainline
4911  Branch: perl
4912       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4913       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
4914 ____________________________________________________________________________
4915 [  2402] By: gsar                                  on 1998/11/29  23:08:42
4916     Log: sync Text::Wrap version number
4917  Branch: perl
4918        ! lib/Text/Wrap.pm
4919 ____________________________________________________________________________
4920 [  2401] By: gsar                                  on 1998/11/29  22:56:21
4921     Log: textfill.t tweak
4922  Branch: perl
4923        ! t/lib/textfill.t
4924 ____________________________________________________________________________
4925 [  2400] By: gsar                                  on 1998/11/29  22:50:41
4926     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
4927          <muir@idiom.com>
4928  Branch: perl
4929        + t/lib/textfill.t
4930        ! MANIFEST lib/Text/Wrap.pm
4931 ____________________________________________________________________________
4932 [  2399] By: gsar                                  on 1998/11/29  22:28:05
4933     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
4934          has happened without the authors knowledge or consent; the subversive
4935          version (which is in 5.00502) breaks one of the tests in the
4936          authors testsuite; attempts are being made to find a fix that
4937          avoids breaking code already running with the 5.005_02 version
4938          From:    David Muir Sharnoff <muir@idiom.com>
4939          Date:    Sat, 28 Nov 1998 04:34:17 PST
4940          Message-Id: <199811281234.EAA03082@idiom.com>
4941          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
4942  Branch: perl
4943        ! lib/Text/Wrap.pm t/lib/textwrap.t
4944 ____________________________________________________________________________
4945 [  2397] By: nick                                  on 1998/11/29  20:13:58
4946     Log: Update docs and English.pm for $^C
4947  Branch: perl
4948        ! lib/English.pm pod/perlvar.pod
4949 ____________________________________________________________________________
4950 [  2396] By: jhi                                   on 1998/11/29  20:13:03
4951     Log: Mirror #2384.
4952  Branch: cfgperl
4953        ! t/op/pwent.t
4954 ____________________________________________________________________________
4955 [  2395] By: jhi                                   on 1998/11/29  19:59:12
4956     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
4957  Branch: cfgperl
4958        ! util.c
4959 ____________________________________________________________________________
4960 [  2394] By: gsar                                  on 1998/11/29  19:49:08
4961     Log: updated perlreftut.pod
4962  Branch: perl
4963        ! pod/perlreftut.pod
4964 ____________________________________________________________________________
4965 [  2393] By: gsar                                  on 1998/11/29  19:31:56
4966     Log: misc tweaks
4967  Branch: perl
4968        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
4969 ____________________________________________________________________________
4970 [  2392] By: gsar                                  on 1998/11/29  19:31:18
4971     Log: notes about -DPERL_POLLUTE
4972  Branch: perl
4973        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
4974 ____________________________________________________________________________
4975 [  2391] By: gsar                                  on 1998/11/29  19:13:52
4976     Log: explain various win32 build caveats more clearly
4977  Branch: perl
4978        ! README.win32 win32/Makefile win32/makefile.mk
4979 ____________________________________________________________________________
4980 [  2390] By: gsar                                  on 1998/11/29  16:51:59
4981     Log: remove I_POLL detection (Configure will do that now)
4982  Branch: perl
4983        ! ext/IO/Makefile.PL
4984 ____________________________________________________________________________
4985 [  2389] By: jhi                                   on 1998/11/29  16:39:16
4986     Log: Add I_POLL for IO 1.20.
4987  Branch: cfgperl
4988        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4989        ! config_h.SH
4990 ____________________________________________________________________________
4991 [  2388] By: gsar                                  on 1998/11/29  16:23:30
4992     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
4993  Branch: perl
4994        + Porting/p4desc
4995        ! MANIFEST
4996 ____________________________________________________________________________
4997 [  2387] By: gsar                                  on 1998/11/29  16:08:03
4998     Log: another threads reliability fix: serialize writes to thr->threadsv
4999          avoid most uses of PL_na (which is much more inefficient than a
5000          simple local); update docs to suit; PL_na now being thr->Tna may
5001          be a minor compatibility issue for extensions--will require dTHR
5002          outside of XSUBs (those get automatic dTHR)
5003  Branch: perl
5004        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
5005        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
5006        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
5007        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
5008        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
5009        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
5010        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
5011        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
5012        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
5013 ____________________________________________________________________________
5014 [  2386] By: jhi                                   on 1998/11/29  15:40:42
5015     Log: Tune the "if" entry.
5016  Branch: cfgperl
5017        ! pod/perlfunc.pod
5018 ____________________________________________________________________________
5019 [  2385] By: gsar                                  on 1998/11/29  12:40:28
5020     Log: various fixes for race conditions under threads: mutex locks based
5021          on PL_threadnum were seriously flawed, since it means more than one
5022          thread could enter the critical region; PL_na was global instead of
5023          thread-local; child thread could finish and free thr structures
5024          before Thread->new() got around to creating the Thread object;
5025          cv_clone() needed locking, as it mucks with PL_comppad and other
5026          global data; new_struct_thread() needed to lock template-thread's
5027          mutex while copying its data
5028  Branch: perl
5029        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
5030        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
5031 ____________________________________________________________________________
5032 [  2384] By: gsar                                  on 1998/11/29  10:54:38
5033     Log: s/warn/print/ on multiply defined groups
5034  Branch: perl
5035        ! t/op/grent.t
5036 ____________________________________________________________________________
5037 [  2383] By: gsar                                  on 1998/11/29  10:48:39
5038     Log: backout change#2334
5039  Branch: perl
5040        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5041 ____________________________________________________________________________
5042 [  2382] By: jhi                                   on 1998/11/29  10:33:40
5043     Log: Better NetInfo behaviour.
5044  Branch: cfgperl
5045        ! t/op/grent.t t/op/pwent.t
5046 ____________________________________________________________________________
5047 [  2381] By: jhi                                   on 1998/11/29  10:08:15
5048     Log: Integrate from mainperl.
5049  Branch: cfgperl
5050       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5051       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5052       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
5053       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
5054       +> t/lib/io_poll.t t/lib/io_unix.t
5055       !> (integrate 58 files)
5056 ____________________________________________________________________________
5057 [  2380] By: gsar                                  on 1998/11/29  08:22:49
5058     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
5059          Tim Bunce)
5060  Branch: perl
5061        ! gv.c
5062 ____________________________________________________________________________
5063 [  2379] By: gsar                                  on 1998/11/29  07:06:43
5064     Log: fix for pat.t failure under USE_THREADS
5065  Branch: perl
5066        ! pp_ctl.c regexec.c
5067 ____________________________________________________________________________
5068 [  2378] By: nick                                  on 1998/11/28  22:46:57
5069     Log: More C.pm tweaks
5070          Save globs even if we have saved cv itself before - may be imported.
5071          
5072          While we don't save "bootstrap" CV we need to provide a stub,
5073          so that if we require it later we don't fall through and attempt
5074          to DynaLoad module again.
5075          
5076          Attempt to save %INC so that "require" does not reload things
5077          we have compiled-in (does not work right yet - seems to be due
5078          to PL_incgv being created in perl_parse() current scheme setting 
5079          GvHV() is "better" than saving the glob, but still does not 
5080          work as I expect). 
5081  Branch: perl
5082        ! ext/B/B/C.pm
5083 ____________________________________________________________________________
5084 [  2377] By: gsar                                  on 1998/11/28  22:30:38
5085     Log: various tweaks; result passes all tests for normal build on Solaris;
5086          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
5087          win32 due to lack of select() that works on non-socket fds
5088  Branch: perl
5089        ! ext/IO/poll.c regcomp.c regexec.c scope.c
5090        ! t/lib/io_multihomed.t win32/makefile.mk
5091 ____________________________________________________________________________
5092 [  2376] By: gsar                                  on 1998/11/28  20:44:39
5093     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
5094  Branch: perl
5095        ! myconfig
5096 ____________________________________________________________________________
5097 [  2375] By: gsar                                  on 1998/11/28  20:42:58
5098     Log: integrate cfgperl changes into mainline
5099  Branch: perl
5100       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
5101       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
5102 ____________________________________________________________________________
5103 [  2374] By: gsar                                  on 1998/11/28  20:02:03
5104     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5105          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
5106          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
5107          Subject: [PATCH 5.00553] Yet another OS/2 patch
5108  Branch: perl
5109        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
5110 ____________________________________________________________________________
5111 [  2373] By: gsar                                  on 1998/11/28  19:30:06
5112     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5113          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
5114          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
5115          Subject: [PATCH 5.005_53] Change $#+
5116  Branch: perl
5117        ! mg.c pod/perlvar.pod t/op/pat.t
5118 ____________________________________________________________________________
5119 [  2372] By: gsar                                  on 1998/11/28  19:28:00
5120     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5121          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
5122          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
5123          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
5124  Branch: perl
5125        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
5126        ! thrdvar.h
5127 ____________________________________________________________________________
5128 [  2371] By: gsar                                  on 1998/11/28  19:23:53
5129     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5130          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
5131          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
5132          Subject: [PATCH 5.005_53] better -Mre=debugcolor
5133  Branch: perl
5134        ! embedvar.h objXSUB.h regexec.c thrdvar.h
5135 ____________________________________________________________________________
5136 [  2370] By: gsar                                  on 1998/11/28  19:21:17
5137     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5138          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
5139          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
5140          Subject: [PATCH 5.005_*] regcolors
5141  Branch: perl
5142        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
5143 ____________________________________________________________________________
5144 [  2369] By: gsar                                  on 1998/11/28  19:00:15
5145     Log: allow final period in a file (not followed by a newline) to
5146          terminate format spec
5147  Branch: perl
5148        ! toke.c
5149 ____________________________________________________________________________
5150 [  2368] By: gsar                                  on 1998/11/28  18:58:25
5151     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
5152          add C<$Config{installarchlib}/CORE> to the default locations searched
5153          on win32
5154  Branch: perl
5155        ! lib/ExtUtils/Liblist.pm
5156 ____________________________________________________________________________
5157 [  2367] By: gsar                                  on 1998/11/28  18:46:05
5158     Log: applied suggested patch with PERL_OBJECT tweaks
5159          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5160          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
5161          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
5162          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
5163  Branch: perl
5164        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
5165        ! regexec.c t/op/pat.t thrdvar.h
5166 ____________________________________________________________________________
5167 [  2366] By: gsar                                  on 1998/11/28  18:38:34
5168     Log: additional documentation for qr//
5169          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5170          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
5171          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
5172          Subject: [PATCH 5.005_*] Documentation (fwd)
5173  Branch: perl
5174        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
5175 ____________________________________________________________________________
5176 [  2365] By: gsar                                  on 1998/11/28  18:35:35
5177     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5178          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
5179          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
5180          Subject: [PATCH 5.005_*] Fix \G in REx without //g
5181  Branch: perl
5182        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
5183        ! regexp.h t/op/pat.t thrdvar.h
5184 ____________________________________________________________________________
5185 [  2364] By: gsar                                  on 1998/11/28  18:24:20
5186     Log: update Test.pm to Test-1.12; tweak 're' detection
5187  Branch: perl
5188        ! lib/Test.pm
5189 ____________________________________________________________________________
5190 [  2363] By: gsar                                  on 1998/11/28  18:12:04
5191     Log: avoid command-line quoting portability problems in lex_assign.t
5192  Branch: perl
5193        ! t/op/lex_assign.t
5194 ____________________________________________________________________________
5195 [  2362] By: gsar                                  on 1998/11/28  18:08:50
5196     Log: From: John Tobey <jtobey@channel1.com>
5197          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
5198          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
5199          Subject: PATCH: document English.pm sawampersand and thread issues
5200  Branch: perl
5201        ! lib/English.pm pod/perlvar.pod
5202 ____________________________________________________________________________
5203 [  2361] By: gsar                                  on 1998/11/28  18:03:04
5204     Log: fix uninitialized warnings
5205          From: Brian Callaghan <callagh@itginc.com>
5206          Date: Thu, 19 Nov 1998 17:49:10 -0800
5207          Message-Id: <3654CA96.B64FCAEB@itginc.com>
5208          Subject: Complete.pm patch (version 1.1)
5209  Branch: perl
5210        ! lib/Term/Complete.pm
5211 ____________________________________________________________________________
5212 [  2360] By: gsar                                  on 1998/11/28  17:59:16
5213     Log: s/Array/List/ suggested by John Tobey
5214  Branch: perl
5215        ! pod/perldata.pod
5216 ____________________________________________________________________________
5217 [  2359] By: gsar                                  on 1998/11/28  17:47:48
5218     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
5219  Branch: perl
5220        ! lib/Tie/Handle.pm pod/perlfunc.pod
5221 ____________________________________________________________________________
5222 [  2358] By: jhi                                   on 1998/11/28  17:23:15
5223     Log: Revamp the locale tests.
5224          (0) Instead of rewiring a few locales scan for them.
5225          (1) Bogus test #101 removed.
5226          (2) All the locales are checked, the lists of failed
5227          and non-failed ones are displayed.
5228          (3) The test #103 is again 'active' so that it may fail.
5229          (4) To balance (3) a hopefully pacifying message is shown
5230          if the #103 fails.
5231  Branch: cfgperl
5232        ! t/pragma/locale.t
5233 ____________________________________________________________________________
5234 [  2357] By: gsar                                  on 1998/11/28  17:21:07
5235     Log: add perlreftut.pod
5236  Branch: perl
5237        + pod/perlreftut.pod
5238        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
5239        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
5240        ! win32/pod.mak
5241 ____________________________________________________________________________
5242 [  2356] By: jhi                                   on 1998/11/28  16:58:01
5243     Log: Change #2346 fallout.
5244  Branch: cfgperl
5245        ! t/op/undef.t
5246 ____________________________________________________________________________
5247 [  2355] By: gsar                                  on 1998/11/28  16:46:43
5248     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
5249          ANSI prototypes
5250  Branch: perl
5251        ! ext/IO/IO.xs
5252 ____________________________________________________________________________
5253 [  2354] By: gsar                                  on 1998/11/28  16:08:07
5254     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
5255          keep platform hacks that aren't in the 1.20 dist; add new files
5256          to MANIFEST; hack Makefile.PL; result hasn't been tested
5257          anywhere
5258  Branch: perl
5259        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
5260        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5261        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
5262        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
5263        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
5264        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
5265        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5266        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5267        ! t/lib/io_sock.t t/lib/io_udp.t
5268 ____________________________________________________________________________
5269 [  2353] By: jhi                                   on 1998/11/28  15:51:03
5270     Log: Locale collation, ctype, and numeric, were initialized wrong
5271          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
5272          as reported by
5273          
5274          From: Ilya.Sandler@etak.com (Ilya Sandler)
5275          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
5276          To: perlbug@perl.com
5277          Date: 25 Nov 1998 04:53:52 +0200
5278          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
5279  Branch: cfgperl
5280        ! util.c
5281 ____________________________________________________________________________
5282 [  2352] By: nick                                  on 1998/11/28  15:21:59
5283     Log: Implement $^C to allow perl access to -c flag - I think this 
5284          was agreed once...
5285  Branch: perl
5286        ! gv.c mg.c
5287 ____________________________________________________________________________
5288 [  2351] By: jhi                                   on 1998/11/28  15:14:24
5289     Log: Change #2251 fixup.
5290  Branch: cfgperl
5291        ! myconfig
5292 ____________________________________________________________________________
5293 [  2350] By: jhi                                   on 1998/11/28  14:58:19
5294     Log: Integrate from mainperl.
5295  Branch: cfgperl
5296       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
5297       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5298       +> pod/perl5005delta.pod
5299       !> (integrate 49 files)
5300 ____________________________________________________________________________
5301 [  2349] By: jhi                                   on 1998/11/28  14:27:36
5302     Log: Passwd and group file groveling.
5303  Branch: cfgperl
5304        ! t/op/grent.t t/op/pwent.t
5305 ____________________________________________________________________________
5306 [  2348] By: gsar                                  on 1998/11/28  14:09:50
5307     Log: more conservative version of changes#2345,2346,2347; those break
5308          C<defined(@{"foo::ISA"})> which seems to be extensively used in
5309          the libs :-(
5310  Branch: perl
5311        ! pp.c t/op/method.t
5312 ____________________________________________________________________________
5313 [  2347] By: gsar                                  on 1998/11/28  13:36:08
5314     Log: tweak bogus test
5315  Branch: perl
5316        ! t/op/method.t
5317 ____________________________________________________________________________
5318 [  2346] By: gsar                                  on 1998/11/28  13:20:34
5319     Log: test cases for previous change
5320  Branch: perl
5321        ! t/op/undef.t
5322 ____________________________________________________________________________
5323 [  2345] By: gsar                                  on 1998/11/28  13:07:17
5324     Log: fix typo in pp_defined() causing C<defined %tied> to fail
5325  Branch: perl
5326        ! pp.c
5327 ____________________________________________________________________________
5328 [  2344] By: gsar                                  on 1998/11/28  13:03:29
5329     Log: s/comment/comment_t/ tweak (suggested by John Gorman
5330          <jgorman@webbysoft.com>)
5331  Branch: perl
5332        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
5333 ____________________________________________________________________________
5334 [  2343] By: gsar                                  on 1998/11/28  12:52:40
5335     Log: add (stub) perldelta.pod
5336  Branch: perl
5337        + pod/perldelta.pod
5338 ____________________________________________________________________________
5339 [  2342] By: gsar                                  on 1998/11/28  12:49:26
5340     Log: rename perldelta.pod to perl5005delta.pod in preparation for
5341          starting a new one
5342  Branch: perl
5343       +> pod/perl5005delta.pod
5344        - pod/perldelta.pod
5345        ! MANIFEST pod/perl.pod
5346 ____________________________________________________________________________
5347 [  2341] By: gsar                                  on 1998/11/28  12:41:55
5348     Log: fix MALLOC_LOCK #define
5349  Branch: perl
5350        ! malloc.c
5351 ____________________________________________________________________________
5352 [  2340] By: gsar                                  on 1998/11/28  12:18:23
5353     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5354          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
5355          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
5356          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
5357  Branch: perl
5358        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
5359 ____________________________________________________________________________
5360 [  2339] By: jhi                                   on 1998/11/28  11:59:01
5361     Log: Add -lm to dynix/ptx POSIX hints.
5362          From: "Martin J. Bligh" <mbligh@sequent.com>
5363          To: jhi@iki.fi
5364          Subject: Re: Making Perl work on DYNIX/ptx
5365          Date: Wed, 25 Nov 1998 10:34:41 -0800
5366          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
5367  Branch: cfgperl
5368        ! ext/POSIX/hints/dynixptx.pl
5369 ____________________________________________________________________________
5370 [  2338] By: jhi                                   on 1998/11/28  11:57:19
5371     Log: Detypo.
5372  Branch: cfgperl
5373        ! lib/filetest.pm
5374 ____________________________________________________________________________
5375 [  2337] By: jhi                                   on 1998/11/28  11:56:29
5376     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
5377  Branch: cfgperl
5378        ! Configure
5379 ____________________________________________________________________________
5380 [  2336] By: gsar                                  on 1998/11/28  11:41:14
5381     Log: teach CPAN.pm to ignore beta perl distributions when looking for
5382          modules
5383          From: root@dogberry.rutgers.edu (root)
5384          Date: Thu, 12 Nov 1998 23:08:39 -0500
5385          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
5386          Subject: recompile tries getting a perl distribution
5387  Branch: perl
5388        ! lib/CPAN.pm
5389 ____________________________________________________________________________
5390 [  2335] By: gsar                                  on 1998/11/28  11:27:46
5391     Log: make $1 et al readonly under threads; make C<undef $1> fail like
5392          C<$1 = undef> does
5393  Branch: perl
5394        ! op.c pp.c t/op/undef.t
5395 ____________________________________________________________________________
5396 [  2334] By: gsar                                  on 1998/11/28  10:24:52
5397     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
5398  Branch: perl
5399        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
5400 ____________________________________________________________________________
5401 [  2333] By: gsar                                  on 1998/11/28  09:36:40
5402     Log: document changed PERL_HASH()
5403  Branch: perl
5404        ! pod/perlfunc.pod pod/perlguts.pod
5405 ____________________________________________________________________________
5406 [  2332] By: nick                                  on 1998/11/27  21:10:27
5407     Log: Handle INIT list in C.pm
5408          1. Provide init_av() from B.xs
5409          2. Export it in B.pm
5410          3. Use it in C.pm
5411          Also disable some pruning in savecv() which seems to undo
5412          my previous patch.
5413          Experimental feature - save pathnames of .so files in easily 
5414          grep-able form for use in wrapper to feed to linker.  
5415  Branch: perl
5416        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
5417 ____________________________________________________________________________
5418 [  2327] By: gsar                                  on 1998/11/27  15:12:01
5419     Log: integrate change#2315 from maint-5.005
5420  Branch: perl
5421        ! t/op/sort.t
5422       !> op.c sv.c
5423 ____________________________________________________________________________
5424 [  2326] By: gsar                                  on 1998/11/27  15:00:42
5425     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
5426  Branch: perl
5427       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
5428       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
5429       !> lib/ExtUtils/typemap
5430 ____________________________________________________________________________
5431 [  2325] By: gsar                                  on 1998/11/27  14:46:18
5432     Log: malloc bugfix and documentation from Ilya Zakharevich
5433          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
5434          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
5435          Subject: [PATCH 5.005_*] Re: Internal coredump
5436          --
5437          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
5438          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
5439          Subject: [PATCH 5.005_*] malloc.c documentation
5440  Branch: perl
5441        ! malloc.c
5442 ____________________________________________________________________________
5443 [  2324] By: gsar                                  on 1998/11/27  14:41:38
5444     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
5445  Branch: perl
5446        ! ext/B/B/C.pm
5447 ____________________________________________________________________________
5448 [  2323] By: gsar                                  on 1998/11/27  14:33:44
5449     Log: From: maeda@src.ricoh.co.jp
5450          Date: Tue, 24 Nov 1998 10:37:45 +0900
5451          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
5452          Subject: format "..." bug
5453  Branch: perl
5454        ! pp_ctl.c t/op/write.t
5455 ____________________________________________________________________________
5456 [  2322] By: gsar                                  on 1998/11/27  14:20:12
5457     Log: add ext/Devel/Peek
5458          From: jan.dubois@ibm.net (Jan Dubois)
5459          Date: Mon, 23 Nov 1998 00:48:11 +0100
5460          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
5461          Subject: [PATCH 5.005_53] Devel::Peek integration
5462  Branch: perl
5463        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
5464        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5465        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
5466        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
5467        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
5468 ____________________________________________________________________________
5469 [  2321] By: gsar                                  on 1998/11/27  13:03:08
5470     Log: ensure 'make regen_headers' even without perl installed
5471          (suggested by Ilya Zakharevich)
5472  Branch: perl
5473        ! bytecode.pl warning.pl
5474 ____________________________________________________________________________
5475 [  2320] By: gsar                                  on 1998/11/27  12:58:36
5476     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5477          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
5478          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
5479          Subject: [PATCH 5.005_*] Cosmetic malloc patch
5480  Branch: perl
5481        ! malloc.c
5482 ____________________________________________________________________________
5483 [  2319] By: gsar                                  on 1998/11/27  12:56:13
5484     Log: eliminate dup hunk from integration
5485  Branch: perl
5486        ! lib/filetest.pm perl.h
5487 ____________________________________________________________________________
5488 [  2318] By: gsar                                  on 1998/11/27  12:50:08
5489     Log: integrate cfgperl changes into mainline
5490  Branch: perl
5491       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
5492        ! pod/perlfaq4.pod
5493       !> (integrate 30 files)
5494 ____________________________________________________________________________
5495 [  2317] By: jhi                                   on 1998/11/27  11:38:13
5496     Log: C<-x>.
5497  Branch: cfgperl
5498        ! lib/filetest.pm
5499 ____________________________________________________________________________
5500 [  2316] By: jhi                                   on 1998/11/27  11:10:22
5501     Log: Integrate from mainperl.
5502  Branch: cfgperl
5503       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
5504       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
5505       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
5506       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
5507       !> win32/win32sck.c
5508 ____________________________________________________________________________
5509 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
5510     Log: integrate change#2246 from mainline, while still allowing
5511          C<sort $globref @foo>
5512          
5513          allow C<sort $coderef @foo>
5514  Branch: maint-5.005/perl
5515        ! op.c sv.c
5516       !> t/op/sort.t
5517 ____________________________________________________________________________
5518 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
5519     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
5520          forwarded by Jarkko Hietaniemi from Mark Bixby
5521  Branch: maint-5.005/perl
5522        ! ext/DynaLoader/dl_mpeix.xs installperl
5523 ____________________________________________________________________________
5524 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
5525     Log: Allow PL_FILES to have multiple targets from one source by allowing
5526          an array ref as the value in the hash
5527  Branch: maint-5.005/perl
5528        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5529        ! lib/ExtUtils/MakeMaker.pm
5530 ____________________________________________________________________________
5531 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
5532     Log: fix unsigned variables to use SvUV and sv_setuv
5533  Branch: maint-5.005/perl
5534        ! lib/ExtUtils/typemap
5535 ____________________________________________________________________________
5536 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
5537     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
5538  Branch: maint-5.005/perl
5539        ! lib/ExtUtils/MM_Unix.pm
5540 ____________________________________________________________________________
5541 [  2301] By: gsar                                  on 1998/11/26  10:16:54
5542     Log: fix PL_defoutgv leak under threads
5543  Branch: perl
5544        ! ext/Thread/Thread.xs
5545 ____________________________________________________________________________
5546 [  2300] By: gsar                                  on 1998/11/26  09:04:44
5547     Log: properly free temporaries created by threads
5548  Branch: perl
5549        ! ext/Thread/Thread.xs
5550 ____________________________________________________________________________
5551 [  2299] By: gsar                                  on 1998/11/26  06:51:16
5552     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
5553          to set the package for the block properly
5554  Branch: perl
5555        ! op.c t/comp/package.t t/lib/dumper.t
5556 ____________________________________________________________________________
5557 [  2298] By: nick                                  on 1998/11/24  22:04:20
5558     Log: Part-1 of tweaks to allow Tk to be "compiled"
5559          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
5560          (May also need attention to exports etc. - to follow.)
5561  Branch: perl
5562        ! universal.c
5563 ____________________________________________________________________________
5564 [  2294] By: jhi                                   on 1998/11/23  10:44:26
5565     Log: The new socket tests need in some platforms
5566          to #include <sys/types.h>.
5567  Branch: cfgperl
5568        ! Configure
5569 ____________________________________________________________________________
5570 [  2293] By: jhi                                   on 1998/11/23  10:33:42
5571     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
5572          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
5573          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
5574          Date: Mon, 23 Nov 1998 10:07:04 +0100
5575          Message-Id: <9811230907.AA06484@AWT.nl>
5576          
5577          NeXTstep NetInfo uses nidump to get the user/group databases.
5578  Branch: cfgperl
5579        ! t/op/grent.t t/op/pwent.t
5580 ____________________________________________________________________________
5581 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
5582     Log: Updated Porting/patchls utility.
5583  Branch: maint-5.004/perl
5584        ! Porting/patchls
5585 ____________________________________________________________________________
5586 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
5587     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
5588          From:  Henrik Tougaard <ht.000@foa.dk>
5589          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
5590          Files:  lib/Sys/Syslog.pm
5591  Branch: maint-5.004/perl
5592        ! lib/Sys/Syslog.pm
5593 ____________________________________________________________________________
5594 [  2286] By: jhi                                   on 1998/11/22  19:08:42
5595     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
5596  Branch: cfgperl
5597        ! ext/Socket/Socket.xs
5598 ____________________________________________________________________________
5599 [  2285] By: jhi                                   on 1998/11/22  18:21:07
5600     Log: MSG_PROXY for GNU/Hurd (previously we believed that
5601          all GNU libc platforms have MSG_PROXY.  Untrue).
5602          In fact this ended up as a major MSG_* and SCM_*
5603          update.  The MSG_XXX known to be enums in some
5604          versions of the glibc are now probed for and respective
5605          HAS_MSG_XXX are defined.  While I was at it I noticed
5606          SCM_RIGHTS being similarly an enum.  This reminded me of
5607          an ancient discussion in perl5-porters:
5608          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
5609          The BSD socket interface has a nifty feature for passing
5610          file descriptors and credentials--via sockets.  It may be
5611          too late to add this functionality to the CORE but
5612          at least Configure now probes for the functions,
5613          structs, and includes, defining the appropriate
5614          HAS_YYY and I_ZZZ, and the Socket extension exports
5615          the constants, in case somebody wants to write an
5616          extension for this interface.
5617  Branch: cfgperl
5618        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5619        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
5620        ! iperlsys.h
5621 ____________________________________________________________________________
5622 [  2284] By: jhi                                   on 1998/11/22  18:13:21
5623     Log: perlhist.pod 1.54, containing 5_53.
5624  Branch: cfgperl
5625        ! pod/perlhist.pod
5626 ____________________________________________________________________________
5627 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
5628     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
5629  Branch: maint-5.004/perl
5630        ! doio.c
5631 ____________________________________________________________________________
5632 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
5633     Log: Improve op/die_exit.t test for implicit close changing $!
5634  Branch: maint-5.004/perl
5635        ! t/op/die_exit.t
5636 ____________________________________________________________________________
5637 [  2268] By: jhi                                   on 1998/11/22  14:44:11
5638     Log: Fix thinko.
5639  Branch: cfgperl
5640        ! hints/dynixptx.sh
5641 ____________________________________________________________________________
5642 [  2267] By: jhi                                   on 1998/11/22  13:19:41
5643     Log: Document the d_socket override.
5644  Branch: cfgperl
5645        ! hints/dynixptx.sh
5646 ____________________________________________________________________________
5647 [  2266] By: jhi                                   on 1998/11/22  12:12:29
5648     Log: From: John Tobey <jtobey@channel1.com>
5649          Subject: [PATCH] perlfaq typos
5650          To: perl5-porters@perl.com
5651          Date: 22 Nov 1998 04:25:15 +0200
5652          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
5653  Branch: cfgperl
5654        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5655        ! pod/perlfaq7.pod pod/perlfaq8.pod
5656 ____________________________________________________________________________
5657 [  2265] By: jhi                                   on 1998/11/22  12:06:29
5658     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5659          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
5660          Newsgroups: hut.lists.perl5-porters
5661          To: gsar@engin.umich.edu (Gurusamy Sarathy)
5662          Cc: perl5-porters@perl.org (Perl5 Porters)
5663          Date: 20 Nov 1998 12:20:41 +0200
5664  Branch: cfgperl
5665        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5666        ! ext/DB_File/DB_File.xs
5667 ____________________________________________________________________________
5668 [  2264] By: jhi                                   on 1998/11/22  11:55:09
5669     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
5670          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
5671          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
5672          To: perlbug@perl.com
5673          Date: 20 Nov 1998 18:39:06 +0200
5674          Lines: 47
5675          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
5676  Branch: cfgperl
5677        ! t/op/grent.t t/op/pwent.t
5678 ____________________________________________________________________________
5679 [  2263] By: jhi                                   on 1998/11/22  11:42:59
5680     Log: Permission testing is tricky when we have too much power.
5681          Problem reported in
5682          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
5683          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
5684          To: perlbug@perl.com
5685          Date: 20 Nov 1998 18:39:06 +0200
5686          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
5687  Branch: cfgperl
5688        ! t/op/filetest.t
5689 ____________________________________________________________________________
5690 [  2262] By: gsar                                  on 1998/11/22  11:37:02
5691     Log: fix broken CAPI generation
5692  Branch: perl
5693        ! win32/GenCAPI.pl
5694 ____________________________________________________________________________
5695 [  2261] By: jhi                                   on 1998/11/22  11:17:00
5696     Log: -x should be C<-x>, reported by Gerben Wierda.
5697  Branch: cfgperl
5698        ! pod/perlfunc.pod
5699 ____________________________________________________________________________
5700 [  2260] By: gsar                                  on 1998/11/22  11:12:02
5701     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
5702  Branch: perl
5703        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
5704        ! proto.h
5705 ____________________________________________________________________________
5706 [  2259] By: jhi                                   on 1998/11/22  11:06:40
5707     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5708          Subject: Re: [PATCH] Re: pod2man bug in date generated line
5709          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
5710          Cc: perlbug@perl.com
5711          Date: 20 Nov 1998 21:30:17 +0200
5712          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
5713  Branch: cfgperl
5714        ! pod/pod2man.PL
5715 ____________________________________________________________________________
5716 [  2256] By: jhi                                   on 1998/11/21  10:44:01
5717     Log: From: Thomas Bowditch <bowditch@inmet.com>
5718          Subject: Benchmark.pm suggestion
5719          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
5720          Date: Fri, 20 Nov 1998 17:43:46 -0500
5721          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
5722          
5723          Added timesum().
5724  Branch: cfgperl
5725        ! lib/Benchmark.pm
5726 ____________________________________________________________________________
5727 [  2255] By: gsar                                  on 1998/11/21  08:45:06
5728     Log: another win32 portability fix: make sysread() and syswrite()
5729          work on sockets
5730  Branch: perl
5731        ! pp_sys.c win32/win32.h
5732 ____________________________________________________________________________
5733 [  2254] By: gsar                                  on 1998/11/21  07:49:06
5734     Log: win32_recvfrom() compatibility fix
5735  Branch: perl
5736        ! win32/win32sck.c
5737 ____________________________________________________________________________
5738 [  2253] By: jhi                                   on 1998/11/20  08:22:06
5739     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5740          To: jhi@iki.fi
5741          Subject: MPE/iX Perl 5.005_02 oops
5742          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
5743          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
5744  Branch: cfgperl
5745        ! ext/DynaLoader/dl_mpeix.xs installperl
5746 ____________________________________________________________________________
5747 [  2252] By: gsar                                  on 1998/11/19  17:38:03
5748     Log: mess_sv tweak for change#2249
5749  Branch: perl
5750        ! util.c
5751 ____________________________________________________________________________
5752 [  2251] By: jhi                                   on 1998/11/18  12:32:19
5753     Log: Display use64bits and usemultiplicity but only if necessary.
5754  Branch: cfgperl
5755        ! myconfig
5756 ____________________________________________________________________________
5757 [  2250] By: jhi                                   on 1998/11/18  12:26:50
5758     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
5759          Subject: pp.c uses 'unsigned Quad_t'
5760          To: perlbug@perl.com 
5761          Date: Sun, 15 Nov 1998 20:57:05 -0300 
5762          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
5763  Branch: cfgperl
5764        ! perl.h pp.c
5765 ____________________________________________________________________________
5766 [  2249] By: gsar                                  on 1998/11/18  05:43:11
5767     Log: use PL_mess_sv only during global destruction (fixes problems with
5768          overlapping invocations of form()/warn()/die()/croak() trampling on
5769          each other's messages)
5770  Branch: perl
5771        ! mg.c util.c
5772 ____________________________________________________________________________
5773 [  2248] By: gsar                                  on 1998/11/18  05:39:36
5774     Log: tweak change#2245 to skip previous message if any
5775  Branch: perl
5776        ! pp_ctl.c t/pragma/warn/pp_ctl
5777 ____________________________________________________________________________
5778 [  2247] By: jhi                                   on 1998/11/17  11:46:56
5779     Log: Integrate from mainperl.
5780  Branch: cfgperl
5781       !> (integrate 26 files)
5782 ____________________________________________________________________________
5783 [  2246] By: gsar                                  on 1998/11/17  09:41:10
5784     Log: allow C<sort $coderef @foo>
5785  Branch: perl
5786        ! op.c t/op/sort.t t/pragma/overload.t
5787 ____________________________________________________________________________
5788 [  2245] By: gsar                                  on 1998/11/17  08:28:26
5789     Log: propagate failures in DESTROY() as (optional) warnings
5790  Branch: perl
5791        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
5792 ____________________________________________________________________________
5793 [  2244] By: gsar                                  on 1998/11/17  07:43:08
5794     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
5795  Branch: perl
5796        ! perl.c thrdvar.h
5797 ____________________________________________________________________________
5798 [  2243] By: gsar                                  on 1998/11/17  07:40:09
5799     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
5800  Branch: perl
5801        ! lib/warning.pm warning.h warning.pl
5802 ____________________________________________________________________________
5803 [  2242] By: gsar                                  on 1998/11/17  06:32:39
5804     Log: fix skipspace() to properly account for newlines in eval''-ed
5805          strings (caused bogus line numbers in diagnostics and debugger)
5806  Branch: perl
5807        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
5808 ____________________________________________________________________________
5809 [  2241] By: gsar                                  on 1998/11/17  03:48:12
5810     Log: s/Perl_utf8skip/PL_utf8skip/g
5811  Branch: perl
5812        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
5813 ____________________________________________________________________________
5814 [  2240] By: gsar                                  on 1998/11/14  06:09:06
5815     Log: rework op/groups.t
5816  Branch: perl
5817        ! t/op/filetest.t t/op/groups.t
5818 ____________________________________________________________________________
5819 [  2235] By: gsar                                  on 1998/11/14  00:17:05
5820     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
5821  Branch: perl
5822        ! op.c
5823 ____________________________________________________________________________
5824 [  2234] By: gsar                                  on 1998/11/14  00:14:02
5825     Log: update Changes
5826  Branch: perl
5827        ! Changes win32/config.bc win32/config.gc win32/config.vc
5828 ____________________________________________________________________________
5829 [  2233] By: gsar                                  on 1998/11/13  09:43:03
5830     Log: doc tweak
5831  Branch: perl
5832        ! README.win32
5833 ____________________________________________________________________________
5834 [  2230] By: jhi                                   on 1998/11/12  17:07:45
5835     Log: Allow hints file override for d_socket
5836          (based on Sequent-induced change #2229).
5837  Branch: cfgperl
5838        ! Configure
5839 ____________________________________________________________________________
5840 [  2229] By: jhi                                   on 1998/11/12  16:32:33
5841     Log: 
5842          From: "Martin J. Bligh" <mbligh@sequent.com>
5843          To: jhi@iki.fi
5844          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
5845          Subject: Re: Making Perl work on DYNIX/ptx
5846          Date: Tue, 10 Nov 1998 16:24:26 -0800
5847          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
5848  Branch: cfgperl
5849        ! hints/dynixptx.sh
5850 ____________________________________________________________________________
5851 [  2228] By: jhi                                   on 1998/11/12  11:40:37
5852     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
5853          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
5854          To: jhi@iki.fi
5855          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
5856          Subject: Re: Making Perl work on DYNIX/ptx
5857          Date: Tue, 10 Nov 1998 18:01:10 -0800
5858  Branch: cfgperl
5859        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
5860 ____________________________________________________________________________
5861 [  2227] By: jhi                                   on 1998/11/12  11:17:42
5862     Log: Integrate from mainperl.
5863  Branch: cfgperl
5864       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
5865       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
5866       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
5867       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
5868       !> win32/win32.c x2p/s2p.PL
5869 ____________________________________________________________________________
5870 [  2226] By: gsar                                  on 1998/11/11  21:05:42
5871     Log: provide -DPERL_POLLUTE
5872  Branch: perl
5873        ! embed.pl embedvar.h
5874 ____________________________________________________________________________
5875 [  2225] By: jhi                                   on 1998/11/09  07:45:12
5876     Log: From: Hans Mulder <hansm@icgroup.nl>
5877          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5878          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
5879          perl5-porters@perl.org
5880          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
5881          (UNINSTALLED)
5882          Date: Sun,  8 Nov 98 22:20:23 +0100
5883          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
5884  Branch: cfgperl
5885        ! malloc.c perl.h
5886 ____________________________________________________________________________
5887 [  2224] By: gsar                                  on 1998/11/09  03:13:14
5888     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
5889          Christoph <lupe@alanya.m.isar.de>)
5890  Branch: perl
5891        ! lib/Text/Wrap.pm
5892 ____________________________________________________________________________
5893 [  2223] By: gsar                                  on 1998/11/09  02:09:06
5894     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
5895          <lionel.fourquaux@wanadoo.fr>)
5896  Branch: perl
5897        ! x2p/s2p.PL
5898 ____________________________________________________________________________
5899 [  2222] By: gsar                                  on 1998/11/09  01:56:24
5900     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
5901          Date: Wed, 04 Nov 1998 12:19:44 +0000
5902          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
5903          Subject: [PATCH] Re: [5.005_53] read overflow? 
5904          --
5905          Date: Wed, 04 Nov 1998 13:15:18 +0000
5906          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
5907          Subject: [PATCH 5.005_53] perl -V fix
5908  Branch: perl
5909        ! perl.c regexec.c
5910 ____________________________________________________________________________
5911 [  2221] By: gsar                                  on 1998/11/09  01:34:56
5912     Log: From: jan.dubois@ibm.net (Jan Dubois)
5913          Date: Sun, 01 Nov 1998 00:05:01 +0100
5914          Message-ID: <364294bd.18052307@smtp1.ibm.net>
5915          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
5916  Branch: perl
5917        ! Changes win32/makedef.pl
5918 ____________________________________________________________________________
5919 [  2220] By: gsar                                  on 1998/11/08  21:13:07
5920     Log: integrate changes#2120,2168,2218 from maint-5.005;
5921          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
5922          enum; make regen_headers
5923  Branch: perl
5924        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
5925        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
5926 ____________________________________________________________________________
5927 [  2219] By: gsar                                  on 1998/11/08  19:42:57
5928     Log: integrate cfgperl changes into mainline
5929  Branch: perl
5930       +> README.vmesa
5931       !> Configure MANIFEST Porting/Glossary Porting/config.sh
5932       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
5933       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
5934       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
5935       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
5936       !> thread.h vms/subconfigure.com vos/config.h
5937 ____________________________________________________________________________
5938 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
5939     Log: From: Graham Barr <gbarr@ti.com>
5940          Date: Mon, 2 Nov 1998 07:38:52 -0600
5941          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
5942          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
5943  Branch: maint-5.005/perl
5944        ! ext/IPC/SysV/Msg.pm
5945 ____________________________________________________________________________
5946 [  2215] By: gsar                                  on 1998/11/08  02:52:52
5947     Log: set close-on-exec bit on pipe() FDs
5948  Branch: perl
5949        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
5950 ____________________________________________________________________________
5951 [  2214] By: gsar                                  on 1998/11/08  02:27:57
5952     Log: typo in newHVhv()
5953  Branch: perl
5954        ! hv.c
5955 ____________________________________________________________________________
5956 [  2211] By: jhi                                   on 1998/11/07  21:14:18
5957     Log: Finalize the Mach CThreads support.
5958          
5959          From: Hans Mulder <hansm@icgroup.nl>
5960          Date: Sat,  7 Nov 98 22:06:20 +0100
5961          To: Gurusamy Sarathy <gsar@engin.umich.edu>
5962          Cc: jhi@iki.fi, perl5-porters@perl.org
5963          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
5964          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
5965  Branch: cfgperl
5966        ! malloc.c perl.h
5967 ____________________________________________________________________________
5968 [  2210] By: gsar                                  on 1998/11/06  20:36:50
5969     Log: fix AvREALISH bogusness
5970  Branch: perl
5971        ! av.c t/op/array.t
5972 ____________________________________________________________________________
5973 [  2209] By: jhi                                   on 1998/11/06  08:05:31
5974     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
5975          ASSERT() causes problems in {NeXTStep,OpenStep}.
5976          
5977          From: Hans Mulder <hansm@icgroup.nl>
5978          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
5979          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5980          Date: Fri,  6 Nov 98 01:27:41 +0100
5981          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
5982          
5983          and
5984          
5985          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5986          Subject: Re: ASSERT() in malloc.c
5987          To: jhi@iki.fi
5988          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
5989          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
5990  Branch: cfgperl
5991        ! malloc.c
5992 ____________________________________________________________________________
5993 [  2208] By: jhi                                   on 1998/11/06  07:55:38
5994     Log: Mach CThreads needs #include <mach/cthreads.h>.
5995  Branch: cfgperl
5996        ! perl.h
5997 ____________________________________________________________________________
5998 [  2206] By: jhi                                   on 1998/11/05  14:54:52
5999     Log: PERL_BADLANG wrongly documented.
6000          
6001          From: ts <decoux@moulon.inra.fr>
6002          To: jhi@cc.hut.fi
6003          Subject: Re: Locale warning messages
6004          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
6005          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
6006          
6007          and
6008          
6009          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6010          Subject: Re: PERL_BADLANG
6011          To: jhi@iki.fi
6012          Subject: Re: PERL_BADLANG
6013          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
6014          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
6015  Branch: cfgperl
6016        ! pod/perllocale.pod
6017 ____________________________________________________________________________
6018 [  2205] By: jhi                                   on 1998/11/05  14:24:33
6019     Log: Document all the control flow keywords in perlfunc
6020          so that "perlfunc -f while" works.
6021  Branch: cfgperl
6022        ! pod/perlfunc.pod
6023 ____________________________________________________________________________
6024 [  2204] By: jhi                                   on 1998/11/05  12:46:02
6025     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
6026          (from vos/config.h).  Update Porting/{Glossary,config*}.
6027  Branch: cfgperl
6028        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6029        ! config_h.SH vos/config.h
6030 ____________________________________________________________________________
6031 [  2203] By: jhi                                   on 1998/11/05  08:34:39
6032     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
6033  Branch: cfgperl
6034        ! hints/vmesa.sh vms/subconfigure.com
6035 ____________________________________________________________________________
6036 [  2202] By: jhi                                   on 1998/11/05  08:03:20
6037     Log: Integrate from mainperl.
6038  Branch: cfgperl
6039       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
6040       !> win32/Makefile win32/makefile.mk win32/win32.c
6041 ____________________________________________________________________________
6042 [  2201] By: gsar                                  on 1998/11/05  04:40:44
6043     Log: another POPSTACK victim
6044  Branch: perl
6045        ! cop.h sv.c
6046 ____________________________________________________________________________
6047 [  2196] By: gsar                                  on 1998/11/05  02:07:54
6048     Log: fix a location affected by change#2191, add note about POPSTACK
6049  Branch: perl
6050        ! cop.h gv.c pp_ctl.c
6051 ____________________________________________________________________________
6052 [  2195] By: gsar                                  on 1998/11/05  02:04:45
6053     Log: makefile notes
6054  Branch: perl
6055        ! win32/Makefile win32/makefile.mk
6056 ____________________________________________________________________________
6057 [  2192] By: gsar                                  on 1998/11/04  23:48:53
6058     Log: indeterminate order-of-evaluation fixes
6059  Branch: perl
6060        ! mg.c
6061 ____________________________________________________________________________
6062 [  2191] By: gsar                                  on 1998/11/04  23:02:16
6063     Log: refetch local stack pointer in POPSTACK
6064  Branch: perl
6065        ! cop.h perl.c
6066 ____________________________________________________________________________
6067 [  2190] By: jhi                                   on 1998/11/04  08:50:40
6068     Log: Configure update.
6069          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
6070          
6071          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6072          To: Martin Bligh <mbligh@sequent.com>
6073          Cc: Jarkko Hietaniemi <jhi@iki.fi>
6074          Subject: Re: Perl 5's configure on DYNIX/ptx
6075          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
6076          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
6077          
6078          find sockets also from libsocket, not just libnet.
6079          OS390: $compile_ok instead of $compile for <inttypes.h>,
6080          
6081          From: pvhp@forte.com (Peter Prymmer)
6082          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
6083          Subject: _53 not OK on os390 but looking better than ever
6084          Date: Tue, 3 Nov 98 17:33:22 PST
6085          Message-Id: <9811040133.AA09450@forte.com>
6086  Branch: cfgperl
6087        ! Configure
6088 ____________________________________________________________________________
6089 [  2189] By: jhi                                   on 1998/11/04  07:43:58
6090     Log: sysio.t failure: fix undefined order of evaluation, from
6091          
6092          From: Spider Boardman <spider@web.zk3.dec.com>
6093          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
6094          To: perlbug@perl.com
6095          Date: 4 Nov 1998 01:22:30 +0200
6096          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
6097  Branch: cfgperl
6098        ! pp_sys.c
6099 ____________________________________________________________________________
6100 [  2188] By: gsar                                  on 1998/11/04  02:59:16
6101     Log: fix return value of win32_pclose()
6102  Branch: perl
6103        ! win32/win32.c
6104 ____________________________________________________________________________
6105 [  2187] By: gsar                                  on 1998/11/04  02:56:34
6106     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
6107  Branch: perl
6108        ! Changes doop.c gv.c util.c
6109 ____________________________________________________________________________
6110 [  2186] By: jhi                                   on 1998/11/03  08:17:52
6111     Log: Document quads in pack.
6112  Branch: cfgperl
6113        ! pod/perlfunc.pod
6114 ____________________________________________________________________________
6115 [  2185] By: jhi                                   on 1998/11/03  07:49:35
6116     Log: (IV) vs (I32) vs I_V()
6117          
6118          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
6119          From: Anton Berezin <tobez@plab.ku.dk> 
6120          To: "p5p" <perl5-porters@perl.org> 
6121          Date: 01 Nov 1998 15:09:11 +0100 
6122          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
6123          
6124          and
6125          
6126          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
6127          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
6128          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
6129  Branch: cfgperl
6130        ! sv.c
6131 ____________________________________________________________________________
6132 [  2184] By: jhi                                   on 1998/11/03  07:42:46
6133     Log: VM/ESA updates.
6134  Branch: cfgperl
6135        + README.vmesa
6136        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
6137 ____________________________________________________________________________
6138 [  2183] By: jhi                                   on 1998/11/02  12:58:13
6139     Log: The id(1)-parsing is real fun.
6140  Branch: cfgperl
6141        ! t/op/groups.t
6142 ____________________________________________________________________________
6143 [  2182] By: jhi                                   on 1998/11/02  12:07:43
6144     Log: Decommission the symlink test.
6145  Branch: cfgperl
6146        ! t/op/lex_assign.t
6147 ____________________________________________________________________________
6148 [  2181] By: jhi                                   on 1998/11/02  12:03:08
6149     Log: Replace ATTR_JOINABLE with true Configure probe
6150          for PTHREAD_CREATE_JOINABLE (or equivalent:
6151          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
6152          Remove ATTR_JOINABLE itself: Thread.xs uses
6153          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
6154          
6155          Really scan for <mach/cthreads.h> only if usethreads.
6156  Branch: cfgperl
6157        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
6158 ____________________________________________________________________________
6159 [  2180] By: jhi                                   on 1998/11/02  11:07:34
6160     Log: In HP-UX 10.X usethreads only if the required files are present.
6161  Branch: cfgperl
6162        ! hints/hpux.sh
6163 ____________________________________________________________________________
6164 [  2179] By: jhi                                   on 1998/11/02  09:10:33
6165     Log: Prefer groups(1).
6166          id -Gn can be broken.
6167          id -a can save the day.
6168  Branch: cfgperl
6169        ! t/op/groups.t
6170 ____________________________________________________________________________
6171 [  2178] By: jhi                                   on 1998/11/02  08:35:29
6172     Log: Detrail enum comma.
6173  Branch: cfgperl
6174        ! perl.h
6175 ____________________________________________________________________________
6176 [  2177] By: jhi                                   on 1998/11/02  08:24:12
6177     Log: 0**0 = 1, from
6178          
6179          From: d-lewart@uiuc.edu (Daniel S. Lewart)
6180          Subject: Math::Complex 0**0 patches
6181          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
6182          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
6183          To: jhi@iki.fi (Jarkko Hietaniemi),
6184          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
6185  Branch: cfgperl
6186        ! lib/Math/Complex.pm t/lib/complex.t
6187 ____________________________________________________________________________
6188 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
6189     Log: From: jan.dubois@ibm.net (Jan Dubois)   
6190          Date: Fri, 09 Oct 1998 23:28:31 +0200
6191          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
6192          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
6193  Branch: maint-5.005/perl
6194        ! XSUB.h
6195 ____________________________________________________________________________
6196 [  2164] By: jhi                                   on 1998/10/31  15:50:02
6197     Log: Integrate from mainperl.
6198  Branch: cfgperl
6199       +> t/op/lex_assign.t
6200       !> (integrate 45 files)
6201
6202 ----------------
6203 Version 5.005_53
6204 ----------------
6205
6206 ____________________________________________________________________________
6207 [  2163] By: gsar                                  on 1998/10/31  11:31:12
6208     Log: bump patchlevel; other minor fixes for clean build and test on
6209          Solaris and win32
6210  Branch: perl
6211        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
6212        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
6213        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
6214        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6215        ! x2p/a2p.c
6216 ____________________________________________________________________________
6217 [  2162] By: gsar                                  on 1998/10/31  09:40:31
6218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6219          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
6220          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
6221          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
6222  Branch: perl
6223        ! pp.h
6224 ____________________________________________________________________________
6225 [  2161] By: gsar                                  on 1998/10/31  09:39:13
6226     Log: From: Albert Dvornik <bert@genscan.com>
6227          Date: 30 Oct 1998 17:50:04 -0500
6228          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
6229          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
6230  Branch: perl
6231        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
6232 ____________________________________________________________________________
6233 [  2160] By: gsar                                  on 1998/10/31  09:35:03
6234     Log: fix for bugs in -x mode
6235          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6236          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
6237          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
6238          Subject: [PATCH 5.00552] Fix h2xs
6239  Branch: perl
6240        ! utils/h2xs.PL
6241 ____________________________________________________________________________
6242 [  2159] By: gsar                                  on 1998/10/31  09:31:36
6243     Log: Data::Dumper update
6244  Branch: perl
6245        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6246        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
6247 ____________________________________________________________________________
6248 [  2153] By: gsar                                  on 1998/10/30  21:40:09
6249     Log: add testsuite portion of patch
6250          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6251          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
6252          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
6253          Subject: [PATCH 5.00321 ;-)] 87% speedup
6254  Branch: perl
6255        + t/op/lex_assign.t
6256        ! MANIFEST
6257 ____________________________________________________________________________
6258 [  2152] By: gsar                                  on 1998/10/30  21:08:11
6259     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
6260  Branch: perl
6261        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
6262 ____________________________________________________________________________
6263 [  2151] By: gsar                                  on 1998/10/30  20:18:09
6264     Log: From: Mark-Jason Dominus <mjd@plover.com>
6265          Date: Fri, 30 Oct 1998 14:24:23 EST
6266          Message-Id: <19981030192423.27276.qmail@plover.com>
6267          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
6268  Branch: perl
6269        ! x2p/walk.c
6270 ____________________________________________________________________________
6271 [  2150] By: gsar                                  on 1998/10/30  20:08:57
6272     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6273          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
6274          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
6275          Subject: [PATCH 5.00552] Overloaded <> and deref again
6276  Branch: perl
6277        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
6278        ! t/pragma/overload.t toke.c
6279 ____________________________________________________________________________
6280 [  2149] By: gsar                                  on 1998/10/30  19:38:15
6281     Log: From: Roderick Schertler <roderick@argon.org>
6282          Date: Thu, 29 Oct 1998 14:50:18 -0500
6283          Message-ID: <17625.909690618@eeyore.ibcinc.com>
6284          Subject: patch for daemonization docs in perlipc
6285  Branch: perl
6286        ! pod/perlipc.pod
6287 ____________________________________________________________________________
6288 [  2148] By: gsar                                  on 1998/10/30  19:36:07
6289     Log: From: Anton Berezin <tobez@plab.ku.dk>
6290          Date: 29 Oct 1998 17:06:25 +0100
6291          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
6292          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
6293  Branch: perl
6294        ! win32/win32.c
6295 ____________________________________________________________________________
6296 [  2147] By: gsar                                  on 1998/10/30  19:31:37
6297     Log: tweaked version of suggested patch
6298          From: Anton Berezin <tobez@plab.ku.dk>
6299          Date: 29 Oct 1998 14:48:54 +0100
6300          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
6301          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
6302  Branch: perl
6303        ! win32/win32.c
6304 ____________________________________________________________________________
6305 [  2146] By: gsar                                  on 1998/10/30  19:03:50
6306     Log: hand-apply whitespace-mutiliated patch
6307          From: "vishal bhatia" <vishalb@hotmail.com>
6308          Date: Wed, 28 Oct 1998 23:45:32 PST
6309          Message-ID: <19981029074534.2334.qmail@hotmail.com>
6310          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
6311  Branch: perl
6312        ! ext/B/B/C.pm ext/B/B/CC.pm
6313 ____________________________________________________________________________
6314 [  2145] By: gsar                                  on 1998/10/30  18:46:58
6315     Log: remaining PL_foo stragglers
6316  Branch: perl
6317        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
6318        ! op.h os2/os2.c vms/gen_shrfls.pl
6319 ____________________________________________________________________________
6320 [  2144] By: gsar                                  on 1998/10/30  17:38:36
6321     Log: integrate cfgperl tweaks into mainline
6322  Branch: perl
6323       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
6324       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6325 ____________________________________________________________________________
6326 [  2143] By: jhi                                   on 1998/10/30  13:27:39
6327     Log: There can be multiple yacc/bison errors.
6328  Branch: cfgperl
6329        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6330 ____________________________________________________________________________
6331 [  2142] By: jhi                                   on 1998/10/30  13:18:43
6332     Log: README.posix-bc update.
6333  Branch: cfgperl
6334        ! README.posix-bc
6335 ____________________________________________________________________________
6336 [  2141] By: jhi                                   on 1998/10/30  09:12:59
6337     Log: #2133 fallout.
6338  Branch: cfgperl
6339        ! doio.c ext/POSIX/POSIX.xs
6340 ____________________________________________________________________________
6341 [  2140] By: jhi                                   on 1998/10/30  08:43:18
6342     Log: Integrate from mainperl.
6343  Branch: cfgperl
6344       +> globvar.sym pp.sym
6345        - objpp.h thread.sym
6346       !> (integrate 61 files)
6347 ____________________________________________________________________________
6348 [  2133] By: gsar                                  on 1998/10/30  02:51:39
6349     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
6350          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
6351          should soon be automated also; the global variables that
6352          escaped the PL_foo conversion are now reined in; renamed
6353          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
6354          type of same name; duplicated lists of pp_things in various
6355          places is now gone; result has only been tested on win32
6356  Branch: perl
6357        + globvar.sym pp.sym
6358        - objpp.h thread.sym
6359        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
6360        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
6361        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
6362        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
6363        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
6364        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
6365        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
6366        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
6367        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6368        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6369        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
6370 ____________________________________________________________________________
6371 [  2130] By: jhi                                   on 1998/10/29  15:31:26
6372     Log: Pure bison yylex() proto was broken.
6373  Branch: cfgperl
6374        ! proto.h
6375 ____________________________________________________________________________
6376 [  2126] By: jhi                                   on 1998/10/29  08:35:54
6377     Log: Integrate mainperl.
6378  Branch: cfgperl
6379       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
6380       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
6381       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
6382       !> t/pragma/warn/doio toke.c win32/makefile.mk
6383 ____________________________________________________________________________
6384 [  2125] By: jhi                                   on 1998/10/29  08:32:38
6385     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
6386  Branch: cfgperl
6387        ! Makefile.SH
6388 ____________________________________________________________________________
6389 [  2124] By: jhi                                   on 1998/10/29  08:06:44
6390     Log: EBCDIC Makefile.SH tuneup.
6391  Branch: cfgperl
6392        ! Makefile.SH
6393 ____________________________________________________________________________
6394 [  2119] By: gsar                                  on 1998/10/28  23:24:04
6395     Log: remove doubled hunk from integration
6396  Branch: perl
6397        ! pp.c
6398 ____________________________________________________________________________
6399 [  2118] By: gsar                                  on 1998/10/28  22:03:31
6400     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6401          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
6402          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
6403          Subject: [PATCH 5.00552] Minor debugger tweaks
6404  Branch: perl
6405        ! lib/perl5db.pl
6406 ____________________________________________________________________________
6407 [  2117] By: gsar                                  on 1998/10/28  22:02:30
6408     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6409          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
6410          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
6411          Subject: [PATCH 5.00552] Make sort respect overloading
6412  Branch: perl
6413        ! pp_ctl.c proto.h t/pragma/overload.t
6414 ____________________________________________________________________________
6415 [  2116] By: gsar                                  on 1998/10/28  21:51:11
6416     Log: MM patches from Ilya Zakharevich
6417          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
6418          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
6419          Subject: [PATCH 5.00552] Make MakeMaker more verbose
6420          --
6421          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
6422          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
6423          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
6424  Branch: perl
6425        ! lib/ExtUtils/MakeMaker.pm
6426 ____________________________________________________________________________
6427 [  2115] By: gsar                                  on 1998/10/28  21:46:19
6428     Log: add explicit references to perl source path in ld2 and gcc2
6429  Branch: perl
6430        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
6431 ____________________________________________________________________________
6432 [  2114] By: gsar                                  on 1998/10/28  21:39:56
6433     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6434          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
6435          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
6436          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
6437  Branch: perl
6438        ! INSTALL
6439 ____________________________________________________________________________
6440 [  2113] By: gsar                                  on 1998/10/28  21:21:16
6441     Log: integrate cfgperl into mainline
6442  Branch: perl
6443       +> t/op/filetest.t
6444       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
6445       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
6446       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
6447       !> thread.h toke.c vmesa/Makefile
6448 ____________________________________________________________________________
6449 [  2112] By: gsar                                  on 1998/10/28  21:14:18
6450     Log: minor cleanup
6451  Branch: perl
6452        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
6453 ____________________________________________________________________________
6454 [  2111] By: gsar                                  on 1998/10/28  18:52:10
6455     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
6456  Branch: perl
6457        ! toke.c
6458 ____________________________________________________________________________
6459 [  2110] By: jhi                                   on 1998/10/28  15:07:54
6460     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
6461  Branch: cfgperl
6462        ! Makefile.SH
6463 ____________________________________________________________________________
6464 [  2109] By: jhi                                   on 1998/10/28  13:39:54
6465     Log: a2p.y needs to generate also y.tab.h.
6466  Branch: cfgperl
6467        ! Makefile.SH
6468 ____________________________________________________________________________
6469 [  2108] By: jhi                                   on 1998/10/28  10:33:36
6470     Log: The "parse error" must be converted to "syntax error",
6471          just matching it aint' enough.
6472  Branch: cfgperl
6473        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6474        ! t/pragma/warning.t
6475 ____________________________________________________________________________
6476 [  2107] By: jhi                                   on 1998/10/28  10:23:05
6477     Log: Regen sig_n{ame,umber}* if slightest doubt.
6478  Branch: cfgperl
6479        ! Configure
6480 ____________________________________________________________________________
6481 [  2106] By: jhi                                   on 1998/10/28  08:44:49
6482     Log: Bison says 'parse error', not 'parser error'.
6483  Branch: cfgperl
6484        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6485        ! t/pragma/warning.t
6486 ____________________________________________________________________________
6487 [  2105] By: jhi                                   on 1998/10/28  08:42:09
6488     Log: yylex() parametrization.
6489  Branch: cfgperl
6490        ! proto.h toke.c
6491 ____________________________________________________________________________
6492 [  2104] By: jhi                                   on 1998/10/28  08:25:09
6493     Log: Bring in #2102.
6494  Branch: cfgperl
6495        ! pp.c
6496 ____________________________________________________________________________
6497 [  2103] By: jhi                                   on 1998/10/28  08:22:04
6498     Log: From: Dominic Dunlop <domo@vo.lu>
6499          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
6500          Date: 27 Oct 1998 20:47:25 +0200
6501          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
6502  Branch: cfgperl
6503        ! t/op/groups.t
6504 ____________________________________________________________________________
6505 [  2102] By: larry                                 on 1998/10/27  18:58:55
6506     Log: utf8 change to quotemeta broke EBCDIC
6507  Branch: perl
6508        ! pp.c
6509 ____________________________________________________________________________
6510 [  2101] By: jhi                                   on 1998/10/27  12:55:34
6511     Log: $Config{sig_num_init}.
6512          Also, a new approach to the 'pthreads-created-joinable': drop
6513          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
6514          directly. (See also #2096).
6515  Branch: cfgperl
6516        ! Configure config_h.SH
6517 ____________________________________________________________________________
6518 [  2100] By: jhi                                   on 1998/10/27  10:48:55
6519     Log: Regenerated perly_c.diff.
6520  Branch: cfgperl
6521        ! perly_c.diff
6522 ____________________________________________________________________________
6523 [  2099] By: jhi                                   on 1998/10/27  08:42:25
6524     Log: First the mangler was Netscape, then it was me.
6525  Branch: cfgperl
6526        ! vmesa/Makefile
6527 ____________________________________________________________________________
6528 [  2098] By: jhi                                   on 1998/10/27  08:34:40
6529     Log: `id -Gn` might be available where `groups` is not.
6530  Branch: cfgperl
6531        ! t/op/groups.t
6532 ____________________________________________________________________________
6533 [  2097] By: jhi                                   on 1998/10/27  08:05:17
6534     Log: Netscape had mangled the tabs.
6535  Branch: cfgperl
6536        ! vmesa/Makefile
6537 ____________________________________________________________________________
6538 [  2096] By: jhi                                   on 1998/10/27  08:03:05
6539     Log: ATTR_JOINABLE logic, based on (private email)
6540          
6541          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6542          Subject: Some little diffs
6543          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
6544          Date: Tue, 27 Oct 1998 13:44:42 +1300
6545  Branch: cfgperl
6546        ! thread.h
6547 ____________________________________________________________________________
6548 [  2095] By: jhi                                   on 1998/10/27  07:56:57
6549     Log: Mach cthreads support based on:
6550          
6551          From: brie@corp.home.net (Brian Harrison)
6552          Subject: perl5.005_02 patch for mthreads
6553          To: perl5-porters@perl.org
6554          Date: 24 Oct 1998 01:01:55 +0300
6555          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
6556          
6557          Pthread yield probe (dejavu)
6558          Cosmetic nanochange for the union semun output.
6559          Better inttypes.h probe.
6560          Undo the 'void *' $selecttype probe from #1971 because
6561          it breaks the $selectminbits test.
6562  Branch: cfgperl
6563        ! Configure config_h.SH perl.h thread.h
6564 ____________________________________________________________________________
6565 [  2094] By: jhi                                   on 1998/10/26  13:02:07
6566     Log: Also posix-bc wants to reyacc.
6567  Branch: cfgperl
6568        ! Makefile.SH
6569 ____________________________________________________________________________
6570 [  2093] By: jhi                                   on 1998/10/26  10:17:21
6571     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
6572          5_02 and really breaking things in non-ASCII worlds.
6573  Branch: cfgperl
6574        ! pp.c
6575 ____________________________________________________________________________
6576 [  2092] By: jhi                                   on 1998/10/26  09:08:00
6577     Log: More robustness.
6578  Branch: cfgperl
6579        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
6580        ! t/pragma/warning.t
6581 ____________________________________________________________________________
6582 [  2091] By: jhi                                   on 1998/10/26  08:47:32
6583     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
6584          Bison really wants YYLEX_PARAM.
6585  Branch: cfgperl
6586        ! perly.y proto.h toke.c
6587 ____________________________________________________________________________
6588 [  2090] By: jhi                                   on 1998/10/26  08:21:25
6589     Log: s/YYLEX_PARAM/YYLEXPARAM/
6590  Branch: cfgperl
6591        ! perly.y
6592 ____________________________________________________________________________
6593 [  2089] By: jhi                                   on 1998/10/26  08:17:33
6594     Log: Indicate skipped subtests.
6595  Branch: cfgperl
6596        ! t/io/pipe.t
6597 ____________________________________________________________________________
6598 [  2088] By: jhi                                   on 1998/10/26  08:11:36
6599     Log: Integrate from mainperl.
6600  Branch: cfgperl
6601       !> (integrate 54 files)
6602 ____________________________________________________________________________
6603 [  2087] By: jhi                                   on 1998/10/26  08:08:02
6604     Log: Add test for filetests.
6605  Branch: cfgperl
6606        + t/op/filetest.t
6607        ! MANIFEST
6608 ____________________________________________________________________________
6609 [  2086] By: gsar                                  on 1998/10/26  02:44:44
6610     Log: various win32 tweaks; disable new xs_cpp section (it creates
6611          ambiguous inference graph for %.xs --> %.o)
6612  Branch: perl
6613        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
6614        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
6615        ! win32/config.gc win32/config_H.gc win32/makedef.pl
6616        ! win32/makefile.mk win32/win32.h
6617 ____________________________________________________________________________
6618 [  2085] By: gsar                                  on 1998/10/26  00:50:02
6619     Log: sanity-check $Config{drand01} in rand.t
6620  Branch: perl
6621        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
6622        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6623 ____________________________________________________________________________
6624 [  2078] By: gsar                                  on 1998/10/25  10:22:04
6625     Log: update win32/config*.?c
6626  Branch: perl
6627        ! Changes win32/config.bc win32/config.gc win32/config.vc
6628        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6629 ____________________________________________________________________________
6630 [  2077] By: gsar                                  on 1998/10/25  08:39:25
6631     Log: From: Graham Barr <gbarr@pobox.com>
6632          Date: Sat, 24 Oct 1998 21:45:50 -0500
6633          Message-ID: <19981024214550.C508@pobox.com>
6634          Subject: Re: die with a reference  should use overload "" operator
6635  Branch: perl
6636        ! pp_ctl.c
6637 ____________________________________________________________________________
6638 [  2076] By: gsar                                  on 1998/10/25  08:37:49
6639     Log: From: Graham Barr <gbarr@pobox.com>
6640          Date: Sat, 24 Oct 1998 12:45:21 -0500
6641          Message-ID: <19981024124521.C512@pobox.com>
6642          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
6643  Branch: perl
6644        ! sv.c
6645 ____________________________________________________________________________
6646 [  2075] By: gsar                                  on 1998/10/25  08:24:09
6647     Log: fix C<print $n += 5;> etc.
6648  Branch: perl
6649        ! toke.c
6650 ____________________________________________________________________________
6651 [  2074] By: gsar                                  on 1998/10/25  08:12:28
6652     Log: list builtins with portability caveats
6653          From: Jarkko Hietaniemi <jhi@iki.fi>
6654          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
6655          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
6656          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
6657  Branch: perl
6658        ! pod/perlfunc.pod
6659 ____________________________________________________________________________
6660 [  2073] By: gsar                                  on 1998/10/25  07:55:43
6661     Log: fix stack overrun in file test operators
6662  Branch: perl
6663        ! pp_sys.c
6664 ____________________________________________________________________________
6665 [  2072] By: gsar                                  on 1998/10/25  07:29:45
6666     Log: implement C<goto &func> and other fixes (via private mail)
6667          From:    "vishal bhatia" <vishalb@hotmail.com>
6668          Date:    Wed, 21 Oct 1998 22:59:03 PDT
6669          Message-Id: <19981022055904.20083.qmail@hotmail.com>
6670          Subject: [PATCH 5.005_52] More fixes for B
6671  Branch: perl
6672        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
6673 ____________________________________________________________________________
6674 [  2071] By: gsar                                  on 1998/10/25  07:14:41
6675     Log: From: Graham Barr <gbarr@pobox.com>
6676          Date: Sat, 17 Oct 1998 20:42:41 -0500
6677          Message-ID: <19981017204241.G510@pobox.com>
6678          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
6679  Branch: perl
6680        ! pp_ctl.c
6681 ____________________________________________________________________________
6682 [  2070] By: gsar                                  on 1998/10/25  07:07:29
6683     Log: avoid bogus line number in XSUB redefined warnings
6684  Branch: perl
6685        ! op.c
6686 ____________________________________________________________________________
6687 [  2069] By: gsar                                  on 1998/10/25  06:59:03
6688     Log: From: Martijn Koster <mak@excitecorp.com>
6689          Date: Wed, 21 Oct 1998 13:12:03 +0100
6690          Message-ID: <19981021131203.A15661@excitecorp.com>
6691          Subject: File::Path::mkpath reports the wrong error
6692  Branch: perl
6693        ! lib/File/Path.pm
6694 ____________________________________________________________________________
6695 [  2068] By: gsar                                  on 1998/10/25  06:54:43
6696     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
6697          Date: Tue, 20 Oct 1998 20:52:20 -0500
6698          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
6699          Subject: Exporter.pm's export_to_level() argument handling buggy
6700  Branch: perl
6701        ! lib/Exporter.pm
6702 ____________________________________________________________________________
6703 [  2067] By: gsar                                  on 1998/10/25  06:50:19
6704     Log: From: jan.dubois@ibm.net (Jan Dubois)
6705          Date: Wed, 21 Oct 1998 00:55:51 +0200
6706          Message-ID: <36380269.55370608@smtp1.ibm.net>
6707          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
6708  Branch: perl
6709        ! ext/DynaLoader/DynaLoader_pm.PL
6710 ____________________________________________________________________________
6711 [  2066] By: gsar                                  on 1998/10/25  06:48:19
6712     Log: recognize '%' as a shell metachar for win32
6713          From: jan.dubois@ibm.net (Jan Dubois)
6714          Date: Tue, 20 Oct 1998 21:57:35 +0200
6715          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
6716          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
6717  Branch: perl
6718        ! win32/win32.c
6719 ____________________________________________________________________________
6720 [  2065] By: gsar                                  on 1998/10/25  06:46:30
6721     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
6722  Branch: perl
6723        ! sv.c
6724 ____________________________________________________________________________
6725 [  2064] By: gsar                                  on 1998/10/25  06:45:09
6726     Log: From: Gisle Aas <gisle@aas.no>
6727          Date: 20 Oct 1998 14:24:44 +0200
6728          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
6729          Subject: ord() and unpack("U*",...) should not be negative
6730  Branch: perl
6731        ! pp.c
6732 ____________________________________________________________________________
6733 [  2063] By: gsar                                  on 1998/10/25  06:42:29
6734     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6735          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
6736          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
6737          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
6738  Branch: perl
6739        ! os2/os2.c
6740 ____________________________________________________________________________
6741 [  2062] By: gsar                                  on 1998/10/25  06:41:26
6742     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6743          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
6744          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
6745          Subject: [PATCH 5.005_*] Speed up aassign
6746  Branch: perl
6747        ! pp_hot.c
6748 ____________________________________________________________________________
6749 [  2061] By: gsar                                  on 1998/10/25  06:39:04
6750     Log: From: Graham Barr <gbarr@pobox.com>
6751          Date: Sat, 17 Oct 1998 22:22:02 -0500
6752          Message-ID: <19981017222202.J510@pobox.com>
6753          Subject: Re: '*' prototype does not allow bareword with strict
6754  Branch: perl
6755        ! toke.c
6756 ____________________________________________________________________________
6757 [  2060] By: gsar                                  on 1998/10/25  06:37:34
6758     Log: handle '::' in section names properly
6759          From: Graham Barr <gbarr@pobox.com>
6760          Date: Sat, 17 Oct 1998 12:57:54 -0500
6761          Message-ID: <19981017125754.C510@pobox.com>
6762          Subject: Re: pod2html
6763  Branch: perl
6764        ! lib/Pod/Html.pm
6765 ____________________________________________________________________________
6766 [  2059] By: gsar                                  on 1998/10/25  06:33:43
6767     Log: integrate changes#1982,2014,2021 (from maint-5.005)
6768  Branch: perl
6769       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
6770       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
6771 ____________________________________________________________________________
6772 [  2058] By: gsar                                  on 1998/10/25  05:44:17
6773     Log: allow more win32 symbol exports (suggested by Jan Dubois)
6774  Branch: perl
6775        ! win32/makedef.pl
6776 ____________________________________________________________________________
6777 [  2057] By: gsar                                  on 1998/10/25  05:40:40
6778     Log: integrate change#2053 from maint-5.005
6779  Branch: perl
6780       !> cop.h t/cmd/while.t
6781 ____________________________________________________________________________
6782 [  2056] By: gsar                                  on 1998/10/25  05:16:41
6783     Log: commented version of a patch suggested by Drago Goricanec
6784          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6785          Date: 16 Oct 1998 15:24:45 +0300
6786          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
6787          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
6788  Branch: perl
6789        ! pp_sys.c
6790 ____________________________________________________________________________
6791 [  2055] By: gsar                                  on 1998/10/25  05:11:03
6792     Log: include eof() in description of buffering caveats
6793          From: Anton Berezin <tobez@plab.ku.dk>
6794          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
6795          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
6796          Subject: [DOCPATCH] pod/perlfunc.pod
6797  Branch: perl
6798        ! pod/perlfunc.pod
6799 ____________________________________________________________________________
6800 [  2054] By: gsar                                  on 1998/10/25  05:07:42
6801     Log: disallow 'x' in hex numbers (except leading '0x')
6802          From: Gisle Aas <gisle@aas.no>
6803          Date: 16 Oct 1998 16:33:12 +0200
6804          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
6805          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
6806  Branch: perl
6807        ! perlvars.h t/op/oct.t util.c
6808 ____________________________________________________________________________
6809 [  2052] By: gsar                                  on 1998/10/25  04:49:04
6810     Log: avoid the circular refcnt logic in magic_mutexfree()
6811  Branch: perl
6812        ! mg.c pp.c pp_hot.c
6813 ____________________________________________________________________________
6814 [  2051] By: gsar                                  on 1998/10/25  04:35:07
6815     Log: properly restore PL_rsfp_filters after require
6816  Branch: perl
6817        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
6818        ! scope.h
6819 ____________________________________________________________________________
6820 [  2050] By: gsar                                  on 1998/10/25  02:42:32
6821     Log: integrate cfgperl changes back into mainline
6822  Branch: perl
6823       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
6824       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
6825       !> (integrate 33 files)
6826 ____________________________________________________________________________
6827 [  2049] By: gsar                                  on 1998/10/25  01:30:48
6828     Log: avoid "mysterious" compile-time failures without messages
6829  Branch: perl
6830        ! gv.c
6831 ____________________________________________________________________________
6832 [  2041] By: gsar                                  on 1998/10/23  21:11:56
6833     Log: checkin jpl under //depot/perlext/jpl/...
6834  Branch: perlext
6835        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
6836        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
6837        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
6838        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
6839        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
6840        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
6841        + jpl/PerlInterpreter/Makefile.PL
6842        + jpl/PerlInterpreter/PerlInterpreter.c
6843        + jpl/PerlInterpreter/PerlInterpreter.h
6844        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
6845        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
6846        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
6847        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
6848        + jpl/get_jdk/jdk_hosts jpl/install-jpl
6849 ____________________________________________________________________________
6850 [  2040] By: larry                                 on 1998/10/23  19:31:42
6851     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
6852  Branch: perl
6853        ! pp.c
6854 ____________________________________________________________________________
6855 [  2039] By: larry                                 on 1998/10/23  18:48:34
6856     Log: tr///d does not seem to work
6857  Branch: perl
6858        ! lib/utf8_heavy.pl
6859 ____________________________________________________________________________
6860 [  2038] By: larry                                 on 1998/10/23  18:00:41
6861     Log: Program with utf8 identifiers fails to compile
6862  Branch: perl
6863        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
6864 ____________________________________________________________________________
6865 [  2037] By: jhi                                   on 1998/10/23  14:04:51
6866     Log: Test suite portability:
6867          - posix-bc does not write to broken pipes
6868          - filehand #11 only iff we have fork
6869          - warning.t can now match $expected using regular expressions
6870  Branch: cfgperl
6871        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
6872        ! t/pragma/warning.t
6873 ____________________________________________________________________________
6874 [  2036] By: jhi                                   on 1998/10/23  12:12:07
6875     Log: yacc clarification.
6876  Branch: cfgperl
6877        ! README.posix-bc
6878 ____________________________________________________________________________
6879 [  2035] By: jhi                                   on 1998/10/23  12:09:59
6880     Log: Some C compilers get upset about 8-bit characters in /* comments. */
6881  Branch: cfgperl
6882        ! mg.c
6883 ____________________________________________________________________________
6884 [  2034] By: jhi                                   on 1998/10/22  09:11:52
6885     Log: Configure update: both for pthread_yield more robust
6886          testing (all variants of pthread_attr_getdetachstate()) --
6887          and because Configure was broken in major way! About 1000
6888          last lines were truncated.
6889  Branch: cfgperl
6890        ! Configure
6891 ____________________________________________________________________________
6892 [  2033] By: jhi                                   on 1998/10/22  07:47:10
6893     Log: DJGPP feedback for #2028.
6894  Branch: cfgperl
6895        ! thread.h
6896 ____________________________________________________________________________
6897 [  2032] By: jhi                                   on 1998/10/21  13:03:57
6898     Log: yielding, the saga continues.
6899  Branch: cfgperl
6900        ! Configure config_h.SH
6901       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
6902       !> t/op/goto.t t/pragma/constant.t
6903 ____________________________________________________________________________
6904 [  2031] By: jhi                                   on 1998/10/21  09:15:42
6905     Log: VM/ESA feedback for #2028.
6906  Branch: cfgperl
6907        ! Configure config_h.SH thread.h
6908 ____________________________________________________________________________
6909 [  2030] By: gsar                                  on 1998/10/21  04:22:53
6910     Log: fix handling of mayhaps-extended @_ in goto &sub
6911  Branch: perl
6912        ! av.c pp_ctl.c t/op/goto.t
6913 ____________________________________________________________________________
6914 [  2029] By: gsar                                  on 1998/10/21  00:54:14
6915     Log: restore sanity to "constant" references
6916  Branch: perl
6917        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
6918 ____________________________________________________________________________
6919 [  2028] By: jhi                                   on 1998/10/20  15:01:20
6920     Log: OLD_PTHREADS_API reorganizing.
6921  Branch: cfgperl
6922        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
6923        ! vmesa/vmesaish.h
6924 ____________________________________________________________________________
6925 [  2027] By: jhi                                   on 1998/10/20  14:14:51
6926     Log: #2026 fallout.
6927  Branch: cfgperl
6928        ! Makefile.SH
6929 ____________________________________________________________________________
6930 [  2026] By: jhi                                   on 1998/10/20  11:47:21
6931     Log: VM/ESA update.
6932  Branch: cfgperl
6933        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
6934 ____________________________________________________________________________
6935 [  2025] By: jhi                                   on 1998/10/20  08:20:56
6936     Log: 64-bitness, based on
6937          
6938          From: Scott Henry <scotth@sgi.com>
6939          To: perl-64bit@perl.org
6940          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
6941          Subject: Re: Configure problems/questions...
6942          Date: 19 Oct 1998 22:38:06 -0700
6943  Branch: cfgperl
6944        ! hints/irix_6.sh perl.h
6945 ____________________________________________________________________________
6946 [  2024] By: jhi                                   on 1998/10/20  08:09:07
6947     Log: Add lseeksize.
6948  Branch: cfgperl
6949        ! config_h.SH
6950 ____________________________________________________________________________
6951 [  2023] By: jhi                                   on 1998/10/20  08:08:33
6952     Log: Mumble about _yields() only when threaded.
6953  Branch: cfgperl
6954        ! Configure
6955 ____________________________________________________________________________
6956 [  2022] By: jhi                                   on 1998/10/20  07:46:26
6957     Log: Thinko at PTHREADS_CREATED_JOINABLE.
6958  Branch: cfgperl
6959        ! thread.h
6960 ____________________________________________________________________________
6961 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
6962     Log: From: Chip Salzenberg <chip@perlsupport.com>
6963          Date: Tue, 6 Oct 1998 13:33:05 -0400
6964          Message-ID: <19981006133305.A2348@perlsupport.com>
6965          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
6966  Branch: maint-5.005/perl
6967        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
6968        ! t/op/tie.t
6969 ____________________________________________________________________________
6970 [  2020] By: jhi                                   on 1998/10/19  09:15:53
6971     Log: YIELD more robustly.
6972  Branch: cfgperl
6973        ! thread.h
6974 ____________________________________________________________________________
6975 [  2019] By: jhi                                   on 1998/10/19  08:48:33
6976     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
6977          the 'new' one (just like DJGPP, it seems).
6978  Branch: cfgperl
6979        ! thread.h
6980 ____________________________________________________________________________
6981 [  2018] By: jhi                                   on 1998/10/19  07:02:44
6982     Log: vmesaish.h doesn't exclude unixish.h.
6983  Branch: cfgperl
6984        ! perl.h
6985 ____________________________________________________________________________
6986 [  2017] By: jhi                                   on 1998/10/19  06:44:19
6987     Log: 1<<$randbits is not good for randbits=48.
6988  Branch: cfgperl
6989        ! t/op/rand.t
6990 ____________________________________________________________________________
6991 [  2016] By: jhi                                   on 1998/10/19  06:39:47
6992     Log: Make #2012 glob pattern more portable.
6993  Branch: cfgperl
6994        ! Makefile.SH
6995 ____________________________________________________________________________
6996 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
6997     Log: Fix POSIX::sigprocmask not to check type of $old parameter
6998          as it is output only
6999  Branch: maint-5.005/perl
7000        ! ext/POSIX/POSIX.xs
7001 ____________________________________________________________________________
7002 [  2012] By: jhi                                   on 1998/10/17  15:04:23
7003     Log: clean numbered core dumps and t/tmp[0-9]*.
7004  Branch: cfgperl
7005        ! Makefile.SH
7006 ____________________________________________________________________________
7007 [  2011] By: jhi                                   on 1998/10/17  14:59:15
7008     Log: More robust yacc/bison failure output handling.
7009  Branch: cfgperl
7010        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7011 ____________________________________________________________________________
7012 [  2010] By: jhi                                   on 1998/10/17  14:51:05
7013     Log: BC2000 POSIX update.
7014  Branch: cfgperl
7015        ! MANIFEST
7016 ____________________________________________________________________________
7017 [  2009] By: jhi                                   on 1998/10/17  14:49:46
7018     Log: POSIX BC2000 port from perl-mvs:
7019          
7020          Subject: Ported perl 5.005.02 to BS2000 / POSIX
7021          From: Dorner Thomas <Thomas.Dorner@start.de> 
7022          Date: Tue, 29 Sep 1998 13:29:36 +0100 
7023          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
7024  Branch: cfgperl
7025        + README.posix-bc hints/posix-bc.sh
7026        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
7027        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
7028        ! unixish.h
7029 ____________________________________________________________________________
7030 [  2008] By: jhi                                   on 1998/10/17  14:07:49
7031     Log: VM/ESA-update.
7032  Branch: cfgperl
7033        ! MANIFEST
7034 ____________________________________________________________________________
7035 [  2007] By: jhi                                   on 1998/10/17  13:55:34
7036     Log: Forgot few S_I* imports.
7037  Branch: cfgperl
7038        ! t/lib/ipc_sysv.t
7039 ____________________________________________________________________________
7040 [  2006] By: jhi                                   on 1998/10/17  13:43:54
7041     Log: The VM/ESA port essentials, based on
7042          
7043          perl-mvs:
7044          
7045          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7046          Subject: Re: Can't find Data/Dumper.pm
7047          Date: Mon, 28 Sep 1998 07:40:49 +1300
7048          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
7049          
7050          private email:
7051          
7052          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7053          Subject: Re: Perl thread problems in VM/ESA
7054          Date: Thu, 15 Oct 1998 07:18:35 +1300
7055          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
7056          
7057          and private email:
7058          
7059          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
7060          Subject:  perl archive
7061          Date:  Sun, 11 Oct 1998 19:28:54 EDT
7062          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
7063          which gave a pointer to
7064          
7065          http://pucc.princeton.edu/~neale/perl.tar
7066          
7067          (based on Perl 5.005_51)
7068  Branch: cfgperl
7069        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7070        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
7071        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
7072        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
7073 ____________________________________________________________________________
7074 [  2005] By: jhi                                   on 1998/10/17  13:17:19
7075     Log: Integrate mainperl.
7076  Branch: cfgperl
7077       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
7078       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7079       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
7080       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
7081       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
7082       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
7083       !> win32/makefile.mk
7084 ____________________________________________________________________________
7085 [  2004] By: jhi                                   on 1998/10/17  11:19:06
7086     Log: Removed an extra ' from the int64_t test.
7087  Branch: cfgperl
7088        ! Configure
7089 ____________________________________________________________________________
7090 [  2003] By: gsar                                  on 1998/10/17  04:11:40
7091     Log: silence -w noises (suggested by Greg Bacon)
7092  Branch: perl
7093        ! lib/Term/Complete.pm
7094 ____________________________________________________________________________
7095 [  2002] By: gsar                                  on 1998/10/17  04:07:48
7096     Log: From: Gisle Aas <gisle@aas.no>
7097          Date: 14 Oct 1998 15:53:14 +0200
7098          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
7099          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
7100  Branch: perl
7101        ! util.c
7102 ____________________________________________________________________________
7103 [  2001] By: gsar                                  on 1998/10/17  04:06:10
7104     Log: From: Gisle Aas <gisle@aas.no>
7105          Date: 14 Oct 1998 15:17:44 +0200
7106          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
7107          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
7108  Branch: perl
7109        ! toke.c
7110 ____________________________________________________________________________
7111 [  2000] By: gsar                                  on 1998/10/17  03:06:33
7112     Log: From: Gisle Aas <gisle@aas.no>
7113          Date: 14 Oct 1998 00:38:06 +0200
7114          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
7115          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
7116  Branch: perl
7117        ! sv.c
7118 ____________________________________________________________________________
7119 [  1999] By: gsar                                  on 1998/10/17  03:04:48
7120     Log: From: Dan Sugalski <sugalskd@osshe.edu>
7121          Date: Tue, 13 Oct 1998 15:10:57 -0700
7122          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
7123          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
7124  Branch: perl
7125        ! vms/ext/Stdio/Stdio.pm
7126 ____________________________________________________________________________
7127 [  1998] By: gsar                                  on 1998/10/17  03:00:40
7128     Log: skip readonly vars and unref references when doing a reset()
7129  Branch: perl
7130        ! sv.c
7131 ____________________________________________________________________________
7132 [  1997] By: gsar                                  on 1998/10/17  02:49:19
7133     Log: fix buggy treatment of large checksums on unicode strings
7134          From: Gisle Aas <gisle@aas.no>
7135          Date: 13 Oct 1998 21:35:39 +0200
7136          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
7137          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
7138  Branch: perl
7139        ! pp.c
7140 ____________________________________________________________________________
7141 [  1996] By: gsar                                  on 1998/10/17  02:43:22
7142     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7143          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
7144          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
7145          Subject: [PATCH 5.005_52] Memory overrun in os2.c
7146  Branch: perl
7147        ! os2/Makefile.SHs os2/os2.c
7148 ____________________________________________________________________________
7149 [  1995] By: gsar                                  on 1998/10/17  02:42:01
7150     Log: clarify section name rules for typemaps
7151  Branch: perl
7152        ! pod/perlxs.pod
7153 ____________________________________________________________________________
7154 [  1994] By: gsar                                  on 1998/10/17  02:33:02
7155     Log: whitespace-proof grent.t
7156  Branch: perl
7157        ! t/op/grent.t
7158 ____________________________________________________________________________
7159 [  1993] By: gsar                                  on 1998/10/17  02:27:29
7160     Log: fix bug in B::CC::pp_sassign()
7161          From: "vishal bhatia" <vishalb@hotmail.com>
7162          Date: Sun, 11 Oct 1998 18:41:38 PDT
7163          Message-ID: <19981012014139.19614.qmail@hotmail.com>
7164          Subject: B::CC problems with pp_sassign routine
7165  Branch: perl
7166        ! ext/B/B/CC.pm
7167 ____________________________________________________________________________
7168 [  1992] By: gsar                                  on 1998/10/17  02:17:49
7169     Log: applied suggested patch with small doc tweak
7170          From: Gisle Aas <gisle@aas.no>
7171          Date: 11 Oct 1998 12:53:13 +0200
7172          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
7173          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
7174  Branch: perl
7175        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
7176        ! t/op/tiehandle.t
7177 ____________________________________________________________________________
7178 [  1991] By: gsar                                  on 1998/10/17  02:08:30
7179     Log: apply non-conflicting parts from suggested patch
7180          From: jan.dubois@ibm.net (Jan Dubois)
7181          Date: Sat, 10 Oct 1998 13:15:45 +0200
7182          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
7183          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
7184  Branch: perl
7185        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7186 ____________________________________________________________________________
7187 [  1990] By: gsar                                  on 1998/10/17  02:01:24
7188     Log: provide option to enable optimization with VC (suggested by Jan
7189          Dubois)
7190  Branch: perl
7191        ! win32/Makefile win32/makefile.mk
7192 ____________________________________________________________________________
7193 [  1989] By: gsar                                  on 1998/10/17  01:55:27
7194     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
7195          Dave Leppik <dleppik@gage.com>
7196  Branch: perl
7197        ! perl.h
7198 ____________________________________________________________________________
7199 [  1988] By: gsar                                  on 1998/10/17  01:49:05
7200     Log: stray typo found by Hugo van der Sanden
7201  Branch: perl
7202        ! op.c
7203 ____________________________________________________________________________
7204 [  1987] By: gsar                                  on 1998/10/17  01:45:52
7205     Log: perldoc pod update
7206          From: Daniel Grisinger <dgris@perrin.dimensional.com>
7207          Date: 06 Oct 1998 23:56:51 -0600
7208          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
7209          Subject: [PATCH _02 and _52] perldoc
7210  Branch: perl
7211        ! utils/perldoc.PL
7212 ____________________________________________________________________________
7213 [  1986] By: gsar                                  on 1998/10/17  01:41:40
7214     Log: qualify names of builtins
7215  Branch: perl
7216        ! ext/POSIX/POSIX.pm
7217 ____________________________________________________________________________
7218 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
7219     Log: From: Jochen Wiedmann <joe@ispsoft.de>
7220          Date: Thu, 17 Sep 1998 17:16:06 +0200
7221          Message-ID: <360127B6.E44564A@ispsoft.de>
7222          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
7223  Branch: maint-5.005/perl
7224        ! lib/ExtUtils/MakeMaker.pm
7225 ____________________________________________________________________________
7226 [  1978] By: gsar                                  on 1998/10/16  01:58:58
7227     Log: integrate cfgperl mods into mainline
7228  Branch: perl
7229       +> ext/DynaLoader/dl_vmesa.xs
7230        ! Porting/genlog
7231       !> Configure MANIFEST Makefile.SH config_h.SH
7232       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
7233       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
7234       !> x2p/Makefile.SH
7235 ____________________________________________________________________________
7236 [  1976] By: gsar                                  on 1998/10/16  00:10:52
7237     Log: stray tweak
7238  Branch: perl
7239        ! op.c
7240 ____________________________________________________________________________
7241 [  1975] By: gsar                                  on 1998/10/15  23:54:38
7242     Log: propagate typeness of lexicals while cloning them
7243  Branch: perl
7244        ! op.c
7245 ____________________________________________________________________________
7246 [  1974] By: gsar                                  on 1998/10/15  23:53:25
7247     Log: s/last/first/ typo in append_list()
7248  Branch: perl
7249        ! op.c
7250 ____________________________________________________________________________
7251 [  1973] By: gsar                                  on 1998/10/15  20:06:17
7252     Log: nuke confperl branch and contents
7253  Branch: confperl
7254        - (delete 1284 files)
7255 ____________________________________________________________________________
7256 [  1972] By: jhi                                   on 1998/10/15  07:07:35
7257     Log: Test #162 had been added but the "print 1..161" had not been updated.
7258  Branch: cfgperl
7259        ! t/op/pat.t
7260 ____________________________________________________________________________
7261 [  1971] By: gsar                                  on 1998/10/15  03:09:58
7262     Log: check in all confperl changes as of change#1964 into cfgperl
7263  Branch: cfgperl
7264        + ext/DynaLoader/dl_vmesa.xs
7265        ! Configure MANIFEST Makefile.SH config_h.SH
7266        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
7267        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
7268 ____________________________________________________________________________
7269 [  1970] By: gsar                                  on 1998/10/15  03:05:59
7270     Log: integrate mainline to get tr.t
7271  Branch: cfgperl
7272       +> t/op/tr.t
7273 ____________________________________________________________________________
7274 [  1969] By: gsar                                  on 1998/10/15  03:04:17
7275     Log: add missing tr.t to repository
7276  Branch: perl
7277        + t/op/tr.t
7278 ____________________________________________________________________________
7279 [  1968] By: gsar                                  on 1998/10/15  03:02:43
7280     Log: create cfgperl branch
7281  Branch: cfgperl
7282       +> (branch 1282 files)
7283 ____________________________________________________________________________
7284 [  1967] By: gsar                                  on 1998/10/15  02:46:08
7285     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
7286          (MAN3PODS cannot be set to ' '; stray stricture violation)
7287  Branch: perl
7288        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
7289        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
7290        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
7291        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
7292        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
7293        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
7294        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
7295        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
7296        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
7297        ! lib/ExtUtils/MM_Unix.pm
7298 ____________________________________________________________________________
7299 [  1966] By: gsar                                  on 1998/10/15  02:19:03
7300     Log: tweak to make fix in change#1944 behave correctly for closures
7301          created within eval''
7302  Branch: perl
7303        ! op.c t/op/eval.t
7304 ____________________________________________________________________________
7305 [  1965] By: gsar                                  on 1998/10/14  23:22:41
7306     Log: use better numbers for exitstatus test
7307  Branch: perl
7308        ! t/op/die_exit.t
7309 ____________________________________________________________________________
7310 [  1964] By: jhi                                   on 1998/10/14  17:25:41
7311     Log: Add VM/ESA dynaloading (uses <dll.h>).
7312  Branch: confperl
7313        + ext/DynaLoader/dl_vmesa.xs
7314        ! MANIFEST
7315 ____________________________________________________________________________
7316 [  1963] By: jhi                                   on 1998/10/14  17:17:10
7317     Log: Remove a2p.loadmap in 'clean' target.
7318  Branch: confperl
7319        ! x2p/Makefile.SH
7320 ____________________________________________________________________________
7321 [  1962] By: jhi                                   on 1998/10/14  17:13:11
7322     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
7323  Branch: confperl
7324        ! Makefile.SH
7325 ____________________________________________________________________________
7326 [  1961] By: jhi                                   on 1998/10/14  16:27:39
7327     Log: VM/ESA creates executable.loadmaps.
7328  Branch: confperl
7329        ! Makefile.SH
7330 ____________________________________________________________________________
7331 [  1960] By: jhi                                   on 1998/10/14  15:37:39
7332     Log: Introduce SCHED_YIELD (one of sched_yield(),
7333          pthread_yield(), or pthread_yield(NULL)).
7334          YIELD is then defined using SCHED_YIELD unless
7335          a platform-specific YIELD has already been defined.
7336          
7337          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
7338          
7339          The need for pthread_yield(NULL) and pthread_attr_setdet...
7340          introduced by (private email)
7341          
7342          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7343          Date: Sat, 10 Oct 1998 21:08:15 +1300
7344          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
7345          Subject: Re: Perl thread problems in VM/ESA
7346          
7347          Better select() protoprobe (for AIX), from (private email)
7348          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7349          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
7350          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
7351          Subject: AIX select (fwd)
7352          From: Lars Hecking <lhecking@nmrc.ucc.ie>
7353          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
7354          Date: Fri, 2 Oct 1998 10:40:01 +0100
7355          Subject: AIX select
7356          
7357          Linux-avoid-so.X.Y, based on
7358          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7359          Date: Tue, 13 Oct 1998 15:55:07 -0400
7360          Message-ID: <19981013155507.B4004@O2.chapin.edu>
7361          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
7362  Branch: confperl
7363        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
7364        ! thread.h
7365 ____________________________________________________________________________
7366 [  1959] By: jhi                                   on 1998/10/14  12:51:26
7367     Log: Some old pthread implementations have
7368          pthread_attr_setdetachstate(pthread_attr_t*, int*).
7369  Branch: confperl
7370        ! ext/Thread/Thread.xs
7371 ____________________________________________________________________________
7372 [  1958] By: jhi                                   on 1998/10/14  12:41:11
7373     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
7374          counterparts will follow soon.
7375  Branch: confperl
7376        ! thread.h
7377 ____________________________________________________________________________
7378 [  1957] By: jhi                                   on 1998/10/14  12:38:11
7379     Log: Add tr.t (MANIFEST already knew about it, strange)
7380  Branch: confperl
7381        + t/op/tr.t
7382 ____________________________________________________________________________
7383 [  1956] By: jhi                                   on 1998/10/14  12:24:35
7384     Log: Mutexen should be initialized only once.
7385  Branch: confperl
7386        ! gv.c op.c
7387 ____________________________________________________________________________
7388 [  1955] By: jhi                                   on 1998/10/14  12:19:38
7389     Log: os390 has its own cppstdin.
7390  Branch: confperl
7391        ! hints/os390.sh
7392 ____________________________________________________________________________
7393 [  1954] By: jhi                                   on 1998/10/14  12:15:06
7394     Log: Integrate with mainperl.
7395  Branch: confperl
7396       !> (integrate 1280 files)
7397 ____________________________________________________________________________
7398 [  1953] By: jhi                                   on 1998/10/14  11:48:08
7399     Log: Removed duplicate CMA threads code for HPUX 10.X.
7400          (probably residue of patch(1) being too understanding)
7401          Enhanced 64-bit settings. (redo change#1940)
7402  Branch: confperl
7403        ! hints/hpux.sh
7404 ____________________________________________________________________________
7405 [  1952] By: jhi                                   on 1998/10/14  11:45:16
7406     Log: (redo change#1949) Detypo in the d_open64 warning about
7407          the impending WHOA.
7408  Branch: confperl
7409        ! hints/irix_6.sh
7410 ____________________________________________________________________________
7411 [  1951] By: jhi                                   on 1998/10/14  10:54:16
7412     Log: Mutexen should only be inited once, after they have been New()ed.
7413  Branch: confperl
7414        ! gv.c op.c
7415 ____________________________________________________________________________
7416 [  1950] By: jhi                                   on 1998/10/14  10:41:43
7417     Log: Own cppstdin.
7418  Branch: confperl
7419        ! hints/os390.sh
7420 ____________________________________________________________________________
7421 [  1949] By: jhi                                   on 1998/10/14  10:34:23
7422     Log: Detypo in the d_open64 warning about the impending WHOA.
7423  Branch: confperl
7424        ! hints/irix_6.sh
7425 ____________________________________________________________________________
7426 [  1948] By: gsar                                  on 1998/10/14  05:38:01
7427     Log: two typos
7428  Branch: perl
7429        ! pp_hot.c t/op/eval.t
7430 ____________________________________________________________________________
7431 [  1947] By: gsar                                  on 1998/10/14  05:37:10
7432     Log: let docatch() pass the buck when restartop turns out to be null,
7433          making exceptions in BEGIN{} propagate as expected
7434  Branch: perl
7435        ! pp_ctl.c t/op/misc.t
7436 ____________________________________________________________________________
7437 [  1946] By: gsar                                  on 1998/10/13  03:41:49
7438     Log: add missing file from change#1943
7439  Branch: perl
7440        ! proto.h
7441 ____________________________________________________________________________
7442 [  1945] By: gsar                                  on 1998/10/13  03:32:02
7443     Log: defer "deep recursion" warnings until CXt_SUB context is properly
7444          set up
7445  Branch: perl
7446        ! pp_hot.c t/pragma/warn/pp_hot
7447 ____________________________________________________________________________
7448 [  1944] By: gsar                                  on 1998/10/13  03:15:50
7449     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
7450          fixup the cop_seq value that must be seen by lexical lookups that
7451          emanate within eval''
7452  Branch: perl
7453        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
7454 ____________________________________________________________________________
7455 [  1943] By: gsar                                  on 1998/10/13  02:06:09
7456     Log: ensure recursive attempts to findlex()icals know enough about where
7457          the last eval'' context was encountered
7458  Branch: perl
7459        ! op.c t/op/eval.t
7460 ____________________________________________________________________________
7461 [  1942] By: gsar                                  on 1998/10/13  02:01:24
7462     Log: force copy of substrings when matching against temporaries
7463  Branch: perl
7464        ! pp_hot.c t/op/pat.t
7465 ____________________________________________________________________________
7466 [  1941] By: gsar                                  on 1998/10/13  01:49:16
7467     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
7468          implementation)
7469  Branch: perl
7470        ! pp_ctl.c t/op/runlevel.t
7471 ____________________________________________________________________________
7472 [  1940] By: jhi                                   on 1998/10/12  09:57:44
7473     Log: Removed duplicate CMA threads code for HPUX 10.X.
7474          (probably residue of patch(1) being too understanding)
7475          Enhanced 64-bit settings.
7476  Branch: confperl
7477        ! hints/hpux.sh
7478 ____________________________________________________________________________
7479 [  1939] By: jhi                                   on 1998/10/12  09:53:11
7480     Log: Initial sync from mainline perl.
7481  Branch: confperl
7482        + (add 1282 files)
7483 ____________________________________________________________________________
7484 [  1937] By: gsar                                  on 1998/10/06  21:16:34
7485     Log: fix $/ init for USE_THREADS
7486  Branch: perl
7487        ! perl.c
7488 ____________________________________________________________________________
7489 [  1936] By: gsar                                  on 1998/10/06  07:19:39
7490     Log: fix globals caught by change#1927; builds and tests on Solaris
7491  Branch: perl
7492        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
7493        ! warning.h warning.pl
7494 ____________________________________________________________________________
7495 [  1935] By: gsar                                  on 1998/10/06  06:50:35
7496     Log: add test for previous fix
7497  Branch: perl
7498        ! ext/Thread/create.t
7499 ____________________________________________________________________________
7500 [  1934] By: gsar                                  on 1998/10/06  06:37:36
7501     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
7502  Branch: perl
7503        ! util.c
7504 ____________________________________________________________________________
7505 [  1933] By: gsar                                  on 1998/10/06  05:04:20
7506     Log: undo bogus part of change#1903 (as pointed out by Larry)
7507  Branch: perl
7508        ! pp_ctl.c
7509 ____________________________________________________________________________
7510 [  1932] By: gsar                                  on 1998/10/06  04:21:31
7511     Log: added tweaked version of suggested patch
7512          From: jan.dubois@ibm.net (Jan Dubois)
7513          Date: Sat, 03 Oct 1998 19:04:48 +0200
7514          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
7515          Subject: [PATCH 5.005_52] More MakeMaker  patches
7516  Branch: perl
7517        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7518        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
7519 ____________________________________________________________________________
7520 [  1931] By: gsar                                  on 1998/10/06  04:04:33
7521     Log: use cpp symbols instead of hardwired constants
7522          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7523          Date: Mon, 05 Oct 1998 09:23:33 +0100
7524          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
7525          Subject: [PATCH 5.005_52] By the numbers (resend)
7526  Branch: perl
7527        ! op.c
7528 ____________________________________________________________________________
7529 [  1930] By: gsar                                  on 1998/10/06  04:01:55
7530     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7531          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
7532          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
7533          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
7534  Branch: perl
7535        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
7536        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
7537 ____________________________________________________________________________
7538 [  1929] By: gsar                                  on 1998/10/06  03:50:36
7539     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7540          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
7541          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
7542          Subject: [PATCH 5.00552] Minor test improvement
7543  Branch: perl
7544        ! t/op/magic.t
7545 ____________________________________________________________________________
7546 [  1928] By: gsar                                  on 1998/10/06  03:49:03
7547     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7548          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
7549          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
7550          Subject: [PATCH 5.00552] emacs/ptags inprovements
7551  Branch: perl
7552        ! emacs/ptags
7553 ____________________________________________________________________________
7554 [  1927] By: gsar                                  on 1998/10/06  03:47:44
7555     Log: disable C<#define dirty PL_dirty> et al.
7556  Branch: perl
7557        ! embed.pl embedvar.h
7558 ____________________________________________________________________________
7559 [  1926] By: gsar                                  on 1998/10/06  03:43:32
7560     Log: From: Mark-Jason Dominus <mjd@plover.com>
7561          Date: Sun, 04 Oct 1998 14:48:11 -0400
7562          Message-ID: <19981004184811.16048.qmail@plover.com>
7563          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
7564  Branch: perl
7565        ! utils/perldoc.PL
7566 ____________________________________________________________________________
7567 [  1925] By: gsar                                  on 1998/10/06  03:27:35
7568     Log: disable USE_THREADS when PERL_OBJECT is enabled
7569  Branch: perl
7570        ! win32/Makefile win32/makefile.mk
7571 ____________________________________________________________________________
7572 [  1924] By: gsar                                  on 1998/10/06  03:26:54
7573     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
7574  Branch: perl
7575        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
7576        ! vms/perly_c.vms
7577 ____________________________________________________________________________
7578 [  1923] By: gsar                                  on 1998/10/03  05:19:56
7579     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
7580          overridden
7581  Branch: perl
7582        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
7583        ! proto.h vms/perly_c.vms
7584 ____________________________________________________________________________
7585 [  1922] By: gsar                                  on 1998/10/03  03:59:50
7586     Log: suppress manifypods leak in extensions
7587  Branch: perl
7588        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
7589 ____________________________________________________________________________
7590 [  1921] By: gsar                                  on 1998/10/02  22:30:15
7591     Log: os390 fixes (suggested by Peter Prymmer)
7592  Branch: perl
7593        ! Makefile.SH regcomp.c
7594 ____________________________________________________________________________
7595 [  1920] By: gsar                                  on 1998/10/02  21:41:19
7596     Log: squelch undef warnings
7597          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7598          Date: Fri, 02 Oct 1998 11:01:14 +0100
7599          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
7600          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
7601  Branch: perl
7602        ! Changes lib/Math/BigInt.pm
7603 ____________________________________________________________________________
7604 [  1919] By: gsar                                  on 1998/10/02  04:59:13
7605     Log: add note to INSTALL about ANSI C
7606  Branch: perl
7607        ! INSTALL
7608 ____________________________________________________________________________
7609 [  1918] By: gsar                                  on 1998/10/02  04:21:10
7610     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
7611          From: jan.dubois@ibm.net (Jan Dubois)
7612          Date: Wed, 30 Sep 1998 23:35:30 +0200
7613          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
7614          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
7615  Branch: perl
7616        ! lib/ExtUtils/xsubpp
7617 ____________________________________________________________________________
7618 [  1917] By: gsar                                  on 1998/10/02  04:16:02
7619     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7620          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
7621          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
7622          Subject: Re: Configure test for selectbits busted
7623  Branch: perl
7624        ! Configure
7625 ____________________________________________________________________________
7626 [  1916] By: gsar                                  on 1998/10/02  04:14:17
7627     Log: From: Dan Sugalski <sugalskd@osshe.edu>
7628          Date: Wed, 30 Sep 1998 17:15:20 -0700
7629          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
7630          Subject: [PATCH 5.005_02]VMS config tweaks
7631  Branch: perl
7632        ! vms/descrip_mms.template vms/subconfigure.com
7633 ____________________________________________________________________________
7634 [  1915] By: gsar                                  on 1998/10/02  04:10:47
7635     Log: use Off_t to permit 64-bit seek()
7636          From: Scott Henry <scotth@sgi.com>
7637          Date: 29 Sep 1998 17:38:46 -0700
7638          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
7639          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
7640          --
7641          Date: 28 Sep 1998 18:55:37 -0700
7642          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
7643          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
7644  Branch: perl
7645        ! doio.c pp_sys.c proto.h sv.c
7646 ____________________________________________________________________________
7647 [  1914] By: gsar                                  on 1998/10/02  04:05:36
7648     Log: normalize tm struct passed to strftime() with mktime()
7649          From: Spider Boardman <spider@orb.nashua.nh.us>
7650          Date: Wed, 30 Sep 1998 15:12:09 -0400
7651          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
7652          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
7653  Branch: perl
7654        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7655 ____________________________________________________________________________
7656 [  1913] By: gsar                                  on 1998/10/02  03:59:46
7657     Log: don't try to run foo_SH.orig etc.
7658  Branch: perl
7659        ! Configure
7660 ____________________________________________________________________________
7661 [  1912] By: gsar                                  on 1998/10/02  03:45:37
7662     Log: make warning about glob process failure optional
7663  Branch: perl
7664        ! pod/perldiag.pod pp_hot.c
7665 ____________________________________________________________________________
7666 [  1911] By: gsar                                  on 1998/10/02  02:52:21
7667     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
7668          From: Dominic Dunlop <domo@vo.lu>
7669          Date: Tue, 29 Sep 1998 21:06:30 +0000
7670          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
7671          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
7672          --
7673          Date: Wed, 30 Sep 1998 11:46:44 +0000
7674          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
7675          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
7676  Branch: perl
7677        ! pod/perldiag.pod regcomp.c
7678 ____________________________________________________________________________
7679 [  1910] By: gsar                                  on 1998/10/02  02:48:48
7680     Log: minor Configure tweaks (via private mail)
7681          From: Jarkko Hietaniemi <jhi@iki.fi>
7682          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
7683          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
7684          Subject: [PATCH] 5.005_52: the drizzle continues
7685  Branch: perl
7686        ! Configure config_h.SH handy.h
7687 ____________________________________________________________________________
7688 [  1909] By: gsar                                  on 1998/10/02  02:46:39
7689     Log: update SCO hints for dynamic loading
7690          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7691          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
7692          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
7693          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
7694          --
7695          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
7696          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
7697          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
7698  Branch: perl
7699        ! hints/sco.sh
7700 ____________________________________________________________________________
7701 [  1908] By: gsar                                  on 1998/10/02  02:33:39
7702     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
7703  Branch: perl
7704        ! lib/File/Find.pm
7705 ____________________________________________________________________________
7706 [  1907] By: gsar                                  on 1998/10/02  02:21:52
7707     Log: applied patches, but retained old behavior for win32 (where compilers
7708          can't read from stdin at all)
7709          From: Graham Barr <gbarr@ti.com>
7710          Date: Mon, 28 Sep 1998 09:41:49 -0500
7711          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
7712          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
7713          --
7714          Date: Tue, 29 Sep 1998 12:35:43 -0500
7715          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
7716          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
7717  Branch: perl
7718        ! ext/Errno/Errno_pm.PL
7719 ____________________________________________________________________________
7720 [  1906] By: gsar                                  on 1998/10/02  02:02:19
7721     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
7722          Hietaniemi)
7723  Branch: perl
7724        ! t/op/grent.t
7725 ____________________________________________________________________________
7726 [  1905] By: gsar                                  on 1998/10/02  01:59:56
7727     Log: win32 caveats about truncate()
7728  Branch: perl
7729        ! pod/perlport.pod
7730 ____________________________________________________________________________
7731 [  1904] By: gsar                                  on 1998/10/02  01:53:25
7732     Log: various Configure and hints updates (prefer drand48() or random()
7733          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
7734          applied modulo SCO hints superceded by later patch
7735          From: Jarkko Hietaniemi <jhi@iki.fi>
7736          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
7737          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
7738          Subject: [PATCH] 5.005_52: Configure et al:
7739  Branch: perl
7740        + ext/IPC/SysV/hints/next_3.pl
7741        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
7742        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
7743        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
7744 ____________________________________________________________________________
7745 [  1903] By: gsar                                  on 1998/10/02  01:42:37
7746     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
7747          Date: Mon, 28 Sep 1998 17:41:49 +0100
7748          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
7749          Subject: [PATCH 5.005_52] Re: More on ?p 
7750          --
7751          Date: Thu, 01 Oct 1998 09:10:58 +0100
7752          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
7753          Subject: [PATCH 5.005_52] ?p fix
7754          --
7755          Date: Thu, 01 Oct 1998 10:45:56 +0100
7756          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
7757          Subject: [PATCH 5.005_52] more on ?p
7758  Branch: perl
7759        ! pp_ctl.c
7760 ____________________________________________________________________________
7761 [  1902] By: gsar                                  on 1998/10/02  01:36:14
7762     Log: From: Kenneth Duda <kjd@cisco.com>
7763          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
7764          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
7765          Subject: writemain dies when there are more than 4000 characters of extensions
7766  Branch: perl
7767        ! writemain.SH
7768 ____________________________________________________________________________
7769 [  1901] By: gsar                                  on 1998/10/02  01:33:16
7770     Log: tweak run_byacc recipe
7771  Branch: perl
7772        ! Makefile.SH Porting/pumpkin.pod
7773 ____________________________________________________________________________
7774 [  1900] By: gsar                                  on 1998/10/02  01:02:09
7775     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
7776  Branch: perl
7777        ! perl.h pp_ctl.c
7778 ____________________________________________________________________________
7779 [  1899] By: gsar                                  on 1998/09/28  20:46:30
7780     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
7781          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
7782          Dvornik)
7783  Branch: perl
7784        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
7785 ____________________________________________________________________________
7786 [  1898] By: gsar                                  on 1998/09/28  20:42:52
7787     Log: flush unsubmitted 5.00552 change
7788  Branch: perl
7789        ! MANIFEST
7790 ____________________________________________________________________________
7791 [  1897] By: gsar                                  on 1998/09/27  04:43:06
7792     Log: run vms_yfix.pl
7793  Branch: perl
7794        ! vms/perly_c.vms
7795 ____________________________________________________________________________
7796 [  1896] By: gsar                                  on 1998/09/27  03:38:55
7797     Log: small tweak on last change
7798  Branch: perl
7799        ! win32/win32.c
7800 ____________________________________________________________________________
7801 [  1895] By: gsar                                  on 1998/09/27  03:17:17
7802     Log: fix win32_stat() to do the right thing for share names
7803  Branch: perl
7804        ! win32/win32.c
7805 ____________________________________________________________________________
7806 [  1891] By: larry                                 on 1998/09/25  18:50:40
7807     Log: Fixed apostrophe problem from Mark Knutsen.
7808  Branch: perl
7809        ! sv.h
7810
7811 ----------------
7812 Version 5.005_52
7813 ----------------
7814
7815 ____________________________________________________________________________
7816 [  1890] By: gsar                                  on 1998/09/25  10:25:00
7817     Log: update template config.sh, add new config vars to win32 stuff
7818  Branch: perl
7819        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
7820        ! pp_sys.c proto.h win32/config.bc win32/config.gc
7821        ! win32/config.vc win32/config_H.bc win32/config_H.gc
7822        ! win32/config_H.vc win32/win32.h
7823 ____________________________________________________________________________
7824 [  1889] By: gsar                                  on 1998/09/25  07:13:13
7825     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
7826          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
7827          of full-fledged 64-bit support (including support for: fseeko/ftello,
7828          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
7829          in Fcntl)
7830          From: Jarkko Hietaniemi <jhi@iki.fi>
7831          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
7832          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
7833          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
7834          --
7835          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7836          Date: 12 Sep 1998 09:44:25 +0300
7837          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
7838          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
7839  Branch: perl
7840        + lib/filetest.pm
7841        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
7842        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
7843        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
7844        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
7845        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
7846        ! win32/makedef.pl
7847 ____________________________________________________________________________
7848 [  1888] By: gsar                                  on 1998/09/25  06:27:12
7849     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
7850  Branch: perl
7851        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
7852        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7853        ! win32/makedef.pl win32/makefile.mk win32/win32.c
7854 ____________________________________________________________________________
7855 [  1887] By: gsar                                  on 1998/09/25  04:50:49
7856     Log: win32.c tweak
7857  Branch: perl
7858        ! win32/win32.c
7859 ____________________________________________________________________________
7860 [  1886] By: gsar                                  on 1998/09/25  04:47:32
7861     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
7862  Branch: perl
7863        ! lib/ExtUtils/MakeMaker.pm
7864 ____________________________________________________________________________
7865 [  1885] By: gsar                                  on 1998/09/25  04:05:09
7866     Log: From: Dominic Dunlop <domo@vo.lu>
7867          Date: Thu, 10 Sep 1998 11:02:46 +0000
7868          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
7869          Subject: MM_Unix::canonpath erroneously turns leading // into /
7870  Branch: perl
7871        ! lib/ExtUtils/MM_Unix.pm
7872 ____________________________________________________________________________
7873 [  1884] By: gsar                                  on 1998/09/25  03:06:10
7874     Log: temporarily disable perl malloc for a2p until we clean up
7875          conflicting malloc() declarations everywhere
7876  Branch: perl
7877        ! x2p/Makefile.SH
7878 ____________________________________________________________________________
7879 [  1883] By: gsar                                  on 1998/09/25  02:27:00
7880     Log: remove obsolete win32/bin/*.pl
7881  Branch: perl
7882        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
7883        ! Changes MANIFEST win32/Makefile win32/makefile.mk
7884 ____________________________________________________________________________
7885 [  1882] By: gsar                                  on 1998/09/25  02:04:43
7886     Log: missing file in last submit
7887  Branch: perl
7888        ! proto.h
7889 ____________________________________________________________________________
7890 [  1881] By: gsar                                  on 1998/09/25  01:56:54
7891     Log: serial access to PL_x[inpr]v_root for USE_THREADS
7892  Branch: perl
7893        ! sv.c
7894 ____________________________________________________________________________
7895 [  1880] By: gsar                                  on 1998/09/25  01:19:38
7896     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
7897          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
7898          Date: Thu, 24 Sep 1998 22:01:09 +0900
7899          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
7900          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
7901  Branch: perl
7902        ! hv.c proto.h
7903 ____________________________________________________________________________
7904 [  1879] By: gsar                                  on 1998/09/25  00:20:07
7905     Log: tweaks to enable PERL_OBJECT to build & test on win32
7906  Branch: perl
7907        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
7908        ! win32/GenCAPI.pl
7909 ____________________________________________________________________________
7910 [  1878] By: gsar                                  on 1998/09/25  00:13:36
7911     Log: fix change#1861, which breaks default boot_xxx symbol generation
7912  Branch: perl
7913        ! lib/ExtUtils/Mksymlists.pm
7914 ____________________________________________________________________________
7915 [  1877] By: gsar                                  on 1998/09/24  10:29:54
7916     Log: two tweaks for clean build and test on Solaris
7917  Branch: perl
7918        ! op.c t/op/subst.t
7919 ____________________________________________________________________________
7920 [  1876] By: gsar                                  on 1998/09/24  09:04:43
7921     Log: From: Colin Kuskie <ckuskie@cadence.com>
7922          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
7923          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
7924          Subject: [PATCH 5.005_51] perlform.pod
7925  Branch: perl
7926        ! pod/perlform.pod
7927 ____________________________________________________________________________
7928 [  1875] By: gsar                                  on 1998/09/24  08:47:47
7929     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7930          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
7931          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
7932          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
7933  Branch: perl
7934        ! regexec.c
7935 ____________________________________________________________________________
7936 [  1874] By: gsar                                  on 1998/09/24  08:44:55
7937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7938          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
7939          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
7940          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
7941  Branch: perl
7942        ! toke.c
7943 ____________________________________________________________________________
7944 [  1873] By: gsar                                  on 1998/09/24  08:39:41
7945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7946          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
7947          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
7948          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
7949  Branch: perl
7950        ! Changes regcomp.c
7951 ____________________________________________________________________________
7952 [  1872] By: gsar                                  on 1998/09/24  08:37:00
7953     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
7954          Date: Sun, 23 Aug 1998 23:18:38 PDT
7955          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
7956          Subject: new irix_6.sh hints file
7957  Branch: perl
7958        ! hints/irix_6.sh
7959 ____________________________________________________________________________
7960 [  1871] By: gsar                                  on 1998/09/24  07:26:37
7961     Log: correct FSF address in various places
7962  Branch: perl
7963        ! Copying README ext/B/README lib/Getopt/Long.pm
7964 ____________________________________________________________________________
7965 [  1870] By: gsar                                  on 1998/09/24  07:11:56
7966     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
7967          Date:    Fri, 14 Aug 1998 09:20:16 PDT
7968          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
7969          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
7970  Branch: perl
7971        ! configure.com
7972 ____________________________________________________________________________
7973 [  1869] By: gsar                                  on 1998/09/24  06:55:59
7974     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
7975          From:    Scott Henry <scotth@sgi.com>
7976          Date:    13 Aug 1998 09:52:15 PDT
7977          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
7978          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
7979  Branch: perl
7980        ! hints/irix_6.sh
7981 ____________________________________________________________________________
7982 [  1868] By: gsar                                  on 1998/09/24  06:51:23
7983     Log: From:    Nathan Torkington <gnat@frii.com>
7984          Date:    Thu, 13 Aug 1998 10:59:48 MDT
7985          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
7986          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
7987  Branch: perl
7988        ! pod/perlfunc.pod
7989 ____________________________________________________________________________
7990 [  1867] By: gsar                                  on 1998/09/24  06:45:13
7991     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
7992          that are autoloaded)
7993  Branch: perl
7994        ! pp_ctl.c
7995 ____________________________________________________________________________
7996 [  1866] By: gsar                                  on 1998/09/24  05:21:19
7997     Log: grandfather deprecated "$$<digit>" no more
7998  Branch: perl
7999        ! pod/perldiag.pod toke.c
8000 ____________________________________________________________________________
8001 [  1865] By: gsar                                  on 1998/09/24  04:52:48
8002     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
8003          low bits (suggested by Ilya Zakharevich)
8004  Branch: perl
8005        ! hv.h
8006 ____________________________________________________________________________
8007 [  1864] By: gsar                                  on 1998/09/24  04:29:14
8008     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
8009          perly_c.diff
8010  Branch: perl
8011        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
8012        ! perly_c.diff toke.c
8013 ____________________________________________________________________________
8014 [  1863] By: gsar                                  on 1998/09/24  03:36:30
8015     Log: provide locked access to string table for USE_THREADS
8016  Branch: perl
8017        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
8018 ____________________________________________________________________________
8019 [  1862] By: gsar                                  on 1998/09/24  03:30:32
8020     Log: remove bogus warn()
8021  Branch: perl
8022        ! embed.pl
8023 ____________________________________________________________________________
8024 [  1861] By: gsar                                  on 1998/09/24  02:58:51
8025     Log: applied suggested patch, adapted for all platforms
8026          From: jan.dubois@ibm.net (Jan Dubois)
8027          Date: Sun, 20 Sep 1998 12:56:38 +0200
8028          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
8029          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
8030  Branch: perl
8031        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8032        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8033        ! lib/ExtUtils/MakeMaker.pm
8034 ____________________________________________________________________________
8035 [  1860] By: gsar                                  on 1998/09/24  02:16:14
8036     Log: upgrade to CPAN-1.40
8037  Branch: perl
8038        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
8039 ____________________________________________________________________________
8040 [  1859] By: gsar                                  on 1998/09/24  02:08:59
8041     Log: use $ENV{MAKEMAKEROPT} to set default command line args
8042  Branch: perl
8043        ! lib/ExtUtils/MakeMaker.pm
8044 ____________________________________________________________________________
8045 [  1857] By: gsar                                  on 1998/09/23  10:58:36
8046     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8047          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
8048          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
8049          Subject: More verbose Test::Harness [PATCH]
8050  Branch: perl
8051        ! lib/Test/Harness.pm
8052 ____________________________________________________________________________
8053 [  1856] By: gsar                                  on 1998/09/23  10:56:24
8054     Log: update hints for OPENSTEP 4.2 on i386
8055          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
8056          Date: Sun, 20 Sep 1998 01:03:18 +0200
8057          Message-Id: <9809192303.AA29190@Spike>
8058          Subject: Perl 5.005_02 compilation problems
8059  Branch: perl
8060        ! hints/next_4.sh
8061 ____________________________________________________________________________
8062 [  1855] By: gsar                                  on 1998/09/23  10:52:27
8063     Log: reset errno after C<require> search (as suggested by Larry)
8064  Branch: perl
8065        ! pp_ctl.c
8066 ____________________________________________________________________________
8067 [  1854] By: gsar                                  on 1998/09/23  10:50:26
8068     Log: misc pod tweaks
8069  Branch: perl
8070        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
8071 ____________________________________________________________________________
8072 [  1853] By: gsar                                  on 1998/09/23  10:46:06
8073     Log: make Pod/Html.pm handle the --title option properly (as suggested
8074          by gml4410@ggr.co.uk)
8075  Branch: perl
8076        ! lib/Pod/Html.pm
8077 ____________________________________________________________________________
8078 [  1852] By: gsar                                  on 1998/09/23  10:41:39
8079     Log: SSNEW() API for allocating memory on the savestack
8080          From: Albert Dvornik <bert@genscan.com>
8081          Date: 17 Sep 1998 19:23:07 -0400
8082          Message-Id: <tqemtae338.fsf@puma.genscan.com>
8083          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
8084  Branch: perl
8085        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
8086        ! perl.h proto.h scope.c scope.h t/io/tell.t
8087 ____________________________________________________________________________
8088 [  1851] By: gsar                                  on 1998/09/23  10:37:05
8089     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8090          Date: Thu, 17 Sep 1998 17:16:06 +0200
8091          Message-ID: <360127B6.E44564A@ispsoft.de>
8092          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8093  Branch: perl
8094        ! lib/ExtUtils/MakeMaker.pm
8095 ____________________________________________________________________________
8096 [  1850] By: gsar                                  on 1998/09/23  10:33:05
8097     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
8098          Date: 15 Sep 1998 01:32:31 +0200
8099          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
8100          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
8101  Branch: perl
8102        ! lib/ExtUtils/MM_Unix.pm
8103 ____________________________________________________________________________
8104 [  1849] By: gsar                                  on 1998/09/23  10:29:04
8105     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
8106          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
8107          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
8108          Subject: Re: extralibs.ld problem in MM_VMS.pm
8109  Branch: perl
8110        ! lib/ExtUtils/MM_VMS.pm
8111 ____________________________________________________________________________
8112 [  1848] By: gsar                                  on 1998/09/23  10:25:24
8113     Log: From: Roderick Schertler <roderick@argon.org>
8114          Date: 11 Sep 1998 16:19:21 -0400
8115          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
8116          Subject: Re: Open2 and memory leaks
8117  Branch: perl
8118        ! lib/IPC/Open3.pm
8119 ____________________________________________________________________________
8120 [  1847] By: gsar                                  on 1998/09/23  10:18:31
8121     Log: From: Roderick Schertler <roderick@argon.org>
8122          Date: Wed, 09 Sep 1998 23:52:48 -0400
8123          Message-ID: <20567.905399568@eeyore.ibcinc.com>
8124          Subject: seed srand from /dev/urandom when possible
8125  Branch: perl
8126        ! pod/perlfunc.pod pp.c
8127 ____________________________________________________________________________
8128 [  1846] By: gsar                                  on 1998/09/23  10:12:22
8129     Log: From: Roderick Schertler <roderick@argon.org>
8130          Date: Thu, 10 Sep 1998 00:32:17 -0400
8131          Message-ID: <21142.905401937@eeyore.ibcinc.com>
8132          Subject: doc update for crypt()'s salt
8133  Branch: perl
8134        ! pod/perlfunc.pod
8135 ____________________________________________________________________________
8136 [  1845] By: gsar                                  on 1998/09/23  10:09:23
8137     Log: fix h2ph handling of C<#error "foo">
8138          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
8139          Date: Thu, 10 Sep 1998 09:59:33 +0900
8140          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
8141          Subject: [5.005_02] h2ph problem
8142  Branch: perl
8143        ! utils/h2ph.PL
8144 ____________________________________________________________________________
8145 [  1844] By: gsar                                  on 1998/09/23  10:06:13
8146     Log: plug strictly private function leaks in API listing
8147  Branch: perl
8148        ! pod/perlguts.pod
8149 ____________________________________________________________________________
8150 [  1843] By: gsar                                  on 1998/09/23  10:02:57
8151     Log: hide symbol for static build
8152          From: Dominic Dunlop <domo@vo.lu>
8153          Date: Tue, 8 Sep 1998 21:40:46 +0000
8154          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
8155          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
8156  Branch: perl
8157        ! regcomp.c
8158 ____________________________________________________________________________
8159 [  1842] By: gsar                                  on 1998/09/23  09:52:46
8160     Log: define PUT_svindex(), PUT_opindex()
8161  Branch: perl
8162        ! ext/B/B/Assembler.pm
8163 ____________________________________________________________________________
8164 [  1841] By: gsar                                  on 1998/09/23  09:44:25
8165     Log: From: Dominic Dunlop <domo@vo.lu>
8166          Date: Tue, 8 Sep 1998 15:34:53 +0000
8167          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
8168          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
8169  Branch: perl
8170        ! t/pragma/warn/regexec
8171 ____________________________________________________________________________
8172 [  1840] By: gsar                                  on 1998/09/23  09:42:17
8173     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
8174  Branch: perl
8175        ! win32/bin/pl2bat.pl
8176 ____________________________________________________________________________
8177 [  1839] By: gsar                                  on 1998/09/23  09:38:18
8178     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
8179          Date: Mon, 7 Sep 1998 17:36:09 +0900
8180          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
8181          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
8182  Branch: perl
8183        ! ext/Thread/Thread.xs
8184 ____________________________________________________________________________
8185 [  1838] By: gsar                                  on 1998/09/23  09:21:11
8186     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
8187          Date: Thu, 10 Sep 1998 00:02:07 -0400
8188          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
8189          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
8190  Branch: perl
8191        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
8192        + vos/config.h vos/config_h.SH_orig vos/perl.bind
8193        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
8194        ! MANIFEST perl.c perl.h pod/perlport.pod
8195 ____________________________________________________________________________
8196 [  1837] By: gsar                                  on 1998/09/23  08:45:58
8197     Log: (via private mail)
8198          From: Charles Bailey <BAILEY@newman.upenn.edu>
8199          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
8200          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
8201          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
8202  Branch: perl
8203        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
8204        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8205        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
8206        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
8207        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
8208        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
8209        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
8210        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
8211        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
8212        ! vms/writemain.pl
8213 ____________________________________________________________________________
8214 [  1836] By: gsar                                  on 1998/09/23  08:17:42
8215     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8216          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
8217          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
8218          Subject: [PATCH 5.005_*] OS/2 spawning typos
8219  Branch: perl
8220        ! os2/os2.c
8221 ____________________________________________________________________________
8222 [  1835] By: gsar                                  on 1998/09/23  08:09:55
8223     Log: warn on C<my($foo,$foo)>
8224  Branch: perl
8225        ! op.c pod/perldiag.pod
8226 ____________________________________________________________________________
8227 [  1834] By: gsar                                  on 1998/09/23  07:35:56
8228     Log: From: pvhp@forte.com (Peter Prymmer)
8229          Date: Fri, 4 Sep 98 13:27:41 PDT
8230          Message-Id: <9809042027.AA04463@forte.com>
8231          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
8232  Branch: perl
8233        ! README.vms
8234 ____________________________________________________________________________
8235 [  1833] By: gsar                                  on 1998/09/23  07:27:34
8236     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8237          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
8238          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
8239          Subject: PATCH: 5.005_02 hint/hpux.sh
8240  Branch: perl
8241        ! hints/hpux.sh
8242 ____________________________________________________________________________
8243 [  1832] By: gsar                                  on 1998/09/23  07:22:40
8244     Log: fix (some) installhtml bugs
8245          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
8246          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
8247          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
8248          Subject: installhtml script needs work
8249  Branch: perl
8250        ! installhtml
8251 ____________________________________________________________________________
8252 [  1831] By: gsar                                  on 1998/09/23  07:19:30
8253     Log: document 'U' magic with examples
8254          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
8255          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
8256          Message-Id: <199809011455.PAA00631@sale-wts>
8257          Subject: Re: Looking for some XS MAGIC examples...
8258  Branch: perl
8259        ! pod/perlguts.pod
8260 ____________________________________________________________________________
8261 [  1830] By: gsar                                  on 1998/09/23  07:16:43
8262     Log: From: pvhp@forte.com (Peter Prymmer)
8263          Date: Mon, 31 Aug 98 17:13:49 PDT
8264          Message-Id: <9809010013.AA06737@forte.com>
8265          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
8266  Branch: perl
8267        ! README.os390
8268 ____________________________________________________________________________
8269 [  1829] By: gsar                                  on 1998/09/23  07:15:08
8270     Log: fix problematic typecast in filter_del()
8271          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
8272          Date: Mon, 31 Aug 1998 21:13:11 GMT
8273          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
8274          Subject: perl5.005_02 does not build on Cray T90
8275  Branch: perl
8276        ! toke.c
8277 ____________________________________________________________________________
8278 [  1828] By: gsar                                  on 1998/09/23  07:11:34
8279     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8280          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
8281          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
8282          Subject: [PATCH 5.005_5*] (?>) broken in RE
8283  Branch: perl
8284        ! regexec.c t/op/re_tests
8285 ____________________________________________________________________________
8286 [  1827] By: gsar                                  on 1998/09/23  07:09:50
8287     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
8288  Branch: perl
8289        ! t/op/grent.t t/op/groups.t
8290 ____________________________________________________________________________
8291 [  1826] By: gsar                                  on 1998/09/23  07:03:16
8292     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8293          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
8294          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
8295          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
8296  Branch: perl
8297        - interp.sym
8298        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
8299 ____________________________________________________________________________
8300 [  1825] By: gsar                                  on 1998/09/23  06:56:40
8301     Log: re-introduce change#1703
8302  Branch: perl
8303        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
8304 ____________________________________________________________________________
8305 [  1824] By: gsar                                  on 1998/09/23  06:44:19
8306     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8307          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
8308          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
8309          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
8310  Branch: perl
8311        ! lib/perl5db.pl
8312 ____________________________________________________________________________
8313 [  1823] By: gsar                                  on 1998/09/23  06:41:34
8314         Log: From: Joe Buehler <jhpb@hekimian.com>
8315              Date: 29 Aug 1998 17:13:28 -0400
8316              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
8317              Subject: patches for perl 5.005_51 under U/WIN
8318      Branch: perl
8319            + hints/uwin.sh
8320            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
8321            ! t/lib/posix.t
8322 ____________________________________________________________________________
8323 [  1822] By: gsar                                  on 1998/09/23  06:36:59
8324         Log: add missing C<no utf8;> tweak from Larry
8325      Branch: perl
8326            ! t/op/subst.t
8327 ____________________________________________________________________________
8328 [  1821] By: gsar                                  on 1998/09/23  06:27:51
8329         Log: s/runops/CALLRUNOPS/
8330      Branch: perl
8331            ! cc_runtime.h
8332 ____________________________________________________________________________
8333 [  1820] By: gsar                                  on 1998/09/23  06:24:49
8334         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
8335      Branch: perl
8336           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
8337           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
8338           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8339           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8340           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8341           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8342           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8343           +> t/pragma/warn/util
8344            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
8345            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
8346            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
8347            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
8348            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
8349            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
8350            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
8351            - t/pragma/warn-util
8352            ! MANIFEST t/pragma/warning.t
8353 ____________________________________________________________________________
8354 [  1819] By: gsar                                  on 1998/09/23  06:08:46
8355         Log: make \(%foo) return refs to values (not copies of values)
8356              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8357              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
8358              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
8359              --
8360              From: Roderick Schertler <roderick@argon.org>
8361              Date: Sat, 29 Aug 1998 00:58:33 -0400
8362              Message-ID: <29894.904366713@eeyore.ibcinc.com>
8363              Subject: Re: \(%x) problems
8364      Branch: perl
8365            ! doop.c pod/perlref.pod
8366 ____________________________________________________________________________
8367 [  1818] By: gsar                                  on 1998/09/23  06:05:08
8368         Log: make h2xs generate ANSI prototypes
8369      Branch: perl
8370            ! utils/h2xs.PL
8371 ____________________________________________________________________________
8372 [  1817] By: gsar                                  on 1998/09/23  05:57:16
8373         Log: updated usethreads hints for hpux 10.X
8374              From: Matthew T Harden <mthard@mthard1.monsanto.com>
8375              Date: Fri, 28 Aug 1998 14:10:42 GMT
8376              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
8377              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
8378      Branch: perl
8379            ! hints/hpux.sh perl.h
8380 ____________________________________________________________________________
8381 [  1816] By: gsar                                  on 1998/09/23  05:53:31
8382         Log: don't create empty directories in installperl
8383              From: Robin Barker <rmb1@cise.npl.co.uk>
8384              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
8385              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
8386              Subject: [PATCH 5.005_02] install: empty dirs
8387      Branch: perl
8388            ! installperl
8389 ____________________________________________________________________________
8390 [  1815] By: gsar                                  on 1998/09/23  05:50:36
8391         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
8392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8393              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
8394              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
8395              Subject: Re: your mail
8396      Branch: perl
8397            ! regexec.c t/op/re_tests
8398 ____________________________________________________________________________
8399 [  1814] By: gsar                                  on 1998/09/23  05:45:17
8400         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8401              Date: Thu, 20 Aug 1998 20:59:03 -0400
8402              Message-ID: <19980820205903.A12908@O2.chapin.edu>
8403              Subject: [PATCH] h2ph misquotes #error directives
8404      Branch: perl
8405            ! t/lib/h2ph.pht utils/h2ph.PL
8406 ____________________________________________________________________________
8407 [  1813] By: gsar                                  on 1998/09/23  05:42:41
8408         Log: patch to support computed regular subexpressions
8409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8410              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
8411              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
8412              Subject: [5.005_5* PATCH] Postponed RE - now!
8413      Branch: perl
8414            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
8415            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
8416 ____________________________________________________________________________
8417 [  1812] By: gsar                                  on 1998/09/23  05:26:26
8418         Log: better CR-handling on shebang line and in formats (fixed variant of
8419              patch suggested by Igor Sysoev <igor@nitek.ru>)
8420      Branch: perl
8421            ! perl.c toke.c
8422 ____________________________________________________________________________
8423 [  1811] By: gsar                                  on 1998/09/23  04:35:46
8424         Log: document non-loopish blocks better
8425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8426              Date: Tue, 18 Aug 1998 12:28:36 +0100
8427              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
8428              Subject: Re: next in do {} while block gives error message
8429      Branch: perl
8430            ! pod/perlfunc.pod
8431 ____________________________________________________________________________
8432 [  1810] By: gsar                                  on 1998/09/23  04:12:05
8433         Log: fix bogus integerization of pop()'s return value
8434              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8435              Date: Sat, 15 Aug 1998 23:27:54 -0400
8436              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
8437              Subject: Re: Complex expression does integer arithmetic 
8438      Branch: perl
8439            ! opcode.h opcode.pl
8440 ____________________________________________________________________________
8441 [  1809] By: gsar                                  on 1998/09/23  04:09:43
8442         Log: tweak README.win32
8443      Branch: perl
8444            ! README.win32
8445 ____________________________________________________________________________
8446 [  1808] By: gsar                                  on 1998/09/23  03:40:57
8447         Log: better diagnostic for do{} used as lvalue
8448      Branch: perl
8449            ! op.c pod/perlport.pod
8450 ____________________________________________________________________________
8451 [  1807] By: gsar                                  on 1998/09/23  03:38:30
8452         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
8453              From: hansm@icgroup.nl
8454              Date: Tue, 11 Aug 98 21:08:51 +0200
8455              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
8456              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8457      Branch: perl
8458            ! malloc.c
8459 ____________________________________________________________________________
8460 [  1806] By: gsar                                  on 1998/09/23  03:36:08
8461         Log: support make written in perl (aka "pmake") on win32
8462      Branch: perl
8463            ! lib/ExtUtils/MM_Win32.pm
8464 ____________________________________________________________________________
8465 [  1805] By: gsar                                  on 1998/09/23  03:30:07
8466         Log: fix mismatched UV/U32 types for to_utf8_*()
8467      Branch: perl
8468            ! utf8.c
8469 ____________________________________________________________________________
8470 [  1804] By: gsar                                  on 1998/09/23  03:22:22
8471         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8472              Date: Sun, 9 Aug 1998 22:38:23 +0200
8473              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
8474              Subject: [PATCH 5.5002] dos-djgpp update
8475      Branch: perl
8476            ! t/io/fs.t
8477 ____________________________________________________________________________
8478 [  1803] By: gsar                                  on 1998/09/23  03:20:13
8479         Log: apply minimal variant of patch (sent via private mail)
8480              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
8481              Date: Wed, 12 Aug 1998 15:42:35 +0300
8482              Message-Id: <199808121242.PAA29761@comanche.spices>
8483              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
8484      Branch: perl
8485            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
8486            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
8487 ____________________________________________________________________________
8488 [  1802] By: gsar                                  on 1998/09/23  03:03:39
8489         Log: adjust searchdict.t for EBCDIC (still needs documenting)
8490              From: pvhp@forte.com (Peter Prymmer)
8491              Date: Thu, 6 Aug 98 18:09:39 PDT
8492              Message-Id: <9808070109.AA06158@forte.com>
8493              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
8494      Branch: perl
8495            ! README.os390 t/lib/searchdict.t
8496 ____________________________________________________________________________
8497 [  1801] By: gsar                                  on 1998/09/23  02:54:15
8498         Log: silence redefined warning for XS(INIT) {}
8499      Branch: perl
8500            ! op.c
8501 ____________________________________________________________________________
8502 [  1800] By: gsar                                  on 1998/09/23  02:42:23
8503         Log: support match indices via special variables @- and @+
8504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8505              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
8506              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
8507              Subject: [PATCH 5.004_76] @- and @+
8508      Branch: perl
8509            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
8510            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
8511 ____________________________________________________________________________
8512 [  1799] By: gsar                                  on 1998/09/23  01:44:31
8513         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8514              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
8515              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
8516              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
8517      Branch: perl
8518            ! regcomp.c t/op/re_tests
8519 ____________________________________________________________________________
8520 [  1798] By: gsar                                  on 1998/09/23  01:39:23
8521         Log: integrate maint-5.005 changes (except conflicting change#1794)
8522      Branch: perl
8523            ! Changes
8524           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
8525           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
8526           !> win32/win32.h
8527 ____________________________________________________________________________
8528 [  1797] By: gsar                                  on 1998/09/23  01:32:36
8529         Log: add note to win32/Makefile about setting CCHOME
8530      Branch: perl
8531            ! win32/Makefile win32/makefile.mk
8532 ____________________________________________________________________________
8533 [  1796] By: gsar                                  on 1998/09/23  01:31:32
8534         Log: perl.pod tweak
8535      Branch: perl
8536            ! pod/perl.pod
8537 ____________________________________________________________________________
8538 [  1795] By: gsar                                  on 1998/09/21  20:34:10
8539         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
8540      Branch: perl
8541            ! lib/ExtUtils/xsubpp
8542 ____________________________________________________________________________
8543 [  1789] By: gsar                                  on 1998/09/18  18:01:37
8544         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
8545      Branch: perl
8546            ! cop.h t/cmd/for.t
8547 ____________________________________________________________________________
8548 [  1788] By: gsar                                  on 1998/09/17  02:19:11
8549         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
8550      Branch: perl
8551            ! win32/config.bc win32/config.gc win32/config.vc
8552 ____________________________________________________________________________
8553 [  1787] By: gsar                                  on 1998/09/17  01:45:14
8554         Log: suppress bogus warning on C<sub x {} x()>
8555      Branch: perl
8556            ! toke.c
8557 ____________________________________________________________________________
8558 [  1786] By: gsar                                  on 1998/09/17  01:42:51
8559         Log: ntohl typo in objXSUB.h
8560      Branch: perl
8561            ! objXSUB.h
8562 ____________________________________________________________________________
8563 [  1785] By: gsar                                  on 1998/09/17  01:41:48
8564         Log: fill gaps in sig_* entries in win32/config.?c
8565      Branch: perl
8566            ! win32/config.bc win32/config.gc win32/config.vc
8567 ____________________________________________________________________________
8568 [  1781] By: larry                                 on 1998/09/05  23:48:24
8569         Log: tr/// logic was hosed under utf8
8570      Branch: perl
8571            ! doop.c op.c op.h pp.c proto.h
8572 ____________________________________________________________________________
8573 [  1780] By: larry                                 on 1998/09/05  23:44:16
8574         Log: several new tests needed tweaking to work under utf8
8575      Branch: perl
8576            ! t/comp/require.t t/op/pack.t t/op/substr.t
8577 ____________________________________________________________________________
8578 [  1779] By: larry                                 on 1998/09/05  23:41:42
8579         Log: index() applied BM optimization to wrong argument
8580      Branch: perl
8581            ! op.c util.c
8582 ____________________________________________________________________________
8583 [  1778] By: larry                                 on 1998/09/05  23:38:29
8584         Log: Implicit require during compile reset line numbering
8585      Branch: perl
8586            ! pp_ctl.c
8587
8588 ----------------
8589 Version 5.005_51
8590 ----------------
8591
8592 ____________________________________________________________________________
8593 [  1777] By: gsar                                  on 1998/08/10  07:02:38
8594         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
8595              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
8596              lexical warning testsuite for win32
8597      Branch: perl
8598            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
8599            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
8600            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
8601            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
8602            ! win32/Makefile win32/makefile.mk
8603 ____________________________________________________________________________
8604 [  1776] By: gsar                                  on 1998/08/09  17:53:48
8605         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
8606      Branch: perl
8607            ! Changes MANIFEST perl.c pod/perlhist.pod
8608 ____________________________________________________________________________
8609 [  1775] By: gsar                                  on 1998/08/09  14:35:33
8610         Log: tweak warning test
8611      Branch: perl
8612            ! t/pragma/warn-toke
8613 ____________________________________________________________________________
8614 [  1774] By: gsar                                  on 1998/08/09  14:13:46
8615         Log: add missing dTHR; notes for test failures due to small stacksize
8616      Branch: perl
8617            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
8618            ! toke.c universal.c util.c
8619 ____________________________________________________________________________
8620 [  1773] By: gsar                                  on 1998/08/09  11:31:53
8621         Log: lexical warnings; tweaks to places that didn't apply correctly
8622              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
8623              Date:    Wed, 29 Jul 1998 09:28:45 BST
8624              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
8625              Subject: lexical warnings patch for 5.005_50
8626      Branch: perl
8627            + README.lexwarn lib/warning.pm t/pragma/warn-2use
8628            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
8629            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
8630            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
8631            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
8632            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
8633            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
8634            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
8635            + warning.h warning.pl
8636            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
8637            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
8638            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
8639            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
8640            ! universal.c util.c
8641 ____________________________________________________________________________
8642 [  1772] By: gsar                                  on 1998/08/08  23:06:00
8643         Log: bump patchlevel to 5.005_51
8644      Branch: perl
8645            ! patchlevel.h win32/Makefile win32/config_H.bc
8646            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8647 ____________________________________________________________________________
8648 [  1771] By: gsar                                  on 1998/08/08  23:01:57
8649         Log: fix bogus warning on "\x{123}"
8650              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
8651              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
8652              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
8653              Subject: [5.005_50 PATCH] Some unicode problems
8654      Branch: perl
8655            ! regcomp.c toke.c
8656 ____________________________________________________________________________
8657 [  1770] By: gsar                                  on 1998/08/08  22:56:55
8658         Log: hide dup symbol for static build of ext/re
8659              From: Dominic Dunlop <domo@ppp72.vo.lu>
8660              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
8661              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
8662              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
8663      Branch: perl
8664            ! regcomp.c
8665 ____________________________________________________________________________
8666 [  1769] By: gsar                                  on 1998/08/08  22:45:06
8667         Log: fix double free on -Mutf8 -e '$b=uc("")'
8668              From: larry@wall.org (Larry Wall)
8669              Date: Fri, 7 Aug 1998 14:42:43 -0700
8670              Message-Id: <199808072142.OAA14920@wall.org>
8671              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
8672      Branch: perl
8673            ! pp.c
8674 ____________________________________________________________________________
8675 [  1768] By: gsar                                  on 1998/08/08  22:42:29
8676         Log: substr() assumes utf8 without say-so
8677              From: larry@wall.org (Larry Wall)
8678              Date: Fri, 7 Aug 1998 12:25:12 -0700
8679              Message-Id: <199808071925.MAA13436@wall.org>
8680              Subject: [PATCH 5.005_50] substr bug?
8681      Branch: perl
8682            ! pp.c
8683 ____________________________________________________________________________
8684 [  1767] By: gsar                                  on 1998/08/08  22:38:25
8685         Log: fix intolerance of SWASHes for blank lines
8686              From: Gisle Aas <aas@sn.no>
8687              Date: 06 Aug 1998 23:28:57 +0200
8688              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
8689              Subject: Re: Re[2]: another joyride begins
8690      Branch: perl
8691            ! lib/utf8_heavy.pl
8692 ____________________________________________________________________________
8693 [  1766] By: gsar                                  on 1998/08/08  22:33:10
8694         Log: utf8 doc tweak
8695              From: Gisle Aas <aas@sn.no>
8696              Date: 05 Aug 1998 00:41:04 +0200
8697              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
8698              Subject: Matching clumps
8699      Branch: perl
8700            ! lib/utf8.pm
8701 ____________________________________________________________________________
8702 [  1765] By: gsar                                  on 1998/08/08  22:31:37
8703         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
8704              From: Gisle Aas <aas@sn.no>
8705              Date: 04 Aug 1998 22:56:11 +0200
8706              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
8707              Subject: Re: another joyride begins
8708      Branch: perl
8709            ! lib/utf8_heavy.pl
8710 ____________________________________________________________________________
8711 [  1764] By: gsar                                  on 1998/08/08  22:28:43
8712         Log: From: larry@wall.org (Larry Wall)
8713              Date: Tue, 4 Aug 1998 17:04:51 -0700
8714              Message-Id: <199808050004.RAA22592@wall.org>
8715              Subject: [PATCH 5.005_50] \pX not implemented!
8716      Branch: perl
8717            ! regcomp.c
8718 ____________________________________________________________________________
8719 [  1763] By: gsar                                  on 1998/08/08  22:27:15
8720         Log: From: Stephen McCamant <alias@mcs.com>
8721              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
8722              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
8723              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
8724      Branch: perl
8725            ! op.c
8726 ____________________________________________________________________________
8727 [  1762] By: gsar                                  on 1998/08/08  22:26:09
8728         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8729              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
8730              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
8731              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
8732      Branch: perl
8733            + t/op/grent.t t/op/pwent.t
8734            ! MANIFEST
8735 ____________________________________________________________________________
8736 [  1761] By: gsar                                  on 1998/08/08  22:21:52
8737         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8738              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
8739              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
8740              Subject: [5.005_50 PATCH] misprint in RE engine
8741      Branch: perl
8742            ! regexec.c t/op/re_tests
8743 ____________________________________________________________________________
8744 [  1760] By: gsar                                  on 1998/08/08  22:18:54
8745         Log: integrate maint-5.005 changes into mainline
8746      Branch: perl
8747           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
8748           !> (integrate 138 files)
8749 ____________________________________________________________________________
8750 [  1672] By: gsar                                  on 1998/07/27  18:35:28
8751         Log: create new Changes
8752      Branch: perl
8753            + Changes
8754            ! Changes5.005 MANIFEST
8755 ____________________________________________________________________________
8756 [  1671] By: gsar                                  on 1998/07/27  18:30:57
8757         Log: rename Changes --> Changes5.005
8758      Branch: perl
8759           +> Changes5.005
8760            - Changes
8761 ____________________________________________________________________________
8762 [  1670] By: gsar                                  on 1998/07/27  18:10:14
8763         Log: integrate 5.005_01 changes from maint
8764      Branch: perl
8765            ! Changes
8766           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
8767           !> win32/win32.c
8768 ____________________________________________________________________________
8769 [  1667] By: nick                                  on 1998/07/26  14:31:01
8770         Log: Add dTHR so that it compiles miniperl in threaded mode
8771      Branch: perl
8772            ! doop.c mg.c regcomp.c regexec.c
8773 ____________________________________________________________________________
8774 [  1666] By: nick                                  on 1998/07/26  13:01:10
8775         Log: Resolve ansiperl against mainline (@1648?)
8776              Unclear that change number has "taken".
8777      Branch: ansiperl
8778           +> (branch 169 files)
8779            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
8780           !> (integrate 131 files)
8781
8782 ----------------
8783 Version 5.005_50
8784 ----------------
8785
8786 ____________________________________________________________________________
8787 [  1665] By: gsar                                  on 1998/07/26  05:38:48
8788         Log: add trailing newline to file
8789      Branch: perl
8790            ! Changes lib/unicode/blocks.txt
8791 ____________________________________________________________________________
8792 [  1664] By: gsar                                  on 1998/07/26  05:08:48
8793         Log: integrate proto.h additions from maint-5.005
8794      Branch: perl
8795           !> pod/perlhist.pod proto.h
8796 ____________________________________________________________________________
8797 [  1663] By: gsar                                  on 1998/07/26  05:07:05
8798         Log: add new files to MANIFEST; add missing prototypes to proto.h;
8799              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
8800              add typecasts to silence warnings; tweaks for win32 builds
8801      Branch: perl
8802            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
8803            ! win32/Makefile win32/makefile.mk
8804 ____________________________________________________________________________
8805 [  1662] By: gsar                                  on 1998/07/26  05:01:52
8806         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
8807      Branch: maint-5.005/perl
8808            ! pod/perlhist.pod proto.h
8809 ____________________________________________________________________________
8810 [  1661] By: gsar                                  on 1998/07/26  02:52:48
8811         Log: up patchlevel to 5.005_50
8812      Branch: perl
8813            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8814            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8815 ____________________________________________________________________________
8816 [  1660] By: gsar                                  on 1998/07/26  02:43:57
8817         Log: integrate utfperl
8818      Branch: perl
8819           +> (branch 162 files)
8820           !> (integrate 29 files)
8821 ____________________________________________________________________________
8822 [  1659] By: gsar                                  on 1998/07/26  02:38:22
8823         Log: integrate maint-5.005 changes
8824      Branch: perl
8825           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
8826           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
8827           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
8828           !> vms/descrip_mms.template vms/subconfigure.com
8829 ____________________________________________________________________________
8830 [  1658] By: gsar                                  on 1998/07/26  02:23:46
8831         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
8832              Date: Fri, 24 Jul 1998 11:38:25 -0700
8833              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
8834              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
8835              --
8836              Date: Fri, 24 Jul 1998 12:30:36 -0700
8837              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
8838              Subject: [PATCH 5.005]Tweaks to README.vms
8839              --
8840              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
8841              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
8842              Subject: [PATCH 5.005] Final build cleanup patch
8843      Branch: maint-5.005/perl
8844            ! README.vms vms/descrip_mms.template vms/subconfigure.com
8845 ____________________________________________________________________________
8846 [  1657] By: gsar                                  on 1998/07/26  02:19:50
8847         Log: another platform where pp_sselect() needs a whole fd_set buffer
8848              From: Lupe Christoph <lupe@alanya.m.isar.de>
8849              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
8850              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
8851              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
8852      Branch: maint-5.005/perl
8853            ! pp_sys.c
8854 ____________________________________________________________________________
8855 [  1656] By: gsar                                  on 1998/07/26  02:12:46
8856         Log: fix problem building modules on dos-djgpp
8857              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8858              Date: Sat, 25 Jul 1998 00:53:39 +0200
8859              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
8860              Subject: [PATCH 5.005] dos-djgpp and modules problem
8861      Branch: maint-5.005/perl
8862            ! djgpp/fixpmain
8863 ____________________________________________________________________________
8864 [  1655] By: gsar                                  on 1998/07/26  02:11:09
8865         Log: From: Tom Spindler <dogcow@home.merit.edu>
8866              Date: Wed, 22 Jul 1998 16:11:07 -0400
8867              Message-ID: <19980722161107.A16813@home.merit.edu>
8868              Subject: [PATCH 5.005] BeOS tweak
8869      Branch: maint-5.005/perl
8870            ! hints/beos.sh
8871 ____________________________________________________________________________
8872 [  1654] By: gsar                                  on 1998/07/26  02:09:29
8873         Log: various pod tweaks
8874      Branch: maint-5.005/perl
8875            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
8876            ! pod/perltoc.pod
8877 ____________________________________________________________________________
8878 [  1653] By: gsar                                  on 1998/07/26  02:05:46
8879         Log: fix emacs/ptags for PL_* changes
8880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8881              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
8882              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
8883              Subject: [PATCH 5.004_76] Yet better ptags
8884      Branch: maint-5.005/perl
8885            ! emacs/ptags
8886 ____________________________________________________________________________
8887 [  1652] By: gsar                                  on 1998/07/26  02:03:01
8888         Log: fix behavior of <=> on bigints
8889              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8890              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
8891              Date: Fri, 24 Jul 1998 18:29:53 +0100
8892              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
8893      Branch: maint-5.005/perl
8894            ! lib/Math/BigInt.pm t/lib/bigintpm.t
8895 ____________________________________________________________________________
8896 [  1651] By: larry                                 on 1998/07/24  05:44:33
8897         Log: Here are the long-expected Unicode/UTF-8 modifications.
8898      Branch: utfperl
8899            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
8900            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
8901            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
8902            + lib/unicode/Decomposition.pl
8903            + lib/unicode/In/AlphabeticPresentationForms.pl
8904            + lib/unicode/In/Arabic.pl
8905            + lib/unicode/In/ArabicPresentationForms-A.pl
8906            + lib/unicode/In/ArabicPresentationForms-B.pl
8907            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8908            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8909            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8910            + lib/unicode/In/BoxDrawing.pl
8911            + lib/unicode/In/CJKCompatibility.pl
8912            + lib/unicode/In/CJKCompatibilityForms.pl
8913            + lib/unicode/In/CJKCompatibilityIdeographs.pl
8914            + lib/unicode/In/CJKSymbolsandPunctuation.pl
8915            + lib/unicode/In/CJKUnifiedIdeographs.pl
8916            + lib/unicode/In/CombiningDiacriticalMarks.pl
8917            + lib/unicode/In/CombiningHalfMarks.pl
8918            + lib/unicode/In/CombiningMarksforSymbols.pl
8919            + lib/unicode/In/ControlPictures.pl
8920            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8921            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8922            + lib/unicode/In/EnclosedAlphanumerics.pl
8923            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
8924            + lib/unicode/In/GeneralPunctuation.pl
8925            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8926            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8927            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8928            + lib/unicode/In/HalfwidthandFullwidthForms.pl
8929            + lib/unicode/In/HangulCompatibilityJamo.pl
8930            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8931            + lib/unicode/In/Hebrew.pl
8932            + lib/unicode/In/HighPrivateUseSurrogates.pl
8933            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8934            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
8935            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8936            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
8937            + lib/unicode/In/LatinExtended-A.pl
8938            + lib/unicode/In/LatinExtended-B.pl
8939            + lib/unicode/In/LatinExtendedAdditional.pl
8940            + lib/unicode/In/LetterlikeSymbols.pl
8941            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8942            + lib/unicode/In/MathematicalOperators.pl
8943            + lib/unicode/In/MiscellaneousSymbols.pl
8944            + lib/unicode/In/MiscellaneousTechnical.pl
8945            + lib/unicode/In/NumberForms.pl
8946            + lib/unicode/In/OpticalCharacterRecognition.pl
8947            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8948            + lib/unicode/In/SmallFormVariants.pl
8949            + lib/unicode/In/SpacingModifierLetters.pl
8950            + lib/unicode/In/Specials.pl
8951            + lib/unicode/In/SuperscriptsandSubscripts.pl
8952            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
8953            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8954            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8955            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
8956            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
8957            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
8958            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
8959            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
8960            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
8961            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
8962            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
8963            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
8964            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
8965            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
8966            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
8967            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
8968            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
8969            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
8970            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
8971            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
8972            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
8973            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
8974            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
8975            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
8976            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
8977            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
8978            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
8979            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
8980            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
8981            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
8982            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
8983            + lib/unicode/JamoShort.pl lib/unicode/Makefile
8984            + lib/unicode/Name.pl lib/unicode/Number.pl
8985            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
8986            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
8987            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
8988            + lib/unicode/blocks.txt lib/unicode/index2.txt
8989            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
8990            + lib/unicode/names2.txt lib/unicode/props2.txt
8991            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
8992            + utf8.c utf8.h
8993            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
8994            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
8995            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
8996            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
8997            ! t/op/vec.t toke.c util.c vms/vmsish.h
8998 ____________________________________________________________________________
8999 [  1650] By: gsar                                  on 1998/07/24  04:06:48
9000         Log: create utfperl branch
9001      Branch: utfperl
9002           +> (branch 1079 files)
9003 ____________________________________________________________________________
9004 [  1649] By: gsar                                  on 1998/07/24  03:56:56
9005         Log: create maint-5.005 branch
9006      Branch: maint-5.005/perl
9007           +> (branch 1079 files)
9008 ____________________________________________________________________________
9009 [  1648] By: gsar                                  on 1998/07/24  03:36:35
9010         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
9011      Branch: perl
9012            ! Changes
9013