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