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