up patchlevel &c
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_57        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3472] By: gsar                                  on 1999/05/25  08:28:57
83         Log: assorted tweaks
84      Branch: perl
85            ! doio.c iperlsys.h win32/config.bc win32/config.gc
86            ! win32/config.vc win32/config_H.bc win32/config_H.gc
87            ! win32/config_H.vc win32/makedef.pl
88 ____________________________________________________________________________
89 [  3471] By: gsar                                  on 1999/05/25  06:06:04
90         Log: perlref update from Tom Christiansen
91      Branch: perl
92            ! pod/perlref.pod
93 ____________________________________________________________________________
94 [  3470] By: gsar                                  on 1999/05/25  06:03:27
95         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
96              Date: Mon, 24 May 1999 17:43:56 -0400
97              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
98              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
99      Branch: perl
100            ! hv.c
101 ____________________________________________________________________________
102 [  3469] By: gsar                                  on 1999/05/25  05:59:22
103         Log: avoid temporary files that have a constant name (from a suggestion
104              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
105      Branch: perl
106            ! lib/ExtUtils/MM_Unix.pm
107 ____________________________________________________________________________
108 [  3468] By: gsar                                  on 1999/05/25  05:54:29
109         Log: From: pvhp@forte.com (Peter Prymmer)
110              Date: Mon, 24 May 99 11:20:25 PDT
111              Message-Id: <9905241820.AA28071@forte.com>
112              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
113      Branch: perl
114            ! lib/Pod/Text.pm
115 ____________________________________________________________________________
116 [  3467] By: gsar                                  on 1999/05/25  04:08:50
117         Log: fix glob() bug that resulted in missing symlinks that don't point
118              anywhere
119      Branch: perl
120            ! pp_hot.c
121 ____________________________________________________________________________
122 [  3466] By: gsar                                  on 1999/05/25  03:00:00
123         Log: avoid enumerating @INC contents in diagnostic if @INC was never
124              searched
125      Branch: perl
126            ! pod/perldiag.pod pp_ctl.c
127 ____________________________________________________________________________
128 [  3465] By: gsar                                  on 1999/05/25  02:24:08
129         Log: add caveat about close(PIPE) carelessness
130      Branch: perl
131            ! pod/perlfunc.pod
132 ____________________________________________________________________________
133 [  3464] By: gsar                                  on 1999/05/24  23:55:53
134         Log: fix bogus line numbers for void context warnings
135              (change#2548 was overeager)
136      Branch: perl
137            ! op.c
138 ____________________________________________________________________________
139 [  3463] By: gsar                                  on 1999/05/24  23:31:58
140         Log: change#3455 had a typo
141      Branch: perl
142            ! pp_ctl.c
143 ____________________________________________________________________________
144 [  3462] By: gsar                                  on 1999/05/24  17:32:20
145         Log: more pod updates from Tom Christiansen; regen perltoc
146      Branch: perl
147            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
148            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
149 ____________________________________________________________________________
150 [  3461] By: gsar                                  on 1999/05/24  07:41:32
151         Log: perlmod notes from Damian Conway (via Tom Christiansen)
152      Branch: perl
153            ! pod/perlmod.pod
154 ____________________________________________________________________________
155 [  3460] By: gsar                                  on 1999/05/24  07:24:11
156         Log: major pod update from Tom Christiansen
157      Branch: perl
158            + pod/perltootc.pod
159            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
160            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
161            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
162            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
163            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
164            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
165            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
166            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
167            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
168            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
169            ! pod/perlxs.pod pod/pod2man.PL
170 ____________________________________________________________________________
171 [  3459] By: gsar                                  on 1999/05/24  06:26:48
172         Log: perlfaq update from Tom Christiansen
173      Branch: perl
174            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
175            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
176            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
177            ! pod/perlfaq9.pod
178 ____________________________________________________________________________
179 [  3458] By: gsar                                  on 1999/05/24  05:55:11
180         Log: updated to v1.50 from CPAN
181      Branch: perl
182            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
183 ____________________________________________________________________________
184 [  3457] By: gsar                                  on 1999/05/24  05:46:20
185         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
186              Date: Sun, 23 May 1999 16:35:07 +0100
187              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
188              Subject: [PATCH 5.005_56] name PL_in_eval bits
189      Branch: perl
190            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
191 ____________________________________________________________________________
192 [  3456] By: gsar                                  on 1999/05/24  05:18:06
193         Log: make -t mode the default on emacs/dumb terminals
194      Branch: perl
195            ! Changes utils/perldoc.PL
196 ____________________________________________________________________________
197 [  3455] By: gsar                                  on 1999/05/24  05:05:19
198         Log: return 0 rather than "" when scalar grep has nothing to iterate
199              on (brings behavior in line with documentation)
200      Branch: perl
201            ! pp_ctl.c
202 ____________________________________________________________________________
203 [  3454] By: gsar                                  on 1999/05/24  04:52:52
204         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
205              Date: Thu, 20 May 1999 13:27:02 -1000
206              Message-Id: <E10kcDN-0007TA-00@lapaki>
207              Subject: Problem with MM_Unix in 5.005_03
208      Branch: perl
209            ! lib/ExtUtils/MM_Unix.pm
210 ____________________________________________________________________________
211 [  3453] By: gsar                                  on 1999/05/24  04:39:49
212         Log: avoid removing duplicates in user-generated warnings
213              From: byron@omix.com (Byron Brummer)
214              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
215              Message-Id: <199905201101.EAA91175@thrush.omix.com>
216              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
217      Branch: perl
218            ! lib/diagnostics.pm
219 ____________________________________________________________________________
220 [  3452] By: gsar                                  on 1999/05/24  04:23:10
221         Log: straighten some code to avoid NeXT compiler bugs (from
222              Geoff Kuenning <geoff@cs.hmc.edu>)
223      Branch: perl
224            ! pp_ctl.c
225 ____________________________________________________________________________
226 [  3451] By: gsar                                  on 1999/05/24  03:03:05
227         Log: minor logic tweak for reserved word warning
228      Branch: perl
229            ! lib/Test/Harness.pm toke.c
230 ____________________________________________________________________________
231 [  3450] By: gsar                                  on 1999/05/24  02:34:20
232         Log: oops, some files missing in change#3449
233      Branch: perl
234            ! op.c op.h toke.c
235 ____________________________________________________________________________
236 [  3449] By: gsar                                  on 1999/05/24  02:33:12
237         Log: allow '*' prototype to autoquote even barewords that happen to be
238              function names; parens or ampersand continue to force the other
239              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
240              do the right thing, for example
241      Branch: perl
242            ! t/comp/proto.t
243 ____________________________________________________________________________
244 [  3448] By: gsar                                  on 1999/05/24  01:51:24
245         Log: remove vestiges of PL_last_proto
246      Branch: perl
247            ! embedvar.h intrpvar.h objXSUB.h
248 ____________________________________________________________________________
249 [  3447] By: gsar                                  on 1999/05/24  01:49:20
250         Log: redo change#2061 and parts of change#1169 with code in the
251              parser; PL_last_proto hackery gone, strict 'subs' in now
252              implemented in the optimizer where specifying the exceptional
253              cases is much more robust; '*' (bareword) prototype now works
254              reliably when used in second and subsequent arguments
255      Branch: perl
256            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
257 ____________________________________________________________________________
258 [  3446] By: gsar                                  on 1999/05/23  05:00:55
259         Log: remove redundant part of change#1169 superceded by change#2061;
260              avoid "future reserved word" warning on prototypical bearwords
261      Branch: perl
262            ! t/lib/fatal.t toke.c
263 ____________________________________________________________________________
264 [  3445] By: gsar                                  on 1999/05/21  23:36:49
265         Log: s/isspace/isSPACE/g and make sure the CRT version is always
266              passed an unsigned char (fixes random occurrence of spaces in
267              arguments containing high-bit chars passed to spawned children,
268              on win32)
269      Branch: perl
270            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
271 ____________________________________________________________________________
272 [  3444] By: gsar                                  on 1999/05/21  23:08:55
273         Log: integrate Configure changes from cfgperl
274      Branch: perl
275           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
276           !> config_h.SH
277 ____________________________________________________________________________
278 [  3443] By: jhi                                   on 1999/05/21  22:00:56
279         Log: Integrate from mainperl.
280      Branch: cfgperl
281           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
282           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
283           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
284           !> win32/perlhost.h win32/win32.c x2p/walk.c
285 ____________________________________________________________________________
286 [  3442] By: jhi                                   on 1999/05/21  21:59:46
287         Log: fflush.
288      Branch: cfgperl
289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
290            ! config_h.SH
291 ____________________________________________________________________________
292 [  3441] By: gsar                                  on 1999/05/21  17:48:55
293         Log: integrate cfgperl changes
294      Branch: perl
295           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
296           !> config_h.SH hints/sunos_4_1.sh installperl
297 ____________________________________________________________________________
298 [  3440] By: gsar                                  on 1999/05/21  17:42:49
299         Log: test tweak
300      Branch: perl
301            ! t/comp/proto.t
302 ____________________________________________________________________________
303 [  3439] By: gsar                                  on 1999/05/21  17:31:26
304         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
305              (Configure fflush(NULL) detection seems broken on Solaris, which
306              is why I hit the problem)
307      Branch: perl
308            ! Changes perl.h
309 ____________________________________________________________________________
310 [  3438] By: gsar                                  on 1999/05/20  16:41:01
311         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
312      Branch: perl
313            ! pod/perlport.pod
314 ____________________________________________________________________________
315 [  3437] By: jhi                                   on 1999/05/20  07:14:39
316         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
317              (via private email).
318      Branch: cfgperl
319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
320            ! config_h.SH hints/sunos_4_1.sh
321 ____________________________________________________________________________
322 [  3436] By: gsar                                  on 1999/05/20  05:18:26
323         Log: various little nits
324      Branch: perl
325            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
326            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
327            ! win32/perlhost.h win32/win32.c x2p/walk.c
328 ____________________________________________________________________________
329 [  3435] By: jhi                                   on 1999/05/18  16:25:49
330         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
331              To: perl5-porters@perl.org
332              Subject: installperl
333              Date: Fri, 14 May 1999 21:34:58 +0100
334              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
335      Branch: cfgperl
336            ! installperl
337 ____________________________________________________________________________
338 [  3434] By: jhi                                   on 1999/05/17  21:25:54
339         Log: Integrate from mainperl.
340      Branch: cfgperl
341           +> lib/ExtUtils/MM_Cygwin.pm
342            - cygwin32/impure_ptr.c
343           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
344           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
345           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
346           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
347           !> x2p/find2perl.PL
348 ____________________________________________________________________________
349 [  3433] By: gsar                                  on 1999/05/17  09:49:01
350         Log: integrate cfgperl changes into mainline
351      Branch: perl
352           !> Configure INSTALL config_h.SH configure.com embed.h
353           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
354           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
355           !> util.c
356 ____________________________________________________________________________
357 [  3432] By: gsar                                  on 1999/05/17  09:06:45
358         Log: emit more appropriate diagnostic for failed glob (variant
359              of patch suggested by Graham Barr)
360      Branch: perl
361            ! gv.c pod/perldiag.pod pp.c pp_hot.c
362 ____________________________________________________________________________
363 [  3431] By: gsar                                  on 1999/05/17  08:38:09
364         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
365              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
366              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
367              Subject: find2perl does not grok the 'c' suffix to the -size argument
368      Branch: perl
369            ! x2p/find2perl.PL
370 ____________________________________________________________________________
371 [  3430] By: gsar                                  on 1999/05/17  08:26:21
372         Log: additional cleanups for cygwin32 port
373              From: "Fifer, Eric" <EFifer@sanwaint.com>
374              Date: Wed, 12 May 1999 20:25:54 +0100
375              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
376              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
377      Branch: perl
378            + lib/ExtUtils/MM_Cygwin.pm
379            - cygwin32/impure_ptr.c
380            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
381            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
382            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
383            ! perl.h util.c
384 ____________________________________________________________________________
385 [  3429] By: gsar                                  on 1999/05/17  08:01:04
386         Log: From: Andy Dougherty <doughera@lafayette.edu>
387              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
388              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
389              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
390      Branch: perl
391            ! INSTALL
392 ____________________________________________________________________________
393 [  3428] By: jhi                                   on 1999/05/17  07:03:26
394         Log: Integrate from mainperl modulo the Socket.xs change.
395      Branch: cfgperl
396           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
397           !> win32/win32.c win32/win32.h
398 ____________________________________________________________________________
399 [  3427] By: jhi                                   on 1999/05/16  22:09:11
400         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
401              To: perl5-porters@perl.org (Mailing list Perl5)
402              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
403              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
404              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
405      Branch: cfgperl
406            ! ext/Devel/Peek/Peek.xs
407 ____________________________________________________________________________
408 [  3426] By: jhi                                   on 1999/05/16  22:07:11
409         Log: From: Mark-Jason Dominus <mjd@plover.com>
410              To: perl5-porters@perl.com
411              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
412              Date: Sat, 15 May 1999 12:43:47 -0400
413              Message-ID: <19990515164348.7313.qmail@plover.com>
414      Branch: cfgperl
415            ! pod/perldiag.pod
416 ____________________________________________________________________________
417 [  3425] By: nick                                  on 1999/05/15  15:56:10
418         Log: Mingw32 + w32api-0.1.5 tweaks
419              - now more like other Win32 compilers
420      Branch: perl
421            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
422            ! win32/win32.h
423 ____________________________________________________________________________
424 [  3424] By: nick                                  on 1999/05/14  21:04:22
425         Log: Experimental "slab" allocator for ops.
426              To try it -DPL_OP_SLAB_ALLOC for op.c 
427              This is for proof of concept only, it leaks memory 
428              (ops are not free'd) so don't use in embedded apps.
429              If this minimalist version does not show performance 
430              gain then whole idea is worthless. 
431              Nick see's approx 12% speed up vs perlmalloc running
432              perl -Ilib -MCPAN -e '' 
433              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
434      Branch: perl
435            ! op.c
436 ____________________________________________________________________________
437 [  3423] By: gsar                                  on 1999/05/14  19:55:04
438         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
439              found (brings sitelib intuition in line with privlib)
440      Branch: perl
441            ! win32/win32.c
442 ____________________________________________________________________________
443 [  3422] By: jhi                                   on 1999/05/14  08:08:01
444         Log: From: pvhp@forte.com (Peter Prymmer)
445              To: perl5-porters@perl.org, vmsperl@perl.org
446              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
447              Date: Thu, 13 May 99 15:29:57 PDT
448              Message-Id: <9905132229.AA15854@forte.com>
449      Branch: cfgperl
450            ! configure.com
451 ____________________________________________________________________________
452 [  3421] By: jhi                                   on 1999/05/14  07:34:20
453         Log: Integrate from mainperl.
454      Branch: cfgperl
455           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
456 ____________________________________________________________________________
457 [  3420] By: jhi                                   on 1999/05/14  07:33:26
458         Log: Still fflushing.
459      Branch: cfgperl
460            ! Configure config_h.SH util.c
461 ____________________________________________________________________________
462 [  3419] By: gsar                                  on 1999/05/14  03:08:29
463         Log: mortalize string allocations by win32_get_{priv,site}lib()
464              (fixes small memory leak in interpreter)
465      Branch: perl
466            ! win32/win32.c
467 ____________________________________________________________________________
468 [  3418] By: gsar                                  on 1999/05/14  03:06:50
469         Log: make win32_longname() preserve kind of slashes in argument
470      Branch: perl
471            ! win32/win32.c
472 ____________________________________________________________________________
473 [  3417] By: gsar                                  on 1999/05/14  03:04:44
474         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
475      Branch: perl
476            ! lib/ExtUtils/MM_Unix.pm
477 ____________________________________________________________________________
478 [  3416] By: jhi                                   on 1999/05/13  21:18:06
479         Log: Integrate from mainperl.
480      Branch: cfgperl
481           !> pp_ctl.c
482 ____________________________________________________________________________
483 [  3415] By: jhi                                   on 1999/05/13  21:16:49
484         Log: Fixes from Andy Dougherty (via private email).
485      Branch: cfgperl
486            ! Configure config_h.SH
487 ____________________________________________________________________________
488 [  3414] By: nick                                  on 1999/05/13  20:04:26
489         Log: valist vs va_list typo
490      Branch: perl
491            ! pp_ctl.c
492 ____________________________________________________________________________
493 [  3413] By: jhi                                   on 1999/05/13  15:04:05
494         Log: From: Andy Dougherty <doughera@lafayette.edu>
495              To: perlbug@perl.com
496              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
497              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
498              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
499      Branch: cfgperl
500            ! INSTALL
501 ____________________________________________________________________________
502 [  3412] By: jhi                                   on 1999/05/13  14:20:17
503         Log: Integrate from mainperl.
504      Branch: cfgperl
505           !> pp_ctl.c
506 ____________________________________________________________________________
507 [  3411] By: gsar                                  on 1999/05/13  14:16:56
508         Log: docatch_body() declaration mismatch
509      Branch: perl
510            ! pp_ctl.c
511 ____________________________________________________________________________
512 [  3410] By: jhi                                   on 1999/05/13  13:51:44
513         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
514      Branch: cfgperl
515            ! Configure config_h.SH perl.h
516 ____________________________________________________________________________
517 [  3409] By: jhi                                   on 1999/05/13  13:31:53
518         Log: Still fflushing strong.
519      Branch: cfgperl
520            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
521            ! proto.h util.c
522 ____________________________________________________________________________
523 [  3408] By: jhi                                   on 1999/05/12  14:30:23
524         Log: Integrate from mainperl.
525      Branch: cfgperl
526           !> (integrate 30 files)
527 ____________________________________________________________________________
528 [  3407] By: jhi                                   on 1999/05/12  12:28:31
529         Log: Be tidier with fflush(NULL) testing.
530      Branch: cfgperl
531            ! Configure config_h.SH
532 ____________________________________________________________________________
533 [  3406] By: gsar                                  on 1999/05/12  11:26:03
534         Log: better range-checking on list slices, with test
535              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
536              Date: Sun, 02 May 1999 17:02:53 +0100
537              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
538              Subject: Re: List slice of undefs returns 0 items 
539      Branch: perl
540            ! pp.c t/op/list.t
541 ____________________________________________________________________________
542 [  3405] By: gsar                                  on 1999/05/12  11:22:27
543         Log: change#3397 needs test tweak
544      Branch: perl
545            ! Changes t/pragma/warn/sv
546 ____________________________________________________________________________
547 [  3404] By: gsar                                  on 1999/05/12  11:07:44
548         Log: typo in change#3397
549      Branch: perl
550            ! doop.c
551 ____________________________________________________________________________
552 [  3403] By: gsar                                  on 1999/05/12  10:49:01
553         Log: From: Stephen Zander <gibreel@pobox.com>
554              Date: 12 May 1999 01:22:31 -0700
555              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
556              Subject: Re: Test::Harness runs tainted tests with wrong library path
557      Branch: perl
558            ! lib/Test/Harness.pm
559 ____________________________________________________________________________
560 [  3402] By: gsar                                  on 1999/05/12  10:42:06
561         Log: typo in change#3400
562      Branch: perl
563            ! ext/B/B/Deparse.pm
564 ____________________________________________________________________________
565 [  3401] By: jhi                                   on 1999/05/12  10:40:42
566         Log: A better, shinier, and possibly even correctly working
567              reincarnation of #3398.
568      Branch: cfgperl
569            ! Configure config_h.SH
570 ____________________________________________________________________________
571 [  3400] By: gsar                                  on 1999/05/12  10:40:11
572         Log: deparse \&func() as \(&func()) for clarity
573              From: Albert Dvornik <bert@genscan.com>
574              Date: 11 May 1999 13:32:04 -0400
575              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
576              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
577      Branch: perl
578            ! ext/B/B/Deparse.pm
579 ____________________________________________________________________________
580 [  3399] By: gsar                                  on 1999/05/12  10:36:02
581         Log: more testsuite smarts (many of them courtesy Ilya)
582      Branch: perl
583            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
584            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
585            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
586            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
587            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
588            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
589            ! t/op/pwent.t
590 ____________________________________________________________________________
591 [  3398] By: jhi                                   on 1999/05/12  09:33:08
592         Log: Detect whether fflush(NULL) works as per change #3352.
593      Branch: cfgperl
594            ! Configure config_h.SH perl.h
595 ____________________________________________________________________________
596 [  3397] By: gsar                                  on 1999/05/12  08:56:03
597         Log: From: jan.dubois@ibm.net (Jan Dubois)
598              Date: Wed, 12 May 1999 01:01:00 +0200
599              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
600              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
601      Branch: perl
602            ! doop.c
603 ____________________________________________________________________________
604 [  3396] By: gsar                                  on 1999/05/12  08:23:27
605         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
606              stat() behaves similarly
607      Branch: perl
608            ! win32/win32.c
609 ____________________________________________________________________________
610 [  3395] By: jhi                                   on 1999/05/11  22:21:32
611         Log: Redo parts of #3341 and #3358 that #3394 undid.
612      Branch: cfgperl
613            ! Configure config_h.SH
614 ____________________________________________________________________________
615 [  3394] By: jhi                                   on 1999/05/11  22:03:48
616         Log: Add I_NETINET_TCP to help change #3391.
617      Branch: cfgperl
618            ! Configure config_h.SH ext/Socket/Socket.xs
619 ____________________________________________________________________________
620 [  3393] By: jhi                                   on 1999/05/11  21:44:59
621         Log: Integrate from mainperl.
622      Branch: cfgperl
623           !> (integrate 55 files)
624 ____________________________________________________________________________
625 [  3392] By: gsar                                  on 1999/05/11  20:56:43
626         Log: update embedvar.h
627      Branch: perl
628            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
629 ____________________________________________________________________________
630 [  3391] By: gsar                                  on 1999/05/11  16:32:05
631         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
632              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
633              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
634              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
635      Branch: perl
636            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
637 ____________________________________________________________________________
638 [  3390] By: gsar                                  on 1999/05/11  15:27:40
639         Log: display more frequent progress messages when STDOUT is a tty
640      Branch: perl
641            ! lib/Test/Harness.pm
642 ____________________________________________________________________________
643 [  3389] By: gsar                                  on 1999/05/11  14:40:58
644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
645              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
646              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
647              Subject: [PATCH 5.005_53] Explanations by Test::Harness
648      Branch: perl
649            ! lib/Test/Harness.pm
650 ____________________________________________________________________________
651 [  3388] By: gsar                                  on 1999/05/11  14:08:14
652         Log: avoid creating spurious subroutine stubs on failed subroutine
653              call and other places of sv_2cv() misuse; fixes problems with
654              failed subroutine calls "hiding" later attempts to lookup methods
655              in base classes
656      Branch: perl
657            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
658 ____________________________________________________________________________
659 [  3387] By: gsar                                  on 1999/05/11  09:34:13
660         Log: various fixes for clean build and test on win32; configpm broken,
661              needed to open myconfig.SH rather than myconfig; sundry adjustments
662              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
663              work under win32; getenv_sv() changed to getenv_len() since SVs
664              aren't visible in the lower echelons; remove bogus exports from
665              config.sym; PERL_OBJECT-ness for C++ exception support; null out
666              IoDIRP in filter_del() or sv_free() will attempt to close it
667      Branch: perl
668            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
669            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
670            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
671            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
672            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
673            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
674            ! win32/config.gc win32/config.vc win32/makedef.pl
675            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
676            ! win32/win32.c win32/win32.h
677 ____________________________________________________________________________
678 [  3386] By: gsar                                  on 1999/05/11  02:49:07
679         Log: gutsupport for C++ exceptions
680              From: Chip Salzenberg <chip@perlsupport.com>
681              Date: Tue, 9 Mar 1999 11:51:57 -0500
682              Message-ID: <19990309115157.E7911@perlsupport.com>
683              Subject: [PATCH 5.005] Flexible Exceptions
684      Branch: perl
685            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
686            ! scope.c scope.h thrdvar.h util.c
687 ____________________________________________________________________________
688 [  3385] By: gsar                                  on 1999/05/10  19:33:36
689         Log: "weak" references internals, still needs perlguts documentation
690              (somewhat modified version of patch suggested by Tuomas J. Lukka
691              <lukka@fas.harvard.edu>)
692      Branch: perl
693            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
694            ! pod/perldiag.pod proto.h sv.c sv.h util.c
695 ____________________________________________________________________________
696 [  3384] By: jhi                                   on 1999/05/10  18:21:43
697         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
698              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
699      Branch: cfgperl
700            ! INSTALL hints/dec_osf.sh
701 ____________________________________________________________________________
702 [  3381] By: jhi                                   on 1999/05/10  14:39:28
703         Log: Integrate from mainperl.
704      Branch: cfgperl
705           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
706           +> cygwin32/build-instructions.charles-wilson
707           +> cygwin32/build-instructions.sebastien-barre
708           +> cygwin32/build-instructions.steven-morlock
709           +> cygwin32/build-instructions.steven-morlock2
710           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
711           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
712           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
713           +> t/op/numconvert.t utils/perlbc.PL
714            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
715            - cygwin32/perlld
716           !> (integrate 105 files)
717 ____________________________________________________________________________
718 [  3380] By: gsar                                  on 1999/05/10  12:27:14
719         Log: regen regnodes.h
720      Branch: perl
721            ! Changes regnodes.h
722 ____________________________________________________________________________
723 [  3379] By: gsar                                  on 1999/05/10  12:17:26
724         Log: From: jan.dubois@ibm.net (Jan Dubois)
725              Date: Sat, 01 May 1999 22:55:36 +0200
726              Message-ID: <373067e9.56194713@smtp1.ibm.net>
727              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
728      Branch: perl
729            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
730            ! win32/config_H.vc
731 ____________________________________________________________________________
732 [  3378] By: gsar                                  on 1999/05/10  12:07:13
733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
734              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
735              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
736              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
737      Branch: perl
738            + t/op/numconvert.t
739            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
740            ! util.c
741 ____________________________________________________________________________
742 [  3377] By: gsar                                  on 1999/05/10  11:39:48
743         Log: pp_modulo comment tweak from Ilya
744      Branch: perl
745            ! pp.c
746 ____________________________________________________________________________
747 [  3376] By: gsar                                  on 1999/05/10  11:30:40
748         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
749              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
750              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
751              Subject: Test.pm update [PATCH _56]
752      Branch: perl
753            ! lib/Test.pm
754 ____________________________________________________________________________
755 [  3375] By: gsar                                  on 1999/05/10  11:28:30
756         Log: From: jan.dubois@ibm.net (Jan Dubois)
757              Date: Fri, 07 May 1999 00:59:54 +0200
758              Message-ID: <373318ae.19292461@smtp1.ibm.net>
759              Subject: Re: Using existing memory for an SV's PV 
760      Branch: perl
761            ! sv.c
762 ____________________________________________________________________________
763 [  3374] By: gsar                                  on 1999/05/10  11:23:44
764         Log: From: jan.dubois@ibm.net (Jan Dubois)
765              Date: Fri, 07 May 1999 00:59:52 +0200
766              Message-ID: <37321800.19118320@smtp1.ibm.net>
767              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
768      Branch: perl
769            ! perl.h
770 ____________________________________________________________________________
771 [  3373] By: gsar                                  on 1999/05/10  11:22:10
772         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
773              Date: Thu, 6 May 1999 18:17:28 -0400
774              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
775              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
776      Branch: perl
777            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
778            ! util.c
779 ____________________________________________________________________________
780 [  3372] By: gsar                                  on 1999/05/10  10:57:49
781         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
782              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
783              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
784              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
785      Branch: perl
786            ! regcomp.c regcomp.pl
787 ____________________________________________________________________________
788 [  3371] By: gsar                                  on 1999/05/10  10:54:01
789         Log: From: lane@duphy4.physics.drexel.edu
790              Date: Tue, 04 May 1999 10:19:25 -0700
791              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
792              Subject: [PATCH 5.005.56] pod->html VMS fixes
793      Branch: perl
794            ! installhtml lib/Pod/Html.pm
795 ____________________________________________________________________________
796 [  3370] By: gsar                                  on 1999/05/10  10:45:52
797         Log: testsuite nits
798      Branch: perl
799            ! t/lib/io_linenum.t t/op/filetest.t
800 ____________________________________________________________________________
801 [  3369] By: gsar                                  on 1999/05/10  10:35:22
802         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
803              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
804              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
805              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
806      Branch: perl
807            ! os2/os2ish.h os2/os2thread.h
808 ____________________________________________________________________________
809 [  3368] By: gsar                                  on 1999/05/10  10:00:11
810         Log: From: Albert Dvornik <bert@genscan.com>
811              Date: 03 May 1999 12:20:57 -0400
812              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
813              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
814      Branch: perl
815            ! dump.c
816 ____________________________________________________________________________
817 [  3367] By: gsar                                  on 1999/05/10  09:55:51
818         Log: shadow password support for Solaris (needs Configure help to
819              determine HAS_GETSPENT)
820              From: "Patrick O'Brien" <pdo@cs.umd.edu>
821              Date: Sat, 01 May 1999 19:41:17 -0400
822              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
823              Subject: getpwent() under solaris
824      Branch: perl
825            ! pp_sys.c
826 ____________________________________________________________________________
827 [  3366] By: gsar                                  on 1999/05/10  09:45:58
828         Log: From: jan.dubois@ibm.net (Jan Dubois)
829              Date: Sat, 01 May 1999 23:45:47 +0200
830              Message-ID: <373373fb.59284266@smtp1.ibm.net>
831              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
832      Branch: perl
833            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
834            ! pod/perldelta.pod
835 ____________________________________________________________________________
836 [  3365] By: gsar                                  on 1999/05/10  09:34:22
837         Log: test suite and fix input_line_number()
838              From: Paul Johnson <pjcj@transeda.com>
839              Date: Thu, 29 Apr 1999 06:28:14 +0100
840              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
841              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
842      Branch: perl
843            + t/lib/io_linenum.t
844            ! MANIFEST ext/IO/lib/IO/Handle.pm
845 ____________________________________________________________________________
846 [  3364] By: gsar                                  on 1999/05/10  09:20:56
847         Log: fix overeager [:foo:] parsing
848              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
849              Date: Fri, 30 Apr 1999 09:26:18 +0100
850              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
851              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
852      Branch: perl
853            ! regcomp.c t/op/re_tests
854 ____________________________________________________________________________
855 [  3363] By: gsar                                  on 1999/05/10  09:09:21
856         Log: documentation for Win32 builtins (somewhat modified)
857              From: jan.dubois@ibm.net (Jan Dubois)
858              Date: Tue, 30 Mar 1999 08:05:03 +0200
859              Message-ID: <37006783.1926460@smtp1.ibm.net>
860              Subject: Re: Issues with build 509 
861      Branch: perl
862            + pod/Win32.pod
863            ! MANIFEST
864 ____________________________________________________________________________
865 [  3362] By: gsar                                  on 1999/05/10  08:22:07
866         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
867      Branch: perl
868            ! lib/File/Copy.pm win32/win32.c
869 ____________________________________________________________________________
870 [  3361] By: gsar                                  on 1999/05/10  08:11:29
871         Log: escape ampersands in <pre> sections
872      Branch: perl
873            ! Changes lib/Pod/Html.pm
874 ____________________________________________________________________________
875 [  3360] By: gsar                                  on 1999/05/10  08:04:14
876         Log: AIX hints enhancements (threads build, SOCKS support)
877              From: "David R. Favor" <dfavor@austin.ibm.com>
878              Date: Wed, 28 Apr 1999 08:45:28 -0500
879              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
880              Subject: Working build for AIX + gcc + threading
881      Branch: perl
882            ! hints/aix.sh
883 ____________________________________________________________________________
884 [  3359] By: gsar                                  on 1999/05/10  07:49:26
885         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
886              Date: Tue, 27 Apr 1999 23:47:24 PDT
887              Message-ID: <19990428064724.95244.qmail@hotmail.com>
888              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
889              --
890              Date: Thu, 29 Apr 1999 18:21:06 -0700
891              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
892              Subject: [PATCH 5.005_56] double constants ( C.pm)
893              --
894              Date: Mon, 03 May 1999 20:21:31 PDT
895              Message-ID: <19990504032131.81113.qmail@hotmail.com>
896              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
897              --
898              Date: Thu, 06 May 1999 17:57:09 -0700
899              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
900              Subject: Stash.pm
901      Branch: perl
902            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
903            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
904 ____________________________________________________________________________
905 [  3358] By: gsar                                  on 1999/05/10  04:39:15
906         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
907              From: alexander smishlajev <als@turnhere.com>
908              Date: Sun, 25 Apr 1999 14:58:29 +0300
909              Message-ID: <37230365.5F68B460@turnhere.com>
910              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
911      Branch: perl
912            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
913            + cygwin32/build-instructions.charles-wilson
914            + cygwin32/build-instructions.sebastien-barre
915            + cygwin32/build-instructions.steven-morlock
916            + cygwin32/build-instructions.steven-morlock2
917            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
918            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
919            - cygwin32/perlld
920            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
921            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
922            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
923            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
924            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
925            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
926 ____________________________________________________________________________
927 [  3357] By: gsar                                  on 1999/05/10  04:07:07
928         Log: applied suggested patch, modulo already applied parts
929              From: Charles Bailey <BAILEY@newman.upenn.edu>
930              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
931              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
932              Subject: [Patch 5.005_56] VMS consolidated patch #2
933      Branch: perl
934            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
935            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
936            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
937            ! vms/subconfigure.com vms/test.com vms/vms.c
938 ____________________________________________________________________________
939 [  3356] By: gsar                                  on 1999/05/10  03:48:08
940         Log: applied suggested patch, with win32 and PERL_OBJECT additions
941              From: Tom Hughes <tom@compton.nu>
942              Date: Sat, 24 Apr 1999 18:11:59 +0100
943              Message-ID: <609bdff748.tom@compton.compton.nu>
944              Subject: ByteLoader patch
945      Branch: perl
946            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
947            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
948            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
949            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
950            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
951            ! utils/Makefile win32/Makefile win32/makefile.mk
952 ____________________________________________________________________________
953 [  3355] By: gsar                                  on 1999/05/10  03:22:49
954         Log: document 'test' attribute (from Andreas Koenig)
955      Branch: perl
956            ! lib/ExtUtils/MakeMaker.pm
957 ____________________________________________________________________________
958 [  3354] By: gsar                                  on 1999/05/10  03:12:37
959         Log: From: pmarquess@bfsec.bt.co.uk
960              Date: Thu, 22 Apr 1999 23:12:08 +0100
961              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
962              Subject: PATCH for small bug in scan_bin
963      Branch: perl
964            ! util.c
965 ____________________________________________________________________________
966 [  3353] By: gsar                                  on 1999/05/10  02:39:33
967         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
968              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
969      Branch: perl
970            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
971            ! win32/win32iop.h
972 ____________________________________________________________________________
973 [  3352] By: gsar                                  on 1999/05/09  22:47:39
974         Log: flush all open output buffers before fork(), exec(), system, qx//
975              and pipe open() operations, simplifying buffering headaches faced
976              by users; uses fflush(NULL), which may need Configure test
977      Branch: perl
978            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
979            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
980 ____________________________________________________________________________
981 [  3351] By: gsar                                  on 1999/05/09  21:11:51
982         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
983              Leroy <jll@skynet.be>)
984      Branch: perl
985            ! utils/perlcc.PL
986 ____________________________________________________________________________
987 [  3350] By: gsar                                  on 1999/05/09  20:39:11
988         Log: normalize $^X to full pathname on win32
989      Branch: perl
990            ! win32/runperl.c
991 ____________________________________________________________________________
992 [  3349] By: gsar                                  on 1999/05/09  20:23:07
993         Log: allow readline($globref), <$globref> already works
994      Branch: perl
995            ! pp_hot.c
996 ____________________________________________________________________________
997 [  3348] By: gsar                                  on 1999/05/09  20:00:09
998         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
999              <lemburg@online-club.de>)
1000      Branch: perl
1001            ! utils/perldoc.PL
1002 ____________________________________________________________________________
1003 [  3347] By: gsar                                  on 1999/05/09  18:47:21
1004         Log: additions to Thread.pm docs from Tuomas J. Lukka
1005              <lukka@fas.harvard.edu>
1006      Branch: perl
1007            ! ext/Thread/Thread.pm
1008 ____________________________________________________________________________
1009 [  3346] By: gsar                                  on 1999/05/09  18:38:00
1010         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1011              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
1012              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
1013              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
1014      Branch: perl
1015            ! ext/B/B/Xref.pm
1016 ____________________________________________________________________________
1017 [  3345] By: gsar                                  on 1999/05/09  18:22:43
1018         Log: work around mangled archname on win32 while finding privlib/sitelib;
1019              normalize lib paths to forward slashes internally
1020      Branch: perl
1021            ! win32/win32.c
1022 ____________________________________________________________________________
1023 [  3344] By: gsar                                  on 1999/05/09  03:20:06
1024         Log: fix typo in dbm filters that caused odbm.t to fail
1025      Branch: perl
1026            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
1027 ____________________________________________________________________________
1028 [  3343] By: gsar                                  on 1999/05/09  02:02:59
1029         Log: tweak test totals
1030      Branch: perl
1031            ! Changes t/lib/tie-stdhandle.t
1032 ____________________________________________________________________________
1033 [  3342] By: gsar                                  on 1999/05/09  01:42:06
1034         Log: import list propagation busted (pointed out by Ton Hospel
1035              <thospel@mail.dma.be>)
1036      Branch: perl
1037            ! lib/autouse.pm
1038 ____________________________________________________________________________
1039 [  3341] By: gsar                                  on 1999/05/09  00:54:18
1040         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
1041              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
1042      Branch: perl
1043            ! Configure Makefile.SH
1044 ____________________________________________________________________________
1045 [  3340] By: gsar                                  on 1999/05/09  00:40:41
1046         Log: generate manpages for newly added utils
1047      Branch: perl
1048            ! installman
1049 ____________________________________________________________________________
1050 [  3339] By: gsar                                  on 1999/05/09  00:33:50
1051         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1052              Date: Sun, 02 May 1999 17:59:24 +0100
1053              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
1054              Subject: [PATCH] Re: ptr to realloced memory in yylex
1055      Branch: perl
1056            ! toke.c
1057 ____________________________________________________________________________
1058 [  3338] By: jhi                                   on 1999/05/08  22:40:29
1059         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
1060      Branch: cfgperl
1061            ! INSTALL
1062 ____________________________________________________________________________
1063 [  3337] By: jhi                                   on 1999/05/08  22:22:26
1064         Log: Integrate from mainperl.
1065      Branch: cfgperl
1066           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
1067           !> (integrate 54 files)
1068 ____________________________________________________________________________
1069 [  3336] By: gsar                                  on 1999/05/08  21:48:22
1070         Log: make perldoc -f grok nested =items
1071      Branch: perl
1072            ! utils/perldoc.PL
1073 ____________________________________________________________________________
1074 [  3335] By: gsar                                  on 1999/05/08  19:48:11
1075         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
1076      Branch: perl
1077            ! op.c t/lib/fields.t
1078 ____________________________________________________________________________
1079 [  3334] By: gsar                                  on 1999/05/08  19:09:41
1080         Log: update test totals
1081      Branch: perl
1082            ! t/lib/bigintpm.t
1083 ____________________________________________________________________________
1084 [  3333] By: gsar                                  on 1999/05/08  16:56:02
1085         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
1086      Branch: perl
1087            ! pod/perlfunc.pod
1088 ____________________________________________________________________________
1089 [  3332] By: gsar                                  on 1999/05/08  16:46:44
1090         Log: applied suggested patch, added tests
1091              From: William Mann <wmann@avici.com>
1092              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
1093              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
1094              Subject: BigInt.pm extensions for logical operations
1095      Branch: perl
1096            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
1097 ____________________________________________________________________________
1098 [  3331] By: gsar                                  on 1999/05/08  16:09:33
1099         Log: avoid temporary files named 'tmp'
1100      Branch: perl
1101            ! Makefile.SH pp.c
1102 ____________________________________________________________________________
1103 [  3330] By: nick                                  on 1999/05/08  14:16:30
1104         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
1105              Provide Tie::StdHandle
1106              Basic update of docs.
1107      Branch: perl
1108            + t/lib/tie-stdhandle.t
1109            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
1110 ____________________________________________________________________________
1111 [  3329] By: nick                                  on 1999/05/08  12:03:45
1112         Log: Tweaks to open(my $fh,...) stuff
1113      Branch: perl
1114            ! op.c pp.c pp_sys.c t/io/open.t
1115 ____________________________________________________________________________
1116 [  3328] By: nick                                  on 1999/05/08  11:18:42
1117         Log: Bring SDBM_File.xs into line with new typemap
1118      Branch: perl
1119            ! ext/SDBM_File/SDBM_File.xs
1120 ____________________________________________________________________________
1121 [  3327] By: gsar                                  on 1999/05/08  00:07:11
1122         Log: add test case for AUTOLOAD reentrancy fix in change#3279
1123      Branch: perl
1124            ! t/lib/autoloader.t
1125 ____________________________________________________________________________
1126 [  3326] By: nick                                  on 1999/05/07  21:24:50
1127         Log: Implement open( my $fh, ...) and similar.
1128              Set flag in op.c for "constructor ops"
1129              In pp_rv2gv, if flag is set and arg is PADSV and uninit
1130              vivify as reference to a detached GV.
1131              (Name of GV is the pad name.)
1132              This scheme should "just work" for pipe/socket etc. too.
1133              
1134              #if 0 out the open(FH,undef) for now.
1135              Change t/io/open.t to test open(my $fh,...)
1136      Branch: perl
1137            ! op.c pp.c pp_sys.c t/io/open.t
1138 ____________________________________________________________________________
1139 [  3325] By: nick                                  on 1999/05/07  21:18:42
1140         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
1141      Branch: perl
1142            ! util.c
1143 ____________________________________________________________________________
1144 [  3324] By: gsar                                  on 1999/05/07  20:28:31
1145         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
1146              intervening code has to allocate SVs)
1147      Branch: perl
1148            ! util.c
1149 ____________________________________________________________________________
1150 [  3323] By: gsar                                  on 1999/05/07  19:45:08
1151         Log: allow line numbers to show in diagnostics during global destruction
1152      Branch: perl
1153            ! util.c
1154 ____________________________________________________________________________
1155 [  3322] By: gsar                                  on 1999/05/07  09:38:11
1156         Log: From: Dan Sugalski <sugalskd@ous.edu>
1157              Date: Fri, 09 Apr 1999 16:16:39 -0700
1158              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
1159              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
1160      Branch: perl
1161            ! lib/ExtUtils/MM_VMS.pm
1162 ____________________________________________________________________________
1163 [  3321] By: gsar                                  on 1999/05/07  09:08:23
1164         Log: From: kwzh@gnu.org (Karl Heuer)
1165              Date: Wed, 7 Apr 1999 23:58:58 -0400
1166              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
1167              Subject: [perl-5.005.02] detect lack of /dev/tty
1168      Branch: perl
1169            ! Makefile.SH
1170 ____________________________________________________________________________
1171 [  3320] By: gsar                                  on 1999/05/07  08:52:14
1172         Log: allow distinct prefix for versioned executables
1173              From: Roderick Schertler <roderick@argon.org>
1174              Date: Wed, 07 Apr 1999 15:34:56 -0400
1175              Message-ID: <3003.923513696@eeyore.ibcinc.com>
1176              Subject: perl55.00503 -> perl5.00503 patch for installperl
1177      Branch: perl
1178            ! INSTALL installperl
1179 ____________________________________________________________________________
1180 [  3319] By: gsar                                  on 1999/05/07  08:07:02
1181         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1182              Date: Mon, 05 Apr 1999 15:38:42 -0700
1183              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
1184              Subject: Re: chomp fails with $/ in fixed-length record mode
1185              --
1186              From: Roderick Schertler <roderick@argon.org>
1187              Date: Tue, 06 Apr 1999 21:11:37 -0400
1188              Message-ID: <2795.923447497@eeyore.ibcinc.com>
1189              Subject: Re: chomp fails with $/ in fixed-length record mode
1190      Branch: perl
1191            ! doop.c pod/perlfunc.pod t/op/chop.t
1192 ____________________________________________________________________________
1193 [  3318] By: gsar                                  on 1999/05/07  07:56:35
1194         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1195              Date: Tue, 6 Apr 1999 01:40:36 -0400
1196              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
1197              Subject: [PATCH 5.005_*] Make % use fmod()
1198      Branch: perl
1199            ! pp.c t/op/arith.t
1200 ____________________________________________________________________________
1201 [  3317] By: gsar                                  on 1999/05/07  04:18:11
1202         Log: DBM Filters (via private mail)
1203              From: pmarquess@bfsec.bt.co.uk
1204              Date: Sun, 18 Apr 1999 21:05:52 +0100
1205              Message-Id: <199904182009.NAA19152@activestate.com>
1206              Subject: DBM Filters
1207      Branch: perl
1208            + pod/perldbmfilter.pod
1209            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1210            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1211            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1212            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
1213            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
1214            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
1215            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
1216            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
1217            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
1218            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
1219            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1220            ! t/lib/sdbm.t
1221 ____________________________________________________________________________
1222 [  3316] By: gsar                                  on 1999/05/07  03:28:53
1223         Log: avoid negative return value from Win32::GetTickCount()
1224              From: jan.dubois@ibm.net (Jan Dubois)
1225              Date: Sat, 03 Apr 1999 19:04:18 +0200
1226              Message-ID: <37084742.22824479@smtp1.ibm.net>
1227              Subject: Re: Win32::GetTickCount
1228      Branch: perl
1229            ! win32/win32.c
1230 ____________________________________________________________________________
1231 [  3315] By: nick                                  on 1999/05/06  21:44:38
1232         Log: open(FH,undef) # creates new_tmpfile opened read/write
1233              Add t/io/open.t with test for above.
1234      Branch: perl
1235            + t/io/open.t
1236            ! pp_sys.c
1237 ____________________________________________________________________________
1238 [  3314] By: gsar                                  on 1999/05/06  08:01:23
1239         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
1240              Date: Tue, 30 Mar 1999 23:40:34 PST
1241              Message-ID: <19990331074034.6117.qmail@hotmail.com>
1242              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
1243              --
1244              Date: Wed, 07 Apr 1999 00:28:23 -0800
1245              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
1246              Subject: [PATCH 5.005_56] function prototypes(B.pm)
1247              --
1248              Date: Thu, 22 Apr 1999 23:40:52 -0700
1249              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
1250              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
1251              --
1252              Date: Tue, 27 Apr 1999 01:14:49 PDT
1253              Message-ID: <19990427081449.28615.qmail@hotmail.com>
1254              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
1255      Branch: perl
1256            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
1257            ! t/op/ref.t
1258 ____________________________________________________________________________
1259 [  3313] By: jhi                                   on 1999/05/06  07:59:52
1260         Log: Integrate from mainperl.
1261      Branch: cfgperl
1262           !> (integrate 33 files)
1263 ____________________________________________________________________________
1264 [  3312] By: gsar                                  on 1999/05/06  07:11:50
1265         Log: add Ethiopic section to unicode master database (from Ken
1266              Whistler <kenw@sybase.com>)
1267      Branch: perl
1268            ! lib/unicode/UnicodeData-Latest.txt
1269 ____________________________________________________________________________
1270 [  3311] By: gsar                                  on 1999/05/06  05:37:55
1271         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
1272              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
1273              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
1274              Subject: Largefiles for Solaris
1275      Branch: perl
1276            ! hints/solaris_2.sh
1277 ____________________________________________________________________________
1278 [  3310] By: gsar                                  on 1999/05/06  05:14:35
1279         Log: emit more accurate diagnostic for syntax errors involving <>
1280              within eval""
1281      Branch: perl
1282            ! toke.c utils/perldoc.PL
1283 ____________________________________________________________________________
1284 [  3309] By: gsar                                  on 1999/05/06  04:36:31
1285         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
1286      Branch: perl
1287            ! t/lib/open3.t
1288 ____________________________________________________________________________
1289 [  3308] By: gsar                                  on 1999/05/06  03:19:16
1290         Log: applied first part of suggested patch (bug described cannot be
1291              reproduced any longer, so the second inconclusive part has not
1292              been applied)
1293              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1294              Date: Sun, 28 Mar 1999 04:51:34 +0100
1295              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
1296              Subject: [PATCH 5.005_56] Re: A core dump 
1297      Branch: perl
1298            ! toke.c
1299 ____________________________________________________________________________
1300 [  3307] By: gsar                                  on 1999/05/06  01:56:06
1301         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
1302              change#3810)
1303      Branch: perl
1304            ! op.c
1305 ____________________________________________________________________________
1306 [  3306] By: gsar                                  on 1999/05/05  17:17:34
1307         Log: applied non-conflicting parts of suggested patch
1308              From: Charles Bailey <BAILEY@newman.upenn.edu>
1309              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
1310              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
1311              Subject: [Patch 5.005_56] Revised VMS patch
1312      Branch: perl
1313            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
1314            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
1315 ____________________________________________________________________________
1316 [  3305] By: gsar                                  on 1999/05/05  16:20:19
1317         Log: make perldoc use backslashed pathnames within system() on win32
1318      Branch: perl
1319            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
1320 ____________________________________________________________________________
1321 [  3304] By: gsar                                  on 1999/05/05  07:29:43
1322         Log: upgrade Pod::Parser to v1.081 from CPAN
1323      Branch: perl
1324            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1325            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1326            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
1327 ____________________________________________________________________________
1328 [  3303] By: gsar                                  on 1999/05/05  07:02:07
1329         Log: From: Andy Dougherty <doughera@lafayette.edu>
1330              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
1331              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
1332              Subject: [PATCH 5.005_03-MT3] INSTALL patches
1333      Branch: perl
1334            ! INSTALL
1335 ____________________________________________________________________________
1336 [  3302] By: gsar                                  on 1999/05/05  06:55:21
1337         Log: load base packages based on nonexistent $VERSION
1338              From: andreas.koenig@anima.de (Andreas J. Koenig)
1339              Date: 19 Mar 1999 06:00:28 +0100
1340              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
1341              Subject: Re: base.pm flaw
1342      Branch: perl
1343            ! lib/base.pm lib/locale.pm
1344 ____________________________________________________________________________
1345 [  3301] By: gsar                                  on 1999/05/04  05:41:08
1346         Log: pod2man outputs switched date and revision label (fix suggested by
1347              EthanSasiela@mede.com)
1348      Branch: perl
1349            ! pod/pod2man.PL
1350 ____________________________________________________________________________
1351 [  3300] By: gsar                                  on 1999/05/03  18:48:25
1352         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
1353              (makes opendir(D,"c:") work reliably)
1354      Branch: perl
1355            ! win32/win32.c
1356 ____________________________________________________________________________
1357 [  3299] By: gsar                                  on 1999/05/02  19:39:55
1358         Log: add test case for change#3298
1359      Branch: perl
1360            ! sv.c t/op/readdir.t
1361 ____________________________________________________________________________
1362 [  3298] By: gsar                                  on 1999/05/02  19:24:41
1363         Log: close directory handles properly when localized
1364      Branch: perl
1365            ! sv.c
1366 ____________________________________________________________________________
1367 [  3297] By: jhi                                   on 1999/04/30  11:42:14
1368         Log: Integrate from mainperl.
1369      Branch: cfgperl
1370           !> Changes config_h.SH configure.com lib/AutoLoader.pm
1371           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
1372           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
1373           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
1374           !> vms/subconfigure.com win32/win32.c
1375 ____________________________________________________________________________
1376 [  3293] By: chip                                  on 1999/04/29  18:50:49
1377         Log: Fix shebang lines.
1378      Branch: maint-5.004/perl
1379            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
1380            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
1381            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
1382            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
1383            ! x2p/find2perl.PL x2p/s2p.PL
1384 ____________________________________________________________________________
1385 [  3284] By: gsar                                  on 1999/04/27  00:48:42
1386         Log: integrate change#3279 from maint-5.004
1387      Branch: perl
1388            ! lib/AutoLoader.pm
1389 ____________________________________________________________________________
1390 [  3279] By: chip                                  on 1999/04/26  23:09:26
1391         Log: Make &AutoLoad::AUTOLOAD reentrant.
1392      Branch: maint-5.004/perl
1393            ! lib/AutoLoader.pm
1394 ____________________________________________________________________________
1395 [  3276] By: chip                                  on 1999/04/26  22:34:36
1396         Log: Make porting scripts executable.
1397      Branch: maint-5.004/perl
1398            ! Changes Porting/genlog Porting/makerel Porting/p4desc
1399            ! Porting/patchls
1400 ____________________________________________________________________________
1401 [  3274] By: gsar                                  on 1999/04/26  17:30:31
1402         Log: allow embedded null characters in diagnostics
1403      Branch: perl
1404            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
1405 ____________________________________________________________________________
1406 [  3273] By: gsar                                  on 1999/04/26  08:27:22
1407         Log: hand-applied conflicting parts of suggested patch
1408              From: Charles Bailey <BAILEY@newman.upenn.edu>
1409              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
1410              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
1411              Subject: [PATCH 5.005_56] VMS configuration/build
1412      Branch: perl
1413            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
1414            ! vms/munchconfig.c vms/subconfigure.com
1415 ____________________________________________________________________________
1416 [  3272] By: gsar                                  on 1999/04/26  08:25:41
1417         Log: update Changes; tweak minor regressions
1418      Branch: perl
1419            ! Changes lib/AutoSplit.pm lib/File/Path.pm
1420 ____________________________________________________________________________
1421 [  3271] By: gsar                                  on 1999/04/26  07:52:51
1422         Log: integrate change#3229 from maint-5.004
1423      Branch: perl
1424            ! pp_ctl.c util.c
1425 ____________________________________________________________________________
1426 [  3270] By: gsar                                  on 1999/04/25  22:58:27
1427         Log: fix buggy reference count on refs to SVs with autoviv magic
1428              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
1429              accessing free()d memory)
1430      Branch: perl
1431            ! pp.c t/op/ref.t
1432 ____________________________________________________________________________
1433 [  3269] By: gsar                                  on 1999/04/24  17:07:55
1434         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
1435              on win32)
1436      Branch: perl
1437            ! win32/win32.c
1438 ____________________________________________________________________________
1439 [  3268] By: gsar                                  on 1999/04/24  16:38:25
1440         Log: kill dup hunk
1441      Branch: perl
1442            ! config_h.SH
1443 ____________________________________________________________________________
1444 [  3267] By: gsar                                  on 1999/04/24  16:35:57
1445         Log: integrate cfgperl changes into mainline
1446      Branch: perl
1447           +> myconfig.SH
1448            - myconfig
1449            ! pod/perlre.pod
1450           !> (integrate 38 files)
1451 ____________________________________________________________________________
1452 [  3266] By: jhi                                   on 1999/04/23  18:42:44
1453         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1454              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
1455              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
1456              Cc: Lionel Cons <lionel.cons@cern.ch>,
1457              Ilya Zakharevich <ilya@math.ohio-state.edu>,
1458              David Hayes <david@bdel.com>
1459              Subject: [PATCH] h2ph
1460              Date: Fri, 23 Apr 1999 12:37:23 -0400
1461              Message-ID: <19990423123723.A49550@O2.chapin.edu>
1462      Branch: cfgperl
1463            ! utils/h2ph.PL
1464 ____________________________________________________________________________
1465 [  3265] By: jhi                                   on 1999/04/21  18:17:12
1466         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
1467              To: perlbug@perl.org
1468              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
1469              Date: Wed, 21 Apr 1999 08:17:54 -0700
1470              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
1471      Branch: cfgperl
1472            ! vms/descrip_mms.template
1473 ____________________________________________________________________________
1474 [  3264] By: jhi                                   on 1999/04/20  08:50:54
1475         Log: From: Andy Dougherty <doughera@lafayette.edu>
1476              To: The Perl Porters Mailing List <perl5-porters@perl.org>
1477              Subject: [PATCH 5.005_56] Re: 5.006 Todo
1478              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
1479              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
1480      Branch: cfgperl
1481            ! Porting/pumpkin.pod
1482 ____________________________________________________________________________
1483 [  3263] By: jhi                                   on 1999/04/20  08:05:01
1484         Log: From: Chip Salzenberg <chip@perlsupport.com>
1485              To: Perl 5 Porters <perl5-porters@perl.org>
1486              Subject: [PATCH 5.005_56] Configure: $sig_count
1487              Date: Sun, 18 Apr 1999 17:54:36 -0400
1488              Message-ID: <19990418175436.A27496@perlsupport.com>
1489      Branch: cfgperl
1490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1491            ! config_h.SH
1492 ____________________________________________________________________________
1493 [  3262] By: jhi                                   on 1999/04/19  18:23:50
1494         Log: Subject: PATCH wrong faq reference in perlbook.pod
1495              From: Robin Barker <rmb1@cise.npl.co.uk>
1496              To: perlbug@perl.com
1497              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
1498              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
1499      Branch: cfgperl
1500            ! pod/perlbook.pod
1501 ____________________________________________________________________________
1502 [  3261] By: jhi                                   on 1999/04/15  13:59:04
1503         Log: From: Andy Dougherty <doughera@lafayette.edu>
1504              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
1505              Cc: Perl Porters <perl5-porters@perl.org>
1506              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
1507              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
1508              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
1509      Branch: cfgperl
1510            ! hints/solaris_2.sh
1511 ____________________________________________________________________________
1512 [  3260] By: jhi                                   on 1999/04/15  13:56:53
1513         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1514              To: pumpkings@jhereg.perl.com
1515              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
1516              Date: Thu, 15 Apr 1999 07:13:41 -0600
1517              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
1518      Branch: cfgperl
1519            ! pod/perldata.pod
1520 ____________________________________________________________________________
1521 [  3259] By: jhi                                   on 1999/04/13  23:12:52
1522         Log: LDLIBPTH also on 'clean' targets.
1523      Branch: cfgperl
1524            ! Makefile.SH
1525 ____________________________________________________________________________
1526 [  3258] By: jhi                                   on 1999/04/13  21:38:46
1527         Log: Add information about the two DEC C compiler optimizer bugs
1528              (what patch levels of the compilers fix them).
1529      Branch: cfgperl
1530            ! pp.c t/op/repeat.t
1531 ____________________________________________________________________________
1532 [  3257] By: jhi                                   on 1999/04/13  14:25:08
1533         Log: Be polite about ccdlflags and lddflags, too.
1534              Avoid Perl's malloc only when threaded.
1535      Branch: cfgperl
1536            ! hints/aix.sh
1537 ____________________________________________________________________________
1538 [  3256] By: jhi                                   on 1999/04/13  10:21:33
1539         Log: Croak if no known ways to semctl() (don't assume union semun).
1540      Branch: cfgperl
1541            ! doio.c perl.h
1542 ____________________________________________________________________________
1543 [  3255] By: jhi                                   on 1999/04/13  09:10:26
1544         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1545              To: perl5-porters@perl.org, vmsperl@perl.org
1546              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
1547              Date: Mon, 12 Apr 1999 13:36:48 -0700
1548              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
1549      Branch: cfgperl
1550            ! lib/ExtUtils/MM_VMS.pm
1551 ____________________________________________________________________________
1552 [  3254] By: jhi                                   on 1999/04/13  06:56:26
1553         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1554              To: perlbug@perl.com
1555              Subject: Update for OpenBSD hints
1556              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
1557              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
1558      Branch: cfgperl
1559            ! hints/openbsd.sh
1560 ____________________________________________________________________________
1561 [  3229] By: chip                                  on 1999/04/13  04:04:14
1562         Log: Preserve errno from importunities of sfio.
1563      Branch: maint-5.004/perl
1564            ! pp_ctl.c util.c
1565 ____________________________________________________________________________
1566 [  3226] By: jhi                                   on 1999/04/11  12:52:26
1567         Log: If both ways to call semctl are broken,    skip the tests.
1568      Branch: cfgperl
1569            ! t/lib/ipc_sysv.t
1570 ____________________________________________________________________________
1571 [  3225] By: jhi                                   on 1999/04/10  22:27:28
1572         Log: From: Andy Dougherty <doughera@lafayette.edu>
1573              To: dsembr01@ox.slug.louisville.edu
1574              Cc: perlbug@perl.com
1575              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
1576              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
1577              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
1578      Branch: cfgperl
1579            ! ext/POSIX/POSIX.xs
1580 ____________________________________________________________________________
1581 [  3224] By: jhi                                   on 1999/04/09  18:50:32
1582         Log: From: Andy Dougherty <doughera@lafayette.edu>
1583              To: Perl Porters <perl5-porters@perl.org>
1584              Subject: [PATCH 5.005_56] Re: prefix= in hints
1585              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
1586              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
1587              
1588              (Overrides change #3204 from Kurt)
1589      Branch: cfgperl
1590            ! hints/linux.sh
1591 ____________________________________________________________________________
1592 [  3223] By: jhi                                   on 1999/04/09  18:37:55
1593         Log: Understand Apollo's //node notation.
1594              
1595              From: Johann Klasek <jk@auto.tuwien.ac.at>
1596              To: jhi@iki.fi
1597              Subject: Re: DomainPerl
1598              Date: Fri, 9 Apr 1999 18:21:37 +0200
1599              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
1600      Branch: cfgperl
1601            ! lib/Cwd.pm
1602 ____________________________________________________________________________
1603 [  3220] By: jhi                                   on 1999/04/04  16:33:49
1604         Log: Integrate from mainperl.
1605      Branch: cfgperl
1606           !> (integrate 39 files)
1607 ____________________________________________________________________________
1608 [  3219] By: gsar                                  on 1999/04/04  02:48:17
1609         Log: tweak previous change
1610      Branch: maint-5.005/perl
1611            ! win32/win32.c
1612 ____________________________________________________________________________
1613 [  3218] By: gsar                                  on 1999/04/04  02:44:47
1614         Log: be careful about extending the stack for the Win32:: builtins
1615      Branch: maint-5.005/perl
1616            ! win32/win32.c
1617 ____________________________________________________________________________
1618 [  3217] By: gsar                                  on 1999/04/04  01:59:26
1619         Log: correct places that said newSVpv() when they meant newSVpvn()
1620      Branch: perl
1621            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
1622            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
1623            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1624            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
1625            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
1626            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
1627            ! win32/win32.c
1628 ____________________________________________________________________________
1629 [  3216] By: gsar                                  on 1999/04/03  23:58:27
1630         Log: avoid duplicate code
1631      Branch: perl
1632            ! sv.c
1633 ____________________________________________________________________________
1634 [  3215] By: gsar                                  on 1999/04/03  23:14:34
1635         Log: grow PL_tmps_stack more efficiently; make it more amenable to
1636              STRESS_REALLOC testing
1637      Branch: perl
1638            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
1639            ! sv.c
1640 ____________________________________________________________________________
1641 [  3214] By: gsar                                  on 1999/04/03  21:01:09
1642         Log: scrounge and save three extra branches in pp_entersub()
1643      Branch: perl
1644            ! cv.h pp_ctl.c pp_hot.c
1645 ____________________________________________________________________________
1646 [  3213] By: gsar                                  on 1999/04/03  17:43:23
1647         Log: remove duplicate code and an extra branch in sv_setsv() and
1648              other hot code by making SvTHINKFIRST() think about FAKE SVs
1649      Branch: perl
1650            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
1651            ! proto.h scope.c sv.c sv.h
1652 ____________________________________________________________________________
1653 [  3212] By: jhi                                   on 1999/04/03  16:20:09
1654         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
1655              
1656              From: John Bley <jbb6@acpub.duke.edu>
1657              To: perlbug@perl.org
1658              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
1659              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
1660              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
1661      Branch: cfgperl
1662            ! doio.c pp_sys.c
1663 ____________________________________________________________________________
1664 [  3211] By: jhi                                   on 1999/04/03  13:27:26
1665         Log: Change #3210 was rather unportable.  This is better.
1666      Branch: cfgperl
1667            ! Configure config_h.SH
1668 ____________________________________________________________________________
1669 [  3210] By: jhi                                   on 1999/04/03  13:16:20
1670         Log: Avoid Digital UNIX' ksh.
1671              
1672              From: Jarkko Hietaniemi <jhi@iki.fi> 
1673              To: Henrik Tougaard <ht000@siberut.foa.dk> 
1674              Cc: perlbug@perl.com, ht000@foa.dk 
1675              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
1676              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
1677              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
1678      Branch: cfgperl
1679            ! Configure config_h.SH
1680 ____________________________________________________________________________
1681 [  3209] By: jhi                                   on 1999/04/03  12:49:04
1682         Log: Integrate from mainperl.
1683      Branch: cfgperl
1684           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
1685 ____________________________________________________________________________
1686 [  3208] By: jhi                                   on 1999/04/03  12:27:24
1687         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
1688              
1689              From: Lionel Cons <lionel.cons@cern.ch>
1690              To: jhi@iki.fi
1691              Cc: perlbug@perl.com, kstar@isinet.com,
1692              Philippe Defert <philippe.defert@cern.ch>
1693              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
1694              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
1695              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
1696      Branch: cfgperl
1697            ! hints/irix_6.sh
1698 ____________________________________________________________________________
1699 [  3207] By: jhi                                   on 1999/04/03  12:20:21
1700         Log: Be polite about usemymalloc.
1701      Branch: cfgperl
1702            ! hints/aix.sh
1703 ____________________________________________________________________________
1704 [  3206] By: gsar                                  on 1999/04/02  23:31:59
1705         Log: a typo in change#3205
1706      Branch: perl
1707            ! t/lib/bigfloatpm.t
1708 ____________________________________________________________________________
1709 [  3205] By: gsar                                  on 1999/04/02  23:20:31
1710         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
1711              returns NaNs faithfully)
1712      Branch: perl
1713            ! t/lib/bigfloatpm.t
1714 ____________________________________________________________________________
1715 [  3204] By: jhi                                   on 1999/04/02  22:03:23
1716         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
1717              
1718              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1719              To: perl5-porters@perl.org
1720              Subject: linux hints nit
1721              Date: Fri, 2 Apr 1999 16:49:47 -0500
1722              Message-ID: <19990402164947.E80926@O2.chapin.edu>
1723      Branch: cfgperl
1724            ! hints/linux.sh
1725 ____________________________________________________________________________
1726 [  3203] By: jhi                                   on 1999/04/02  22:00:56
1727         Log: Display exact glibc version in Linux. 
1728              
1729              From: Andy Dougherty <doughera@lafayette.edu>
1730              To: Perl Porters <perl5-porters@perl.org>
1731              Subject: Displaying glibc version on Linux
1732              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
1733              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
1734      Branch: cfgperl
1735            ! hints/linux.sh
1736 ____________________________________________________________________________
1737 [  3202] By: gsar                                  on 1999/04/02  21:23:18
1738         Log: various little goofs
1739      Branch: perl
1740            ! Changes Makefile.SH README installperl
1741 ____________________________________________________________________________
1742 [  3201] By: jhi                                   on 1999/04/02  13:13:39
1743         Log: Configure regen.
1744              
1745              Add llseek + offset_t probing.
1746              Change CONFIG to CONFIGDOTSH.
1747              'unset foo' is unportable, use foo=''.
1748      Branch: cfgperl
1749            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1750            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
1751            ! perl_exp.SH writemain.SH
1752 ____________________________________________________________________________
1753 [  3200] By: jhi                                   on 1999/04/02  12:06:22
1754         Log: Introduce myconfig.SH.
1755              
1756              From: Andy Dougherty <doughera@lafayette.edu>
1757              To: Jarkko Hietaniemi <jhi@iki.fi>
1758              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
1759              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
1760              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
1761              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
1762      Branch: cfgperl
1763            + myconfig.SH
1764            - myconfig
1765            ! MANIFEST
1766 ____________________________________________________________________________
1767 [  3195] By: jhi                                   on 1999/03/28  16:42:54
1768         Log: Update perlhist on 5_03.
1769      Branch: maint-5.005/perl
1770            ! pod/perlhist.pod
1771 ____________________________________________________________________________
1772 [  3194] By: jhi                                   on 1999/03/28  12:30:01
1773         Log: Integrate from mainperl.
1774      Branch: cfgperl
1775           +> t/op/grep.t
1776            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
1777            ! t/lib/bigintpm.t
1778           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
1779           !> t/lib/thread.t
1780 ____________________________________________________________________________
1781 [  3189] By: gsar                                  on 1999/03/28  08:22:00
1782         Log: various pod niggles
1783      Branch: maint-5.005/perl
1784            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
1785            ! pod/perlfunc.pod pod/perlhist.pod
1786 ____________________________________________________________________________
1787 [  3187] By: gsar                                  on 1999/03/28  07:31:16
1788         Log: regularize CAPI declarations (CAPI extensions now build under
1789              the Borland compiler)
1790      Branch: maint-5.005/perl
1791            ! win32/GenCAPI.pl
1792 ____________________________________________________________________________
1793 [  3186] By: gsar                                  on 1999/03/28  07:26:33
1794         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
1795              -DPERL_CAPI
1796      Branch: maint-5.005/perl
1797            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
1798 ____________________________________________________________________________
1799 [  3183] By: gsar                                  on 1999/03/28  06:00:46
1800         Log: update p4 utility to ignore non-text files
1801      Branch: perl
1802            ! Porting/p4desc
1803 ____________________________________________________________________________
1804 [  3181] By: gsar                                  on 1999/03/28  03:37:23
1805         Log: integrate change#3179 from maint-5.005
1806      Branch: perl
1807           !> ext/Thread/Thread.xs t/lib/thread.t
1808 ____________________________________________________________________________
1809 [  3180] By: gsar                                  on 1999/03/28  02:28:20
1810         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
1811              (sometimes caused bizarreness in the BLOCK)
1812      Branch: perl
1813            + t/op/grep.t
1814            ! MANIFEST op.c
1815 ____________________________________________________________________________
1816 [  3179] By: gsar                                  on 1999/03/28  02:14:04
1817         Log: fix thread segfault when passing large number of arguments to child
1818              a la C<Thread->new($foo, 1..1000)>
1819      Branch: maint-5.005/perl
1820            ! ext/Thread/Thread.xs t/lib/thread.t
1821 ____________________________________________________________________________
1822 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
1823         Log: fix $Config{'usethreads'} typo in perlthrtut
1824              
1825              From: Ian Maloney <szhmf9@wsblob.ubs.com>
1826              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
1827              Message-Id: <199903251540.QAA02439@wsblob.>
1828              Subject: perlthrtut documentation error
1829      Branch: maint-5.005/perl
1830            ! pod/perlthrtut.pod
1831 ____________________________________________________________________________
1832 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
1833         Log: Update Test.pm to VERSION 1.122 from CPAN
1834      Branch: maint-5.005/perl
1835            ! lib/Test.pm
1836 ____________________________________________________________________________
1837 [  3171] By: jhi                                   on 1999/03/26  22:38:28
1838         Log: Integrate from mainperl.
1839      Branch: cfgperl
1840           !> (integrate 37 files)
1841 ____________________________________________________________________________
1842 [  3170] By: gsar                                  on 1999/03/26  01:30:25
1843         Log: specify type of bracket in "Unmatched bracket" diagnostic;
1844              prefer 'brace' or 'curly bracket' over 'curly brace'
1845      Branch: perl
1846            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
1847            ! t/op/misc.t t/op/re_tests toke.c
1848 ____________________________________________________________________________
1849 [  3169] By: gsar                                  on 1999/03/26  00:50:51
1850         Log: better description of "Integer overflow" diagnostic
1851      Branch: perl
1852            ! pod/perldiag.pod
1853 ____________________________________________________________________________
1854 [  3168] By: gsar                                  on 1999/03/25  11:02:46
1855         Log: applied needful parts of suggested patch
1856              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
1857              Date: Tue, 23 Mar 1999 16:21:43 -0800
1858              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
1859              Subject: [PATCH 5.005_56] pp_formline correction
1860      Branch: perl
1861            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
1862 ____________________________________________________________________________
1863 [  3167] By: gsar                                  on 1999/03/25  10:39:02
1864         Log: clarify what a "comment" means (due to Mark-Jason Dominus
1865              <mjd@plover.com>)
1866      Branch: perl
1867            ! pod/perlsyn.pod
1868 ____________________________________________________________________________
1869 [  3166] By: gsar                                  on 1999/03/25  10:33:18
1870         Log: describe current behavior on local($foo{nothere}) (suggested by
1871              Lionel Cons <lionel.cons@cern.ch>)
1872      Branch: perl
1873            ! pod/perlsub.pod
1874 ____________________________________________________________________________
1875 [  3165] By: gsar                                  on 1999/03/25  06:21:05
1876         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
1877              <vishalb@hotmail.com>)
1878      Branch: perl
1879            ! ext/B/B/C.pm
1880 ____________________________________________________________________________
1881 [  3164] By: gsar                                  on 1999/03/25  06:17:27
1882         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1883              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
1884              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
1885              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
1886      Branch: perl
1887            ! ext/B/B.xs op.h opcode.pl
1888 ____________________________________________________________________________
1889 [  3163] By: gsar                                  on 1999/03/25  06:15:49
1890         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
1891              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
1892              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
1893              Subject: [PATCH _56] B::Deparse 0.57
1894              --
1895              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
1896              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
1897              Subject: Re: [PATCH _56] B::Deparse 0.57 
1898      Branch: perl
1899            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
1900 ____________________________________________________________________________
1901 [  3162] By: gsar                                  on 1999/03/25  06:11:46
1902         Log: fix a few places that said 'int', but meant 'STRLEN'
1903      Branch: perl
1904            ! pod/perlguts.pod proto.h sv.c
1905 ____________________________________________________________________________
1906 [  3161] By: gsar                                  on 1999/03/25  06:01:18
1907         Log: From: Russ Allbery <rra@stanford.edu>
1908              Date: 22 Mar 1999 04:26:26 -0800
1909              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
1910              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
1911      Branch: perl
1912            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
1913            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
1914            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
1915            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
1916 ____________________________________________________________________________
1917 [  3160] By: gsar                                  on 1999/03/25  02:26:31
1918         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
1919      Branch: perl
1920            ! opcode.h opcode.pl
1921 ____________________________________________________________________________
1922 [  3159] By: gsar                                  on 1999/03/25  02:18:17
1923         Log: add statement-modifier loops to :base_loop class
1924      Branch: perl
1925            ! ext/Opcode/Opcode.pm
1926 ____________________________________________________________________________
1927 [  3158] By: gsar                                  on 1999/03/25  00:36:57
1928         Log: integrate changes#3105,3130,3154 from maint-5.005
1929      Branch: perl
1930           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
1931 ____________________________________________________________________________
1932 [  3157] By: gsar                                  on 1999/03/25  00:24:17
1933         Log: remove bogus panic()
1934      Branch: perl
1935            ! Changes lib/Math/BigFloat.pm
1936 ____________________________________________________________________________
1937 [  3156] By: jhi                                   on 1999/03/24  22:43:43
1938         Log: Integrate from mainperl.
1939      Branch: cfgperl
1940           +> (branch 38 files)
1941           !> (integrate 68 files)
1942 ____________________________________________________________________________
1943 [  3155] By: jhi                                   on 1999/03/24  22:12:17
1944         Log: Configure regenerated because of changes #3130/#3154 and #3147.
1945      Branch: cfgperl
1946            ! Configure config_h.SH
1947 ____________________________________________________________________________
1948 [  3154] By: jhi                                   on 1999/03/24  21:40:51
1949         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
1950              based on suggestions from Andy Dougherty.
1951      Branch: maint-5.005/perl
1952            ! INSTALL
1953 ____________________________________________________________________________
1954 [  3153] By: gsar                                  on 1999/03/24  10:38:05
1955         Log: applied suggested patch, modulo superceded parts
1956              From: Charles Bailey <BAILEY@newman.upenn.edu>
1957              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
1958              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
1959              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
1960      Branch: perl
1961            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1962            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
1963            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
1964            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
1965 ____________________________________________________________________________
1966 [  3152] By: gsar                                  on 1999/03/24  10:30:51
1967         Log: applied suggested patch, modulo superceded parts
1968              From: Charles Bailey <BAILEY@newman.upenn.edu>
1969              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
1970              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
1971              Subject: [PATCH 5.005_56] Miscellaneous small fixes
1972      Branch: perl
1973            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
1974            ! lib/File/Basename.pm
1975 ____________________________________________________________________________
1976 [  3151] By: gsar                                  on 1999/03/24  10:15:00
1977         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1978      Branch: perl
1979            ! pod/perlop.pod
1980 ____________________________________________________________________________
1981 [  3150] By: gsar                                  on 1999/03/24  10:09:13
1982         Log: missing integration in previous change
1983      Branch: perl
1984           !> README.apollo
1985 ____________________________________________________________________________
1986 [  3149] By: gsar                                  on 1999/03/24  10:06:44
1987         Log: integrate changes#3116,3119 from maint-5.005
1988      Branch: perl
1989            + README.apollo
1990           +> apollo/netinet/in.h
1991           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
1992 ____________________________________________________________________________
1993 [  3148] By: gsar                                  on 1999/03/24  10:01:56
1994         Log: integrate changes#3091-3094 from maint-5.005
1995      Branch: perl
1996           !> README.hurd vms/subconfigure.com vos/config.h
1997           !> vos/config_h.SH_orig
1998 ____________________________________________________________________________
1999 [  3147] By: gsar                                  on 1999/03/24  09:31:49
2000         Log: warn about newfangled vfork() caveats
2001      Branch: perl
2002            ! Configure
2003 ____________________________________________________________________________
2004 [  3146] By: jhi                                   on 1999/03/24  09:20:14
2005         Log: Bring in changes #2808 and #2812 (from mainline perl)
2006              that enhance the perlbug checklist.
2007      Branch: maint-5.005/perl
2008            ! utils/perlbug.PL
2009 ____________________________________________________________________________
2010 [  3145] By: gsar                                  on 1999/03/24  08:37:02
2011         Log: integrate change#3115 from maint-5.005
2012      Branch: perl
2013           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
2014           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2015 ____________________________________________________________________________
2016 [  3144] By: gsar                                  on 1999/03/24  08:33:59
2017         Log: add note about map in scalar context
2018      Branch: perl
2019            ! pod/perlfunc.pod
2020 ____________________________________________________________________________
2021 [  3143] By: gsar                                  on 1999/03/24  08:25:59
2022         Log: doc tweak
2023      Branch: perl
2024            ! lib/Time/Local.pm
2025 ____________________________________________________________________________
2026 [  3142] By: gsar                                  on 1999/03/24  08:20:37
2027         Log: applied suggested patch, modulo bogus hunk
2028              From: "Vishal Bhatia" <vishalb@hotmail.com>
2029              Date: Thu, 11 Mar 1999 07:40:27 PST
2030              Message-ID: <19990311154027.25891.qmail@hotmail.com>
2031              Subject: [PATCH 5.005_56] Minor fixes in perlcc
2032      Branch: perl
2033            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
2034 ____________________________________________________________________________
2035 [  3141] By: gsar                                  on 1999/03/24  08:06:12
2036         Log: integrate change#3104 from maint-5.005
2037      Branch: perl
2038           !> README.os390 t/lib/posix.t
2039 ____________________________________________________________________________
2040 [  3140] By: gsar                                  on 1999/03/24  06:34:56
2041         Log: fix failure of C<&locked_sub;> under -Dusethreads
2042      Branch: perl
2043            ! pp_hot.c t/lib/thread.t
2044 ____________________________________________________________________________
2045 [  3139] By: gsar                                  on 1999/03/24  05:52:00
2046         Log: debugger tweak (wasn't printing a newline after recalled commands)
2047      Branch: perl
2048            ! lib/perl5db.pl
2049 ____________________________________________________________________________
2050 [  3138] By: gsar                                  on 1999/03/24  05:33:28
2051         Log: document OO exceptions (based on a suggestion by Andreas Koenig
2052              <andreas.koenig@anima.de>)
2053      Branch: perl
2054            ! pod/perlfunc.pod
2055 ____________________________________________________________________________
2056 [  3137] By: gsar                                  on 1999/03/24  02:50:20
2057         Log: better "Illegal %s digit ignored" warnings
2058      Branch: perl
2059            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
2060            ! toke.c util.c
2061 ____________________________________________________________________________
2062 [  3136] By: gsar                                  on 1999/03/24  02:26:38
2063         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
2064      Branch: perl
2065            + t/pragma/utf8.t
2066            ! regcomp.c
2067 ____________________________________________________________________________
2068 [  3135] By: gsar                                  on 1999/03/24  01:29:09
2069         Log: flip release & version in win32_uname()
2070      Branch: perl
2071            ! win32/win32.c
2072 ____________________________________________________________________________
2073 [  3134] By: gsar                                  on 1999/03/24  01:08:33
2074         Log: support POSIX::uname() via win32_uname()
2075      Branch: perl
2076            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
2077            ! win32/config.gc win32/config.vc win32/config_H.bc
2078            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
2079            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
2080 ____________________________________________________________________________
2081 [  3133] By: gsar                                  on 1999/03/23  22:20:10
2082         Log: From: jan.dubois@ibm.net (Jan Dubois)
2083              Date: Sat, 06 Mar 1999 21:42:56 +0100
2084              Message-ID: <36e49281.50337171@smtp1.ibm.net>
2085              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
2086      Branch: perl
2087            ! pod/perldelta.pod
2088 ____________________________________________________________________________
2089 [  3132] By: gsar                                  on 1999/03/23  22:17:45
2090         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
2091              Date: Sat, 06 Mar 1999 17:50:49 +0100
2092              Message-ID: <36e25209.33833760@smtp1.ibm.net>
2093              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
2094              --
2095              Date: Sat, 06 Mar 1999 18:15:00 +0100
2096              Message-ID: <36e36222.37954195@smtp1.ibm.net>
2097              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
2098      Branch: perl
2099            + t/lib/filefunc.t
2100            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
2101            ! pod/perldelta.pod pod/perlmodlib.pod
2102 ____________________________________________________________________________
2103 [  3131] By: gsar                                  on 1999/03/23  22:07:59
2104         Log: integrate cfgperl changes into mainline
2105      Branch: perl
2106           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
2107           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
2108           !> installperl malloc.c perl.c perl.h pod/perl.pod
2109           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
2110 ____________________________________________________________________________
2111 [  3130] By: jhi                                   on 1999/03/23  22:02:23
2112         Log: Don't use config.msg to remind about the
2113              LD_LIBRARY_PATH because Makefile.SH takes
2114              care of that.
2115              
2116              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
2117              This used to be the default but in some MT or another it
2118              was dropped because of some transient error or another.
2119      Branch: maint-5.005/perl
2120            ! Configure hints/dec_osf.sh
2121 ____________________________________________________________________________
2122 [  3129] By: gsar                                  on 1999/03/23  21:38:03
2123         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
2124              to size    and better maintainability)
2125      Branch: perl
2126            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2127            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2128            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
2129            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
2130            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
2131            + t/pod/include.xr t/pod/included.t t/pod/included.xr
2132            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
2133            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
2134            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
2135            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
2136            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
2137            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
2138            ! win32/Makefile win32/makefile.mk win32/pod.mak
2139 ____________________________________________________________________________
2140 [  3128] By: jhi                                   on 1999/03/23  10:14:54
2141         Log: Integrate from mainperl.
2142      Branch: cfgperl
2143           !> (integrate 46 files)
2144 ____________________________________________________________________________
2145 [  3127] By: gsar                                  on 1999/03/23  06:57:30
2146         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
2147              Date: Thu, 4 Mar 1999 10:54:01 -0800
2148              Message-Id: <9903041854.AA46868@frc0000>
2149              Subject: patch for useless Math::BigInt warnings
2150      Branch: perl
2151            ! lib/Math/BigInt.pm
2152 ____________________________________________________________________________
2153 [  3126] By: gsar                                  on 1999/03/23  05:54:37
2154         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
2155              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2156              Date: Fri, 19 Feb 1999 15:47:59 -0500
2157              Message-ID: <19990219154759.A32350@O2.chapin.edu>
2158              Subject: [PATCH] OSF/1 hints
2159      Branch: perl
2160            ! hints/dec_osf.sh
2161 ____________________________________________________________________________
2162 [  3125] By: gsar                                  on 1999/03/23  00:56:38
2163         Log: avoid typeglob persistence in pp_readline()
2164      Branch: perl
2165            ! sv.c t/op/gv.t
2166 ____________________________________________________________________________
2167 [  3124] By: gsar                                  on 1999/03/22  21:12:23
2168         Log: update copyright years
2169      Branch: perl
2170            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
2171            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
2172            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
2173            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
2174            ! sv.c sv.h toke.c utf8.c utf8.h util.c
2175 ____________________________________________________________________________
2176 [  3123] By: gsar                                  on 1999/03/22  07:07:06
2177         Log: implement win32_spawnvp() internally, making it return true PIDs
2178              for asynchronous spawns; fix win32_kill() to always deal with
2179              PIDs
2180      Branch: perl
2181            ! win32/win32.c win32/win32.h
2182 ____________________________________________________________________________
2183 [  3122] By: jhi                                   on 1999/03/19  21:12:14
2184         Log: Describe the new Benchmark feature in more detail.
2185      Branch: cfgperl
2186            ! pod/perldelta.pod
2187      Branch: maint-5.005/perl
2188            ! pod/perldelta.pod
2189 ____________________________________________________________________________
2190 [  3121] By: jhi                                   on 1999/03/19  08:16:12
2191         Log: AVAILABILITY tuning.
2192      Branch: cfgperl
2193            ! pod/perl.pod
2194      Branch: maint-5.005/perl
2195            ! pod/perl.pod
2196 ____________________________________________________________________________
2197 [  3120] By: jhi                                   on 1999/03/17  14:52:17
2198         Log: Rhapsody change assumed too much.
2199      Branch: cfgperl
2200            ! t/op/stat.t
2201 ____________________________________________________________________________
2202 [  3119] By: jhi                                   on 1999/03/17  14:33:43
2203         Log: More Apollo fixes.
2204      Branch: maint-5.005/perl
2205            ! README.apollo hints/apollo.sh t/lib/io_udp.t
2206 ____________________________________________________________________________
2207 [  3118] By: jhi                                   on 1999/03/16  17:23:39
2208         Log: Nada.
2209      Branch: maint-5.005/perl
2210            ! README.apollo
2211 ____________________________________________________________________________
2212 [  3117] By: jhi                                   on 1999/03/16  17:18:49
2213         Log: Apollo DomainOS AVAILABILITY.
2214      Branch: cfgperl
2215            ! pod/perl.pod
2216      Branch: maint-5.005/perl
2217            ! pod/perl.pod
2218 ____________________________________________________________________________
2219 [  3116] By: jhi                                   on 1999/03/16  17:14:00
2220         Log: Apollo DomainOS patch
2221              From: Johann Klasek <jk@auto.tuwien.ac.at>
2222              Subject: Re: DomainPerl
2223              Date: Tue, 16 Mar 1999 17:46:32 +0100
2224              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
2225      Branch: maint-5.005/perl
2226            + README.apollo apollo/netinet/in.h
2227            ! MANIFEST hints/apollo.sh
2228 ____________________________________________________________________________
2229 [  3115] By: jhi                                   on 1999/03/16  14:23:54
2230         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
2231              To: Gurusamy Sarathy <gsar@activestate.com>,
2232              Graham Barr <gbarr@pobox.com>
2233              Cc: Perl5 Porters <perl5-porters@perl.org>,
2234              "Paul.Marquess" <Paul.Marquess@btinternet.com>
2235              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
2236              Date: Sun, 14 Mar 1999 14:43:57 -0000
2237              Message-Id: <199903141841.NAA17040@defender.perl.org>
2238      Branch: maint-5.005/perl
2239            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2240            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2241 ____________________________________________________________________________
2242 [  3114] By: jhi                                   on 1999/03/16  12:42:20
2243         Log: Mention Rhapsody in 5.005_5X perldelta,
2244              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
2245              *planned* AVAILABILITY.
2246      Branch: cfgperl
2247            ! pod/perl.pod pod/perldelta.pod
2248      Branch: maint-5.005/perl
2249            ! pod/perl.pod
2250 ____________________________________________________________________________
2251 [  3113] By: jhi                                   on 1999/03/16  10:38:53
2252         Log: perldelta niggling.
2253      Branch: cfgperl
2254            ! pod/perldelta.pod
2255      Branch: maint-5.005/perl
2256            ! pod/perldelta.pod
2257 ____________________________________________________________________________
2258 [  3112] By: jhi                                   on 1999/03/16  10:35:21
2259         Log: Integrate from mainperl.
2260      Branch: cfgperl
2261           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
2262           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
2263 ____________________________________________________________________________
2264 [  3111] By: jhi                                   on 1999/03/16  10:28:10
2265         Log: AVAILABILITY update: still mention PowerUX,
2266              Novell Netware now has sources available.
2267      Branch: cfgperl
2268            ! pod/perl.pod
2269      Branch: maint-5.005/perl
2270            ! pod/perl.pod
2271 ____________________________________________________________________________
2272 [  3110] By: gsar                                  on 1999/03/16  04:34:23
2273         Log: sundry pod niggles
2274      Branch: perl
2275            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
2276            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
2277 ____________________________________________________________________________
2278 [  3109] By: jhi                                   on 1999/03/15  17:00:11
2279         Log: Integrate from mainperl.
2280      Branch: cfgperl
2281           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
2282           +> lib/unicode/Is/Syllable.pl
2283           +> lib/unicode/MakeEthiopicSyllables.PL
2284           +> lib/unicode/README.Ethiopic
2285           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
2286           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
2287           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
2288           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
2289           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
2290           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
2291           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
2292           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
2293 ____________________________________________________________________________
2294 [  3108] By: jhi                                   on 1999/03/15  16:58:12
2295         Log: First pass of integrating the Rhapsody port,
2296              
2297              From: Wilfredo Sanchez <wsanchez@apple.com> 
2298              Subject: Keeping the world in sync.
2299              Reply-To: wsanchez@apple.com 
2300              To: perlbug@perl.com 
2301              Date: Fri, 13 Nov 1998 17:11:30 -0800 
2302              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
2303      Branch: cfgperl
2304            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
2305            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
2306            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
2307            ! x2p/util.c
2308 ____________________________________________________________________________
2309 [  3107] By: gsar                                  on 1999/03/15  03:22:10
2310         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
2311              From: Daniel Yacob <dmulholl@cs.indiana.edu>
2312              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
2313              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
2314              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
2315      Branch: perl
2316            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
2317            + lib/unicode/Is/Syllable.pl
2318            + lib/unicode/MakeEthiopicSyllables.PL
2319            + lib/unicode/README.Ethiopic
2320            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
2321            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
2322            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
2323            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
2324            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
2325            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
2326            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
2327            ! lib/unicode/Name.pl lib/unicode/Number.pl
2328 ____________________________________________________________________________
2329 [  3106] By: gsar                                  on 1999/03/12  20:35:36
2330         Log: change#3067 failed package.t due to needless creation of $a and $b;
2331              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
2332      Branch: perl
2333            ! op.c
2334 ____________________________________________________________________________
2335 [  3105] By: jhi                                   on 1999/03/12  15:54:57
2336         Log: Recognize the NetBSD packages collection.
2337      Branch: maint-5.005/perl
2338            ! hints/netbsd.sh
2339 ____________________________________________________________________________
2340 [  3104] By: jhi                                   on 1999/03/12  09:07:04
2341         Log: From: pvhp@forte.com (Peter Prymmer)
2342              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
2343              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
2344              Date: Thu, 11 Mar 99 14:24:54 PST
2345              Message-Id: <9903112224.AA24346@forte.com>
2346      Branch: maint-5.005/perl
2347            ! README.os390 t/lib/posix.t
2348 ____________________________________________________________________________
2349 [  3103] By: jhi                                   on 1999/03/10  11:07:46
2350         Log: Integrate from mainperl.
2351      Branch: cfgperl
2352           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
2353           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
2354           !> t/pragma/warn/1global toke.c win32/makedef.pl
2355 ____________________________________________________________________________
2356 [  3102] By: jhi                                   on 1999/03/10  11:01:20
2357         Log: From: pvhp@forte.com (Peter Prymmer)
2358              To: perl5-porters@perl.org
2359              Subject: [5.005_03-MT6]Patch: time passes
2360              Date: Tue, 9 Mar 99 18:42:17 PST
2361              Message-Id: <9903100242.AA29057@forte.com>
2362      Branch: maint-5.005/perl
2363            ! perl.c
2364 ____________________________________________________________________________
2365 [  3101] By: jhi                                   on 1999/03/10  10:30:15
2366         Log: From: Mark-Jason Dominus <mjd@plover.com>
2367              To: perl5-porters@perl.com
2368              Subject: Minor fix to perlfunc.pod
2369              Date: Mon, 08 Mar 1999 20:05:53 -0500
2370              Message-ID: <19990309010553.13757.qmail@plover.com>
2371      Branch: maint-5.005/perl
2372            ! pod/perlfunc.pod
2373 ____________________________________________________________________________
2374 [  3100] By: gsar                                  on 1999/03/09  23:04:44
2375         Log: change#3060 had the wrong quotes
2376      Branch: perl
2377            ! pod/pod2man.PL
2378 ____________________________________________________________________________
2379 [  3099] By: jhi                                   on 1999/03/09  12:52:21
2380         Log: d_uname was broken (probably since _53), reported by
2381              
2382              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2383              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
2384              cpan-testers@perl.org
2385              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
2386              Date: Mon, 08 Mar 1999 13:22:31 +0000
2387              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
2388              
2389              and
2390              
2391              From: lvirden@cas.org (Larry W. Virden)
2392              To: perlbug@perl.com
2393              Subject: configure not correctly identifying uname posix compatibility
2394              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
2395              Message-Id: <199903081136.GAA23682@cas.org>
2396      Branch: cfgperl
2397            ! Configure config_h.SH
2398 ____________________________________________________________________________
2399 [  3098] By: gsar                                  on 1999/03/09  03:16:07
2400         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
2401      Branch: perl
2402            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
2403 ____________________________________________________________________________
2404 [  3097] By: gsar                                  on 1999/03/09  02:50:43
2405         Log: use yyerror() instead of croak() so that compile-time failures in
2406              my(LIST) don't confuse globals with lexicals
2407      Branch: perl
2408            ! op.c toke.c
2409 ____________________________________________________________________________
2410 [  3096] By: gsar                                  on 1999/03/09  02:47:36
2411         Log: adjust testsuite for change#3067
2412      Branch: perl
2413            ! t/pragma/warn/1global
2414 ____________________________________________________________________________
2415 [  3095] By: gsar                                  on 1999/03/08  21:04:48
2416         Log: remove bogus symbols from global.sym
2417      Branch: perl
2418            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
2419            ! perl.h win32/makedef.pl
2420 ____________________________________________________________________________
2421 [  3094] By: jhi                                   on 1999/03/06  16:16:15
2422         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
2423              To: jhi@iki.fi
2424              Subject: Oops
2425              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
2426              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
2427      Branch: maint-5.005/perl
2428            ! README.hurd
2429 ____________________________________________________________________________
2430 [  3093] By: jhi                                   on 1999/03/06  15:59:46
2431         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
2432              To: jhi@iki.fi
2433              Subject: New Hurd README
2434              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
2435              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
2436      Branch: maint-5.005/perl
2437            ! README.hurd
2438 ____________________________________________________________________________
2439 [  3092] By: jhi                                   on 1999/03/06  12:52:06
2440         Log: From: Paul_Green@stratus.com
2441              To: perl5-porters@perl.org
2442              Cc: jhi@iki.fi, Paul_Green@stratus.com
2443              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
2444              Date: Fri, 5 Mar 1999 18:08:49 -0500 
2445              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
2446      Branch: maint-5.005/perl
2447            ! vos/config.h vos/config_h.SH_orig
2448 ____________________________________________________________________________
2449 [  3091] By: jhi                                   on 1999/03/06  12:42:21
2450         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2451              To: perl5-porters@perl.org, vmsperl@perl.org
2452              Subject: [PATCH 5.005_03-MT6]VMS build patch
2453              Date: Fri, 05 Mar 1999 12:36:19 -0800
2454              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
2455      Branch: maint-5.005/perl
2456            ! vms/subconfigure.com
2457 ____________________________________________________________________________
2458 [  3090] By: gsar                                  on 1999/03/06  04:40:03
2459         Log: integrate change#3089 from mainline
2460              
2461              tolerate CRs after options
2462      Branch: maint-5.005/perl
2463           !> perl.c
2464 ____________________________________________________________________________
2465 [  3089] By: gsar                                  on 1999/03/06  04:30:40
2466         Log: tolerate CRs after options
2467      Branch: perl
2468            ! perl.c
2469 ____________________________________________________________________________
2470 [  3088] By: jhi                                   on 1999/03/05  12:49:01
2471         Log: Integrate from mainperl.
2472      Branch: cfgperl
2473           +> README.hurd
2474           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
2475 ____________________________________________________________________________
2476 [  3087] By: gsar                                  on 1999/03/05  06:41:16
2477         Log: adjust timeouts to accomodate slow/busy systems
2478      Branch: perl
2479            ! t/lib/io_sock.t
2480 ____________________________________________________________________________
2481 [  3083] By: gsar                                  on 1999/03/05  01:32:47
2482         Log: integrate change#3081 from maint-5.005
2483      Branch: perl
2484           !> ext/Errno/Errno_pm.PL
2485 ____________________________________________________________________________
2486 [  3082] By: gsar                                  on 1999/03/05  01:31:06
2487         Log: integrate change#2904 from maint-5.005
2488      Branch: perl
2489           +> README.hurd
2490           !> MANIFEST
2491 ____________________________________________________________________________
2492 [  3081] By: gsar                                  on 1999/03/05  00:14:33
2493         Log: protect against doubled backslashes
2494      Branch: maint-5.005/perl
2495            ! ext/Errno/Errno_pm.PL
2496 ____________________________________________________________________________
2497 [  3077] By: jhi                                   on 1999/03/04  08:10:13
2498         Log: Integrate from mainperl.
2499      Branch: cfgperl
2500           +> ext/B/B/Stash.pm
2501           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
2502           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
2503           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
2504           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
2505 ____________________________________________________________________________
2506 [  3076] By: jhi                                   on 1999/03/04  08:07:59
2507         Log: Regen config_h.SH once more because of *size, 
2508              noticed by
2509              
2510              From: Hans Mulder <hansm@icgned.icgroup.nl>
2511              To: Jarkko Hietaniemi <jhi@iki.fi>
2512              Cc: perl5-porters@perl.org
2513              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
2514              Date: Thu,  4 Mar 99 00:10:45 +0100
2515              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
2516      Branch: cfgperl
2517            ! Configure config_h.SH
2518 ____________________________________________________________________________
2519 [  3068] By: gsar                                  on 1999/03/04  05:48:03
2520         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
2521              Date: Thu,  4 Mar 99 00:10:45 +0100
2522              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
2523              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
2524      Branch: perl
2525            ! config_h.SH
2526 ____________________________________________________________________________
2527 [  3067] By: gsar                                  on 1999/03/04  05:44:32
2528         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
2529              From: Graham Barr <gbarr@ti.com>
2530              Date: Wed, 3 Mar 1999 17:23:56 -0600
2531              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
2532              Subject: Re: 'use strict' doesn't work for one-letter variables
2533      Branch: perl
2534            ! gv.c op.c
2535 ____________________________________________________________________________
2536 [  3066] By: gsar                                  on 1999/03/04  05:20:50
2537         Log: updates to compiler modules
2538              From: "Vishal Bhatia" <vishalb@hotmail.com>
2539              Date: Tue, 02 Mar 1999 23:27:25 PST
2540              Message-ID: <19990303072725.779.qmail@hotmail.com>
2541              Subject: PATCH 5.005_56 + Test procedure
2542      Branch: perl
2543            + ext/B/B/Stash.pm
2544            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
2545            ! lib/Test/Harness.pm utils/perlcc.PL
2546 ____________________________________________________________________________
2547 [  3065] By: gsar                                  on 1999/03/04  05:03:30
2548         Log: more s/s_/s!/ etc.
2549      Branch: perl
2550            ! pod/perldelta.pod pod/perlfunc.pod
2551 ____________________________________________________________________________
2552 [  3064] By: gsar                                  on 1999/03/04  04:50:45
2553         Log: integrate cfgperl contents into mainline
2554      Branch: perl
2555           !> Configure README.vms bytecode.h config_h.SH configure.com
2556           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
2557           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
2558           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2559 ____________________________________________________________________________
2560 [  3063] By: gsar                                  on 1999/03/04  04:44:13
2561         Log: HP-UX has yet another spelling for /NaNQ?/
2562      Branch: perl
2563            ! t/lib/bigfloatpm.t
2564 ____________________________________________________________________________
2565 [  3062] By: gsar                                  on 1999/03/04  04:36:08
2566         Log: error-check for accept() test
2567      Branch: perl
2568            ! t/lib/io_sock.t
2569 ____________________________________________________________________________
2570 [  3061] By: gsar                                  on 1999/03/04  03:40:25
2571         Log: allow custom comparison function in File::Compare::compare_text()
2572              From: jan.dubois@ibm.net (Jan Dubois)
2573              Date: Fri, 26 Feb 1999 21:56:09 +0100
2574              Message-ID: <36db0838.8805651@smtp1.ibm.net>
2575              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2576      Branch: perl
2577            ! lib/File/Compare.pm
2578 ____________________________________________________________________________
2579 [  3060] By: gsar                                  on 1999/03/04  03:37:38
2580         Log: better version of change#3038
2581              From: abigail@fnx.com
2582              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
2583              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
2584              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
2585      Branch: perl
2586            ! pod/pod2man.PL
2587 ____________________________________________________________________________
2588 [  3058] By: jhi                                   on 1999/03/03  22:30:40
2589         Log: Configure regen to
2590              (1) match maint-5.005 patches #3056 and #3057
2591              (2) better version of PHOSTNAME of #3050
2592              (3) the crosscompile/multiarch config_h.SH trouble solved for now
2593      Branch: cfgperl
2594            ! Configure config_h.SH
2595 ____________________________________________________________________________
2596 [  3054] By: jhi                                   on 1999/03/03  09:57:59
2597         Log: Change #3053 missed perldelta.
2598      Branch: cfgperl
2599            ! pod/perldelta.pod
2600 ____________________________________________________________________________
2601 [  3053] By: jhi                                   on 1999/03/03  08:29:43
2602         Log: Use '!' to mark native integer packings instead of '_'.
2603      Branch: cfgperl
2604            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
2605 ____________________________________________________________________________
2606 [  3052] By: jhi                                   on 1999/03/02  23:12:36
2607         Log: The HP-UX threads patch (change #3028) is needed also here.
2608      Branch: cfgperl
2609            ! hints/hpux.sh thread.h
2610 ____________________________________________________________________________
2611 [  3051] By: jhi                                   on 1999/03/02  08:24:52
2612         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2613              To: perl5-porters@perl.org, vmsperl@perl.org
2614              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
2615              Date: Mon, 01 Mar 1999 16:10:57 -0800
2616              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
2617      Branch: cfgperl
2618            ! README.vms
2619      Branch: maint-5.005/perl
2620            ! README.vms
2621 ____________________________________________________________________________
2622 [  3050] By: jhi                                   on 1999/03/02  08:22:29
2623         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2624              To: perl5-porters@perl.org, vmsperl@perl.org
2625              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
2626              Date: Mon, 01 Mar 1999 16:06:29 -0800
2627              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
2628              
2629              From: Dan Sugalski <sugalskd@osshe.edu>
2630              To: perl5-porters@perl.org, vmsperl@perl.org
2631              Subject: [PATCH 5.005_56]vmsish.pm patch
2632              Date: Mon, 01 Mar 1999 20:19:04 -0800
2633              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
2634              
2635              plus Configure regen containing a "solution" to the
2636              crosscompile/multiarch problem.
2637      Branch: cfgperl
2638            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
2639            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2640 ____________________________________________________________________________
2641 [  3049] By: jhi                                   on 1999/03/02  07:34:21
2642         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
2643              To: perl5-porters@perl.org
2644              Subject: [PATCH] Eliminate (valid) warning in byterun.c
2645              Date: Mon, 01 Mar 1999 17:27:59 -0500
2646              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
2647      Branch: cfgperl
2648            ! bytecode.h
2649      Branch: maint-5.005/perl
2650            ! bytecode.h
2651 ____________________________________________________________________________
2652 [  3048] By: gsar                                  on 1999/03/02  06:41:21
2653         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2654      Branch: perl
2655            ! MANIFEST README.hpux
2656 ____________________________________________________________________________
2657 [  3047] By: jhi                                   on 1999/03/01  06:34:43
2658         Log: Integrate from mainperl.
2659      Branch: cfgperl
2660           +> README.hpux lib/File/Spec/Functions.pm
2661           !> (integrate 28 files)
2662 ____________________________________________________________________________
2663 [  3046] By: gsar                                  on 1999/03/01  05:34:28
2664         Log: this is 5.005_56
2665      Branch: perl
2666            ! Changes
2667
2668 ----------------
2669 Version 5.005_56
2670 ----------------
2671
2672 ____________________________________________________________________________
2673 [  3045] By: gsar                                  on 1999/03/01  03:32:30
2674         Log: destroy PL_svref_mutex in perl_destruct()
2675      Branch: perl
2676            ! perl.c
2677 ____________________________________________________________________________
2678 [  3044] By: gsar                                  on 1999/03/01  00:38:50
2679         Log: up patchlevel &c.
2680      Branch: perl
2681            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2682            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2683            ! win32/makefile.mk
2684 ____________________________________________________________________________
2685 [  3043] By: gsar                                  on 1999/03/01  00:14:15
2686         Log: integrate cfgperl contents into mainline
2687      Branch: perl
2688            ! pod/perldelta.pod
2689           !> Configure config_h.SH
2690 ____________________________________________________________________________
2691 [  3042] By: gsar                                  on 1999/02/28  23:55:08
2692         Log: slightly edited version of suggested patch
2693              From: jan.dubois@ibm.net (Jan Dubois)
2694              Date: Mon, 01 Mar 1999 00:32:05 +0100
2695              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
2696              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
2697      Branch: perl
2698            + lib/File/Spec/Functions.pm
2699            ! MANIFEST lib/File/Spec.pm
2700 ____________________________________________________________________________
2701 [  3041] By: gsar                                  on 1999/02/28  22:47:19
2702         Log: fix subtle bug in eval'' testsuite
2703      Branch: perl
2704            ! t/op/eval.t
2705 ____________________________________________________________________________
2706 [  3040] By: gsar                                  on 1999/02/28  22:46:24
2707         Log: avoid literal control characters in change#3039
2708      Branch: perl
2709            ! t/base/lex.t
2710 ____________________________________________________________________________
2711 [  3039] By: gsar                                  on 1999/02/28  21:47:18
2712         Log: todo item: permit extended control variables a la ${^Foo} (patch
2713              courtesy Mark-Jason Dominus <mjd@plover.com>)
2714      Branch: perl
2715            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
2716            ! t/base/lex.t toke.c
2717 ____________________________________________________________________________
2718 [  3038] By: gsar                                  on 1999/02/28  21:21:05
2719         Log: From: abigail@fnx.com
2720              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
2721              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
2722              Subject: Recognize -> and => inside [A-Z]<> sequences.
2723      Branch: perl
2724            ! pod/pod2man.PL
2725 ____________________________________________________________________________
2726 [  3037] By: gsar                                  on 1999/02/28  21:12:22
2727         Log: fix longstanding bug: searches for lexicals originating within eval''
2728              weren't stopping at the subroutine boundary correctly
2729      Branch: perl
2730            ! op.c proto.h t/op/eval.t
2731 ____________________________________________________________________________
2732 [  3036] By: gsar                                  on 1999/02/28  20:02:29
2733         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
2734              as stacked list values
2735              From: jan.dubois@ibm.net (Jan Dubois)
2736              Date: Sat, 27 Feb 1999 18:24:17 +0100
2737              Message-ID: <36e22849.36531259@smtp1.ibm.net>
2738              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
2739      Branch: perl
2740            ! win32/win32.c
2741 ____________________________________________________________________________
2742 [  3035] By: gsar                                  on 1999/02/28  19:48:54
2743         Log: remove superfluous stack_sp decl
2744      Branch: perl
2745            ! jpl/JNI/JNI.xs
2746 ____________________________________________________________________________
2747 [  3034] By: gsar                                  on 1999/02/28  19:34:58
2748         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
2749      Branch: perl
2750            ! lib/Getopt/Std.pm
2751 ____________________________________________________________________________
2752 [  3033] By: gsar                                  on 1999/02/28  19:23:41
2753         Log: add File::Compare::compare_text()
2754              From: jan.dubois@ibm.net (Jan Dubois)
2755              Date: Fri, 26 Feb 1999 00:20:41 +0100
2756              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
2757              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2758      Branch: perl
2759            ! lib/File/Compare.pm pod/perltodo.pod
2760 ____________________________________________________________________________
2761 [  3032] By: gsar                                  on 1999/02/28  19:01:33
2762         Log: add README.hpux
2763      Branch: perl
2764            + README.hpux
2765            ! MAINTAIN MANIFEST
2766 ____________________________________________________________________________
2767 [  3031] By: gsar                                  on 1999/02/28  18:49:08
2768         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
2769              James Cromie <jcromie@fossil.uswc.uswest.com>
2770      Branch: perl
2771            ! lib/Pod/Html.pm
2772 ____________________________________________________________________________
2773 [  3030] By: gsar                                  on 1999/02/28  18:35:09
2774         Log: From: jan.dubois@ibm.net (Jan Dubois)
2775              Date: Wed, 24 Feb 1999 22:34:56 +0100
2776              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
2777              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
2778      Branch: perl
2779            ! lib/Test/Harness.pm
2780 ____________________________________________________________________________
2781 [  3029] By: gsar                                  on 1999/02/28  18:28:18
2782         Log: add note about env pollution
2783      Branch: perl
2784            ! INSTALL pod/perltodo.pod
2785 ____________________________________________________________________________
2786 [  3028] By: jhi                                   on 1999/02/26  14:40:00
2787         Log: HP-UX 11 threads.
2788              
2789              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2790              To: perl5-porters@perl.org
2791              Cc: jhi@cc.hut.fi
2792              Subject: Maint 5 and _54 with threading on HP-UX 11.00
2793              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
2794              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
2795              
2796              NOTE from jhi: the hpux hints could still be more robust by
2797              disabling gdbm when necessary.
2798              
2799              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
2800              linking -lgdbm -lpthread creates an executable that instantly
2801              core dumps on a pthreads internal panic:
2802              
2803              ./gdpt
2804              
2805              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
2806              Return Pointer is 0xc082bf33
2807              17639 quit (core dumped)  ./gdpt
2808              
2809              You don't have to *use* either gdbm or pthreads in the executable,
2810              just linking them together is enough.  Workaround is to recompile
2811              the GDBM under HP-UX 11, that makes the problem go away.
2812      Branch: maint-5.005/perl
2813            ! hints/hpux.sh thread.h
2814 ____________________________________________________________________________
2815 [  3025] By: jhi                                   on 1999/02/25  20:41:07
2816         Log: Temporary workaround for the config_h.SH versus
2817              crosscompile and multiarch plus introduce 'rt'
2818              to $libswanted: in UNIX98 sched_yield() lives there.
2819      Branch: cfgperl
2820            ! Configure config_h.SH
2821 ____________________________________________________________________________
2822 [  3024] By: jhi                                   on 1999/02/24  12:54:59
2823         Log: Integrate from mainperl.
2824      Branch: cfgperl
2825           +> t/lib/fatal.t
2826           !> (integrate 44 files)
2827 ____________________________________________________________________________
2828 [  3023] By: gsar                                  on 1999/02/24  07:02:12
2829         Log: integrate cfgperl contents
2830      Branch: perl
2831           !> (integrate 30 files)
2832 ____________________________________________________________________________
2833 [  3022] By: gsar                                  on 1999/02/24  05:59:47
2834         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
2835              Date: 23 Feb 1999 17:53:22 -0700
2836              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
2837              Subject: [PATCH: _55] perldoc -q broken
2838      Branch: perl
2839            ! utils/perldoc.PL
2840 ____________________________________________________________________________
2841 [  3021] By: gsar                                  on 1999/02/24  05:51:53
2842         Log: ansify perlio.c, fix PerlIO-ish typos
2843      Branch: perl
2844            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
2845            ! iperlsys.h perlio.c
2846 ____________________________________________________________________________
2847 [  3020] By: gsar                                  on 1999/02/24  05:28:06
2848         Log: adjust a Perl_malloc() flag for NeXT
2849              From: Hans Mulder <hansm@icgned.icgroup.nl>
2850              Date: Tue, 23 Feb 99 00:26:25 +0100
2851              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
2852              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
2853      Branch: perl
2854            ! perl.h
2855 ____________________________________________________________________________
2856 [  3019] By: gsar                                  on 1999/02/24  05:19:42
2857         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
2858      Branch: perl
2859            ! pod/perltodo.pod
2860 ____________________________________________________________________________
2861 [  3018] By: gsar                                  on 1999/02/24  04:15:18
2862         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2863              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
2864              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
2865              Subject: improved error message [PATCH _55] [RESEND]
2866      Branch: perl
2867            ! sv.c
2868 ____________________________________________________________________________
2869 [  3017] By: gsar                                  on 1999/02/24  03:50:34
2870         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2871              Date: Sun, 21 Feb 1999 20:02:18 -0700
2872              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
2873              Subject: perlfunc updates (against 55)
2874      Branch: perl
2875            ! pod/perlfunc.pod
2876 ____________________________________________________________________________
2877 [  3016] By: gsar                                  on 1999/02/24  03:17:05
2878         Log: testsuite adjustments
2879              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2880              Date: Sat, 20 Feb 1999 15:24:57 +0000
2881              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
2882              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
2883      Branch: perl
2884            ! t/lib/io_sock.t t/op/lex_assign.t
2885 ____________________________________________________________________________
2886 [  3015] By: gsar                                  on 1999/02/24  02:54:47
2887         Log: avoid modifying readonly values from qw()
2888      Branch: perl
2889            ! lib/ExtUtils/MM_Unix.pm
2890 ____________________________________________________________________________
2891 [  3014] By: gsar                                  on 1999/02/24  02:49:04
2892         Log: more "correct" utbuf for utime()
2893      Branch: perl
2894            ! doio.c
2895 ____________________________________________________________________________
2896 [  3013] By: jhi                                   on 1999/02/22  19:27:44
2897         Log: Fix MacPerl version, change PowerUX to PowerMAX.
2898              
2899              From: Chris Nandor <pudge@pobox.com>
2900              To: jhi@iki.fi
2901              Cc: perl5-porters@perl.org
2902              Subject: Re: perl current availability as documented by perl.pod
2903              Date: Sun, 21 Feb 1999 11:06:03 -0500
2904              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
2905              
2906              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2907              To: jhi@iki.fi
2908              Cc: perl5-porters@perl.org
2909              Subject: Re: perl current availability as documented by perl.pod
2910              Date: Mon, 22 Feb 1999 13:08:30 GMT
2911              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
2912      Branch: cfgperl
2913            ! pod/perl.pod
2914      Branch: maint-5.005/perl
2915            ! pod/perl.pod
2916 ____________________________________________________________________________
2917 [  3012] By: jhi                                   on 1999/02/22  10:26:11
2918         Log: Snapshot the cross-compilation/multiarchitecture stuff
2919              (currently broken in next)
2920      Branch: cfgperl
2921            ! Configure config_h.SH pp.c
2922 ____________________________________________________________________________
2923 [  3011] By: jhi                                   on 1999/02/22  10:24:51
2924         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2925              To: gsar@activestate.com (Gurusamy Sarathy)
2926              Cc: perl5-porters@perl.org (Perl5 Porters)
2927              Subject: [PATCH 5.005_55] DB_File 1.64 patch
2928              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
2929              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
2930      Branch: cfgperl
2931            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2932            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
2933 ____________________________________________________________________________
2934 [  3009] By: jhi                                   on 1999/02/22  09:14:26
2935         Log: Scratch #3008 and introduce $crosscompile and $multiarch
2936              also in non-Configure lands.
2937      Branch: cfgperl
2938            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
2939            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
2940            ! win32/config.gc win32/config.vc win32/config_H.bc
2941            ! win32/config_H.gc win32/config_H.vc
2942 ____________________________________________________________________________
2943 [  3008] By: jhi                                   on 1999/02/22  08:58:04
2944         Log: Add -DMULTIARCH (see change #3006).
2945      Branch: cfgperl
2946            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
2947 ____________________________________________________________________________
2948 [  3007] By: jhi                                   on 1999/02/22  08:54:06
2949         Log: Undo the references to local{lib,arch} introduced by #3006.
2950      Branch: cfgperl
2951            ! Configure config_h.SH
2952 ____________________________________________________________________________
2953 [  3006] By: jhi                                   on 1999/02/22  08:43:50
2954         Log: From: hansm@icgned.icgroup.nl
2955              To: perlbug@perl.com
2956              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
2957              Date: Sun, 21 Feb 1999 22:58:55 +0100
2958              Reply-To: hansmu@xs4all.nl
2959              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
2960              
2961              plus other Configure changes: prepare for cross-compilation/
2962              multiarchitecture builds.
2963      Branch: cfgperl
2964            ! Configure config_h.SH
2965 ____________________________________________________________________________
2966 [  3005] By: jhi                                   on 1999/02/22  08:35:30
2967         Log: Configure/Perl knew how to look for use Mach cthreads
2968              but Configure didn't let them to be used ($osname 'next').
2969      Branch: cfgperl
2970            ! Configure config_h.SH
2971      Branch: maint-5.005/perl
2972            ! Configure
2973 ____________________________________________________________________________
2974 [  3004] By: jhi                                   on 1999/02/21  15:46:02
2975         Log: Update Acorn AVAILABILITY.
2976      Branch: cfgperl
2977            ! pod/perl.pod
2978      Branch: maint-5.005/perl
2979            ! pod/perl.pod
2980 ____________________________________________________________________________
2981 [  3003] By: jhi                                   on 1999/02/21  14:50:42
2982         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
2983              To: perl5-porters@perl.org (Perl 5 Porters)
2984              Subject: PATCH: perlref.pod - symbolic ref example
2985              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
2986              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
2987      Branch: cfgperl
2988            ! pod/perlref.pod
2989      Branch: maint-5.005/perl
2990            ! pod/perlref.pod
2991 ____________________________________________________________________________
2992 [  3002] By: jhi                                   on 1999/02/21  14:35:22
2993         Log: Sync cfgperl with maint-5.005 change #3000.
2994      Branch: cfgperl
2995            ! pod/perlfunc.pod t/op/pack.t
2996 ____________________________________________________________________________
2997 [  2999] By: gsar                                  on 1999/02/20  22:48:30
2998         Log: From:    John Bley <jbb6@acpub.duke.edu>
2999              Date:    Sat, 20 Feb 1999 16:02:34 EST
3000              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
3001              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
3002      Branch: perl
3003            ! regcomp.c
3004 ____________________________________________________________________________
3005 [  2998] By: jhi                                   on 1999/02/20  14:13:06
3006         Log: Enhanced the endianness description.
3007      Branch: cfgperl
3008            ! pod/perlfunc.pod
3009 ____________________________________________________________________________
3010 [  2996] By: jhi                                   on 1999/02/20  13:55:41
3011         Log: Glossary now mostly fixed.
3012      Branch: cfgperl
3013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3014            ! config_h.SH
3015 ____________________________________________________________________________
3016 [  2994] By: jhi                                   on 1999/02/20  11:58:33
3017         Log: Perldeltify GNU/Hurd.
3018      Branch: cfgperl
3019            ! pod/perldelta.pod
3020 ____________________________________________________________________________
3021 [  2993] By: gsar                                  on 1999/02/20  00:59:10
3022         Log: fix typo in Perl_sbrk()
3023              From: hansm@icgned.icgroup.nl
3024              Date: Fri, 19 Feb 1999 23:19:31 +0100
3025              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
3026              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
3027      Branch: perl
3028            ! malloc.c
3029 ____________________________________________________________________________
3030 [  2992] By: gsar                                  on 1999/02/20  00:51:08
3031         Log: integrate change#2980 from maint-5.005
3032      Branch: perl
3033           !> utils/h2xs.PL
3034 ____________________________________________________________________________
3035 [  2991] By: gsar                                  on 1999/02/20  00:34:01
3036         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3037              Date: Thu, 18 Feb 1999 18:51:38 +0000
3038              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
3039              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
3040      Branch: perl
3041            ! pp_hot.c t/op/pat.t
3042 ____________________________________________________________________________
3043 [  2990] By: gsar                                  on 1999/02/20  00:30:48
3044         Log: From: jan.dubois@ibm.net (Jan Dubois)
3045              Date: Thu, 18 Feb 1999 19:14:07 +0100
3046              Message-ID: <36d15809.40853323@smtp1.ibm.net>
3047              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
3048      Branch: perl
3049            ! win32/win32.c
3050 ____________________________________________________________________________
3051 [  2989] By: gsar                                  on 1999/02/20  00:27:01
3052         Log: do poll() emulation unless HAS_POLL && I_POLL
3053      Branch: perl
3054            ! ext/IO/poll.h
3055 ____________________________________________________________________________
3056 [  2988] By: gsar                                  on 1999/02/19  23:52:12
3057         Log: tweak RE for NaNQ? recognition
3058      Branch: perl
3059            ! t/lib/bigfloatpm.t
3060 ____________________________________________________________________________
3061 [  2987] By: gsar                                  on 1999/02/19  23:29:59
3062         Log: mention C<use utf8> and C<use warning> in perldelta
3063      Branch: perl
3064            ! pod/perldelta.pod
3065 ____________________________________________________________________________
3066 [  2985] By: jhi                                   on 1999/02/19  20:43:19
3067         Log: pack/unpack better in (network-)short-non-16-bits and
3068              (network-)long-non-32-bits systems such as Cray C90.
3069      Branch: cfgperl
3070            ! perl.h pp.c t/op/pack.t
3071 ____________________________________________________________________________
3072 [  2984] By: jhi                                   on 1999/02/19  20:38:54
3073         Log: Regen Configure.
3074      Branch: cfgperl
3075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3076            ! perl.c
3077 ____________________________________________________________________________
3078 [  2982] By: jhi                                   on 1999/02/19  19:51:49
3079         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
3080              not probed for and         
3081              
3082              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3083              To: Chaim Frenkel <chaimf@pobox.com>,
3084              Russ Allbery <rra@stanford.edu>,
3085              Jarkko Hietaniemi <jhi@iki.fi>,
3086              Gurusamy Sarathy <gsar@activestate.com>,
3087              Graham Barr <gbarr@pobox.com>
3088              Cc: bdensch@ameritech.net, perlbug@perl.com
3089              Subject: [PATCH] Re: Solaris 7 for Intel
3090              Message-ID: <19990219124404.A30182@O2.chapin.edu>
3091              
3092              Glossary is still missing some terms because
3093              mkglossary is misbehaving (change #2981 updated
3094              Glossary manually)
3095      Branch: cfgperl
3096            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3097            ! Porting/config_H
3098 ____________________________________________________________________________
3099 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
3100         Log: Make result of h2xs work when user adds C<use strict>
3101      Branch: maint-5.005/perl
3102            ! utils/h2xs.PL
3103 ____________________________________________________________________________
3104 [  2979] By: gsar                                  on 1999/02/19  05:24:29
3105         Log: doc for change#2978
3106      Branch: perl
3107            ! pod/perlsub.pod
3108 ____________________________________________________________________________
3109 [  2978] By: gsar                                  on 1999/02/19  05:08:29
3110         Log: bring '*' prototype closer to how it behaves internally
3111      Branch: perl
3112            + t/lib/fatal.t
3113            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
3114 ____________________________________________________________________________
3115 [  2977] By: gsar                                  on 1999/02/19  02:50:31
3116         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
3117      Branch: perl
3118            ! perly.h
3119 ____________________________________________________________________________
3120 [  2975] By: gsar                                  on 1999/02/18  21:41:57
3121         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
3122              of lexical searches in BEGIN|INIT|END)
3123      Branch: perl
3124            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
3125            ! vms/perly_c.vms
3126 ____________________________________________________________________________
3127 [  2974] By: gsar                                  on 1999/02/18  21:03:06
3128         Log: missing PERL_POLLUTE_MALLOC
3129      Branch: perl
3130            ! ext/SDBM_File/sdbm/sdbm.h
3131 ____________________________________________________________________________
3132 [  2973] By: gsar                                  on 1999/02/18  17:10:49
3133         Log: From:    Andy Dougherty <doughera@lafayette.edu>
3134              Date:    Wed, 17 Feb 1999 17:22:50 EST
3135              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
3136              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
3137      Branch: perl
3138            ! lib/dotsh.pl
3139 ____________________________________________________________________________
3140 [  2972] By: gsar                                  on 1999/02/18  17:04:12
3141         Log: s/#defined/#define/
3142      Branch: perl
3143            ! ext/Data/Dumper/Dumper.xs
3144 ____________________________________________________________________________
3145 [  2970] By: gsar                                  on 1999/02/18  03:26:43
3146         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
3147      Branch: perl
3148            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3149            ! ext/GDBM_File/typemap
3150 ____________________________________________________________________________
3151 [  2969] By: gsar                                  on 1999/02/17  23:30:47
3152         Log: correct slurp mode doc
3153      Branch: perl
3154            ! pod/perlfunc.pod pod/perlop.pod
3155 ____________________________________________________________________________
3156 [  2968] By: jhi                                   on 1999/02/17  23:15:49
3157         Log: Ultrix hints update.
3158              
3159              From: Spider Boardman <spider@zk3.dec.com>
3160              To: perlbug@perl.com
3161              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
3162              Date: Tue, 16 Feb 1999 23:04:28 -0500
3163              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
3164      Branch: cfgperl
3165            ! hints/ultrix_4.sh
3166 ____________________________________________________________________________
3167 [  2966] By: jhi                                   on 1999/02/17  23:09:21
3168         Log: Change #2965 wiped out some Sarathy's _55 changes.
3169              Now unwiped.
3170      Branch: cfgperl
3171            ! Configure pp.c t/op/pack.t
3172 ____________________________________________________________________________
3173 [  2965] By: jhi                                   on 1999/02/17  23:00:04
3174         Log: Configure tweaks.
3175              
3176              Fix the Unixware/SCO uname scan:
3177              
3178              From: Tom Hughes <thh@cyberscience.com>
3179              To: perlbug@perl.com
3180              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
3181              Date: 17 Feb 1999 15:34:15 +0000    
3182              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
3183              
3184              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
3185              
3186              From: Joe Buehler <jhpb@hekimian.com>
3187              To: perl5-porters@perl.org
3188              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
3189              Date: 12 Feb 1999 11:25:21 -0500
3190              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
3191              
3192              Make the pthreads joinable constant scan to output to fd 4, not 2.
3193      Branch: cfgperl
3194            ! Configure
3195 ____________________________________________________________________________
3196 [  2964] By: gsar                                  on 1999/02/17  21:30:07
3197         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3198              Date: Wed, 17 Feb 1999 06:53:13 -0700
3199              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
3200              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
3201      Branch: perl
3202            ! lib/Pod/Functions.pm
3203 ____________________________________________________________________________
3204 [  2963] By: gsar                                  on 1999/02/17  21:18:21
3205         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
3206              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3207              Date: Wed, 17 Feb 1999 10:06:01 +0000
3208              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
3209              Subject: Re: [5.005_53] panic: pad_free curpad 
3210      Branch: perl
3211            ! regcomp.c regexec.c t/op/misc.t
3212 ____________________________________________________________________________
3213 [  2962] By: gsar                                  on 1999/02/16  21:26:28
3214         Log: NaNQ? tweak
3215      Branch: perl
3216            ! t/lib/bigfloatpm.t
3217 ____________________________________________________________________________
3218 [  2961] By: jhi                                   on 1999/02/16  19:26:38
3219         Log: Integrate from mainperl.
3220      Branch: cfgperl
3221           !> (integrate 37 files)
3222 ____________________________________________________________________________
3223 [  2960] By: gsar                                  on 1999/02/16  18:04:29
3224         Log: undo change#2465 (qw[] is a real list now)
3225      Branch: perl
3226            ! pod/perlop.pod
3227 ____________________________________________________________________________
3228 [  2959] By: gsar                                  on 1999/02/16  07:09:33
3229         Log: this was 5.005_55
3230      Branch: perl
3231            ! Changes
3232
3233 ----------------
3234 Version 5.005_55
3235 ----------------
3236
3237 ____________________________________________________________________________
3238 [  2958] By: gsar                                  on 1999/02/16  06:18:27
3239         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
3240              elide dups and non-dependents from Changes
3241      Branch: perl
3242            ! Changes pod/perlhist.pod
3243           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
3244           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
3245           !> pod/perlport.pod pp.c t/op/pack.t
3246 ____________________________________________________________________________
3247 [  2957] By: gsar                                  on 1999/02/16  04:09:47
3248         Log: propagate PERL_VERSION everywhere, add to pod
3249      Branch: perl
3250            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
3251            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
3252            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
3253            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
3254            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
3255            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
3256            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
3257            ! win32/config.gc win32/config.vc win32/config_sh.PL
3258            ! win32/win32.c x2p/a2py.c
3259 ____________________________________________________________________________
3260 [  2955] By: jhi                                   on 1999/02/15  16:15:03
3261         Log: The pack tests now better in C90 (after the packnative patches).
3262      Branch: cfgperl
3263            ! t/op/pack.t
3264 ____________________________________________________________________________
3265 [  2954] By: gsar                                  on 1999/02/15  14:11:50
3266         Log: tweak Configure to follow new PERL_VERSION etc.
3267      Branch: perl
3268            ! Configure patchlevel.h pod/perlhist.pod
3269 ____________________________________________________________________________
3270 [  2953] By: jhi                                   on 1999/02/15  14:02:21
3271         Log: Integrate from mainperl.
3272      Branch: cfgperl
3273           !> MANIFEST Porting/makerel
3274 ____________________________________________________________________________
3275 [  2952] By: jhi                                   on 1999/02/15  13:50:07
3276         Log: Enhance the packnative patch: use the packnative code
3277              only if required.  Also added hefty testing (hopefully
3278              I didn't assume too much...).  Tested on alpha, ix86, sparc.
3279      Branch: cfgperl
3280            ! pod/perlfunc.pod pp.c t/op/pack.t
3281 ____________________________________________________________________________
3282 [  2951] By: jhi                                   on 1999/02/15  13:46:56
3283         Log: AVAILABILITY from 5.005_03-tobe, will of course
3284              require updating when 5.006 comes out.
3285      Branch: cfgperl
3286            ! pod/perl.pod
3287 ____________________________________________________________________________
3288 [  2949] By: gsar                                  on 1999/02/15  13:28:51
3289         Log: will this be it for 5.005_55?
3290      Branch: perl
3291            ! MANIFEST Porting/makerel
3292 ____________________________________________________________________________
3293 [  2948] By: jhi                                   on 1999/02/15  13:23:52
3294         Log: Integrate from mainperl.
3295      Branch: cfgperl
3296           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
3297           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3298           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3299           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
3300           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
3301           !> win32/config.gc win32/config.vc win32/config_H.bc
3302           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
3303 ____________________________________________________________________________
3304 [  2947] By: jhi                                   on 1999/02/15  13:20:41
3305         Log: perlport.pod 1.39 from Chris.
3306      Branch: cfgperl
3307            ! pod/perlport.pod
3308 ____________________________________________________________________________
3309 [  2946] By: jhi                                   on 1999/02/15  13:09:58
3310         Log: Import Ultrix update, change #2864, 
3311              
3312              From: Spider Boardman <spider@zk3.dec.com>
3313              To: perlbug@perl.com
3314              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
3315              Date: Wed, 10 Feb 1999 23:33:31 -0500
3316              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
3317      Branch: cfgperl
3318            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
3319 ____________________________________________________________________________
3320 [  2945] By: jhi                                   on 1999/02/15  13:04:50
3321         Log: OpenBSD sparc SHMLBA.
3322      Branch: cfgperl
3323            ! ext/IPC/SysV/SysV.xs
3324 ____________________________________________________________________________
3325 [  2944] By: gsar                                  on 1999/02/15  12:09:52
3326         Log: update win32/config* stuff, Changes
3327      Branch: perl
3328            ! Changes win32/Makefile win32/config.bc win32/config.gc
3329            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3330            ! win32/config_H.vc win32/makefile.mk
3331 ____________________________________________________________________________
3332 [  2943] By: gsar                                  on 1999/02/15  11:54:08
3333         Log: #include patchlevel.h by default, provide
3334              PERL_{REVISION,VERSION,SUBVERSION}
3335      Branch: perl
3336            ! patchlevel.h perl.h
3337 ____________________________________________________________________________
3338 [  2942] By: gsar                                  on 1999/02/15  10:26:59
3339         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
3340              misc fixes
3341      Branch: perl
3342            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
3343 ____________________________________________________________________________
3344 [  2941] By: gsar                                  on 1999/02/15  10:24:37
3345         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
3346              Message-ID: <19990207002851.B9185@toldyouso.com>
3347              Message-ID: <19990207212152.A9765@toldyouso.com>
3348              Message-ID: <19990207212041.A9622@toldyouso.com>
3349              Message-ID: <19990207213127.A10244@toldyouso.com>
3350              Message-ID: <19990207212559.A9950@toldyouso.com>
3351              Message-ID: <19990207212842.A9994@toldyouso.com>
3352              Message-ID: <19990207212500.A9860@toldyouso.com>
3353              Message-ID: <19990207213013.A10105@toldyouso.com>
3354      Branch: perl
3355            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3356            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3357            ! pod/perlmodlib.pod pod/perltoc.pod
3358 ____________________________________________________________________________
3359 [  2940] By: gsar                                  on 1999/02/15  10:07:08
3360         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
3361              of suggested patch)
3362              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
3363              Date: Mon, 08 Feb 1999 01:14:41 -0000
3364              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
3365              Subject: [PATCH 5.005_54] some pending C.pm stuff 
3366      Branch: perl
3367            ! ext/B/B/C.pm
3368 ____________________________________________________________________________
3369 [  2939] By: jhi                                   on 1999/02/15  08:40:18
3370         Log: Integrate from mainperl.
3371      Branch: cfgperl
3372           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
3373            - lib/File/PathConvert.pm
3374           !> (integrate 81 files)
3375 ____________________________________________________________________________
3376 [  2938] By: gsar                                  on 1999/02/15  06:56:39
3377         Log: change#2839 was bogus, redo
3378      Branch: perl
3379           !> t/lib/h2ph.pht
3380 ____________________________________________________________________________
3381 [  2937] By: gsar                                  on 1999/02/15  06:38:15
3382         Log: support Win32::GetFullPathName() and Win32::SetLastError()
3383              From: jan.dubois@ibm.net (Jan Dubois)
3384              Date: Tue, 09 Feb 1999 22:27:31 +0100
3385              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
3386              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
3387      Branch: perl
3388            ! win32/win32.c
3389 ____________________________________________________________________________
3390 [  2936] By: gsar                                  on 1999/02/15  06:26:39
3391         Log: support native integers, pack("L_",...) etc. (via private mail)
3392              From: Jarkko Hietaniemi <jhi@iki.fi>
3393              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
3394              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
3395              Subject: the "packnative" patch
3396      Branch: perl
3397            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
3398            ! t/lib/ipc_sysv.t t/op/pack.t
3399 ____________________________________________________________________________
3400 [  2935] By: gsar                                  on 1999/02/15  06:04:02
3401         Log: From: Michael G Schwern <schwern@pobox.com>
3402              Date: Tue, 9 Feb 1999 04:13:12 -0500
3403              Message-ID: <19990209041312.A15788@toldyouso.com>
3404              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
3405      Branch: perl
3406            ! utils/h2xs.PL
3407 ____________________________________________________________________________
3408 [  2934] By: gsar                                  on 1999/02/15  05:30:13
3409         Log: fix bugs in the handling of negative numbers, among other things
3410              From: Steven Knight <knight@theopera.baldmt.citilink.com>
3411              Date: Mon, 8 Feb 1999 01:16:24 -0600
3412              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
3413              Subject: Math::BigFloat and Math::BigInt
3414      Branch: perl
3415            + t/lib/bigfloat.t t/lib/bigfloatpm.t
3416            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
3417            ! t/lib/bigintpm.t
3418 ____________________________________________________________________________
3419 [  2933] By: gsar                                  on 1999/02/15  04:57:52
3420         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
3421              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
3422              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
3423              Subject: s2p incorrectly handles hold space commands
3424      Branch: perl
3425            ! x2p/s2p.PL
3426 ____________________________________________________________________________
3427 [  2932] By: gsar                                  on 1999/02/15  04:45:55
3428         Log: clarify what a "line" is
3429      Branch: perl
3430            ! pod/perlfunc.pod pod/perlvar.pod
3431 ____________________________________________________________________________
3432 [  2931] By: gsar                                  on 1999/02/15  04:23:29
3433         Log: backout change#2811 and add newer version based on File::Spec
3434              From: Barrie Slaymaker <rbs@telerama.com>
3435              Date: Thu, 11 Feb 1999 16:29:24 -0500
3436              Message-ID: <36C34BB4.A62090E0@telerama.com>
3437              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
3438      Branch: perl
3439            - lib/File/PathConvert.pm
3440            ! MANIFEST installhtml lib/Pod/Html.pm
3441 ____________________________________________________________________________
3442 [  2930] By: gsar                                  on 1999/02/15  04:16:25
3443         Log: From: Barrie Slaymaker <rbs@telerama.com>
3444              Date: Thu, 11 Feb 1999 19:39:48 -0500
3445              Message-ID: <36C37854.707D139@telerama.com>
3446              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
3447      Branch: perl
3448            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
3449 ____________________________________________________________________________
3450 [  2929] By: gsar                                  on 1999/02/15  04:06:50
3451         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
3452              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
3453              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
3454              Subject: [PATCH]5.005_54 (DOC) fix many typos
3455              --
3456              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
3457              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
3458              Subject: [PATCH]5.005_54 (DOC) typos
3459      Branch: perl
3460            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
3461            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
3462            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3463            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3464            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
3465            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
3466            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
3467            ! pod/perlvar.pod pod/perlxs.pod
3468 ____________________________________________________________________________
3469 [  2928] By: gsar                                  on 1999/02/15  03:39:53
3470         Log: allow the Carp routines to pass through exception objects
3471      Branch: perl
3472            ! lib/Carp.pm
3473 ____________________________________________________________________________
3474 [  2927] By: gsar                                  on 1999/02/15  03:22:57
3475         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
3476      Branch: perl
3477            ! pod/perlfaq8.pod
3478 ____________________________________________________________________________
3479 [  2926] By: gsar                                  on 1999/02/15  03:19:39
3480         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
3481              have done that, but didn't)
3482      Branch: perl
3483           !> utils/h2ph.PL
3484 ____________________________________________________________________________
3485 [  2925] By: gsar                                  on 1999/02/15  03:17:01
3486         Log: integrate cfgperl changes into mainline
3487      Branch: perl
3488            ! Changes
3489           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3490           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
3491           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
3492           !> vms/subconfigure.com
3493 ____________________________________________________________________________
3494 [  2924] By: gsar                                  on 1999/02/15  03:07:08
3495         Log: add const qualifier to most char* prototypes, handle ripple effect
3496      Branch: perl
3497            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
3498            ! universal.c util.c
3499 ____________________________________________________________________________
3500 [  2923] By: gsar                                  on 1999/02/15  01:04:30
3501         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3502              Date: Thu, 04 Feb 1999 02:37:31 +0000
3503              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
3504              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
3505      Branch: perl
3506            ! pp_ctl.c t/op/range.t
3507 ____________________________________________________________________________
3508 [  2922] By: gsar                                  on 1999/02/15  00:24:34
3509         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3510              Date: Sun, 31 Jan 1999 01:50:06 +0000
3511              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
3512              Subject: [PATCH 5.005_03t4] regexp flags bug
3513      Branch: perl
3514            ! regcomp.c t/op/re_tests
3515 ____________________________________________________________________________
3516 [  2921] By: gsar                                  on 1999/02/15  00:13:02
3517         Log: use New() et al., rather than safemalloc() et al.
3518              From: jan.dubois@ibm.net (Jan Dubois)
3519              Date: Fri, 29 Jan 1999 23:27:22 +0100
3520              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
3521              Subject: [PATCH _03-MT5] POSIX.xs memory API
3522      Branch: perl
3523            ! ext/POSIX/POSIX.xs
3524 ____________________________________________________________________________
3525 [  2920] By: gsar                                  on 1999/02/15  00:05:33
3526         Log: tweak READ() docs to mention $buffer must be altered by reference
3527      Branch: perl
3528            ! pod/perltie.pod
3529 ____________________________________________________________________________
3530 [  2919] By: gsar                                  on 1999/02/14  23:50:39
3531         Log: applied suggested patch, with several language/readability tweaks
3532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3533              Date: Fri, 29 Jan 1999 00:25:02 -0500
3534              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
3535              Subject: Re: [PATCH 5.005_*] Better parsing docs
3536      Branch: perl
3537            ! pod/perlop.pod
3538 ____________________________________________________________________________
3539 [  2918] By: gsar                                  on 1999/02/14  23:20:42
3540         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
3541              of silently returning bogus values)
3542              From: Peter Chines <pchines@nhgri.nih.gov>
3543              Date: Wed, 27 Jan 1999 16:11:31 -0500
3544              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
3545              Subject: Time::Local
3546      Branch: perl
3547            ! lib/Time/Local.pm pod/perldelta.pod
3548 ____________________________________________________________________________
3549 [  2917] By: gsar                                  on 1999/02/14  11:21:43
3550         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3551              Date: Thu, 28 Jan 1999 10:02:20 -0500
3552              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
3553              Subject: Re: [PATCH 5.005_53] Better perldoc
3554      Branch: perl
3555            ! utils/perldoc.PL
3556 ____________________________________________________________________________
3557 [  2916] By: gsar                                  on 1999/02/14  10:59:38
3558         Log: back out change#2751, apply updated version 
3559              From: jan.dubois@ibm.net (Jan Dubois)
3560              Date: Sat, 06 Feb 1999 01:06:29 +0100
3561              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
3562              Subject: [PATCH] Cleanup of File::Spec module
3563      Branch: perl
3564            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3565            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3566            ! lib/File/Spec/Win32.pm
3567 ____________________________________________________________________________
3568 [  2915] By: gsar                                  on 1999/02/14  10:48:01
3569         Log: tweak select() test
3570      Branch: perl
3571            ! pod/perlipc.pod t/op/fh.t
3572 ____________________________________________________________________________
3573 [  2914] By: gsar                                  on 1999/02/14  10:25:55
3574         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
3575      Branch: perl
3576            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
3577 ____________________________________________________________________________
3578 [  2913] By: gsar                                  on 1999/02/14  10:03:51
3579         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
3580              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
3581              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
3582              Subject: Re: SvOPV() or SvPV_nolen() or ...
3583      Branch: perl
3584            ! pod/perlguts.pod
3585 ____________________________________________________________________________
3586 [  2912] By: gsar                                  on 1999/02/14  09:57:29
3587         Log: provide SvPV_nolen(sv) to avoid use of PL_na
3588              From: jan.dubois@ibm.net (Jan Dubois)
3589              Date: Sun, 24 Jan 1999 02:45:32 +0100
3590              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
3591              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
3592      Branch: perl
3593            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
3594            ! sv.h
3595 ____________________________________________________________________________
3596 [  2911] By: gsar                                  on 1999/02/14  06:51:05
3597         Log: elide stray effluvium
3598      Branch: perl
3599            ! pod/perldelta.pod
3600 ____________________________________________________________________________
3601 [  2910] By: gsar                                  on 1999/02/14  05:51:56
3602         Log: slurping an empty file should return '' rather than undef, with
3603              commensurate effects on ARGV processing
3604      Branch: perl
3605            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3606            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
3607 ____________________________________________________________________________
3608 [  2909] By: gsar                                  on 1999/02/14  00:02:11
3609         Log: perly_c.diff typo
3610      Branch: perl
3611            ! perly.c perly_c.diff vms/perly_c.vms
3612 ____________________________________________________________________________
3613 [  2908] By: gsar                                  on 1999/02/13  18:20:13
3614         Log: From: jan.dubois@ibm.net (Jan Dubois)
3615              Date: Sat, 13 Feb 1999 13:25:53 +0100
3616              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
3617              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
3618      Branch: perl
3619            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
3620 ____________________________________________________________________________
3621 [  2907] By: jhi                                   on 1999/02/13  15:07:26
3622         Log: Integrate from mainperl.
3623      Branch: cfgperl
3624           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
3625           !> (integrate 150 files)
3626 ____________________________________________________________________________
3627 [  2903] By: gsar                                  on 1999/02/12  13:25:59
3628         Log: From: jan.dubois@ibm.net (Jan Dubois)
3629              Date: Sun, 24 Jan 1999 01:12:00 +0100
3630              Message-ID: <36b66479.62756298@smtp1.ibm.net>
3631              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
3632      Branch: perl
3633            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
3634            ! proto.h sv.c sv.h
3635 ____________________________________________________________________________
3636 [  2902] By: gsar                                  on 1999/02/12  12:55:11
3637         Log: script to generate ctags from etags
3638              From: Colin Kuskie <ckuskie@cadence.com>
3639              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
3640              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
3641              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
3642      Branch: perl
3643            + emacs/e2ctags.pl
3644            ! Makefile.SH pod/perlfaq3.pod
3645 ____________________________________________________________________________
3646 [  2901] By: gsar                                  on 1999/02/12  12:40:17
3647         Log: allow boolean assign ops to be lvalues
3648              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3649              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
3650              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
3651              --
3652              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3653              Date: Mon, 18 Jan 1999 10:04:00 +0000
3654              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
3655              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
3656      Branch: perl
3657            + t/op/lop.t
3658            ! MANIFEST op.c
3659 ____________________________________________________________________________
3660 [  2899] By: jhi                                   on 1999/02/12  12:03:48
3661         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
3662      Branch: cfgperl
3663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3664            ! config_h.SH hints/openbsd.sh
3665 ____________________________________________________________________________
3666 [  2898] By: gsar                                  on 1999/02/12  11:49:25
3667         Log: support win32_putenv()
3668      Branch: perl
3669            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
3670            ! win32/win32.c win32/win32iop.h
3671 ____________________________________________________________________________
3672 [  2894] By: gsar                                  on 1999/02/12  11:09:27
3673         Log: add missing hunk in change#2657
3674      Branch: perl
3675            ! ext/B/B/CC.pm
3676 ____________________________________________________________________________
3677 [  2893] By: gsar                                  on 1999/02/12  11:00:13
3678         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3679              Date: Tue, 19 Jan 1999 20:13:15 -0500
3680              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
3681              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
3682      Branch: perl
3683            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
3684            ! t/pragma/subs.t t/pragma/warning.t
3685 ____________________________________________________________________________
3686 [  2892] By: gsar                                  on 1999/02/12  10:44:38
3687         Log: update change#2670 to later version
3688              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3689              Date: Sun, 31 Jan 1999 16:16:14 +0000
3690              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
3691              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
3692      Branch: perl
3693            ! t/op/subst.t toke.c
3694 ____________________________________________________________________________
3695 [  2891] By: gsar                                  on 1999/02/12  10:31:17
3696         Log: make testsuite somewhat location independent
3697      Branch: perl
3698            ! (edit 117 files)
3699 ____________________________________________________________________________
3700 [  2890] By: gsar                                  on 1999/02/12  10:00:30
3701         Log: add $AutoLoader::VERSION
3702      Branch: perl
3703            ! lib/AutoLoader.pm
3704 ____________________________________________________________________________
3705 [  2889] By: gsar                                  on 1999/02/12  09:55:48
3706         Log: tweak PERL_STRICT_CR notes
3707      Branch: perl
3708            ! pod/perl5005delta.pod
3709 ____________________________________________________________________________
3710 [  2888] By: gsar                                  on 1999/02/12  09:41:45
3711         Log: add note about test-notty target
3712      Branch: perl
3713            ! README.win32
3714 ____________________________________________________________________________
3715 [  2887] By: gsar                                  on 1999/02/12  09:37:37
3716         Log: add perltodo.pod
3717      Branch: perl
3718            + pod/perltodo.pod
3719            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
3720            ! win32/pod.mak
3721 ____________________________________________________________________________
3722 [  2886] By: jhi                                   on 1999/02/12  08:52:14
3723         Log: Integrate from mainperl.
3724      Branch: cfgperl
3725           +> t/op/fh.t
3726           !> (integrate 30 files)
3727 ____________________________________________________________________________
3728 [  2885] By: gsar                                  on 1999/02/12  08:42:10
3729         Log: note how to find REG_INFTY limit
3730      Branch: perl
3731            ! pod/perlre.pod
3732 ____________________________________________________________________________
3733 [  2884] By: jhi                                   on 1999/02/12  08:36:14
3734         Log: OpenBSD pthreads awareness, thanks to
3735              David Leonard <david.leonard@csee.uq.edu.au>
3736      Branch: maint-5.005/perl
3737            ! Configure hints/openbsd.sh
3738 ____________________________________________________________________________
3739 [  2882] By: gsar                                  on 1999/02/12  08:05:20
3740         Log: IO is maintained by p5p (per Graham Barr's wishes)
3741      Branch: perl
3742            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
3743            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
3744            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
3745            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3746 ____________________________________________________________________________
3747 [  2881] By: gsar                                  on 1999/02/12  07:57:13
3748         Log: fh.t typo
3749      Branch: perl
3750            ! t/op/fh.t
3751 ____________________________________________________________________________
3752 [  2880] By: gsar                                  on 1999/02/12  07:38:16
3753         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
3754      Branch: perl
3755            ! perl.c pod/perlrun.pod
3756 ____________________________________________________________________________
3757 [  2879] By: gsar                                  on 1999/02/12  05:39:29
3758         Log: fix ops that are not filehandle constructors to not create GV if it
3759              doesn't already exist (avoids leaks); extend semantics of defined()
3760              so that defined(*{$foo}) works (experimental)
3761      Branch: perl
3762            + t/op/fh.t
3763            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
3764            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
3765 ____________________________________________________________________________
3766 [  2877] By: jhi                                   on 1999/02/11  20:44:00
3767         Log: From: Chris Nandor <pudge@pobox.com>
3768              To: perl5-porters@perl.org
3769              Subject: [PATCH] perlport.pod 1.39
3770              Date: Thu, 11 Feb 1999 12:28:35 -0500
3771              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
3772      Branch: cfgperl
3773            ! pod/perlport.pod
3774 ____________________________________________________________________________
3775 [  2870] By: gsar                                  on 1999/02/11  11:17:08
3776         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
3777      Branch: perl
3778            ! ext/IO/lib/IO/Pipe.pm
3779 ____________________________________________________________________________
3780 [  2869] By: gsar                                  on 1999/02/11  11:00:56
3781         Log: update win32/pod.mak
3782      Branch: perl
3783            ! win32/pod.mak
3784 ____________________________________________________________________________
3785 [  2868] By: gsar                                  on 1999/02/11  10:42:44
3786         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
3787              Date: Fri, 08 Jan 1999 14:36:53 +1100
3788              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
3789              Subject: Re: [Fwd: IO::Socket::connect and blocking]
3790      Branch: perl
3791            ! ext/IO/lib/IO/Socket.pm
3792 ____________________________________________________________________________
3793 [  2867] By: gsar                                  on 1999/02/11  09:43:03
3794         Log: av_extend() doc tweak from Jan Dubois
3795      Branch: perl
3796            ! pod/perlguts.pod
3797 ____________________________________________________________________________
3798 [  2866] By: gsar                                  on 1999/02/11  09:27:17
3799         Log: display full pathname of unreadable files
3800      Branch: perl
3801            ! utils/perldoc.PL
3802 ____________________________________________________________________________
3803 [  2865] By: gsar                                  on 1999/02/11  09:02:31
3804         Log: missing patch in change#2522
3805      Branch: perl
3806            ! lib/Pod/Text.pm
3807 ____________________________________________________________________________
3808 [  2864] By: jhi                                   on 1999/02/11  08:45:00
3809         Log: From: Spider Boardman <spider@zk3.dec.com>
3810              To: perlbug@perl.com
3811              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
3812              Date: Wed, 10 Feb 1999 23:33:31 -0500
3813              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
3814      Branch: maint-5.005/perl
3815            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
3816 ____________________________________________________________________________
3817 [  2862] By: gsar                                  on 1999/02/11  08:14:34
3818         Log: integrate changes#2738,2740 from maint-5.005
3819      Branch: perl
3820           !> lib/ExtUtils/MakeMaker.pm
3821 ____________________________________________________________________________
3822 [  2861] By: jhi                                   on 1999/02/11  08:04:25
3823         Log: Integrate from mainperl.
3824      Branch: cfgperl
3825           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
3826           !> t/op/range.t win32/config.gc
3827 ____________________________________________________________________________
3828 [  2860] By: gsar                                  on 1999/02/11  07:30:08
3829         Log: binmode() support for cygwin32 (suggested by Steven Morlock
3830              <newspost@morlock.net>)
3831      Branch: perl
3832            ! perl.h
3833 ____________________________________________________________________________
3834 [  2859] By: gsar                                  on 1999/02/11  07:14:21
3835         Log: update Changes
3836      Branch: perl
3837            ! Changes
3838           !> pod/perl5005delta.pod
3839 ____________________________________________________________________________
3840 [  2856] By: gsar                                  on 1999/02/11  07:07:39
3841         Log: integrate perldelta changes from maint-5.005
3842      Branch: perl
3843           !> pod/perl5005delta.pod
3844 ____________________________________________________________________________
3845 [  2855] By: gsar                                  on 1999/02/11  06:31:50
3846         Log: applied suggested patch; added tests
3847              From: Adam Krolnik <adamk@gypsy.cyrix.com>
3848              Date: Sat, 12 Dec 98 15:30:18 -0600
3849              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
3850              Subject: Range operation doesn't handle IV_MAX
3851      Branch: perl
3852            ! pp_ctl.c t/op/range.t
3853 ____________________________________________________________________________
3854 [  2854] By: gsar                                  on 1999/02/11  05:00:55
3855         Log: compatibility fix: magic non-propagation in foreach implicit localization
3856      Branch: perl
3857            ! pp_ctl.c t/op/local.t win32/config.gc
3858 ____________________________________________________________________________
3859 [  2852] By: gsar                                  on 1999/02/10  23:17:49
3860         Log: fair warning about -Dusethreads
3861      Branch: maint-5.005/perl
3862            ! Configure INSTALL README.threads
3863 ____________________________________________________________________________
3864 [  2847] By: jhi                                   on 1999/02/09  19:13:28
3865         Log: Integrate from mainperl.
3866      Branch: cfgperl
3867           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
3868           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
3869 ____________________________________________________________________________
3870 [  2846] By: gsar                                  on 1999/02/09  13:53:28
3871         Log: a modified version of suggested patch for pack template 'Z'; added docs
3872              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
3873              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
3874              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
3875              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
3876      Branch: perl
3877            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
3878 ____________________________________________________________________________
3879 [  2845] By: gsar                                  on 1999/02/09  00:03:26
3880         Log: clarify docs for change#2835
3881      Branch: perl
3882            ! pod/perldelta.pod pod/perlop.pod
3883 ____________________________________________________________________________
3884 [  2844] By: gsar                                  on 1999/02/08  23:40:57
3885         Log: addendum to change#2823
3886              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3887              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
3888              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
3889              Subject: [PATCH] Docs and tests for method-call syntax
3890      Branch: perl
3891            ! pod/perlobj.pod t/op/method.t
3892 ____________________________________________________________________________
3893 [  2843] By: jhi                                   on 1999/02/08  21:06:28
3894         Log: Ultrix mmap tidbit.
3895      Branch: cfgperl
3896            ! hints/ultrix_4.sh
3897 ____________________________________________________________________________
3898 [  2842] By: jhi                                   on 1999/02/08  20:22:55
3899         Log: Integrate from mainperl.
3900      Branch: cfgperl
3901           +> t/op/subst_wamp.t
3902           !> (integrate 35 files)
3903 ____________________________________________________________________________
3904 [  2841] By: jhi                                   on 1999/02/08  18:23:26
3905         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3906              To: Mailing list Perl5 <perl5-porters@perl.org>
3907              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3908              Date: Sun, 7 Feb 1999 17:25:22 -0500
3909              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3910      Branch: cfgperl
3911            + t/op/subst_amp.t
3912            ! MANIFEST regcomp.c t/op/subst.t
3913 ____________________________________________________________________________
3914 [  2840] By: jhi                                   on 1999/02/08  18:16:54
3915         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3916              To: Mailing list Perl5 <perl5-porters@perl.org>
3917              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3918              Date: Sun, 7 Feb 1999 17:00:10 -0500
3919              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3920      Branch: cfgperl
3921            ! pp_hot.c t/op/pat.t
3922 ____________________________________________________________________________
3923 [  2839] By: jhi                                   on 1999/02/08  17:25:30
3924         Log: A require was missing.
3925      Branch: cfgperl
3926            ! t/lib/h2ph.pht
3927 ____________________________________________________________________________
3928 [  2838] By: jhi                                   on 1999/02/08  16:38:41
3929         Log: Bring in the change #2809 (the Configure part has been
3930              modified rather a lot since the #2809, though.)
3931      Branch: cfgperl
3932            ! Configure utils/h2ph.PL
3933 ____________________________________________________________________________
3934 [  2835] By: gsar                                  on 1999/02/08  14:40:23
3935         Log: make qw() into a true list at compile time (slightly modified
3936              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
3937      Branch: perl
3938            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
3939 ____________________________________________________________________________
3940 [  2834] By: gsar                                  on 1999/02/08  13:23:16
3941         Log: make safesysmalloc() etc., always available; safemalloc() et al are
3942              now macros that point to the right malloc; fix various places in
3943              sources that need to always use safesysmalloc() et al
3944      Branch: perl
3945            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
3946            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
3947 ____________________________________________________________________________
3948 [  2833] By: gsar                                  on 1999/02/08  10:56:16
3949         Log: remove spurious #endif in last change
3950      Branch: perl
3951            ! perl.h
3952 ____________________________________________________________________________
3953 [  2832] By: gsar                                  on 1999/02/08  10:34:55
3954         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
3955              them ask for insanity (untested)
3956      Branch: perl
3957            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
3958            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
3959            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
3960 ____________________________________________________________________________
3961 [  2831] By: jhi                                   on 1999/02/08  08:33:33
3962         Log: Update vms/subconfigure.com along the lines of change #2829.
3963      Branch: cfgperl
3964            ! vms/subconfigure.com
3965 ____________________________________________________________________________
3966 [  2830] By: gsar                                  on 1999/02/08  00:19:46
3967         Log: integrate cfgperl changes into mainline
3968      Branch: perl
3969           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
3970           +> lib/File/PathConvert.pm pod/perlthrtut.pod
3971            ! Changes
3972           !> (integrate 93 files)
3973 ____________________________________________________________________________
3974 [  2829] By: jhi                                   on 1999/02/07  23:49:46
3975         Log: Configure update.
3976              
3977              Probe for mmap() et alia.
3978              The *cc*symbols patch (just Configure, no h2ph).
3979      Branch: cfgperl
3980            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3981            ! config_h.SH perl.h
3982 ____________________________________________________________________________
3983 [  2828] By: gsar                                  on 1999/02/07  23:38:47
3984         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3985              Date: Sun, 7 Feb 1999 17:25:22 -0500
3986              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3987              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3988      Branch: perl
3989            + t/op/subst_amp.t t/op/subst_wamp.t
3990            ! MANIFEST regcomp.c t/op/subst.t
3991 ____________________________________________________________________________
3992 [  2827] By: gsar                                  on 1999/02/07  23:27:32
3993         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3994              Date: Sun, 7 Feb 1999 17:00:10 -0500
3995              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3996              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3997      Branch: perl
3998            ! pp_hot.c t/op/pat.t
3999 ____________________________________________________________________________
4000 [  2826] By: gsar                                  on 1999/02/07  23:26:04
4001         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
4002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4003              Date: Sun, 7 Feb 1999 15:07:27 -0500
4004              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
4005              Subject: Re: fixing memory leaks in REx compilation
4006      Branch: perl
4007            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
4008            ! regexec.c
4009 ____________________________________________________________________________
4010 [  2825] By: jhi                                   on 1999/02/07  18:05:13
4011         Log: Integrate from mainperl.
4012      Branch: cfgperl
4013           +> lib/DB.pm t/comp/bproto.t
4014           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
4015           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
4016           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
4017           !> toke.c vms/perly_c.vms
4018 ____________________________________________________________________________
4019 [  2824] By: gsar                                  on 1999/02/07  14:21:48
4020         Log: tweak doc on bitwise ops
4021      Branch: perl
4022            ! pod/perlop.pod
4023 ____________________________________________________________________________
4024 [  2823] By: gsar                                  on 1999/02/07  13:38:31
4025         Log: applied suggested patch; regen perly* and vms/perly*
4026              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4027              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
4028              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
4029              Subject: [PATCH] Re: Suggestion for perlobj man page
4030      Branch: perl
4031            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
4032 ____________________________________________________________________________
4033 [  2822] By: gsar                                  on 1999/02/07  12:39:09
4034         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
4035              disabled, fails tests)
4036      Branch: perl
4037            ! regcomp.h
4038 ____________________________________________________________________________
4039 [  2821] By: gsar                                  on 1999/02/07  11:09:39
4040         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
4041              <Alexander.Barilo@aexp.com>)
4042      Branch: perl
4043            ! lib/Pod/Html.pm
4044 ____________________________________________________________________________
4045 [  2820] By: gsar                                  on 1999/02/07  10:20:35
4046         Log: add draft debugging API implementation
4047      Branch: perl
4048            + lib/DB.pm
4049            ! MANIFEST
4050 ____________________________________________________________________________
4051 [  2819] By: gsar                                  on 1999/02/07  09:58:45
4052         Log: avoid garbage in db->dirbuf
4053              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
4054              Date: Sat, 05 Dec 1998 14:14:54 +0900
4055              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
4056              Subject: SDBM bug
4057      Branch: perl
4058            ! ext/SDBM_File/sdbm/sdbm.c
4059 ____________________________________________________________________________
4060 [  2818] By: gsar                                  on 1999/02/07  09:32:24
4061         Log: missing entry
4062      Branch: perl
4063            ! MANIFEST
4064 ____________________________________________________________________________
4065 [  2817] By: gsar                                  on 1999/02/07  09:30:47
4066         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
4067      Branch: perl
4068            + t/comp/bproto.t
4069            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4070 ____________________________________________________________________________
4071 [  2816] By: gsar                                  on 1999/02/06  00:14:29
4072         Log: minor bug in dumping blessed subrefs
4073      Branch: perl
4074            ! ext/Data/Dumper/Dumper.pm
4075 ____________________________________________________________________________
4076 [  2812] By: jhi                                   on 1999/02/03  22:02:24
4077         Log: Enhance change #2808.
4078              
4079              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4080              To: perl5-porters@perl.org
4081              Subject: Re: [PATCH 5.00*]: perlbug checklist
4082              Date: Wed, 3 Feb 1999 19:02:27 +0000
4083              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
4084      Branch: cfgperl
4085            ! utils/perlbug.PL
4086 ____________________________________________________________________________
4087 [  2811] By: jhi                                   on 1999/02/03  21:53:23
4088         Log: From: Barrie Slaymaker <rbs@telerama.com>
4089              To: perl5-porters@perl.org
4090              CC: pod-people@perl.org
4091              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
4092              Date: Wed, 03 Feb 1999 10:34:18 -0500
4093              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
4094              
4095              Add File::PathConvert.pm.
4096              Fix Pod::Html and installhtml to understand relative urls.
4097      Branch: cfgperl
4098            + lib/File/PathConvert.pm
4099            ! MANIFEST installhtml lib/Pod/Html.pm
4100 ____________________________________________________________________________
4101 [  2810] By: jhi                                   on 1999/02/03  20:25:10
4102         Log: From: Francois Desarmenien <desar@club-internet.fr>
4103              To: Mailing list Perl5 <perl5-porters@perl.org>
4104              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
4105              Date: Wed, 03 Feb 1999 13:13:24 +0000
4106              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
4107              
4108              (note: this patch completely overrides Tom Wolfe's patch,
4109              change #2604)
4110      Branch: cfgperl
4111            + ext/GDBM_File/hints/sco.pl
4112            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
4113 ____________________________________________________________________________
4114 [  2809] By: jhi                                   on 1999/02/03  19:54:16
4115         Log: h2ph fixes + Configure patch to support them.
4116              
4117              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4118              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
4119              Gurusamy Sarathy <gsar@engin.umich.edu>
4120              Cc: perl5-porters@perl.org
4121              Subject: [PATCH 5.00503_MT5] h2ph.PL
4122              Date: Tue, 2 Feb 1999 19:48:06 -0500
4123              Message-ID: <19990202194806.E10647@O2.chapin.edu>
4124      Branch: maint-5.005/perl
4125            ! Configure utils/h2ph.PL
4126 ____________________________________________________________________________
4127 [  2808] By: jhi                                   on 1999/02/03  16:59:55
4128         Log: Enhance the perlbug checklist.
4129      Branch: cfgperl
4130            ! utils/perlbug.PL
4131 ____________________________________________________________________________
4132 [  2807] By: jhi                                   on 1999/02/03  14:01:37
4133         Log: Document the standard strftime %formats.
4134              
4135              From: Dominic Dunlop <domo@vo.lu>
4136              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
4137              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
4138              Date: Tue, 2 Feb 1999 15:55:29 +0100
4139              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
4140      Branch: cfgperl
4141            ! ext/POSIX/POSIX.pod
4142 ____________________________________________________________________________
4143 [  2806] By: jhi                                   on 1999/02/03  13:58:00
4144         Log: Integrate from mainperl.
4145      Branch: cfgperl
4146           !> perl.h
4147 ____________________________________________________________________________
4148 [  2805] By: gsar                                  on 1999/02/03  03:32:31
4149         Log: PL_uuemap[] init needs help for sizeof()
4150      Branch: perl
4151            ! perl.h
4152 ____________________________________________________________________________
4153 [  2804] By: jhi                                   on 1999/02/02  20:44:30
4154         Log: These should've been already in #2803.
4155      Branch: cfgperl
4156            ! Configure config_h.SH vms/subconfigure.com
4157 ____________________________________________________________________________
4158 [  2803] By: jhi                                   on 1999/02/02  20:38:45
4159         Log: telldir prototype issue, from mists of time...
4160      Branch: cfgperl
4161            ! hints/netbsd.sh pp_sys.c
4162 ____________________________________________________________________________
4163 [  2801] By: jhi                                   on 1999/02/02  17:40:14
4164         Log: From: John Bley <jbb6@acpub.duke.edu>
4165              To: perlbug@perl.org
4166              Subject: [PATCH]5.005_54 (DOC) fix minor typos
4167              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
4168              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
4169      Branch: cfgperl
4170            ! pod/perlre.pod
4171 ____________________________________________________________________________
4172 [  2800] By: jhi                                   on 1999/02/02  17:26:49
4173         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
4174      Branch: cfgperl
4175            ! Todo-5.005
4176 ____________________________________________________________________________
4177 [  2799] By: jhi                                   on 1999/02/02  17:18:51
4178         Log: Update FindBin from maint-5.005.
4179      Branch: cfgperl
4180            ! lib/FindBin.pm
4181 ____________________________________________________________________________
4182 [  2798] By: jhi                                   on 1999/02/02  17:16:07
4183         Log: Fix typecasts in #2797
4184              
4185              From: "G. Del Merritt" <del@intranetics.com>
4186              Date: Fri, 29 Jan 1999 11:47:25 -0700
4187              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
4188              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
4189      Branch: cfgperl
4190            ! ext/POSIX/POSIX.xs
4191 ____________________________________________________________________________
4192 [  2797] By: jhi                                   on 1999/02/02  17:14:37
4193         Log: From: Ted Law <tedlaw@cibcwg.com>
4194              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
4195              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
4196              Subject: POSIX::strftime buffer overflow problem
4197      Branch: cfgperl
4198            ! ext/POSIX/POSIX.xs
4199 ____________________________________________________________________________
4200 [  2796] By: jhi                                   on 1999/02/02  17:13:23
4201         Log: Do not use File::Slurp.
4202      Branch: cfgperl
4203            ! t/lib/textfill.t
4204 ____________________________________________________________________________
4205 [  2795] By: jhi                                   on 1999/02/02  17:11:48
4206         Log: perlhist update from maint-5.005.
4207      Branch: cfgperl
4208            ! pod/perlhist.pod
4209 ____________________________________________________________________________
4210 [  2794] By: jhi                                   on 1999/02/02  17:10:33
4211         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
4212      Branch: cfgperl
4213            ! ext/POSIX/POSIX.pm
4214 ____________________________________________________________________________
4215 [  2793] By: jhi                                   on 1999/02/02  17:08:39
4216         Log: Missed the html test from change #2787. 
4217      Branch: cfgperl
4218            ! t/lib/cgi-html.t
4219 ____________________________________________________________________________
4220 [  2792] By: jhi                                   on 1999/02/02  17:01:24
4221         Log: Update Getopt::Long to 2.19.
4222      Branch: cfgperl
4223            ! lib/Getopt/Long.pm
4224 ____________________________________________________________________________
4225 [  2791] By: jhi                                   on 1999/02/02  16:59:13
4226         Log: overload syntax is no longer experimental
4227      Branch: cfgperl
4228            ! lib/overload.pm
4229 ____________________________________________________________________________
4230 [  2789] By: jhi                                   on 1999/02/02  16:47:50
4231         Log: Still doc fixes.
4232      Branch: cfgperl
4233            ! lib/diagnostics.pm
4234 ____________________________________________________________________________
4235 [  2788] By: jhi                                   on 1999/02/02  16:47:07
4236         Log: Doc fixes.
4237      Branch: cfgperl
4238            ! lib/CGI.pm lib/diagnostics.pm
4239 ____________________________________________________________________________
4240 [  2787] By: jhi                                   on 1999/02/02  16:38:55
4241         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
4242              where applicable).
4243      Branch: cfgperl
4244            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
4245            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
4246            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
4247            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
4248            ! eg/cgi/frameset.cgi eg/cgi/index.html
4249            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
4250            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
4251            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
4252            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
4253            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4254            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
4255 ____________________________________________________________________________
4256 [  2786] By: jhi                                   on 1999/02/02  16:17:52
4257         Log: Update CPAN to 1.47.
4258      Branch: cfgperl
4259            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4260 ____________________________________________________________________________
4261 [  2785] By: jhi                                   on 1999/02/02  16:09:03
4262         Log: From: Mark-Jason Dominus <mjd@plover.com>
4263              Date: Sat, 16 Jan 1999 17:22:06 -0500
4264              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
4265              Message-ID: <19990116222206.3674.qmail@plover.com>
4266      Branch: cfgperl
4267            ! pod/perlsub.pod
4268 ____________________________________________________________________________
4269 [  2784] By: jhi                                   on 1999/02/02  16:01:31
4270         Log: Fix incorrect "used only once" warnings
4271              
4272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4273              Date: Fri, 8 Jan 1999 04:37:10 -0500
4274              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
4275              Subject: Re: change#965 flakiness
4276      Branch: cfgperl
4277            ! gv.c
4278 ____________________________________________________________________________
4279 [  2783] By: jhi                                   on 1999/02/02  15:50:38
4280         Log: perldelta updates.
4281      Branch: cfgperl
4282            ! pod/perldelta.pod
4283 ____________________________________________________________________________
4284 [  2782] By: jhi                                   on 1999/02/02  14:28:26
4285         Log: Mirror change #2781.
4286      Branch: cfgperl
4287            ! hints/linux.sh
4288 ____________________________________________________________________________
4289 [  2781] By: jhi                                   on 1999/02/02  14:27:01
4290         Log: Update the MkLinux note.
4291      Branch: maint-5.005/perl
4292            ! hints/linux.sh
4293 ____________________________________________________________________________
4294 [  2780] By: jhi                                   on 1999/02/02  14:10:59
4295         Log: Update todo.
4296      Branch: cfgperl
4297            ! Todo-5.005
4298 ____________________________________________________________________________
4299 [  2779] By: jhi                                   on 1999/02/02  14:00:25
4300         Log: Integrate from mainperl.
4301      Branch: cfgperl
4302            ! t/lib/textfill.t t/lib/textwrap.t
4303           !> (integrate 32 files)
4304 ____________________________________________________________________________
4305 [  2778] By: jhi                                   on 1999/02/02  13:56:23
4306         Log: VMS update, applicable parts of
4307              
4308              From: Dan Sugalski <sugalskd@osshe.edu>
4309              To: perl5-porters@perl.org
4310              Subject: [PATCH 5.005_03MT3]VMS configure tweak
4311              Date: Wed, 20 Jan 1999 12:05:18 -0800
4312              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
4313              
4314              From: Dan Sugalski <sugalskd@osshe.edu>
4315              To: perlbug@perl.com, vmsperl@perl.org
4316              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
4317              Date: Tue, 26 Jan 1999 14:40:38 -0800
4318              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
4319              
4320              From: Dan Sugalski <sugalskd@osshe.edu>
4321              To: perl5-porters@perl.org, vmsperl@perl.org
4322              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
4323              Date: Tue, 26 Jan 1999 14:55:29 -0800
4324              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
4325      Branch: cfgperl
4326            ! vms/ext/Stdio/test.pl vms/subconfigure.com
4327 ____________________________________________________________________________
4328 [  2777] By: jhi                                   on 1999/02/02  13:43:24
4329         Log: Synch usethreads parts from maint-5.005.
4330      Branch: cfgperl
4331            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
4332            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
4333            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4334            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
4335 ____________________________________________________________________________
4336 [  2776] By: jhi                                   on 1999/02/02  13:17:16
4337         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
4338      Branch: cfgperl
4339            ! Makefile.SH hints/freebsd.sh
4340 ____________________________________________________________________________
4341 [  2774] By: jhi                                   on 1999/02/02  13:10:39
4342         Log: Add perlthrtut, update pod/* machinery.
4343              (a pod/Makefile.SH is sorely needed)
4344      Branch: cfgperl
4345            + pod/perlthrtut.pod
4346            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4347 ____________________________________________________________________________
4348 [  2773] By: jhi                                   on 1999/02/02  12:54:24
4349         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4350              To: perl5-porters@perl.org
4351              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
4352              Date: Tue, 26 Jan 1999 22:25:07 +0000
4353              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
4354      Branch: cfgperl
4355            ! pod/perlguts.pod
4356 ____________________________________________________________________________
4357 [  2771] By: jhi                                   on 1999/02/02  12:47:34
4358         Log: Use perlbug instead of personal email address.
4359      Branch: cfgperl
4360            ! Configure
4361 ____________________________________________________________________________
4362 [  2770] By: jhi                                   on 1999/02/02  12:42:06
4363         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
4364              
4365              From: "G. Del Merritt" <del@intranetics.com>
4366              To: perlbug@perl.com
4367              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4368              Date: Tue, 26 Jan 1999 12:09:09 -0700
4369              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4370      Branch: cfgperl
4371            ! iperlsys.h
4372 ____________________________________________________________________________
4373 [  2769] By: jhi                                   on 1999/02/02  12:37:57
4374         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4375              To: Mailing list Perl5 <perl5-porters@perl.org>
4376              Subject: [PATCH 5.005_*] OS/2 threads
4377              Date: Tue, 26 Jan 1999 13:39:46 -0500
4378              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
4379      Branch: cfgperl
4380            ! os2/os2ish.h
4381 ____________________________________________________________________________
4382 [  2768] By: jhi                                   on 1999/02/02  12:36:16
4383         Log: Apply change #2711 from maint-5.005:
4384              
4385              make ok", "make okfile", and "make nok" were broken
4386              with -Duseshrplib, because of a shared typo.
4387              
4388              From: Spider Boardman <spider@web.zk3.dec.com>
4389              To: perlbug@perl.com
4390              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4391              Date: Wed, 27 Jan 1999 12:27:15 -0500
4392              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
4393      Branch: cfgperl
4394            ! Makefile.SH
4395 ____________________________________________________________________________
4396 [  2766] By: jhi                                   on 1999/02/02  12:27:08
4397         Log: Make Configure use "int main()" instead of bare "main()".
4398              Like maint-5.005 change #2703 but now via metaconfig.
4399      Branch: cfgperl
4400            ! Configure
4401 ____________________________________________________________________________
4402 [  2765] By: jhi                                   on 1999/02/02  11:59:30
4403         Log: Undo part of change #2562.
4404      Branch: cfgperl
4405            ! Configure
4406 ____________________________________________________________________________
4407 [  2764] By: jhi                                   on 1999/02/02  11:52:39
4408         Log: NetBSD synch with maint-5.005.
4409      Branch: cfgperl
4410            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4411 ____________________________________________________________________________
4412 [  2763] By: jhi                                   on 1999/02/02  11:44:07
4413         Log: $Config{installusrbinperl}
4414              (maint-5.005 changes #2614 and #2709)
4415      Branch: cfgperl
4416            ! Configure installperl
4417 ____________________________________________________________________________
4418 [  2762] By: jhi                                   on 1999/02/02  11:29:13
4419         Log: Errno update from maint-5.005 (changes #2583, #2710).
4420      Branch: cfgperl
4421            ! Configure ext/Errno/Errno_pm.PL
4422 ____________________________________________________________________________
4423 [  2759] By: jhi                                   on 1999/02/02  10:53:20
4424         Log: Update Trig.pm from maint-5.005.
4425      Branch: cfgperl
4426            ! lib/Math/Trig.pm
4427 ____________________________________________________________________________
4428 [  2757] By: jhi                                   on 1999/02/02  10:41:26
4429         Log: MPE/iX update (mirror maint-5.005 change #2715)
4430      Branch: cfgperl
4431            ! hints/mpeix.sh mpeix/relink
4432 ____________________________________________________________________________
4433 [  2756] By: jhi                                   on 1999/02/02  10:38:08
4434         Log: BeOS update (Mirror maint-5.005 change #2727).
4435      Branch: cfgperl
4436            + ext/DynaLoader/dl_beos.xs
4437            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
4438            ! lib/ExtUtils/MM_Unix.pm
4439 ____________________________________________________________________________
4440 [  2754] By: gsar                                  on 1999/02/02  08:52:13
4441         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
4442      Branch: perl
4443            ! Porting/pumpkin.pod Todo Todo-5.005
4444 ____________________________________________________________________________
4445 [  2753] By: gsar                                  on 1999/02/02  08:46:21
4446         Log: Todo tweaks
4447      Branch: perl
4448            ! Todo Todo-5.005
4449 ____________________________________________________________________________
4450 [  2752] By: jhi                                   on 1999/02/01  22:15:12
4451         Log: Add perlthrtut.pod.
4452              
4453              From: Dan Sugalski <sugalskd@osshe.edu>
4454              To: perl5-porters@perl.org
4455              Subject: perlthrtut.pod
4456              Date: Mon, 01 Feb 1999 10:57:11 -0800
4457              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
4458      Branch: maint-5.005/perl
4459            + pod/perlthrtut.pod
4460            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
4461            ! pod/roffitall
4462 ____________________________________________________________________________
4463 [  2751] By: gsar                                  on 1999/02/01  07:28:05
4464         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
4465      Branch: perl
4466            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4467            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4468 ____________________________________________________________________________
4469 [  2750] By: gsar                                  on 1999/02/01  07:09:20
4470         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4471              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
4472              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
4473              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
4474      Branch: perl
4475            ! regexec.c
4476 ____________________________________________________________________________
4477 [  2749] By: gsar                                  on 1999/02/01  07:07:59
4478         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4479              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
4480              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
4481              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
4482      Branch: perl
4483            ! regexec.c
4484 ____________________________________________________________________________
4485 [  2748] By: gsar                                  on 1999/02/01  06:47:06
4486         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
4487              Date: Thu, 3 Dec 1998 15:10:17 -0500
4488              Message-Id: <199812032010.PAA09692@jik.shore.net>
4489              Subject: sample checksum code in "perlfunc" man page is wrong
4490      Branch: perl
4491            ! pod/perlfunc.pod
4492 ____________________________________________________________________________
4493 [  2747] By: gsar                                  on 1999/02/01  06:35:13
4494         Log: typos in Pod/Text.pm
4495              From: "Greg Chapman" <glc@well.com>
4496              Date: Tue, 1 Dec 1998 10:50:18 -0800
4497              Message-Id: <199812011849.KAA08816@smtp.well.com>
4498              Subject: Glitch in Pod::Text
4499      Branch: perl
4500            ! lib/Pod/Text.pm
4501 ____________________________________________________________________________
4502 [  2746] By: gsar                                  on 1999/02/01  06:27:35
4503         Log: various win32-ish changes merged from maint-5.005
4504      Branch: perl
4505            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
4506            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
4507            ! win32/Makefile win32/config.bc win32/config.vc
4508            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
4509            ! win32/win32.c
4510 ____________________________________________________________________________
4511 [  2745] By: gsar                                  on 1999/02/01  04:51:54
4512         Log: integrate cfgperl changes into mainline
4513      Branch: perl
4514           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
4515 ____________________________________________________________________________
4516 [  2744] By: gsar                                  on 1999/02/01  04:31:09
4517         Log: improved diagnostic on syntax errors at EOL
4518      Branch: perl
4519            ! toke.c
4520 ____________________________________________________________________________
4521 [  2743] By: gsar                                  on 1999/02/01  03:59:13
4522         Log: don't attempt connect() to bogus IP addresses
4523              From:    Graham Barr <gbarr@pobox.com>
4524              Date:    Sun, 31 Jan 1999 21:50:45 CST
4525              Message-Id: <19990131215045.A633@pobox.com>
4526      Branch: perl
4527            ! t/lib/io_multihomed.t
4528 ____________________________________________________________________________
4529 [  2742] By: gsar                                  on 1999/02/01  03:08:58
4530         Log: update Changes
4531      Branch: perl
4532            ! Changes pod/perldelta.pod
4533 ____________________________________________________________________________
4534 [  2740] By: gsar                                  on 1999/02/01  02:43:07
4535         Log: CAPI inheritance tweak and doc
4536      Branch: maint-5.005/perl
4537            ! lib/ExtUtils/MakeMaker.pm
4538 ____________________________________________________________________________
4539 [  2739] By: jhi                                   on 1999/01/31  18:31:54
4540         Log: Undo changes #2730 and #2731 and replace them
4541              with an extensively tested patch from
4542              Anton Berezin <tobez@plab.ku.dk> (via private email).
4543      Branch: maint-5.005/perl
4544            ! Makefile.SH hints/freebsd.sh
4545 ____________________________________________________________________________
4546 [  2738] By: gsar                                  on 1999/01/31  05:04:32
4547         Log: fix bogus CAPI inheritance from change#2541
4548      Branch: maint-5.005/perl
4549            ! lib/ExtUtils/MakeMaker.pm
4550 ____________________________________________________________________________
4551 [  2731] By: jhi                                   on 1999/01/29  14:33:12
4552         Log: FreeBSD version numbers can be like "2.2.8-release".
4553      Branch: maint-5.005/perl
4554            ! hints/freebsd.sh
4555 ____________________________________________________________________________
4556 [  2730] By: jhi                                   on 1999/01/29  12:40:38
4557         Log: FreeBSD hints iteration (hopefully convergent).
4558              usethreads: require at least FreeBSD 2.2.8.
4559              signal type: mirror change #2429 in cfgperl.
4560      Branch: maint-5.005/perl
4561            ! hints/freebsd.sh
4562 ____________________________________________________________________________
4563 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
4564         Log: From: Tom Spindler <dogcow@isi.net>
4565              Date: Thu, 28 Jan 1999 17:15:11 -0800
4566              Message-ID: <19990128171510.A11778@isi.net>
4567              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
4568      Branch: maint-5.005/perl
4569            + ext/DynaLoader/dl_beos.xs
4570            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
4571            ! lib/ExtUtils/MM_Unix.pm
4572 ____________________________________________________________________________
4573 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
4574         Log: Remove use of File::Slurp in t/lib/textfill.t
4575      Branch: maint-5.005/perl
4576            ! t/lib/textfill.t
4577 ____________________________________________________________________________
4578 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
4579         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
4580              Date: Wed, 27 Jan 1999 23:14:33 -0800
4581              Message-Id: <199901280714.XAA10176@activestate.com>
4582              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
4583      Branch: maint-5.005/perl
4584            ! win32/Makefile win32/makefile.mk
4585 ____________________________________________________________________________
4586 [  2720] By: gsar                                  on 1999/01/27  21:54:42
4587         Log: missing space while munging CCFLAGS for PERL_CAPI
4588      Branch: perl
4589            ! lib/ExtUtils/MM_Unix.pm
4590 ____________________________________________________________________________
4591 [  2718] By: jhi                                   on 1999/01/27  19:46:04
4592         Log: io/fs.t fails test #18 (sense of tests appears to have been
4593              changed incompletely; this patch just skips the test attached,
4594              a la test #17 preceding it).
4595              
4596              From: "G. Del Merritt" <del@intranetics.com>
4597              To: perlbug@perl.com
4598              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4599              Date: Tue, 26 Jan 1999 12:09:09 -0700
4600              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4601      Branch: maint-5.005/perl
4602            ! t/io/fs.t
4603 ____________________________________________________________________________
4604 [  2717] By: jhi                                   on 1999/01/27  19:44:46
4605         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
4606              
4607              From: "G. Del Merritt" <del@intranetics.com>
4608              To: perlbug@perl.com
4609              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4610              Date: Tue, 26 Jan 1999 12:09:09 -0700
4611              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4612      Branch: maint-5.005/perl
4613            ! iperlsys.h
4614 ____________________________________________________________________________
4615 [  2715] By: jhi                                   on 1999/01/27  19:34:28
4616         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4617              To: perl5-porters@perl.org
4618              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
4619              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
4620              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
4621      Branch: maint-5.005/perl
4622            ! hints/mpeix.sh mpeix/relink
4623 ____________________________________________________________________________
4624 [  2710] By: jhi                                   on 1999/01/27  19:22:23
4625         Log: Errno fixes:
4626              
4627              From: Spider Boardman <spider@web.zk3.dec.com>
4628              To: perlbug@perl.com
4629              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4630              Date: Wed, 27 Jan 1999 12:27:15 -0500
4631              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
4632              
4633              From: Spider Boardman <spider@web.zk3.dec.com>
4634              To: perlbug@perl.com
4635              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4636              Date: Wed, 27 Jan 1999 13:31:16 -0500
4637              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
4638      Branch: maint-5.005/perl
4639            ! Configure ext/Errno/Errno_pm.PL
4640 ____________________________________________________________________________
4641 [  2709] By: jhi                                   on 1999/01/27  19:17:35
4642         Log: Fix Configure installusrbinperl:
4643              
4644              From: Spider Boardman <spider@web.zk3.dec.com>
4645              To: jhi@iki.fi
4646              cc: perl5-porters@perl.org
4647              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4648              Date: Wed, 27 Jan 1999 13:03:35 -0500
4649              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
4650      Branch: maint-5.005/perl
4651            ! Configure
4652 ____________________________________________________________________________
4653 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
4654         Log: Add redef IO::Handle::* for setv?buf()
4655      Branch: maint-5.005/perl
4656            ! ext/POSIX/POSIX.pm
4657 ____________________________________________________________________________
4658 [  2705] By: jhi                                   on 1999/01/24  15:14:30
4659         Log: Mention year-1900 and month 0..11.
4660      Branch: cfgperl
4661            ! lib/Time/Local.pm
4662 ____________________________________________________________________________
4663 [  2704] By: jhi                                   on 1999/01/24  15:13:36
4664         Log: Document Configure -Uinstallusrbinperl.
4665      Branch: cfgperl
4666            ! INSTALL pod/perldelta.pod
4667 ____________________________________________________________________________
4668 [  2698] By: jhi                                   on 1999/01/24  12:46:00
4669         Log: Use only xlc_r for usethreads.
4670      Branch: cfgperl
4671            ! hints/aix.sh
4672 ____________________________________________________________________________
4673 [  2695] By: gsar                                  on 1999/01/24  07:09:05
4674         Log: integrate cfgperl changes into mainline
4675      Branch: perl
4676           +> lib/Exporter/Heavy.pm
4677           !> (integrate 65 files)
4678 ____________________________________________________________________________
4679 [  2694] By: gsar                                  on 1999/01/24  01:28:49
4680         Log: better notes on 'make' on win32
4681      Branch: perl
4682            ! README.win32
4683 ____________________________________________________________________________
4684 [  2683] By: jhi                                   on 1999/01/22  15:41:00
4685         Log: More de-cut-and-pastos.
4686      Branch: cfgperl
4687            ! hints/irix_6.sh hints/os2.sh
4688 ____________________________________________________________________________
4689 [  2682] By: jhi                                   on 1999/01/22  15:30:51
4690         Log: usethreads.cbu cut-and-pasto.
4691      Branch: cfgperl
4692            ! hints/solaris_2.sh
4693 ____________________________________________________________________________
4694 [  2681] By: jhi                                   on 1999/01/22  14:54:55
4695         Log: Better (I hope) LANGUAGE documentation.
4696      Branch: cfgperl
4697            ! pod/perllocale.pod
4698 ____________________________________________________________________________
4699 [  2680] By: jhi                                   on 1999/01/22  09:20:29
4700         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4701              To: perl5-porters@perl.org
4702              Subject: [PATCH 5.005_03MT3]VMS configure tweak
4703              Date: Wed, 20 Jan 1999 12:05:18 -0800
4704              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
4705      Branch: cfgperl
4706            ! vms/subconfigure.com
4707 ____________________________________________________________________________
4708 [  2679] By: jhi                                   on 1999/01/22  09:13:18
4709         Log: nosuid getmntent() branch.
4710      Branch: cfgperl
4711            ! perl.c perl.h
4712 ____________________________________________________________________________
4713 [  2678] By: jhi                                   on 1999/01/22  08:54:19
4714         Log: nosuid patch continued: *BSD needs <sys/param.h>.
4715      Branch: cfgperl
4716            ! Configure config_h.SH
4717 ____________________________________________________________________________
4718 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
4719         Log: Fixup FindBin to use File::Spec
4720              
4721              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
4722              Date: Wed, 20 Jan 1999 18:51:57 +0000
4723              From: Paul Johnson <pjcj@transeda.com>
4724              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
4725      Branch: maint-5.005/perl
4726            ! lib/FindBin.pm
4727 ____________________________________________________________________________
4728 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
4729         Log: Fix win32 for Borland compiler and spaces in paths
4730              
4731              From: Gurusamy Sarathy <gsar@activestate.com>
4732              Date: Mon, 18 Jan 1999 20:33:17 -0800
4733              Message-Id: <199901190433.UAA03656@activestate.com>
4734              Subject: [PATCH] 5.005_03-trial3 win32 issues
4735      Branch: maint-5.005/perl
4736            ! README.win32 win32/Makefile win32/config_sh.PL
4737            ! win32/makefile.mk win32/runperl.c
4738 ____________________________________________________________________________
4739 [  2670] By: jhi                                   on 1999/01/21  16:12:38
4740         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4741              To: perl5-porters@perl.org
4742              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
4743              Date: Thu, 21 Jan 1999 12:08:01 +0000
4744              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
4745      Branch: cfgperl
4746            ! pod/perldiag.pod t/op/subst.t toke.c
4747 ____________________________________________________________________________
4748 [  2669] By: jhi                                   on 1999/01/21  16:11:46
4749         Log: To: perl5-porters@perl.org
4750              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
4751              From: Anton Berezin <tobez@plab.ku.dk>
4752              Date: 21 Jan 1999 17:07:28 +0100
4753              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
4754      Branch: cfgperl
4755            ! hints/freebsd.sh
4756 ____________________________________________________________________________
4757 [  2668] By: jhi                                   on 1999/01/21  15:38:34
4758         Log: Add Daniel Grisinger <dgris@dimensional.com>.
4759      Branch: cfgperl
4760            ! AUTHORS MAINTAIN
4761 ____________________________________________________________________________
4762 [  2667] By: jhi                                   on 1999/01/21  15:32:28
4763         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4764              To: Mailing list Perl5 <perl5-porters@perl.org>
4765              Subject: [PATCH 5.005_53] Lean Exporter.pm
4766              Date: Thu, 21 Jan 1999 03:25:23 -0500
4767              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
4768      Branch: cfgperl
4769            + lib/Exporter/Heavy.pm
4770            ! MANIFEST lib/Exporter.pm
4771 ____________________________________________________________________________
4772 [  2666] By: jhi                                   on 1999/01/21  15:24:10
4773         Log: From: "W. Phillip Moore" <wpm@ms.com>
4774              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
4775              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
4776              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
4777              Message-ID: <13988.46383.298992.97303@zappa>
4778      Branch: cfgperl
4779            ! lib/File/Path.pm
4780 ____________________________________________________________________________
4781 [  2665] By: jhi                                   on 1999/01/21  15:20:48
4782         Log: CPAN update (CPAN-1.44_54) from Andreas and
4783              jumbo doc patch from Abigail.
4784              
4785              From: abigail@fnx.com
4786              To: perl5-porters@perl.org (Perl Porters)
4787              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
4788              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
4789              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
4790              
4791              From: abigail@fnx.com
4792              To: perl5-porters@perl.org (Perl Porters)
4793              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
4794              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
4795              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
4796              
4797              From: abigail@fnx.com
4798              To: perl5-porters@perl.org (Perl Porters)
4799              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
4800              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
4801              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
4802              
4803              From: abigail@fnx.com
4804              To: perl5-porters@perl.org (Perl Porters)
4805              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
4806              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
4807              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
4808              
4809              From: abigail@fnx.com
4810              To: perl5-porters@perl.org (Perl Porters)
4811              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
4812              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
4813              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
4814              
4815              From: abigail@fnx.com
4816              To: perl5-porters@perl.org (Perl Porters)
4817              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
4818              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
4819              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
4820              
4821              From: abigail@fnx.com
4822              To: perl5-porters@perl.org (Perl Porters)
4823              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
4824              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
4825              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
4826              
4827              From: abigail@fnx.com
4828              To: perl5-porters@perl.org (Perl Porters)
4829              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
4830              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
4831              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
4832              
4833              From: abigail@fnx.com
4834              To: perl5-porters@perl.org (Perl Porters)
4835              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
4836              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
4837              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
4838              
4839              From: abigail@fnx.com
4840              To: perl5-porters@perl.org (Perl Porters)
4841              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
4842              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
4843              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
4844              
4845              From: abigail@fnx.com
4846              To: perl5-porters@perl.org (Perl Porters)
4847              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
4848              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
4849              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
4850              
4851              From: abigail@fnx.com
4852              To: perl5-porters@perl.org (Perl Porters)
4853              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
4854              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
4855              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
4856              
4857              From: abigail@fnx.com
4858              To: perl5-porters@perl.org (Perl Porters)
4859              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
4860              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
4861              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
4862      Branch: cfgperl
4863            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
4864            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4865            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
4866            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
4867 ____________________________________________________________________________
4868 [  2664] By: jhi                                   on 1999/01/21  14:47:43
4869         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4870              To: Mailing list Perl5 <perl5-porters@perl.org>
4871              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
4872              Date: Thu, 21 Jan 1999 03:58:29 -0500
4873              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
4874      Branch: cfgperl
4875            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
4876 ____________________________________________________________________________
4877 [  2663] By: jhi                                   on 1999/01/21  14:43:58
4878         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4879              To: Mailing list Perl5 <perl5-porters@perl.org>
4880              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
4881              Date: Thu, 21 Jan 1999 02:46:34 -0500
4882              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
4883      Branch: cfgperl
4884            ! ext/Errno/Errno_pm.PL
4885 ____________________________________________________________________________
4886 [  2662] By: jhi                                   on 1999/01/21  14:42:42
4887         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4888              To: Francois Desarmenien <desar@club-internet.fr>
4889              Cc: Gurusamy Sarathy <gsar@activestate.com>,
4890              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
4891              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
4892              Date: 21 Jan 1999 00:17:35 -0700
4893              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
4894      Branch: cfgperl
4895            ! Porting/patching.pod
4896 ____________________________________________________________________________
4897 [  2661] By: jhi                                   on 1999/01/21  14:41:13
4898         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4899              To: Mailing list Perl5 <perl5-porters@perl.org>
4900              Subject: [PATCH 5.00*] makedepend
4901              Date: Thu, 21 Jan 1999 02:08:27 -0500
4902              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
4903      Branch: cfgperl
4904            ! makedepend.SH
4905 ____________________________________________________________________________
4906 [  2660] By: jhi                                   on 1999/01/21  14:36:45
4907         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4908              To: Mailing list Perl5 <perl5-porters@perl.org>
4909              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
4910              Date: Tue, 19 Jan 1999 20:06:45 -0500
4911              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
4912      Branch: cfgperl
4913            ! os2/Changes os2/os2.c
4914 ____________________________________________________________________________
4915 [  2657] By: jhi                                   on 1999/01/21  11:40:35
4916         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4917              To: perl5-porters@perl.org
4918              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
4919              Date: Mon, 18 Jan 1999 01:32:31 PST
4920              Message-ID: <19990118093231.18443.qmail@hotmail.com>
4921      Branch: cfgperl
4922            ! ext/B/B/CC.pm
4923 ____________________________________________________________________________
4924 [  2656] By: jhi                                   on 1999/01/21  11:35:34
4925         Log: From: Achim Bohnet <ach@mpe.mpg.de>
4926              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
4927              Date: Wed, 20 Jan 1999 20:25:53 +0100
4928              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
4929      Branch: cfgperl
4930            ! pp.c
4931 ____________________________________________________________________________
4932 [  2655] By: jhi                                   on 1999/01/21  10:46:01
4933         Log: Handle NIS (and NetInfo) more robustly.
4934      Branch: cfgperl
4935            ! t/op/grent.t t/op/pwent.t
4936 ____________________________________________________________________________
4937 [  2654] By: jhi                                   on 1999/01/21  10:17:20
4938         Log: Two-argument eaccess() of SCO.
4939      Branch: cfgperl
4940            ! pp_sys.c
4941 ____________________________________________________________________________
4942 [  2653] By: jhi                                   on 1999/01/21  08:53:14
4943         Log: -DNO_NOSUID_CHECK for those platforms which have no way
4944              of checking for nosuid but still want suidperl.
4945      Branch: cfgperl
4946            ! perl.c
4947 ____________________________________________________________________________
4948 [  2652] By: jhi                                   on 1999/01/21  08:22:50
4949         Log: The LANGUAGE mirrors LC_ALL usage.
4950      Branch: cfgperl
4951            ! Configure config_h.SH
4952 ____________________________________________________________________________
4953 [  2651] By: jhi                                   on 1999/01/20  22:01:21
4954         Log: I_MNTENT was missing.
4955      Branch: cfgperl
4956            ! Configure config_h.SH
4957 ____________________________________________________________________________
4958 [  2650] By: jhi                                   on 1999/01/19  13:42:03
4959         Log: NetBSD update, based on patches from the NetBSD packages system.
4960      Branch: cfgperl
4961            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4962 ____________________________________________________________________________
4963 [  2649] By: jhi                                   on 1999/01/19  12:44:02
4964         Log: Jumbo Configure update.
4965              * -Uinstallusrbinperl: disable /usr/bin/perl installation
4966              by installperl
4967              * usethreads.cbu
4968              * use64bits.cbu
4969              * "nosuid"
4970      Branch: cfgperl
4971            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
4972            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4973            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
4974            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
4975            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
4976            ! pod/perldiag.pod
4977 ____________________________________________________________________________
4978 [  2648] By: jhi                                   on 1999/01/19  09:16:44
4979         Log: Mention /usr/share/locale.
4980      Branch: cfgperl
4981            ! pod/perllocale.pod
4982 ____________________________________________________________________________
4983 [  2647] By: jhi                                   on 1999/01/19  09:11:11
4984         Log: SHMLBA strikes back in NetBSD/sparc.
4985              
4986              From: Dave Nelson <David.Nelson@bellcow.com>
4987              To: jhi@iki.fi
4988              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
4989              Date: Mon, 18 Jan 1999 22:07:56 -0600
4990              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
4991      Branch: cfgperl
4992            ! ext/IPC/SysV/SysV.xs
4993 ____________________________________________________________________________
4994 [  2646] By: jhi                                   on 1999/01/19  08:58:17
4995         Log: Show LANGUAGE env var when needed. (Augment change #2645).
4996      Branch: cfgperl
4997            ! util.c utils/perlbug.PL
4998 ____________________________________________________________________________
4999 [  2645] By: jhi                                   on 1999/01/19  08:52:15
5000         Log: Document the GNU LANGUAGE env var.
5001      Branch: cfgperl
5002            ! pod/perllocale.pod
5003 ____________________________________________________________________________
5004 [  2644] By: jhi                                   on 1999/01/19  08:42:25
5005         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5006              To: Mailing list Perl5 <perl5-porters@perl.org>
5007              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
5008              Date: Mon, 18 Jan 1999 20:57:02 -0500
5009              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
5010      Branch: cfgperl
5011            ! pp_hot.c t/op/pat.t
5012 ____________________________________________________________________________
5013 [  2643] By: jhi                                   on 1999/01/18  11:23:41
5014         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
5015      Branch: cfgperl
5016            ! Makefile.SH
5017 ____________________________________________________________________________
5018 [  2642] By: jhi                                   on 1999/01/18  11:03:38
5019         Log: GNU libc locale system has LANGUAGE env var that partly
5020              overrides even LC_ALL.
5021      Branch: cfgperl
5022            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
5023 ____________________________________________________________________________
5024 [  2641] By: jhi                                   on 1999/01/18  10:55:04
5025         Log: Integrate from mainperl.
5026      Branch: cfgperl
5027           +> ext/B/defsubs.h.PL
5028            ! t/op/groups.t
5029           !> (integrate 38 files)
5030 ____________________________________________________________________________
5031 [  2640] By: gsar                                  on 1999/01/18  10:06:29
5032         Log: a few random cleanups
5033      Branch: perl
5034            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
5035 ____________________________________________________________________________
5036 [  2639] By: gsar                                  on 1999/01/18  05:56:21
5037         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
5038              Date:    Sun, 17 Jan 1999 16:41:10 PST
5039              Message-Id: <19990118004111.29667.qmail@hotmail.com>
5040              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
5041      Branch: perl
5042            ! ext/B/B/C.pm
5043 ____________________________________________________________________________
5044 [  2638] By: gsar                                  on 1999/01/18  05:41:21
5045         Log: From:    jan.dubois@ibm.net (Jan Dubois)
5046              Date:    Mon, 18 Jan 1999 00:37:41 +0100
5047              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
5048              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
5049      Branch: perl
5050            ! dump.c
5051 ____________________________________________________________________________
5052 [  2633] By: gsar                                  on 1999/01/17  13:39:59
5053         Log: bogus assert()
5054      Branch: perl
5055            ! pp.c t/op/groups.t
5056 ____________________________________________________________________________
5057 [  2632] By: gsar                                  on 1999/01/17  13:22:04
5058         Log: various tweaks for clean build and test on win32
5059      Branch: perl
5060            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
5061            ! op.c t/pragma/warn/doio
5062 ____________________________________________________________________________
5063 [  2631] By: gsar                                  on 1999/01/17  12:28:06
5064         Log: undo change#2336, and add clarification about subversive
5065              CPAN distributions from Andreas Koenig
5066      Branch: perl
5067            ! Porting/pumpkin.pod lib/CPAN.pm
5068 ____________________________________________________________________________
5069 [  2630] By: gsar                                  on 1999/01/17  12:04:06
5070         Log: fix silent taint failures under -U
5071      Branch: perl
5072            ! doio.c
5073 ____________________________________________________________________________
5074 [  2629] By: gsar                                  on 1999/01/17  12:00:23
5075         Log: sanity check piped opens (tweaked version of patch suggested
5076              by Mark-Jason Dominus)
5077      Branch: perl
5078            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
5079            ! t/op/taint.t t/pragma/warn/doio
5080 ____________________________________________________________________________
5081 [  2628] By: gsar                                  on 1999/01/17  11:26:21
5082         Log: regen headers
5083      Branch: perl
5084            ! embed.h embedvar.h objXSUB.h
5085 ____________________________________________________________________________
5086 [  2627] By: gsar                                  on 1999/01/17  11:23:37
5087         Log: PERL_OBJECTness for change#2595
5088      Branch: perl
5089            ! embed.pl op.c pod/perlport.pod proto.h
5090 ____________________________________________________________________________
5091 [  2626] By: gsar                                  on 1999/01/17  09:47:07
5092         Log: PERL_OBJECT tweaks for change#2426
5093      Branch: perl
5094            ! embed.pl proto.h regcomp.c
5095 ____________________________________________________________________________
5096 [  2625] By: gsar                                  on 1999/01/17  09:37:58
5097         Log: documentation in change#2596 is not quite right; fix it
5098      Branch: perl
5099            ! lib/Math/BigFloat.pm pod/perlguts.pod
5100 ____________________________________________________________________________
5101 [  2624] By: gsar                                  on 1999/01/17  09:28:34
5102         Log: undo change#2571; C<use File::Spec> instead
5103      Branch: perl
5104            ! lib/FindBin.pm
5105 ____________________________________________________________________________
5106 [  2623] By: gsar                                  on 1999/01/17  09:20:42
5107         Log: change#2572 is not applicable; undo, retaining scan_bin addition
5108              to global.sym
5109      Branch: perl
5110            ! global.sym perl.c proto.h
5111 ____________________________________________________________________________
5112 [  2622] By: gsar                                  on 1999/01/17  09:17:42
5113         Log: change#2576 is based on a wrong premise; undo it
5114      Branch: perl
5115            ! pp_ctl.c
5116 ____________________________________________________________________________
5117 [  2621] By: gsar                                  on 1999/01/17  09:12:42
5118         Log: fix change#2602 to not used hard coded constants
5119      Branch: perl
5120            ! ext/B/B/C.pm ext/B/defsubs.h.PL
5121 ____________________________________________________________________________
5122 [  2620] By: gsar                                  on 1999/01/17  09:02:07
5123         Log: integrate cfgperl changes into mainline, fix conflicts
5124      Branch: perl
5125           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
5126           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
5127           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
5128           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
5129           +> pod/perlopentut.pod
5130           !> (integrate 162 files)
5131 ____________________________________________________________________________
5132 [  2619] By: gsar                                  on 1999/01/17  08:42:04
5133         Log: a few doc typos
5134      Branch: perl
5135            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
5136 ____________________________________________________________________________
5137 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
5138         Log: Win32 changes from Jan
5139              
5140              From: jan.dubois@ibm.net (Jan Dubois)
5141              Date: Fri, 15 Jan 1999 23:38:35 +0100
5142              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
5143              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
5144              
5145              From: jan.dubois@ibm.net (Jan Dubois)
5146              Date: Sat, 16 Jan 1999 13:02:45 +0100
5147              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
5148              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
5149      Branch: maint-5.005/perl
5150            ! README.win32 win32/Makefile win32/makefile.mk
5151 ____________________________________________________________________________
5152 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
5153         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
5154              
5155              From: Gurusamy Sarathy <gsar@engin.umich.edu>
5156              Date: Thu, 07 Jan 1999 00:12:00 -0500
5157              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
5158              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5159              
5160              From: Gurusamy Sarathy <gsar@engin.umich.edu>
5161              Date: Thu, 14 Jan 1999 19:21:46 -0500
5162              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
5163              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5164      Branch: maint-5.005/perl
5165            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
5166            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
5167            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
5168            ! win32/makedef.pl win32/runperl.c win32/win32.c
5169 ____________________________________________________________________________
5170 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
5171         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5172              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
5173              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
5174              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
5175              
5176              From: Jarkko Hietaniemi <jhi@iki.fi>
5177              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
5178              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
5179              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
5180              
5181              From: Jarkko Hietaniemi <jhi@iki.fi>
5182              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
5183              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
5184              Subject: the promised "installusrbinperl + NetBSD" fix
5185      Branch: maint-5.005/perl
5186            ! Configure Makefile.SH hints/netbsd.sh installperl
5187            ! makedepend.SH unixish.h
5188 ____________________________________________________________________________
5189 [  2611] By: jhi                                   on 1999/01/14  12:16:14
5190         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5191              To: pumpkings@jhereg.perl.com
5192              Subject: perlopentut.pod
5193              Date: Sat, 09 Jan 1999 08:13:18 -0700
5194              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
5195      Branch: cfgperl
5196            + pod/perlopentut.pod
5197            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
5198 ____________________________________________________________________________
5199 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
5200         Log: Added Carp::cluck to perldelta.pod
5201      Branch: maint-5.005/perl
5202            ! pod/perldelta.pod
5203 ____________________________________________________________________________
5204 [  2605] By: jhi                                   on 1999/01/13  18:26:19
5205         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
5206              To: "'cpan@perl.org'" <cpan@perl.org>
5207              Subject: "Bug" fix for File::Find.pm
5208              Date:   Thu, 31 Dec 1998 13:01:50 -0500
5209              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
5210      Branch: cfgperl
5211            ! lib/File/Find.pm
5212 ____________________________________________________________________________
5213 [  2604] By: jhi                                   on 1999/01/13  18:08:45
5214         Log: From: Peter Wolfe <wolfe@teloseng.com>
5215              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
5216              To: perlbug@perl.com
5217              Date: 11 Jan 1999 23:00:05 +0200
5218              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
5219      Branch: cfgperl
5220            ! hints/sco.sh
5221 ____________________________________________________________________________
5222 [  2603] By: jhi                                   on 1999/01/13  18:06:56
5223         Log: From: hans@icgroup.nl (Hans Mulder)
5224              Subject: [Patch for 5.005_54] re::debugcolors dumps core
5225              To: perlbug@perl.com
5226              Cc: hansmu@xs4all.nl
5227              Date: 11 Jan 1999 22:22:45 +0200
5228              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
5229      Branch: cfgperl
5230            ! ext/re/re.pm regcomp.c
5231 ____________________________________________________________________________
5232 [  2602] By: jhi                                   on 1999/01/13  18:05:43
5233         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5234              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
5235              Date: 11 Jan 1999 08:02:41 +0200
5236              Lines: 134
5237              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
5238      Branch: cfgperl
5239            ! ext/B/B.xs ext/B/B/C.pm
5240 ____________________________________________________________________________
5241 [  2601] By: jhi                                   on 1999/01/13  18:01:53
5242         Log: From: James FitzGibbon <james@ican.net>
5243              Subject: Trivial patch for HP-UX 11 and shared libperl
5244              To: perl5-porters@perl.org
5245              Date: 8 Jan 1999 19:13:23 +0200
5246              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
5247      Branch: cfgperl
5248            ! Makefile.SH
5249 ____________________________________________________________________________
5250 [  2600] By: jhi                                   on 1999/01/13  17:59:45
5251         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5252              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
5253              To: perl5-porters@perl.org
5254              Date: 8 Jan 1999 12:43:36 +0200
5255              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
5256      Branch: cfgperl
5257            ! ext/B/B/CC.pm
5258 ____________________________________________________________________________
5259 [  2599] By: jhi                                   on 1999/01/13  17:50:11
5260         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5261              Subject: PATCH to installperl
5262              To: perl5-porters@perl.org
5263              Date: 4 Jan 1999 16:15:18 +0200
5264              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
5265      Branch: cfgperl
5266            ! installperl
5267 ____________________________________________________________________________
5268 [  2598] By: jhi                                   on 1999/01/13  17:34:51
5269         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5270              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
5271              Cc: perl5-porters@perl.org
5272              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
5273              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
5274              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
5275      Branch: cfgperl
5276            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5277            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
5278 ____________________________________________________________________________
5279 [  2597] By: jhi                                   on 1999/01/13  17:30:33
5280         Log: From: David Dyck <dcd@tc.fluke.com>
5281              To: Perl Porters <perl5-porters@perl.org>,
5282              Gurusamy Sarathy <gsar@engin.umich.edu>
5283              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
5284              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
5285              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
5286      Branch: cfgperl
5287            ! pod/perldsc.pod
5288 ____________________________________________________________________________
5289 [  2596] By: jhi                                   on 1999/01/13  17:26:44
5290         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5291              To: perl5-porters@perl.org
5292              Subject: [PATCH] modglobal w/ spelling fixes
5293              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
5294              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
5295      Branch: cfgperl
5296            ! pod/perlguts.pod
5297 ____________________________________________________________________________
5298 [  2595] By: jhi                                   on 1999/01/13  17:24:59
5299         Log: From: Hans Mulder <hansm@icgroup.nl>
5300              Optimize common sort routines.  Thread started by the message
5301              
5302              From: Hans Mulder <hansm@icgroup.nl>
5303              Sender: owner-perl5-porters@perl.org
5304              To: perl5-porters@perl.org
5305              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
5306              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
5307              
5308              and the patch from the message
5309              
5310              From: Hans Mulder <hans@icgroup.nl>
5311              To: jhi@iki.fi
5312              Cc: perl5-porters@perl.org
5313              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
5314              $b }
5315              Date: Wed, 13 Jan 1999 17:39:35 +0100
5316              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
5317      Branch: cfgperl
5318            ! Todo op.c op.h pp_ctl.c t/op/sort.t
5319 ____________________________________________________________________________
5320 [  2594] By: jhi                                   on 1999/01/13  16:50:17
5321         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
5322              (the diffs were based on 5.004_02).  Tested by Guido
5323              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
5324      Branch: cfgperl
5325            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
5326            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
5327            + mint/sys/time.h mint/time.h
5328            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
5329            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
5330 ____________________________________________________________________________
5331 [  2593] By: jhi                                   on 1999/01/09  16:54:26
5332         Log: Detypo.
5333      Branch: cfgperl
5334            ! hints/dec_osf.sh
5335 ____________________________________________________________________________
5336 [  2592] By: jhi                                   on 1999/01/09  16:17:13
5337         Log: Move usethreads and use64bits logic from hints to Configure.
5338      Branch: cfgperl
5339            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
5340            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
5341            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5342            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
5343 ____________________________________________________________________________
5344 [  2591] By: jhi                                   on 1999/01/09  14:45:24
5345         Log: Missing dTHRs added.
5346      Branch: cfgperl
5347            ! regcomp.c toke.c
5348 ____________________________________________________________________________
5349 [  2590] By: jhi                                   on 1999/01/08  15:27:17
5350         Log: Finalize change #2589 and add better AIX nm scanning from:
5351              
5352              Message-Id: <m0zyNW0-00017VC@gentoo.com>
5353              From: bll@gentoo.com (Brad Lanam)
5354              Subject: Re: mailhelp returned a non-zero status
5355              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
5356              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
5357      Branch: cfgperl
5358            ! Configure hints/freebsd.sh hints/linux.sh
5359 ____________________________________________________________________________
5360 [  2589] By: jhi                                   on 1999/01/08  15:14:54
5361         Log: Undo change #2581.
5362      Branch: cfgperl
5363            ! Configure hints/freebsd.sh hints/linux.sh
5364 ____________________________________________________________________________
5365 [  2588] By: jhi                                   on 1999/01/08  11:51:52
5366         Log: FAQ jumbo patch from tchrist.
5367              
5368              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
5369              From: Tom Christiansen <tchrist@jhereg.perl.com>
5370              To: pumpkings@jhereg.perl.com
5371              Subject: newest version of perlfaq.pod
5372              Date: Thu, 7 Jan 1999 23:05:02 -0700
5373              
5374              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
5375              From: Tom Christiansen <tchrist@jhereg.perl.com>
5376              To: pumpkings@jhereg.perl.com
5377              Subject: newest version of perlfaq1.pod
5378              Date: Thu, 7 Jan 1999 23:05:02 -0700
5379              
5380              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
5381              From: Tom Christiansen <tchrist@jhereg.perl.com>
5382              To: pumpkings@jhereg.perl.com
5383              Subject: newest version of perlfaq2.pod
5384              Date: Thu, 7 Jan 1999 23:05:02 -0700
5385              
5386              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
5387              From: Tom Christiansen <tchrist@jhereg.perl.com>
5388              To: pumpkings@jhereg.perl.com
5389              Subject: newest version of perlfaq3.pod
5390              Date: Thu, 7 Jan 1999 23:05:02 -0700
5391              
5392              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
5393              From: Tom Christiansen <tchrist@jhereg.perl.com>
5394              To: pumpkings@jhereg.perl.com
5395              Subject: newest version of perlfaq4.pod
5396              Date: Thu, 7 Jan 1999 23:05:02 -0700
5397              
5398              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
5399              From: Tom Christiansen <tchrist@jhereg.perl.com>
5400              To: pumpkings@jhereg.perl.com
5401              Subject: newest version of perlfaq5.pod
5402              Date: Thu, 7 Jan 1999 23:05:02 -0700
5403              
5404              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
5405              From: Tom Christiansen <tchrist@jhereg.perl.com>
5406              To: pumpkings@jhereg.perl.com
5407              Subject: newest version of perlfaq6.pod
5408              Date: Thu, 7 Jan 1999 23:05:02 -0700
5409              
5410              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
5411              From: Tom Christiansen <tchrist@jhereg.perl.com>
5412              To: pumpkings@jhereg.perl.com
5413              Subject: newest version of perlfaq7.pod
5414              Date: Thu, 7 Jan 1999 23:05:03 -0700
5415              
5416              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
5417              From: Tom Christiansen <tchrist@jhereg.perl.com>
5418              To: pumpkings@jhereg.perl.com
5419              Subject: newest version of perlfaq8.pod
5420              Date: Thu, 7 Jan 1999 23:05:03 -0700
5421              
5422              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
5423              From: Tom Christiansen <tchrist@jhereg.perl.com>
5424              To: pumpkings@jhereg.perl.com
5425              Subject: newest version of perlfaq9.pod
5426              Date: Thu, 7 Jan 1999 23:05:03 -0700
5427      Branch: cfgperl
5428            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5429            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5430            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5431            ! pod/perlfaq9.pod
5432 ____________________________________________________________________________
5433 [  2587] By: jhi                                   on 1999/01/08  11:17:43
5434         Log: More doc fixes from Abigail.
5435      Branch: cfgperl
5436            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5437            ! lib/User/pwent.pm
5438 ____________________________________________________________________________
5439 [  2585] By: jhi                                   on 1999/01/08  08:31:02
5440         Log: Change #2584 from maint-5.005:
5441              
5442              implemented Ilya's suggested fix, and added a testcase
5443              
5444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5445              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
5446              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
5447              Subject: Re: Text::ParseWords: regex fix
5448      Branch: cfgperl
5449            ! lib/Text/ParseWords.pm t/lib/parsewords.t
5450 ____________________________________________________________________________
5451 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
5452         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
5453              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
5454              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
5455              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
5456      Branch: maint-5.005/perl
5457            ! ext/Errno/Errno_pm.PL
5458 ____________________________________________________________________________
5459 [  2581] By: jhi                                   on 1999/01/07  16:38:03
5460         Log: Configure update:
5461              - usethreads, use64bits, and usemultiplicity
5462              are no more interactively asked by Configure
5463              - "int main()" (vs bare "main()") enforced in test programs
5464      Branch: cfgperl
5465            ! Configure hints/freebsd.sh hints/linux.sh
5466 ____________________________________________________________________________
5467 [  2580] By: jhi                                   on 1999/01/07  11:19:12
5468         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5469              Date: Wed, 06 Jan 1999 13:47:34 -0800
5470              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
5471              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
5472      Branch: cfgperl
5473            ! vms/vms.c
5474 ____________________________________________________________________________
5475 [  2579] By: jhi                                   on 1999/01/07  09:08:36
5476         Log: Another set of doc patches from Abigail
5477              
5478              From: abigail@fnx.com
5479              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
5480              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
5481              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
5482              
5483              From: abigail@fnx.com
5484              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
5485              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
5486              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
5487              
5488              From: abigail@fnx.com
5489              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
5490              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
5491              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
5492              
5493              From: abigail@fnx.com
5494              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
5495              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
5496              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
5497              
5498              From: abigail@fnx.com
5499              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
5500              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
5501              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
5502              
5503              From: abigail@fnx.com
5504              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
5505              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
5506              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
5507              
5508              From: abigail@fnx.com
5509              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
5510              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
5511              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
5512              
5513              From: abigail@fnx.com
5514              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
5515              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
5516              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
5517              
5518              From: abigail@fnx.com
5519              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
5520              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
5521              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
5522              
5523              From: abigail@fnx.com
5524              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
5525              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
5526              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
5527              
5528              From: abigail@fnx.com
5529              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
5530              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
5531              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
5532              
5533              From: abigail@fnx.com
5534              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
5535              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
5536              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
5537              
5538              From: abigail@fnx.com
5539              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
5540              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
5541              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
5542              
5543              From: abigail@fnx.com
5544              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
5545              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
5546              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
5547      Branch: cfgperl
5548            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
5549            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
5550            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
5551            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
5552            ! lib/Tie/Array.pm lib/Tie/Hash.pm
5553 ____________________________________________________________________________
5554 [  2576] By: jhi                                   on 1999/01/06  17:05:20
5555         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
5556      Branch: cfgperl
5557            ! pp_ctl.c
5558 ____________________________________________________________________________
5559 [  2575] By: jhi                                   on 1999/01/06  13:18:56
5560         Log: Enhance the great_circle_distance() documentation.
5561      Branch: cfgperl
5562            ! lib/Math/Trig.pm
5563 ____________________________________________________________________________
5564 [  2574] By: jhi                                   on 1999/01/06  12:58:03
5565         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5566              To: perlbug@perl.com
5567              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
5568              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
5569              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
5570      Branch: cfgperl
5571            ! t/op/sysio.t
5572 ____________________________________________________________________________
5573 [  2573] By: jhi                                   on 1999/01/06  12:40:19
5574         Log: From: "W. Phillip Moore" <wpm@ms.com>
5575              To: perlbug@perl.org
5576              Subject: [PATCH] POSIX getpgrp is not -w clean
5577              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5578              Message-ID: <13970.20107.190314.549471@zappa>
5579      Branch: cfgperl
5580            ! ext/POSIX/POSIX.pm
5581 ____________________________________________________________________________
5582 [  2572] By: jhi                                   on 1999/01/06  12:25:24
5583         Log: Based on
5584              From: jan.dubois@ibm.net (Jan Dubois)
5585              To: perl5-porters@perl.org
5586              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5587              Date: Wed, 06 Jan 1999 01:24:09 +0100
5588              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5589              except that
5590              - objXSUB.h was already okay
5591              - embed.h patching is futile, global.sym patched instead
5592              - objpp.h does not exist
5593              - proto.h addition applied manually
5594              - win32/GenCAPI.pl was already okay
5595              - win32/makedef.pl was already okay
5596      Branch: cfgperl
5597            ! global.sym perl.c proto.h
5598 ____________________________________________________________________________
5599 [  2571] By: jhi                                   on 1999/01/06  11:25:48
5600         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5601              To: perlbug@perl.com
5602              Subject: FindBin.pm on Win32 systems
5603              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5604              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5605      Branch: cfgperl
5606            ! lib/FindBin.pm
5607 ____________________________________________________________________________
5608 [  2570] By: jhi                                   on 1999/01/06  11:21:48
5609         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5610              To: perl5-porters@perl.org, vmsperl@perl.org
5611              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
5612              Date: Tue, 05 Jan 1999 16:47:31 -0800
5613              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
5614              
5615              (the ext/IO/lib/IO/Socket.pm was not really changed here;
5616              it was a leftover from #2569)
5617      Branch: cfgperl
5618            ! ext/IO/lib/IO/Socket.pm taint.c
5619 ____________________________________________________________________________
5620 [  2569] By: jhi                                   on 1999/01/06  11:18:22
5621         Log: Jumbo doc patch from Abigail (almost identical to
5622              the 5.005-maint change #2562 except for the
5623              ext/IO/lib/IO/Socket.pm patch which was not
5624              applicable because the IO version of 5.005-devel
5625              is somewhat different (why?))
5626              
5627              From: abigail@fnx.com
5628              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
5629              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
5630              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
5631              
5632              From: abigail@fnx.com
5633              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
5634              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
5635              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
5636              
5637              From: abigail@fnx.com
5638              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
5639              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
5640              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
5641              
5642              From: abigail@fnx.com
5643              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
5644              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
5645              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
5646              
5647              From: abigail@fnx.com
5648              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
5649              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
5650              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
5651              
5652              From: abigail@fnx.com
5653              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
5654              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
5655              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
5656              
5657              From: abigail@fnx.com
5658              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
5659              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
5660              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
5661              
5662              From: abigail@fnx.com
5663              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
5664              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
5665              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
5666              
5667              From: abigail@fnx.com
5668              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
5669              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
5670              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
5671              
5672              From: abigail@fnx.com
5673              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
5674              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
5675              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
5676      Branch: cfgperl
5677            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5678            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
5679            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
5680            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5681            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
5682 ____________________________________________________________________________
5683 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
5684         Log: From: jan.dubois@ibm.net (Jan Dubois)
5685              Date: Wed, 06 Jan 1999 01:24:09 +0100
5686              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5687              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5688      Branch: maint-5.005/perl
5689            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
5690            ! win32/GenCAPI.pl win32/makedef.pl
5691 ____________________________________________________________________________
5692 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
5693         Log: From: "W. Phillip Moore" <wpm@ms.com>
5694              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5695              Message-ID: <13970.20107.190314.549471@zappa>
5696              Subject: [PATCH] POSIX getpgrp is not -w clean
5697      Branch: maint-5.005/perl
5698            ! ext/POSIX/POSIX.pm
5699 ____________________________________________________________________________
5700 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
5701         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5702              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5703              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5704              Subject: FindBin.pm on Win32 systems
5705      Branch: maint-5.005/perl
5706            ! lib/FindBin.pm
5707 ____________________________________________________________________________
5708 [  2561] By: jhi                                   on 1999/01/05  10:49:10
5709         Log: Reword the setlocale() 1-arg case better.
5710      Branch: cfgperl
5711            ! ext/POSIX/POSIX.pod
5712 ____________________________________________________________________________
5713 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
5714         Log: From: Blair Zajac <bzajac@geostaff.com>
5715              Date: Wed, 23 Dec 1998 17:13:32 -0800
5716              Message-ID: <3681953C.8B6A90AA@geostaff.com>
5717              Subject: Tie::SubstrHash patch
5718      Branch: maint-5.005/perl
5719            ! lib/Tie/SubstrHash.pm
5720 ____________________________________________________________________________
5721 [  2554] By: jhi                                   on 1999/01/02  14:55:06
5722         Log: Object destruction order testing.
5723      Branch: cfgperl
5724            ! t/op/misc.t
5725 ____________________________________________________________________________
5726 [  2553] By: jhi                                   on 1999/01/02  14:49:40
5727         Log: perldelta the Dumpvalue.pm of change #2513.
5728      Branch: cfgperl
5729            ! lib/Dumpvalue.pm pod/perldelta.pod
5730 ____________________________________________________________________________
5731 [  2552] By: nick                                  on 1999/01/02  14:45:38
5732         Log: Tone down Makefile.PL so it works on Win32
5733      Branch: perl
5734            ! ext/B/Makefile.PL
5735 ____________________________________________________________________________
5736 [  2551] By: nick                                  on 1999/01/02  14:06:30
5737         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
5738              Use them in various B::* rather than have local defs.
5739      Branch: perl
5740            + ext/B/defsubs.h.PL
5741            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
5742            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
5743            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
5744 ____________________________________________________________________________
5745 [  2550] By: nick                                  on 1999/01/02  10:04:02
5746         Log: Integrate ext/B changes from //depot/cfgperl
5747      Branch: perl
5748           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5749 ____________________________________________________________________________
5750 [  2549] By: jhi                                   on 1999/01/01  13:54:16
5751         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
5752              To: perlbug@perl.com
5753              Subject: op/groups.t fails test 1 on HP-UX 10.20
5754              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
5755              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
5756      Branch: cfgperl
5757            ! t/op/groups.t
5758 ____________________________________________________________________________
5759 [  2548] By: jhi                                   on 1999/01/01  13:53:31
5760         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5761              To: perl5-porters@perl.org
5762              cc: hv@crypt0.demon.co.uk
5763              Subject: [bug 5.004_54] duplicate error message
5764              Date: Thu, 31 Dec 1998 04:05:25 +0000
5765              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
5766              
5767              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
5768              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5769              To: hv@crypt0.demon.co.uk
5770              Cc: perl5-porters@perl.org
5771              Subject: [PATCH _54] Re: duplicate error message
5772              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
5773              
5774              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
5775              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5776              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
5777              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
5778              Subject: [TEST PATCH _54] Re: duplicate error message 
5779              Date: Fri, 01 Jan 1999 07:32:14 +0000
5780      Branch: cfgperl
5781            ! op.c t/pragma/warn/op
5782 ____________________________________________________________________________
5783 [  2547] By: jhi                                   on 1998/12/31  14:15:04
5784         Log: From: Chris Nandor <pudge@pobox.com>
5785              To: jhi@iki.fi
5786              Cc: perl5-porters@perl.org
5787              Subject: Re: [PATCH] perlport.pod 1.38
5788              Date: Thu, 31 Dec 1998 09:06:48 -0500
5789              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
5790      Branch: cfgperl
5791            ! pod/perlport.pod
5792 ____________________________________________________________________________
5793 [  2546] By: jhi                                   on 1998/12/31  11:18:17
5794         Log: From: Wilson P. Snyder II
5795              To: perl5-porters@perl.org
5796              Subject: [PATCH v5.5.53] REV2: Binary number support
5797              Date: 1998/11/30
5798              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
5799      Branch: cfgperl
5800            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
5801            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
5802            ! toke.c util.c
5803 ____________________________________________________________________________
5804 [  2545] By: jhi                                   on 1998/12/31  09:27:40
5805         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5806              To: perlbug@perl.com
5807              Subject: "perl -T -P" dumps core on OpenBSD and Linux
5808              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
5809              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
5810      Branch: cfgperl
5811            ! taint.c
5812 ____________________________________________________________________________
5813 [  2544] By: jhi                                   on 1998/12/31  09:21:45
5814         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
5815              To: perlbug@perl.com 
5816              Subject: bug in pod2man search for perl binary [5.005_5x]
5817              Date: Sat, 12 Dec 1998 23:08:51 +0000 
5818              Message-ID: <19981212230851.A20578@ig.co.uk> 
5819      Branch: cfgperl
5820            ! pod/pod2man.PL
5821 ____________________________________________________________________________
5822 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
5823         Log: From: jan.dubois@ibm.net (Jan Dubois)
5824              Date: Wed, 23 Dec 1998 21:26:38 +0100
5825              Message-ID: <36895086.8849224@smtp1.ibm.net>
5826              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5827      Branch: maint-5.005/perl
5828            ! lib/ExtUtils/MakeMaker.pm
5829 ____________________________________________________________________________
5830 [  2540] By: jhi                                   on 1998/12/30  08:42:04
5831         Log: Evermore AUTHORS and MAINTAIN.
5832      Branch: cfgperl
5833            ! AUTHORS MAINTAIN
5834 ____________________________________________________________________________
5835 [  2539] By: jhi                                   on 1998/12/29  15:10:34
5836         Log: More AUTHORS and MAINTAIN.
5837      Branch: cfgperl
5838            ! AUTHORS MAINTAIN
5839 ____________________________________________________________________________
5840 [  2537] By: jhi                                   on 1998/12/29  14:34:47
5841         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5842              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5843              Message-ID: <13942.32480.700000.640927@utensil>
5844              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5845              (mirror change#2531 in the 5.005-maint)
5846      Branch: cfgperl
5847            ! lib/AutoSplit.pm
5848 ____________________________________________________________________________
5849 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
5850         Log: change in_pod pattern to /^=\w/ from /^=/
5851              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5852              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5853              Message-ID: <13942.32480.700000.640927@utensil>
5854              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5855      Branch: maint-5.005/perl
5856            ! lib/AutoSplit.pm
5857 ____________________________________________________________________________
5858 [  2525] By: jhi                                   on 1998/12/29  13:06:26
5859         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5860              To: perl5-porters@perl.org
5861              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
5862              Date: 16 Dec 1998 03:17:03 +0200
5863              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
5864      Branch: cfgperl
5865            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5866 ____________________________________________________________________________
5867 [  2524] By: jhi                                   on 1998/12/29  13:00:06
5868         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5869              To: perl5-porters@perl.org
5870              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
5871              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
5872              Date: 10 Dec 1998 08:30:02 +0200
5873              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
5874              
5875              (Nick's part was applied earlier, in change #2460)
5876      Branch: cfgperl
5877            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5878 ____________________________________________________________________________
5879 [  2523] By: jhi                                   on 1998/12/29  12:41:31
5880         Log: From: "vishal bhatia" <vishalb@hotmail.com>
5881              To: nick@ni-s.u-net.com
5882              Cc: perl5-porters@perl.org
5883              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
5884              Date: 9 Dec 1998 06:50:30 +0200
5885              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
5886      Branch: cfgperl
5887            ! ext/B/B/CC.pm
5888 ____________________________________________________________________________
5889 [  2522] By: jhi                                   on 1998/12/29  12:15:18
5890         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5891              To: perl5-porters@perl.org (Perl 5 Porters)
5892              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
5893              Date: 25 Dec 1998 23:02:28 +0200
5894              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
5895      Branch: cfgperl
5896            ! lib/Pod/Text.pm
5897 ____________________________________________________________________________
5898 [  2521] By: jhi                                   on 1998/12/29  12:07:54
5899         Log: Undo #2519 (breaks universal.c).
5900      Branch: cfgperl
5901            ! XSUB.h
5902 ____________________________________________________________________________
5903 [  2519] By: jhi                                   on 1998/12/29  11:41:10
5904         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5905              To: perl5-porters@perl.org
5906              Cc: perl-xs@perl.org
5907              Subject: XSUB.h refinement [PATCH]
5908              Date: 18 Dec 1998 03:58:44 +0200
5909              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
5910      Branch: cfgperl
5911            ! XSUB.h
5912 ____________________________________________________________________________
5913 [  2518] By: jhi                                   on 1998/12/29  11:36:19
5914         Log: From: abigail@fnx.com
5915              To: perl5-porters@perl.org (Perl Porters)
5916              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
5917              Date: 28 Dec 1998 21:39:15 +0200
5918              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
5919      Branch: cfgperl
5920            ! lib/fields.pm
5921 ____________________________________________________________________________
5922 [  2517] By: jhi                                   on 1998/12/29  11:35:03
5923         Log: Document change #2516.
5924      Branch: cfgperl
5925            ! pod/perldelta.pod
5926 ____________________________________________________________________________
5927 [  2516] By: jhi                                   on 1998/12/29  11:32:26
5928         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5929              To: perl5-porters@perl.org (Mailing list Perl5)
5930              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
5931              Date: 9 Dec 1998 10:39:31 +0200
5932              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
5933      Branch: cfgperl
5934            ! pod/perldiag.pod regcomp.c toke.c
5935 ____________________________________________________________________________
5936 [  2515] By: jhi                                   on 1998/12/29  11:27:11
5937         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5938              To: perl5-porters@perl.org (Mailing list Perl5)
5939              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
5940              Date: 8 Dec 1998 09:02:04 +0200
5941              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
5942              
5943              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
5944      Branch: cfgperl
5945            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
5946 ____________________________________________________________________________
5947 [  2514] By: jhi                                   on 1998/12/29  11:21:31
5948         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5949              To: perl5-porters@perl.org (Mailing list Perl5)
5950              Subject: [PATCH 5.005_53] Regexp tests and UTF8
5951              Date: 8 Dec 1998 07:02:01 +0200
5952              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
5953      Branch: cfgperl
5954            ! regcomp.c
5955 ____________________________________________________________________________
5956 [  2513] By: jhi                                   on 1998/12/29  11:18:34
5957         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5958              Subject: [PATCH 5.005_*] Dumpvar.pm
5959              To: perl5-porters@perl.org (Mailing list Perl5)
5960              Date: 7 Dec 1998 10:17:35 +0200
5961              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
5962      Branch: cfgperl
5963            + lib/Dumpvalue.pm
5964            ! MANIFEST
5965 ____________________________________________________________________________
5966 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
5967         Log: From: jan.dubois@ibm.net (Jan Dubois)
5968              Date: Tue, 01 Dec 1998 00:07:33 +0100
5969              Message-ID: <366921b5.14512598@smtp1.ibm.net>
5970              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
5971              
5972              From: jan.dubois@ibm.net (Jan Dubois)
5973              Date: Wed, 02 Dec 1998 00:24:54 +0100
5974              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
5975              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
5976      Branch: maint-5.005/perl
5977            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
5978            ! win32/config.bc win32/config.gc win32/config.vc
5979            ! win32/config_sh.PL win32/makedef.pl
5980 ____________________________________________________________________________
5981 [  2509] By: jhi                                   on 1998/12/28  13:00:31
5982     Log: Kickstart AUTHORS and MAINTAIN.
5983  Branch: cfgperl
5984        + AUTHORS MAINTAIN
5985        ! MANIFEST
5986 ____________________________________________________________________________
5987 [  2508] By: jhi                                   on 1998/12/28  08:04:00
5988     Log: From: Nathan Torkington <gnat@frii.com>
5989          To: perlbug@perl.com
5990          Subject: [PATCH] perlxstut.pod fix
5991          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
5992          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
5993  Branch: cfgperl
5994        ! pod/perlxstut.pod
5995 ____________________________________________________________________________
5996 [  2507] By: jhi                                   on 1998/12/28  07:59:00
5997     Log: From: abigail@fnx.com
5998          To: perlbug@perl.com
5999          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
6000          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
6001          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
6002          (slightly modified, a part of the patch was rejected)
6003          (strange, I thought I had already submitted this one
6004          but Perforce disagrees with me...)
6005  Branch: cfgperl
6006        ! pod/perlop.pod
6007 ____________________________________________________________________________
6008 [  2506] By: jhi                                   on 1998/12/28  07:56:59
6009     Log: From: Artur <artur@vogon-solutions.com>
6010          To: perlbug@perl.com
6011          Subject: PATCH: perlmodlib.pod
6012          Date: Fri, 25 Dec 1998 00:48:39 +0000
6013          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
6014  Branch: cfgperl
6015        ! pod/perlmodlib.pod pod/perlop.pod
6016 ____________________________________________________________________________
6017 [  2505] By: jhi                                   on 1998/12/28  07:46:06
6018     Log: From: abigail@fnx.com
6019          To: perl5-porters@perl.org (Perl Porters)
6020          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
6021          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
6022          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
6023  Branch: cfgperl
6024        ! pod/pod2html.PL
6025 ____________________________________________________________________________
6026 [  2504] By: jhi                                   on 1998/12/28  07:44:35
6027     Log: From: Jim Avera <avera@fjst.com>
6028          To: perlbug@perl.com
6029          Subject: perlbug bug - shows dates reversed
6030          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
6031          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
6032  Branch: cfgperl
6033        ! utils/perlbug.PL
6034 ____________________________________________________________________________
6035 [  2503] By: jhi                                   on 1998/12/28  07:41:39
6036     Log: From: jan.dubois@ibm.net (Jan Dubois)
6037          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
6038          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
6039          Date: Wed, 23 Dec 1998 21:26:38 +0100
6040          Message-ID: <36895086.8849224@smtp1.ibm.net>
6041  Branch: cfgperl
6042        ! lib/ExtUtils/MakeMaker.pm
6043 ____________________________________________________________________________
6044 [  2502] By: jhi                                   on 1998/12/28  07:39:20
6045     Log: From: Blair Zajac <bzajac@geostaff.com>
6046          To: perl5-porters@perl.org
6047          Subject: Tie::SubstrHash patch
6048          Date: Wed, 23 Dec 1998 17:13:32 -0800
6049          Message-ID: <3681953C.8B6A90AA@geostaff.com>
6050  Branch: cfgperl
6051        ! lib/Tie/SubstrHash.pm
6052 ____________________________________________________________________________
6053 [  2501] By: jhi                                   on 1998/12/28  07:37:16
6054     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
6055          To: perlbug@perl.com
6056          Subject: perlfaq9 minor error
6057          Date: Wed, 23 Dec 1998 14:54:19 -0800
6058          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
6059  Branch: cfgperl
6060        ! pod/perlfaq9.pod
6061 ____________________________________________________________________________
6062 [  2500] By: jhi                                   on 1998/12/23  10:38:18
6063     Log: More porting notes about filesystems, AmigaOS, and MiNT.
6064  Branch: cfgperl
6065        ! pod/perlport.pod
6066 ____________________________________________________________________________
6067 [  2499] By: jhi                                   on 1998/12/22  09:26:49
6068     Log: Add few MSG_ and uio constants.
6069  Branch: cfgperl
6070        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
6071 ____________________________________________________________________________
6072 [  2498] By: jhi                                   on 1998/12/22  08:39:30
6073     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
6074          a Digital C compiler optimizer bug that broke the 'x'
6075          operator under certain circumstances.  See t/op/repeat.t
6076          test #20 for graphic details.  Reported in
6077          
6078          From: Gisle Aas <gisle@aas.no>
6079          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
6080          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
6081          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
6082          Date: 18 Dec 1998 14:27:40 +0100
6083          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
6084          
6085          and discussed further in the thread
6086          
6087          From: Jarkko Hietaniemi <jhi@iki.fi>
6088          To: Gisle Aas <gisle@aas.no>
6089          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
6090          cpan-testers@perl.org, perl5-porters@perl.org
6091          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
6092          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
6093          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
6094  Branch: cfgperl
6095        ! t/op/repeat.t util.c
6096 ____________________________________________________________________________
6097 [  2497] By: jhi                                   on 1998/12/21  14:18:57
6098     Log: Change #2483 update.
6099  Branch: cfgperl
6100        ! t/op/tr.t
6101 ____________________________________________________________________________
6102 [  2496] By: jhi                                   on 1998/12/21  14:07:41
6103     Log: Update on change #2493.
6104  Branch: cfgperl
6105        ! t/pragma/warn/op
6106 ____________________________________________________________________________
6107 [  2495] By: jhi                                   on 1998/12/21  13:52:00
6108     Log: Change #2487 aftershock.
6109  Branch: cfgperl
6110        ! warning.pl
6111 ____________________________________________________________________________
6112 [  2494] By: jhi                                   on 1998/12/21  12:35:00
6113     Log: From: Chris Nandor <pudge@pobox.com>
6114          To: perl5-porters@perl.org
6115          Subject: [PATCH] perlport.pod v1.37
6116          Date: Sat, 19 Dec 1998 12:54:34 -0500
6117          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
6118  Branch: cfgperl
6119        ! pod/perlport.pod
6120 ____________________________________________________________________________
6121 [  2493] By: jhi                                   on 1998/12/21  12:22:44
6122     Log: From: Mark-Jason Dominus <mjd@plover.com>
6123          To: perl5-porters@perl.com
6124          Subject: PATCH (5.005_02): Dejargonizing
6125          Date: Sun, 20 Dec 1998 14:35:20 -0500
6126          Message-ID: <19981220193520.11230.qmail@plover.com>
6127          
6128          From: Mark-Jason Dominus <mjd@plover.com>
6129          To: perl5-porters@perl.com
6130          Subject: PATCH (5.005_02): Spelling correction in warning message
6131          Date: Sun, 20 Dec 1998 13:51:30 -0500
6132          Message-ID: <19981220185130.11067.qmail@plover.com>
6133  Branch: cfgperl
6134        ! doio.c op.c
6135 ____________________________________________________________________________
6136 [  2492] By: jhi                                   on 1998/12/21  09:00:05
6137     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6138          To: perl5-porters@perl.org
6139          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
6140          Date: Sun, 20 Dec 1998 19:03:25 PST
6141          Message-ID: <19981221030326.27660.qmail@hotmail.com>
6142          
6143          (slightly reformatted)
6144  Branch: cfgperl
6145        ! ext/B/B/CC.pm
6146 ____________________________________________________________________________
6147 [  2491] By: nick                                  on 1998/12/20  14:21:29
6148     Log: Save _all_ GV's which have SV, AV or HV set.
6149  Branch: perl
6150        ! ext/B/B/C.pm
6151 ____________________________________________________________________________
6152 [  2490] By: jhi                                   on 1998/12/18  15:13:19
6153     Log: Add idea about generalising cpp symbol probing of Errno.
6154  Branch: cfgperl
6155        ! Todo
6156 ____________________________________________________________________________
6157 [  2489] By: jhi                                   on 1998/12/18  14:47:57
6158     Log: Address some of the issues of:
6159          
6160          From: Tom Christiansen <tchrist@jhereg.perl.com>
6161          To: perl-porters-active@jhereg.perl.com
6162          Subject: Undocumentation Issues for 5.005
6163          Date: Thu, 17 Dec 1998 14:46:24 -0700
6164          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
6165  Branch: cfgperl
6166        ! pod/perl5005delta.pod
6167 ____________________________________________________________________________
6168 [  2488] By: jhi                                   on 1998/12/18  11:26:32
6169     Log: From: root <root@dubravka.in-berlin.de>
6170          To: perlbug@perl.com
6171          Cc: k@dubravka.in-berlin.de
6172          Subject: Please add no_modify to PERL_POLLUTE
6173          Date: Fri, 18 Dec 1998 10:45:52 +0100
6174          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
6175          
6176          (Really from Andreas König)
6177  Branch: cfgperl
6178        ! embed.pl
6179 ____________________________________________________________________________
6180 [  2487] By: jhi                                   on 1998/12/17  14:05:52
6181     Log: Some (by far not all) issues of the below message addressed.
6182          
6183          From: Tom Christiansen <tchrist@jhereg.perl.com>
6184          To: The Perl Porters Mailing List <perl5-porters@perl.org>
6185          Subject: important UNDOC issues for 5.005_54
6186          Date: Wed, 16 Dec 1998 21:14:53 -0700
6187          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
6188  Branch: cfgperl
6189        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
6190 ____________________________________________________________________________
6191 [  2486] By: jhi                                   on 1998/12/17  12:47:15
6192     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6193          To: domo@computer.org
6194          Cc: jhi@iki.fi, perl5-porters@perl.org
6195          Subject: Re: stuff related to malloc.c
6196          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
6197          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
6198  Branch: cfgperl
6199        ! malloc.c
6200 ____________________________________________________________________________
6201 [  2485] By: jhi                                   on 1998/12/17  12:17:19
6202     Log: More porting notes.
6203  Branch: cfgperl
6204        ! Porting/pumpkin.pod
6205 ____________________________________________________________________________
6206 [  2484] By: jhi                                   on 1998/12/15  08:38:05
6207     Log: Undo #2386 and #2205.
6208  Branch: cfgperl
6209        ! pod/perlfunc.pod
6210 ____________________________________________________________________________
6211 [  2483] By: jhi                                   on 1998/12/14  17:58:35
6212     Log: lib was missing from @INC.
6213  Branch: cfgperl
6214        ! t/op/tr.t
6215 ____________________________________________________________________________
6216 [  2482] By: jhi                                   on 1998/12/14  17:52:42
6217     Log: Was missing use Text::Wrap.
6218  Branch: cfgperl
6219        ! t/lib/textfill.t
6220 ____________________________________________________________________________
6221 [  2481] By: jhi                                   on 1998/12/14  16:00:22
6222     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
6223          
6224          From: Jonathan Roy <roy@idle.com>
6225          To: perl5-porters@perl.org
6226          Subject: nlist.h add to Configure checks?
6227          Date: Sun, 13 Dec 1998 22:22:49 -0500
6228          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
6229  Branch: cfgperl
6230        + ext/DynaLoader/hints/linux.pl
6231        ! MANIFEST
6232 ____________________________________________________________________________
6233 [  2480] By: jhi                                   on 1998/12/14  15:02:44
6234     Log: Give up completely using nm in AIX.
6235          
6236          From: "Kurt D. Starsinic" <kstar@chapin.edu>
6237          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
6238          Cc: perl5-porters@perl.org
6239          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
6240          Date: Thu, 10 Dec 1998 00:51:46 -0500
6241          Message-ID: <19981210005146.B29986@O2.chapin.edu>
6242  Branch: cfgperl
6243        ! hints/aix.sh
6244 ____________________________________________________________________________
6245 [  2479] By: jhi                                   on 1998/12/14  14:39:52
6246     Log: AIX' error messages are different.
6247          
6248          From: "Kurt D. Starsinic" <kstar@chapin.edu>
6249          To: Gurusamy Sarathy <gsar@engin.umich.edu>
6250          Cc: perl5-porters@perl.org
6251          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
6252          Date: Thu, 10 Dec 1998 00:42:36 -0500
6253          Message-ID: <19981210004236.A29986@O2.chapin.edu>
6254          
6255          From: Michael Engel <engel@nms1.cc.huji.ac.il>
6256          To: perlbug@perl.com
6257          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
6258          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
6259          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
6260  Branch: cfgperl
6261        ! t/pragma/warn/doio
6262 ____________________________________________________________________________
6263 [  2475] By: jhi                                   on 1998/12/13  12:35:55
6264     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6265          To: jhi@iki.fi
6266          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
6267          Subject: Re: stuff related to malloc.c
6268          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
6269          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
6270  Branch: cfgperl
6271        ! malloc.c
6272 ____________________________________________________________________________
6273 [  2474] By: jhi                                   on 1998/12/13  12:32:42
6274     Log: Some notes about porting issues.
6275  Branch: cfgperl
6276        ! Porting/pumpkin.pod
6277 ____________________________________________________________________________
6278 [  2473] By: jhi                                   on 1998/12/13  12:03:58
6279     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
6280          To: Perl 5 Porters <perl5-porters@perl.org>
6281          Subject: [patch 5.005_02] dos-djgpp update
6282          Date: Sun, 13 Dec 1998 00:08:44 +0100
6283          Message-ID: <19981213000844.C264@beeblebrox>
6284  Branch: cfgperl
6285        ! djgpp/config.over
6286 ____________________________________________________________________________
6287 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
6288     Log: undo changes to Exporter.pm from #2312
6289  Branch: maint-5.005/perl
6290        ! lib/Exporter.pm
6291 ____________________________________________________________________________
6292 [  2465] By: jhi                                   on 1998/12/12  12:31:21
6293     Log: Document that qw() taints.
6294          
6295          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
6296          To: perlbug@perl.com 
6297          Subject: taint problems
6298          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
6299          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
6300  Branch: cfgperl
6301        ! pod/perlop.pod
6302 ____________________________________________________________________________
6303 [  2464] By: jhi                                   on 1998/12/11  14:09:51
6304     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
6305          To: dist-users@foretune.co.jp
6306          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
6307          Date: Mon, 07 Dec 1998 20:13:04 -0400
6308          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
6309  Branch: cfgperl
6310        ! Configure
6311 ____________________________________________________________________________
6312 [  2463] By: jhi                                   on 1998/12/11  13:29:54
6313     Log: MAXPATHLEN.
6314  Branch: cfgperl
6315        ! perl.h
6316 ____________________________________________________________________________
6317 [  2462] By: jhi                                   on 1998/12/11  08:37:58
6318     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
6319          To: perl5-porters@perl.org
6320          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
6321          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
6322          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
6323  Branch: cfgperl
6324        + hints/gnu.sh
6325 ____________________________________________________________________________
6326 [  2461] By: nick                                  on 1998/12/10  21:00:50
6327     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
6328          From: Vishal Bhatia <vishalb@hotmail.com>
6329          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
6330          2. Fixes the bug  regarding return value of c-functions generated out 
6331          of perl subs. ( Just includes the patch I sent earlier)
6332          3. Incorporates the other changes that need to be done to get CC.pm
6333          use ISA search for packages and methods on the same lines as C.pm
6334          
6335          Vishal would appreciate comments about B::Stackobj changes from 
6336          someone knowing that module well.
6337  Branch: perl
6338        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
6339 ____________________________________________________________________________
6340 [  2460] By: jhi                                   on 1998/12/08  08:11:27
6341     Log: Integrate from mainperl.
6342  Branch: cfgperl
6343       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
6344       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
6345       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
6346       !> toke.c util.c
6347 ____________________________________________________________________________
6348 [  2459] By: jhi                                   on 1998/12/07  07:50:11
6349     Log: From: hansm@icgroup.nl 
6350          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
6351          Reply-To: hansmu@xs4all.nl 
6352          To: perlbug@perl.com 
6353          Date: Sun, 6 Dec 98 22:19:54 +0100 
6354          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
6355  Branch: cfgperl
6356        ! util.c
6357 ____________________________________________________________________________
6358 [  2458] By: gsar                                  on 1998/12/07  06:00:55
6359     Log: fix dup lexical
6360  Branch: perl
6361        ! ext/B/B/Deparse.pm t/lib/io_unix.t
6362 ____________________________________________________________________________
6363 [  2457] By: gsar                                  on 1998/12/06  14:38:59
6364     Log: mention limit on line numbers reported by diagnostics
6365  Branch: perl
6366        ! pod/perl.pod toke.c
6367 ____________________________________________________________________________
6368 [  2456] By: gsar                                  on 1998/12/06  13:49:02
6369     Log: branch perldelta.pod
6370  Branch: maint-5.005/perl
6371       +> pod/perldelta.pod
6372 ____________________________________________________________________________
6373 [  2455] By: gsar                                  on 1998/12/06  13:47:21
6374     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
6375  Branch: maint-5.005/perl
6376        - pod/perldelta.pod
6377 ____________________________________________________________________________
6378 [  2454] By: gsar                                  on 1998/12/06  13:35:31
6379     Log: fix outdated/incorrect info about arbitrary limits
6380  Branch: perl
6381        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
6382        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
6383 ____________________________________________________________________________
6384 [  2453] By: nick                                  on 1998/12/05  16:14:42
6385     Log: Avoid hard-coding op numbers
6386          Update CC.pm to save %INC, and to co-exist with new C.pm
6387  Branch: perl
6388        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
6389 ____________________________________________________________________________
6390 [  2452] By: nick                                  on 1998/12/05  10:44:28
6391     Log: B.xs had its own code to calculate hash() which differed from
6392          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
6393          which meant that run-time require was re-done.
6394          Removed some debug from C.pm
6395  Branch: perl
6396        ! ext/B/B.xs ext/B/B/C.pm
6397 ____________________________________________________________________________
6398 [  2451] By: nick                                  on 1998/12/04  21:58:49
6399     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
6400          well as _54, but with pre-scan for classes and save the ISA scheme.
6401  Branch: perl
6402        ! ext/B/B/C.pm
6403 ____________________________________________________________________________
6404 [  2450] By: nick                                  on 1998/12/04  17:58:44
6405     Log: Vishal Bhatia's patch as a basis.
6406  Branch: perl
6407        ! ext/B/B/C.pm ext/B/B/CC.pm
6408 ____________________________________________________________________________
6409 [  2449] By: jhi                                   on 1998/12/04  16:39:21
6410     Log: Integrate from mainperl.
6411  Branch: cfgperl
6412       !> t/op/goto.t t/op/tr.t
6413 ____________________________________________________________________________
6414 [  2448] By: gsar                                  on 1998/12/04  06:06:49
6415     Log: tweak test for UTEST
6416  Branch: perl
6417        ! t/op/tr.t
6418 ____________________________________________________________________________
6419 [  2444] By: jhi                                   on 1998/12/03  14:37:22
6420     Log: s/\bthe the\b/the/g *.pod
6421  Branch: cfgperl
6422        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
6423 ____________________________________________________________________________
6424 [  2443] By: jhi                                   on 1998/12/03  13:39:53
6425     Log: Change#2441 aftermath.
6426  Branch: cfgperl
6427        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6428        ! config_h.SH thread.h vms/subconfigure.com
6429 ____________________________________________________________________________
6430 [  2441] By: jhi                                   on 1998/12/03  08:15:13
6431     Log: From: Dan Sugalski <sugalskd@osshe.edu>
6432          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
6433          Subject: [PATCH 5.005_54]Initial VMS patches
6434          Date: 3 Dec 1998 01:05:55 +0200
6435          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
6436          
6437          The patch to config_h.SH requires more study because
6438          metaconfig needs to agree.
6439  Branch: cfgperl
6440        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
6441        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
6442        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
6443 ____________________________________________________________________________
6444 [  2440] By: gsar                                  on 1998/12/03  01:32:16
6445     Log: add failed check-in of goto.t from change#1867
6446  Branch: perl
6447        ! t/op/goto.t
6448 ____________________________________________________________________________
6449 [  2437] By: jhi                                   on 1998/12/02  18:03:51
6450     Log: Fix most of the bad L<> links of
6451          
6452          From: Tom Christiansen <tchrist@jhereg.perl.com> 
6453          Subject: bad L<> links
6454          Reply-to: tchrist@perl.com 
6455          To: perlbug@jhereg.perl.com 
6456          Date: Tue, 11 Aug 1998 10:58:07 -0500 
6457          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
6458          
6459          The ones not fixed may require darker Pod::HTML magic,
6460          for example the perlguts.html#tags should work fine, IMHO.
6461  Branch: cfgperl
6462        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
6463        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
6464        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
6465        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
6466        ! pod/perlvar.pod
6467 ____________________________________________________________________________
6468 [  2436] By: jhi                                   on 1998/12/02  16:35:04
6469     Log: One paste too many in #2345.
6470  Branch: cfgperl
6471        ! lib/Pod/Html.pm
6472 ____________________________________________________________________________
6473 [  2435] By: jhi                                   on 1998/12/02  16:32:33
6474     Log: Pod::Html and Pod::Text were not locale-savvy:
6475          for example in =head1 all non-ASCII-\w-runs were
6476          turned into underscores in NAME tags.  This could
6477          result in several NAME tags becoming identical.
6478          Reported by:
6479          
6480          From: Fyodor Krasnov <fyodor@aha.ru> 
6481          Subject: pod2html vs Russian Characters
6482          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
6483          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
6484          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
6485  Branch: cfgperl
6486        ! lib/Pod/Html.pm lib/Pod/Text.pm
6487 ____________________________________________________________________________
6488 [  2434] By: jhi                                   on 1998/12/02  10:29:00
6489     Log: The real Mc5_54 integration.
6490  Branch: cfgperl
6491       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
6492 ____________________________________________________________________________
6493 [  2433] By: jhi                                   on 1998/12/02  08:52:13
6494     Log: From: Andy Dougherty <doughera@lafayette.edu>
6495          To: Perl Porters <perl5-porters@perl.org>
6496          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
6497          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
6498          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
6499  Branch: cfgperl
6500        ! Configure
6501 ____________________________________________________________________________
6502 [  2432] By: jhi                                   on 1998/12/02  08:49:47
6503     Log: From: Andy Dougherty <doughera@lafayette.edu>
6504          To: Perl Porters <perl5-porters@perl.org>
6505          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
6506          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
6507          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
6508  Branch: cfgperl
6509        ! Configure
6510 ____________________________________________________________________________
6511 [  2431] By: jhi                                   on 1998/12/01  16:11:50
6512     Log: From: achampio@lehman.com (Alan Champion)
6513          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
6514          To: perlbug@perl.com
6515          Date: 1 Dec 1998 17:36:33 +0200
6516          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
6517          
6518          Skip NIS includes.
6519  Branch: cfgperl
6520        ! t/op/pwent.t
6521 ____________________________________________________________________________
6522 [  2430] By: gsar                                  on 1998/12/01  12:12:50
6523     Log: 5.005_54, as released
6524  Branch: perl
6525        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
6526 ____________________________________________________________________________
6527 [  2429] By: jhi                                   on 1998/12/01  11:28:39
6528     Log: From: Anton Berezin <tobez@plab.ku.dk>
6529          To: perl5-porters@perl.org
6530          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
6531          Date: 30 Nov 1998 19:46:24 +0100
6532          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
6533  Branch: cfgperl
6534        ! hints/freebsd.sh
6535 ____________________________________________________________________________
6536 [  2428] By: jhi                                   on 1998/12/01  11:08:16
6537     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
6538  Branch: cfgperl
6539       +> (branch 30 files)
6540       !> (integrate 71 files)
6541 ____________________________________________________________________________
6542 [  2427] By: jhi                                   on 1998/12/01  10:51:37
6543     Log: Default to accepting a hinted $randfunc even when $csym
6544          does not find it.  (the previous defaylt behaviour was not
6545          to accept).
6546  Branch: cfgperl
6547        ! Configure
6548 ____________________________________________________________________________
6549 [  2426] By: jhi                                   on 1998/12/01  10:13:03
6550     Log: Separated the [:foo:] parsing to its own function.
6551          Passes all tests.
6552  Branch: cfgperl
6553        ! regcomp.c
6554 ____________________________________________________________________________
6555 [  2425] By: jhi                                   on 1998/12/01  08:22:49
6556     Log: Typo in comments.
6557  Branch: cfgperl
6558        ! regexec.c
6559 ____________________________________________________________________________
6560 [  2424] By: jhi                                   on 1998/12/01  08:21:38
6561     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6562          Subject: [PATCH 5.005_*] Debugger 'v' command
6563          To: perl5-porters@perl.org (Mailing list Perl5)
6564          Date: 1 Dec 1998 07:55:11 +0200
6565          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
6566  Branch: cfgperl
6567        ! lib/perl5db.pl
6568 ____________________________________________________________________________
6569 [  2423] By: jhi                                   on 1998/12/01  08:19:08
6570     Log: From: pvhp@forte.com (Peter Prymmer)
6571          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
6572          To: perl5-porters@perl.org
6573          Date: 1 Dec 1998 07:27:11 +0200
6574          Message-ID: <MLIST_9812010508.AA07791@forte.com>
6575  Branch: cfgperl
6576        ! hints/os390.sh
6577 ____________________________________________________________________________
6578 [  2417] By: jhi                                   on 1998/11/30  08:14:00
6579     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
6580  Branch: cfgperl
6581        ! ext/Socket/Socket.xs
6582 ____________________________________________________________________________
6583 [  2416] By: jhi                                   on 1998/11/30  08:00:15
6584     Log: Undo #2395, seems more like a problem in netbsd-current.
6585  Branch: cfgperl
6586        ! util.c
6587
6588 ----------------
6589 Version 5.005_54
6590 ----------------
6591
6592 ____________________________________________________________________________
6593 [  2414] By: gsar                                  on 1998/11/30  02:23:55
6594     Log: more JPL tweaks
6595  Branch: perl
6596        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
6597        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
6598 ____________________________________________________________________________
6599 [  2413] By: gsar                                  on 1998/11/30  01:35:56
6600     Log: stub bin/jpl that just runs JPL::Compile::files()
6601  Branch: perl
6602        + jpl/bin/jpl
6603 ____________________________________________________________________________
6604 [  2412] By: gsar                                  on 1998/11/30  01:32:14
6605     Log: delete symlink
6606  Branch: perl
6607        - jpl/bin/jpl
6608 ____________________________________________________________________________
6609 [  2410] By: gsar                                  on 1998/11/30  01:30:44
6610     Log: branch jpl from perlext to perl
6611  Branch: perl
6612       +> (branch 30 files)
6613 ____________________________________________________________________________
6614 [  2407] By: gsar                                  on 1998/11/30  01:24:53
6615     Log: JPL tweaks to build with 5.005
6616  Branch: perlext
6617        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
6618        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
6619 ____________________________________________________________________________
6620 [  2406] By: gsar                                  on 1998/11/30  00:55:54
6621     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
6622  Branch: perl
6623        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
6624 ____________________________________________________________________________
6625 [  2405] By: gsar                                  on 1998/11/30  00:28:55
6626     Log: patchlevel up to 54
6627  Branch: perl
6628        ! patchlevel.h win32/Makefile win32/config_H.bc
6629        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6630 ____________________________________________________________________________
6631 [  2403] By: gsar                                  on 1998/11/29  23:35:50
6632     Log: integrate cfgperl changes into mainline
6633  Branch: perl
6634       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6635       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
6636 ____________________________________________________________________________
6637 [  2402] By: gsar                                  on 1998/11/29  23:08:42
6638     Log: sync Text::Wrap version number
6639  Branch: perl
6640        ! lib/Text/Wrap.pm
6641 ____________________________________________________________________________
6642 [  2401] By: gsar                                  on 1998/11/29  22:56:21
6643     Log: textfill.t tweak
6644  Branch: perl
6645        ! t/lib/textfill.t
6646 ____________________________________________________________________________
6647 [  2400] By: gsar                                  on 1998/11/29  22:50:41
6648     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
6649          <muir@idiom.com>
6650  Branch: perl
6651        + t/lib/textfill.t
6652        ! MANIFEST lib/Text/Wrap.pm
6653 ____________________________________________________________________________
6654 [  2399] By: gsar                                  on 1998/11/29  22:28:05
6655     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
6656          has happened without the authors knowledge or consent; the subversive
6657          version (which is in 5.00502) breaks one of the tests in the
6658          authors testsuite; attempts are being made to find a fix that
6659          avoids breaking code already running with the 5.005_02 version
6660          From:    David Muir Sharnoff <muir@idiom.com>
6661          Date:    Sat, 28 Nov 1998 04:34:17 PST
6662          Message-Id: <199811281234.EAA03082@idiom.com>
6663          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
6664  Branch: perl
6665        ! lib/Text/Wrap.pm t/lib/textwrap.t
6666 ____________________________________________________________________________
6667 [  2397] By: nick                                  on 1998/11/29  20:13:58
6668     Log: Update docs and English.pm for $^C
6669  Branch: perl
6670        ! lib/English.pm pod/perlvar.pod
6671 ____________________________________________________________________________
6672 [  2396] By: jhi                                   on 1998/11/29  20:13:03
6673     Log: Mirror #2384.
6674  Branch: cfgperl
6675        ! t/op/pwent.t
6676 ____________________________________________________________________________
6677 [  2395] By: jhi                                   on 1998/11/29  19:59:12
6678     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
6679  Branch: cfgperl
6680        ! util.c
6681 ____________________________________________________________________________
6682 [  2394] By: gsar                                  on 1998/11/29  19:49:08
6683     Log: updated perlreftut.pod
6684  Branch: perl
6685        ! pod/perlreftut.pod
6686 ____________________________________________________________________________
6687 [  2393] By: gsar                                  on 1998/11/29  19:31:56
6688     Log: misc tweaks
6689  Branch: perl
6690        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
6691 ____________________________________________________________________________
6692 [  2392] By: gsar                                  on 1998/11/29  19:31:18
6693     Log: notes about -DPERL_POLLUTE
6694  Branch: perl
6695        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
6696 ____________________________________________________________________________
6697 [  2391] By: gsar                                  on 1998/11/29  19:13:52
6698     Log: explain various win32 build caveats more clearly
6699  Branch: perl
6700        ! README.win32 win32/Makefile win32/makefile.mk
6701 ____________________________________________________________________________
6702 [  2390] By: gsar                                  on 1998/11/29  16:51:59
6703     Log: remove I_POLL detection (Configure will do that now)
6704  Branch: perl
6705        ! ext/IO/Makefile.PL
6706 ____________________________________________________________________________
6707 [  2389] By: jhi                                   on 1998/11/29  16:39:16
6708     Log: Add I_POLL for IO 1.20.
6709  Branch: cfgperl
6710        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6711        ! config_h.SH
6712 ____________________________________________________________________________
6713 [  2388] By: gsar                                  on 1998/11/29  16:23:30
6714     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
6715  Branch: perl
6716        + Porting/p4desc
6717        ! MANIFEST
6718 ____________________________________________________________________________
6719 [  2387] By: gsar                                  on 1998/11/29  16:08:03
6720     Log: another threads reliability fix: serialize writes to thr->threadsv
6721          avoid most uses of PL_na (which is much more inefficient than a
6722          simple local); update docs to suit; PL_na now being thr->Tna may
6723          be a minor compatibility issue for extensions--will require dTHR
6724          outside of XSUBs (those get automatic dTHR)
6725  Branch: perl
6726        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
6727        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
6728        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6729        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
6730        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
6731        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
6732        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
6733        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
6734        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
6735 ____________________________________________________________________________
6736 [  2386] By: jhi                                   on 1998/11/29  15:40:42
6737     Log: Tune the "if" entry.
6738  Branch: cfgperl
6739        ! pod/perlfunc.pod
6740 ____________________________________________________________________________
6741 [  2385] By: gsar                                  on 1998/11/29  12:40:28
6742     Log: various fixes for race conditions under threads: mutex locks based
6743          on PL_threadnum were seriously flawed, since it means more than one
6744          thread could enter the critical region; PL_na was global instead of
6745          thread-local; child thread could finish and free thr structures
6746          before Thread->new() got around to creating the Thread object;
6747          cv_clone() needed locking, as it mucks with PL_comppad and other
6748          global data; new_struct_thread() needed to lock template-thread's
6749          mutex while copying its data
6750  Branch: perl
6751        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
6752        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
6753 ____________________________________________________________________________
6754 [  2384] By: gsar                                  on 1998/11/29  10:54:38
6755     Log: s/warn/print/ on multiply defined groups
6756  Branch: perl
6757        ! t/op/grent.t
6758 ____________________________________________________________________________
6759 [  2383] By: gsar                                  on 1998/11/29  10:48:39
6760     Log: backout change#2334
6761  Branch: perl
6762        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6763 ____________________________________________________________________________
6764 [  2382] By: jhi                                   on 1998/11/29  10:33:40
6765     Log: Better NetInfo behaviour.
6766  Branch: cfgperl
6767        ! t/op/grent.t t/op/pwent.t
6768 ____________________________________________________________________________
6769 [  2381] By: jhi                                   on 1998/11/29  10:08:15
6770     Log: Integrate from mainperl.
6771  Branch: cfgperl
6772       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6773       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6774       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
6775       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
6776       +> t/lib/io_poll.t t/lib/io_unix.t
6777       !> (integrate 58 files)
6778 ____________________________________________________________________________
6779 [  2380] By: gsar                                  on 1998/11/29  08:22:49
6780     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
6781          Tim Bunce)
6782  Branch: perl
6783        ! gv.c
6784 ____________________________________________________________________________
6785 [  2379] By: gsar                                  on 1998/11/29  07:06:43
6786     Log: fix for pat.t failure under USE_THREADS
6787  Branch: perl
6788        ! pp_ctl.c regexec.c
6789 ____________________________________________________________________________
6790 [  2378] By: nick                                  on 1998/11/28  22:46:57
6791     Log: More C.pm tweaks
6792          Save globs even if we have saved cv itself before - may be imported.
6793          
6794          While we don't save "bootstrap" CV we need to provide a stub,
6795          so that if we require it later we don't fall through and attempt
6796          to DynaLoad module again.
6797          
6798          Attempt to save %INC so that "require" does not reload things
6799          we have compiled-in (does not work right yet - seems to be due
6800          to PL_incgv being created in perl_parse() current scheme setting 
6801          GvHV() is "better" than saving the glob, but still does not 
6802          work as I expect). 
6803  Branch: perl
6804        ! ext/B/B/C.pm
6805 ____________________________________________________________________________
6806 [  2377] By: gsar                                  on 1998/11/28  22:30:38
6807     Log: various tweaks; result passes all tests for normal build on Solaris;
6808          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
6809          win32 due to lack of select() that works on non-socket fds
6810  Branch: perl
6811        ! ext/IO/poll.c regcomp.c regexec.c scope.c
6812        ! t/lib/io_multihomed.t win32/makefile.mk
6813 ____________________________________________________________________________
6814 [  2376] By: gsar                                  on 1998/11/28  20:44:39
6815     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
6816  Branch: perl
6817        ! myconfig
6818 ____________________________________________________________________________
6819 [  2375] By: gsar                                  on 1998/11/28  20:42:58
6820     Log: integrate cfgperl changes into mainline
6821  Branch: perl
6822       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
6823       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
6824 ____________________________________________________________________________
6825 [  2374] By: gsar                                  on 1998/11/28  20:02:03
6826     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6827          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
6828          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
6829          Subject: [PATCH 5.00553] Yet another OS/2 patch
6830  Branch: perl
6831        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
6832 ____________________________________________________________________________
6833 [  2373] By: gsar                                  on 1998/11/28  19:30:06
6834     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6835          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
6836          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
6837          Subject: [PATCH 5.005_53] Change $#+
6838  Branch: perl
6839        ! mg.c pod/perlvar.pod t/op/pat.t
6840 ____________________________________________________________________________
6841 [  2372] By: gsar                                  on 1998/11/28  19:28:00
6842     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6843          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
6844          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
6845          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
6846  Branch: perl
6847        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
6848        ! thrdvar.h
6849 ____________________________________________________________________________
6850 [  2371] By: gsar                                  on 1998/11/28  19:23:53
6851     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6852          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
6853          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
6854          Subject: [PATCH 5.005_53] better -Mre=debugcolor
6855  Branch: perl
6856        ! embedvar.h objXSUB.h regexec.c thrdvar.h
6857 ____________________________________________________________________________
6858 [  2370] By: gsar                                  on 1998/11/28  19:21:17
6859     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6860          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
6861          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
6862          Subject: [PATCH 5.005_*] regcolors
6863  Branch: perl
6864        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
6865 ____________________________________________________________________________
6866 [  2369] By: gsar                                  on 1998/11/28  19:00:15
6867     Log: allow final period in a file (not followed by a newline) to
6868          terminate format spec
6869  Branch: perl
6870        ! toke.c
6871 ____________________________________________________________________________
6872 [  2368] By: gsar                                  on 1998/11/28  18:58:25
6873     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
6874          add C<$Config{installarchlib}/CORE> to the default locations searched
6875          on win32
6876  Branch: perl
6877        ! lib/ExtUtils/Liblist.pm
6878 ____________________________________________________________________________
6879 [  2367] By: gsar                                  on 1998/11/28  18:46:05
6880     Log: applied suggested patch with PERL_OBJECT tweaks
6881          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6882          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
6883          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
6884          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
6885  Branch: perl
6886        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
6887        ! regexec.c t/op/pat.t thrdvar.h
6888 ____________________________________________________________________________
6889 [  2366] By: gsar                                  on 1998/11/28  18:38:34
6890     Log: additional documentation for qr//
6891          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6892          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
6893          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
6894          Subject: [PATCH 5.005_*] Documentation (fwd)
6895  Branch: perl
6896        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
6897 ____________________________________________________________________________
6898 [  2365] By: gsar                                  on 1998/11/28  18:35:35
6899     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6900          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
6901          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
6902          Subject: [PATCH 5.005_*] Fix \G in REx without //g
6903  Branch: perl
6904        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
6905        ! regexp.h t/op/pat.t thrdvar.h
6906 ____________________________________________________________________________
6907 [  2364] By: gsar                                  on 1998/11/28  18:24:20
6908     Log: update Test.pm to Test-1.12; tweak 're' detection
6909  Branch: perl
6910        ! lib/Test.pm
6911 ____________________________________________________________________________
6912 [  2363] By: gsar                                  on 1998/11/28  18:12:04
6913     Log: avoid command-line quoting portability problems in lex_assign.t
6914  Branch: perl
6915        ! t/op/lex_assign.t
6916 ____________________________________________________________________________
6917 [  2362] By: gsar                                  on 1998/11/28  18:08:50
6918     Log: From: John Tobey <jtobey@channel1.com>
6919          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
6920          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
6921          Subject: PATCH: document English.pm sawampersand and thread issues
6922  Branch: perl
6923        ! lib/English.pm pod/perlvar.pod
6924 ____________________________________________________________________________
6925 [  2361] By: gsar                                  on 1998/11/28  18:03:04
6926     Log: fix uninitialized warnings
6927          From: Brian Callaghan <callagh@itginc.com>
6928          Date: Thu, 19 Nov 1998 17:49:10 -0800
6929          Message-Id: <3654CA96.B64FCAEB@itginc.com>
6930          Subject: Complete.pm patch (version 1.1)
6931  Branch: perl
6932        ! lib/Term/Complete.pm
6933 ____________________________________________________________________________
6934 [  2360] By: gsar                                  on 1998/11/28  17:59:16
6935     Log: s/Array/List/ suggested by John Tobey
6936  Branch: perl
6937        ! pod/perldata.pod
6938 ____________________________________________________________________________
6939 [  2359] By: gsar                                  on 1998/11/28  17:47:48
6940     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
6941  Branch: perl
6942        ! lib/Tie/Handle.pm pod/perlfunc.pod
6943 ____________________________________________________________________________
6944 [  2358] By: jhi                                   on 1998/11/28  17:23:15
6945     Log: Revamp the locale tests.
6946          (0) Instead of rewiring a few locales scan for them.
6947          (1) Bogus test #101 removed.
6948          (2) All the locales are checked, the lists of failed
6949          and non-failed ones are displayed.
6950          (3) The test #103 is again 'active' so that it may fail.
6951          (4) To balance (3) a hopefully pacifying message is shown
6952          if the #103 fails.
6953  Branch: cfgperl
6954        ! t/pragma/locale.t
6955 ____________________________________________________________________________
6956 [  2357] By: gsar                                  on 1998/11/28  17:21:07
6957     Log: add perlreftut.pod
6958  Branch: perl
6959        + pod/perlreftut.pod
6960        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
6961        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
6962        ! win32/pod.mak
6963 ____________________________________________________________________________
6964 [  2356] By: jhi                                   on 1998/11/28  16:58:01
6965     Log: Change #2346 fallout.
6966  Branch: cfgperl
6967        ! t/op/undef.t
6968 ____________________________________________________________________________
6969 [  2355] By: gsar                                  on 1998/11/28  16:46:43
6970     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
6971          ANSI prototypes
6972  Branch: perl
6973        ! ext/IO/IO.xs
6974 ____________________________________________________________________________
6975 [  2354] By: gsar                                  on 1998/11/28  16:08:07
6976     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
6977          keep platform hacks that aren't in the 1.20 dist; add new files
6978          to MANIFEST; hack Makefile.PL; result hasn't been tested
6979          anywhere
6980  Branch: perl
6981        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6982        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6983        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
6984        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
6985        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
6986        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6987        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6988        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6989        ! t/lib/io_sock.t t/lib/io_udp.t
6990 ____________________________________________________________________________
6991 [  2353] By: jhi                                   on 1998/11/28  15:51:03
6992     Log: Locale collation, ctype, and numeric, were initialized wrong
6993          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
6994          as reported by
6995          
6996          From: Ilya.Sandler@etak.com (Ilya Sandler)
6997          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
6998          To: perlbug@perl.com
6999          Date: 25 Nov 1998 04:53:52 +0200
7000          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
7001  Branch: cfgperl
7002        ! util.c
7003 ____________________________________________________________________________
7004 [  2352] By: nick                                  on 1998/11/28  15:21:59
7005     Log: Implement $^C to allow perl access to -c flag - I think this 
7006          was agreed once...
7007  Branch: perl
7008        ! gv.c mg.c
7009 ____________________________________________________________________________
7010 [  2351] By: jhi                                   on 1998/11/28  15:14:24
7011     Log: Change #2251 fixup.
7012  Branch: cfgperl
7013        ! myconfig
7014 ____________________________________________________________________________
7015 [  2350] By: jhi                                   on 1998/11/28  14:58:19
7016     Log: Integrate from mainperl.
7017  Branch: cfgperl
7018       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
7019       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7020       +> pod/perl5005delta.pod
7021       !> (integrate 49 files)
7022 ____________________________________________________________________________
7023 [  2349] By: jhi                                   on 1998/11/28  14:27:36
7024     Log: Passwd and group file groveling.
7025  Branch: cfgperl
7026        ! t/op/grent.t t/op/pwent.t
7027 ____________________________________________________________________________
7028 [  2348] By: gsar                                  on 1998/11/28  14:09:50
7029     Log: more conservative version of changes#2345,2346,2347; those break
7030          C<defined(@{"foo::ISA"})> which seems to be extensively used in
7031          the libs :-(
7032  Branch: perl
7033        ! pp.c t/op/method.t
7034 ____________________________________________________________________________
7035 [  2347] By: gsar                                  on 1998/11/28  13:36:08
7036     Log: tweak bogus test
7037  Branch: perl
7038        ! t/op/method.t
7039 ____________________________________________________________________________
7040 [  2346] By: gsar                                  on 1998/11/28  13:20:34
7041     Log: test cases for previous change
7042  Branch: perl
7043        ! t/op/undef.t
7044 ____________________________________________________________________________
7045 [  2345] By: gsar                                  on 1998/11/28  13:07:17
7046     Log: fix typo in pp_defined() causing C<defined %tied> to fail
7047  Branch: perl
7048        ! pp.c
7049 ____________________________________________________________________________
7050 [  2344] By: gsar                                  on 1998/11/28  13:03:29
7051     Log: s/comment/comment_t/ tweak (suggested by John Gorman
7052          <jgorman@webbysoft.com>)
7053  Branch: perl
7054        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7055 ____________________________________________________________________________
7056 [  2343] By: gsar                                  on 1998/11/28  12:52:40
7057     Log: add (stub) perldelta.pod
7058  Branch: perl
7059        + pod/perldelta.pod
7060 ____________________________________________________________________________
7061 [  2342] By: gsar                                  on 1998/11/28  12:49:26
7062     Log: rename perldelta.pod to perl5005delta.pod in preparation for
7063          starting a new one
7064  Branch: perl
7065       +> pod/perl5005delta.pod
7066        - pod/perldelta.pod
7067        ! MANIFEST pod/perl.pod
7068 ____________________________________________________________________________
7069 [  2341] By: gsar                                  on 1998/11/28  12:41:55
7070     Log: fix MALLOC_LOCK #define
7071  Branch: perl
7072        ! malloc.c
7073 ____________________________________________________________________________
7074 [  2340] By: gsar                                  on 1998/11/28  12:18:23
7075     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7076          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
7077          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
7078          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
7079  Branch: perl
7080        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
7081 ____________________________________________________________________________
7082 [  2339] By: jhi                                   on 1998/11/28  11:59:01
7083     Log: Add -lm to dynix/ptx POSIX hints.
7084          From: "Martin J. Bligh" <mbligh@sequent.com>
7085          To: jhi@iki.fi
7086          Subject: Re: Making Perl work on DYNIX/ptx
7087          Date: Wed, 25 Nov 1998 10:34:41 -0800
7088          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
7089  Branch: cfgperl
7090        ! ext/POSIX/hints/dynixptx.pl
7091 ____________________________________________________________________________
7092 [  2338] By: jhi                                   on 1998/11/28  11:57:19
7093     Log: Detypo.
7094  Branch: cfgperl
7095        ! lib/filetest.pm
7096 ____________________________________________________________________________
7097 [  2337] By: jhi                                   on 1998/11/28  11:56:29
7098     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
7099  Branch: cfgperl
7100        ! Configure
7101 ____________________________________________________________________________
7102 [  2336] By: gsar                                  on 1998/11/28  11:41:14
7103     Log: teach CPAN.pm to ignore beta perl distributions when looking for
7104          modules
7105          From: root@dogberry.rutgers.edu (root)
7106          Date: Thu, 12 Nov 1998 23:08:39 -0500
7107          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
7108          Subject: recompile tries getting a perl distribution
7109  Branch: perl
7110        ! lib/CPAN.pm
7111 ____________________________________________________________________________
7112 [  2335] By: gsar                                  on 1998/11/28  11:27:46
7113     Log: make $1 et al readonly under threads; make C<undef $1> fail like
7114          C<$1 = undef> does
7115  Branch: perl
7116        ! op.c pp.c t/op/undef.t
7117 ____________________________________________________________________________
7118 [  2334] By: gsar                                  on 1998/11/28  10:24:52
7119     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
7120  Branch: perl
7121        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
7122 ____________________________________________________________________________
7123 [  2333] By: gsar                                  on 1998/11/28  09:36:40
7124     Log: document changed PERL_HASH()
7125  Branch: perl
7126        ! pod/perlfunc.pod pod/perlguts.pod
7127 ____________________________________________________________________________
7128 [  2332] By: nick                                  on 1998/11/27  21:10:27
7129     Log: Handle INIT list in C.pm
7130          1. Provide init_av() from B.xs
7131          2. Export it in B.pm
7132          3. Use it in C.pm
7133          Also disable some pruning in savecv() which seems to undo
7134          my previous patch.
7135          Experimental feature - save pathnames of .so files in easily 
7136          grep-able form for use in wrapper to feed to linker.  
7137  Branch: perl
7138        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
7139 ____________________________________________________________________________
7140 [  2327] By: gsar                                  on 1998/11/27  15:12:01
7141     Log: integrate change#2315 from maint-5.005
7142  Branch: perl
7143        ! t/op/sort.t
7144       !> op.c sv.c
7145 ____________________________________________________________________________
7146 [  2326] By: gsar                                  on 1998/11/27  15:00:42
7147     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
7148  Branch: perl
7149       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
7150       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7151       !> lib/ExtUtils/typemap
7152 ____________________________________________________________________________
7153 [  2325] By: gsar                                  on 1998/11/27  14:46:18
7154     Log: malloc bugfix and documentation from Ilya Zakharevich
7155          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
7156          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
7157          Subject: [PATCH 5.005_*] Re: Internal coredump
7158          --
7159          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
7160          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
7161          Subject: [PATCH 5.005_*] malloc.c documentation
7162  Branch: perl
7163        ! malloc.c
7164 ____________________________________________________________________________
7165 [  2324] By: gsar                                  on 1998/11/27  14:41:38
7166     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
7167  Branch: perl
7168        ! ext/B/B/C.pm
7169 ____________________________________________________________________________
7170 [  2323] By: gsar                                  on 1998/11/27  14:33:44
7171     Log: From: maeda@src.ricoh.co.jp
7172          Date: Tue, 24 Nov 1998 10:37:45 +0900
7173          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
7174          Subject: format "..." bug
7175  Branch: perl
7176        ! pp_ctl.c t/op/write.t
7177 ____________________________________________________________________________
7178 [  2322] By: gsar                                  on 1998/11/27  14:20:12
7179     Log: add ext/Devel/Peek
7180          From: jan.dubois@ibm.net (Jan Dubois)
7181          Date: Mon, 23 Nov 1998 00:48:11 +0100
7182          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
7183          Subject: [PATCH 5.005_53] Devel::Peek integration
7184  Branch: perl
7185        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
7186        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7187        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
7188        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
7189        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
7190 ____________________________________________________________________________
7191 [  2321] By: gsar                                  on 1998/11/27  13:03:08
7192     Log: ensure 'make regen_headers' even without perl installed
7193          (suggested by Ilya Zakharevich)
7194  Branch: perl
7195        ! bytecode.pl warning.pl
7196 ____________________________________________________________________________
7197 [  2320] By: gsar                                  on 1998/11/27  12:58:36
7198     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7199          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
7200          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
7201          Subject: [PATCH 5.005_*] Cosmetic malloc patch
7202  Branch: perl
7203        ! malloc.c
7204 ____________________________________________________________________________
7205 [  2319] By: gsar                                  on 1998/11/27  12:56:13
7206     Log: eliminate dup hunk from integration
7207  Branch: perl
7208        ! lib/filetest.pm perl.h
7209 ____________________________________________________________________________
7210 [  2318] By: gsar                                  on 1998/11/27  12:50:08
7211     Log: integrate cfgperl changes into mainline
7212  Branch: perl
7213       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
7214        ! pod/perlfaq4.pod
7215       !> (integrate 30 files)
7216 ____________________________________________________________________________
7217 [  2317] By: jhi                                   on 1998/11/27  11:38:13
7218     Log: C<-x>.
7219  Branch: cfgperl
7220        ! lib/filetest.pm
7221 ____________________________________________________________________________
7222 [  2316] By: jhi                                   on 1998/11/27  11:10:22
7223     Log: Integrate from mainperl.
7224  Branch: cfgperl
7225       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
7226       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
7227       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
7228       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
7229       !> win32/win32sck.c
7230 ____________________________________________________________________________
7231 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
7232     Log: integrate change#2246 from mainline, while still allowing
7233          C<sort $globref @foo>
7234          
7235          allow C<sort $coderef @foo>
7236  Branch: maint-5.005/perl
7237        ! op.c sv.c
7238       !> t/op/sort.t
7239 ____________________________________________________________________________
7240 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
7241     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
7242          forwarded by Jarkko Hietaniemi from Mark Bixby
7243  Branch: maint-5.005/perl
7244        ! ext/DynaLoader/dl_mpeix.xs installperl
7245 ____________________________________________________________________________
7246 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
7247     Log: Allow PL_FILES to have multiple targets from one source by allowing
7248          an array ref as the value in the hash
7249  Branch: maint-5.005/perl
7250        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7251        ! lib/ExtUtils/MakeMaker.pm
7252 ____________________________________________________________________________
7253 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
7254     Log: fix unsigned variables to use SvUV and sv_setuv
7255  Branch: maint-5.005/perl
7256        ! lib/ExtUtils/typemap
7257 ____________________________________________________________________________
7258 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
7259     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
7260  Branch: maint-5.005/perl
7261        ! lib/ExtUtils/MM_Unix.pm
7262 ____________________________________________________________________________
7263 [  2301] By: gsar                                  on 1998/11/26  10:16:54
7264     Log: fix PL_defoutgv leak under threads
7265  Branch: perl
7266        ! ext/Thread/Thread.xs
7267 ____________________________________________________________________________
7268 [  2300] By: gsar                                  on 1998/11/26  09:04:44
7269     Log: properly free temporaries created by threads
7270  Branch: perl
7271        ! ext/Thread/Thread.xs
7272 ____________________________________________________________________________
7273 [  2299] By: gsar                                  on 1998/11/26  06:51:16
7274     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
7275          to set the package for the block properly
7276  Branch: perl
7277        ! op.c t/comp/package.t t/lib/dumper.t
7278 ____________________________________________________________________________
7279 [  2298] By: nick                                  on 1998/11/24  22:04:20
7280     Log: Part-1 of tweaks to allow Tk to be "compiled"
7281          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
7282          (May also need attention to exports etc. - to follow.)
7283  Branch: perl
7284        ! universal.c
7285 ____________________________________________________________________________
7286 [  2294] By: jhi                                   on 1998/11/23  10:44:26
7287     Log: The new socket tests need in some platforms
7288          to #include <sys/types.h>.
7289  Branch: cfgperl
7290        ! Configure
7291 ____________________________________________________________________________
7292 [  2293] By: jhi                                   on 1998/11/23  10:33:42
7293     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
7294          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
7295          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
7296          Date: Mon, 23 Nov 1998 10:07:04 +0100
7297          Message-Id: <9811230907.AA06484@AWT.nl>
7298          
7299          NeXTstep NetInfo uses nidump to get the user/group databases.
7300  Branch: cfgperl
7301        ! t/op/grent.t t/op/pwent.t
7302 ____________________________________________________________________________
7303 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
7304     Log: Updated Porting/patchls utility.
7305  Branch: maint-5.004/perl
7306        ! Porting/patchls
7307 ____________________________________________________________________________
7308 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
7309     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
7310          From:  Henrik Tougaard <ht.000@foa.dk>
7311          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
7312          Files:  lib/Sys/Syslog.pm
7313  Branch: maint-5.004/perl
7314        ! lib/Sys/Syslog.pm
7315 ____________________________________________________________________________
7316 [  2286] By: jhi                                   on 1998/11/22  19:08:42
7317     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
7318  Branch: cfgperl
7319        ! ext/Socket/Socket.xs
7320 ____________________________________________________________________________
7321 [  2285] By: jhi                                   on 1998/11/22  18:21:07
7322     Log: MSG_PROXY for GNU/Hurd (previously we believed that
7323          all GNU libc platforms have MSG_PROXY.  Untrue).
7324          In fact this ended up as a major MSG_* and SCM_*
7325          update.  The MSG_XXX known to be enums in some
7326          versions of the glibc are now probed for and respective
7327          HAS_MSG_XXX are defined.  While I was at it I noticed
7328          SCM_RIGHTS being similarly an enum.  This reminded me of
7329          an ancient discussion in perl5-porters:
7330          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
7331          The BSD socket interface has a nifty feature for passing
7332          file descriptors and credentials--via sockets.  It may be
7333          too late to add this functionality to the CORE but
7334          at least Configure now probes for the functions,
7335          structs, and includes, defining the appropriate
7336          HAS_YYY and I_ZZZ, and the Socket extension exports
7337          the constants, in case somebody wants to write an
7338          extension for this interface.
7339  Branch: cfgperl
7340        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7341        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
7342        ! iperlsys.h
7343 ____________________________________________________________________________
7344 [  2284] By: jhi                                   on 1998/11/22  18:13:21
7345     Log: perlhist.pod 1.54, containing 5_53.
7346  Branch: cfgperl
7347        ! pod/perlhist.pod
7348 ____________________________________________________________________________
7349 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
7350     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
7351  Branch: maint-5.004/perl
7352        ! doio.c
7353 ____________________________________________________________________________
7354 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
7355     Log: Improve op/die_exit.t test for implicit close changing $!
7356  Branch: maint-5.004/perl
7357        ! t/op/die_exit.t
7358 ____________________________________________________________________________
7359 [  2268] By: jhi                                   on 1998/11/22  14:44:11
7360     Log: Fix thinko.
7361  Branch: cfgperl
7362        ! hints/dynixptx.sh
7363 ____________________________________________________________________________
7364 [  2267] By: jhi                                   on 1998/11/22  13:19:41
7365     Log: Document the d_socket override.
7366  Branch: cfgperl
7367        ! hints/dynixptx.sh
7368 ____________________________________________________________________________
7369 [  2266] By: jhi                                   on 1998/11/22  12:12:29
7370     Log: From: John Tobey <jtobey@channel1.com>
7371          Subject: [PATCH] perlfaq typos
7372          To: perl5-porters@perl.com
7373          Date: 22 Nov 1998 04:25:15 +0200
7374          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
7375  Branch: cfgperl
7376        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7377        ! pod/perlfaq7.pod pod/perlfaq8.pod
7378 ____________________________________________________________________________
7379 [  2265] By: jhi                                   on 1998/11/22  12:06:29
7380     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7381          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
7382          Newsgroups: hut.lists.perl5-porters
7383          To: gsar@engin.umich.edu (Gurusamy Sarathy)
7384          Cc: perl5-porters@perl.org (Perl5 Porters)
7385          Date: 20 Nov 1998 12:20:41 +0200
7386  Branch: cfgperl
7387        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7388        ! ext/DB_File/DB_File.xs
7389 ____________________________________________________________________________
7390 [  2264] By: jhi                                   on 1998/11/22  11:55:09
7391     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
7392          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
7393          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
7394          To: perlbug@perl.com
7395          Date: 20 Nov 1998 18:39:06 +0200
7396          Lines: 47
7397          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
7398  Branch: cfgperl
7399        ! t/op/grent.t t/op/pwent.t
7400 ____________________________________________________________________________
7401 [  2263] By: jhi                                   on 1998/11/22  11:42:59
7402     Log: Permission testing is tricky when we have too much power.
7403          Problem reported in
7404          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
7405          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
7406          To: perlbug@perl.com
7407          Date: 20 Nov 1998 18:39:06 +0200
7408          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
7409  Branch: cfgperl
7410        ! t/op/filetest.t
7411 ____________________________________________________________________________
7412 [  2262] By: gsar                                  on 1998/11/22  11:37:02
7413     Log: fix broken CAPI generation
7414  Branch: perl
7415        ! win32/GenCAPI.pl
7416 ____________________________________________________________________________
7417 [  2261] By: jhi                                   on 1998/11/22  11:17:00
7418     Log: -x should be C<-x>, reported by Gerben Wierda.
7419  Branch: cfgperl
7420        ! pod/perlfunc.pod
7421 ____________________________________________________________________________
7422 [  2260] By: gsar                                  on 1998/11/22  11:12:02
7423     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
7424  Branch: perl
7425        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
7426        ! proto.h
7427 ____________________________________________________________________________
7428 [  2259] By: jhi                                   on 1998/11/22  11:06:40
7429     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7430          Subject: Re: [PATCH] Re: pod2man bug in date generated line
7431          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
7432          Cc: perlbug@perl.com
7433          Date: 20 Nov 1998 21:30:17 +0200
7434          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
7435  Branch: cfgperl
7436        ! pod/pod2man.PL
7437 ____________________________________________________________________________
7438 [  2256] By: jhi                                   on 1998/11/21  10:44:01
7439     Log: From: Thomas Bowditch <bowditch@inmet.com>
7440          Subject: Benchmark.pm suggestion
7441          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
7442          Date: Fri, 20 Nov 1998 17:43:46 -0500
7443          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
7444          
7445          Added timesum().
7446  Branch: cfgperl
7447        ! lib/Benchmark.pm
7448 ____________________________________________________________________________
7449 [  2255] By: gsar                                  on 1998/11/21  08:45:06
7450     Log: another win32 portability fix: make sysread() and syswrite()
7451          work on sockets
7452  Branch: perl
7453        ! pp_sys.c win32/win32.h
7454 ____________________________________________________________________________
7455 [  2254] By: gsar                                  on 1998/11/21  07:49:06
7456     Log: win32_recvfrom() compatibility fix
7457  Branch: perl
7458        ! win32/win32sck.c
7459 ____________________________________________________________________________
7460 [  2253] By: jhi                                   on 1998/11/20  08:22:06
7461     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7462          To: jhi@iki.fi
7463          Subject: MPE/iX Perl 5.005_02 oops
7464          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
7465          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
7466  Branch: cfgperl
7467        ! ext/DynaLoader/dl_mpeix.xs installperl
7468 ____________________________________________________________________________
7469 [  2252] By: gsar                                  on 1998/11/19  17:38:03
7470     Log: mess_sv tweak for change#2249
7471  Branch: perl
7472        ! util.c
7473 ____________________________________________________________________________
7474 [  2251] By: jhi                                   on 1998/11/18  12:32:19
7475     Log: Display use64bits and usemultiplicity but only if necessary.
7476  Branch: cfgperl
7477        ! myconfig
7478 ____________________________________________________________________________
7479 [  2250] By: jhi                                   on 1998/11/18  12:26:50
7480     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
7481          Subject: pp.c uses 'unsigned Quad_t'
7482          To: perlbug@perl.com 
7483          Date: Sun, 15 Nov 1998 20:57:05 -0300 
7484          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
7485  Branch: cfgperl
7486        ! perl.h pp.c
7487 ____________________________________________________________________________
7488 [  2249] By: gsar                                  on 1998/11/18  05:43:11
7489     Log: use PL_mess_sv only during global destruction (fixes problems with
7490          overlapping invocations of form()/warn()/die()/croak() trampling on
7491          each other's messages)
7492  Branch: perl
7493        ! mg.c util.c
7494 ____________________________________________________________________________
7495 [  2248] By: gsar                                  on 1998/11/18  05:39:36
7496     Log: tweak change#2245 to skip previous message if any
7497  Branch: perl
7498        ! pp_ctl.c t/pragma/warn/pp_ctl
7499 ____________________________________________________________________________
7500 [  2247] By: jhi                                   on 1998/11/17  11:46:56
7501     Log: Integrate from mainperl.
7502  Branch: cfgperl
7503       !> (integrate 26 files)
7504 ____________________________________________________________________________
7505 [  2246] By: gsar                                  on 1998/11/17  09:41:10
7506     Log: allow C<sort $coderef @foo>
7507  Branch: perl
7508        ! op.c t/op/sort.t t/pragma/overload.t
7509 ____________________________________________________________________________
7510 [  2245] By: gsar                                  on 1998/11/17  08:28:26
7511     Log: propagate failures in DESTROY() as (optional) warnings
7512  Branch: perl
7513        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
7514 ____________________________________________________________________________
7515 [  2244] By: gsar                                  on 1998/11/17  07:43:08
7516     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
7517  Branch: perl
7518        ! perl.c thrdvar.h
7519 ____________________________________________________________________________
7520 [  2243] By: gsar                                  on 1998/11/17  07:40:09
7521     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
7522  Branch: perl
7523        ! lib/warning.pm warning.h warning.pl
7524 ____________________________________________________________________________
7525 [  2242] By: gsar                                  on 1998/11/17  06:32:39
7526     Log: fix skipspace() to properly account for newlines in eval''-ed
7527          strings (caused bogus line numbers in diagnostics and debugger)
7528  Branch: perl
7529        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
7530 ____________________________________________________________________________
7531 [  2241] By: gsar                                  on 1998/11/17  03:48:12
7532     Log: s/Perl_utf8skip/PL_utf8skip/g
7533  Branch: perl
7534        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
7535 ____________________________________________________________________________
7536 [  2240] By: gsar                                  on 1998/11/14  06:09:06
7537     Log: rework op/groups.t
7538  Branch: perl
7539        ! t/op/filetest.t t/op/groups.t
7540 ____________________________________________________________________________
7541 [  2235] By: gsar                                  on 1998/11/14  00:17:05
7542     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
7543  Branch: perl
7544        ! op.c
7545 ____________________________________________________________________________
7546 [  2234] By: gsar                                  on 1998/11/14  00:14:02
7547     Log: update Changes
7548  Branch: perl
7549        ! Changes win32/config.bc win32/config.gc win32/config.vc
7550 ____________________________________________________________________________
7551 [  2233] By: gsar                                  on 1998/11/13  09:43:03
7552     Log: doc tweak
7553  Branch: perl
7554        ! README.win32
7555 ____________________________________________________________________________
7556 [  2230] By: jhi                                   on 1998/11/12  17:07:45
7557     Log: Allow hints file override for d_socket
7558          (based on Sequent-induced change #2229).
7559  Branch: cfgperl
7560        ! Configure
7561 ____________________________________________________________________________
7562 [  2229] By: jhi                                   on 1998/11/12  16:32:33
7563     Log: 
7564          From: "Martin J. Bligh" <mbligh@sequent.com>
7565          To: jhi@iki.fi
7566          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
7567          Subject: Re: Making Perl work on DYNIX/ptx
7568          Date: Tue, 10 Nov 1998 16:24:26 -0800
7569          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
7570  Branch: cfgperl
7571        ! hints/dynixptx.sh
7572 ____________________________________________________________________________
7573 [  2228] By: jhi                                   on 1998/11/12  11:40:37
7574     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
7575          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
7576          To: jhi@iki.fi
7577          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
7578          Subject: Re: Making Perl work on DYNIX/ptx
7579          Date: Tue, 10 Nov 1998 18:01:10 -0800
7580  Branch: cfgperl
7581        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
7582 ____________________________________________________________________________
7583 [  2227] By: jhi                                   on 1998/11/12  11:17:42
7584     Log: Integrate from mainperl.
7585  Branch: cfgperl
7586       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
7587       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
7588       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7589       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
7590       !> win32/win32.c x2p/s2p.PL
7591 ____________________________________________________________________________
7592 [  2226] By: gsar                                  on 1998/11/11  21:05:42
7593     Log: provide -DPERL_POLLUTE
7594  Branch: perl
7595        ! embed.pl embedvar.h
7596 ____________________________________________________________________________
7597 [  2225] By: jhi                                   on 1998/11/09  07:45:12
7598     Log: From: Hans Mulder <hansm@icgroup.nl>
7599          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
7600          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
7601          perl5-porters@perl.org
7602          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
7603          (UNINSTALLED)
7604          Date: Sun,  8 Nov 98 22:20:23 +0100
7605          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
7606  Branch: cfgperl
7607        ! malloc.c perl.h
7608 ____________________________________________________________________________
7609 [  2224] By: gsar                                  on 1998/11/09  03:13:14
7610     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
7611          Christoph <lupe@alanya.m.isar.de>)
7612  Branch: perl
7613        ! lib/Text/Wrap.pm
7614 ____________________________________________________________________________
7615 [  2223] By: gsar                                  on 1998/11/09  02:09:06
7616     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
7617          <lionel.fourquaux@wanadoo.fr>)
7618  Branch: perl
7619        ! x2p/s2p.PL
7620 ____________________________________________________________________________
7621 [  2222] By: gsar                                  on 1998/11/09  01:56:24
7622     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
7623          Date: Wed, 04 Nov 1998 12:19:44 +0000
7624          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
7625          Subject: [PATCH] Re: [5.005_53] read overflow? 
7626          --
7627          Date: Wed, 04 Nov 1998 13:15:18 +0000
7628          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
7629          Subject: [PATCH 5.005_53] perl -V fix
7630  Branch: perl
7631        ! perl.c regexec.c
7632 ____________________________________________________________________________
7633 [  2221] By: gsar                                  on 1998/11/09  01:34:56
7634     Log: From: jan.dubois@ibm.net (Jan Dubois)
7635          Date: Sun, 01 Nov 1998 00:05:01 +0100
7636          Message-ID: <364294bd.18052307@smtp1.ibm.net>
7637          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
7638  Branch: perl
7639        ! Changes win32/makedef.pl
7640 ____________________________________________________________________________
7641 [  2220] By: gsar                                  on 1998/11/08  21:13:07
7642     Log: integrate changes#2120,2168,2218 from maint-5.005;
7643          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
7644          enum; make regen_headers
7645  Branch: perl
7646        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
7647        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
7648 ____________________________________________________________________________
7649 [  2219] By: gsar                                  on 1998/11/08  19:42:57
7650     Log: integrate cfgperl changes into mainline
7651  Branch: perl
7652       +> README.vmesa
7653       !> Configure MANIFEST Porting/Glossary Porting/config.sh
7654       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
7655       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
7656       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
7657       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
7658       !> thread.h vms/subconfigure.com vos/config.h
7659 ____________________________________________________________________________
7660 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
7661     Log: From: Graham Barr <gbarr@ti.com>
7662          Date: Mon, 2 Nov 1998 07:38:52 -0600
7663          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
7664          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
7665  Branch: maint-5.005/perl
7666        ! ext/IPC/SysV/Msg.pm
7667 ____________________________________________________________________________
7668 [  2215] By: gsar                                  on 1998/11/08  02:52:52
7669     Log: set close-on-exec bit on pipe() FDs
7670  Branch: perl
7671        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7672 ____________________________________________________________________________
7673 [  2214] By: gsar                                  on 1998/11/08  02:27:57
7674     Log: typo in newHVhv()
7675  Branch: perl
7676        ! hv.c
7677 ____________________________________________________________________________
7678 [  2211] By: jhi                                   on 1998/11/07  21:14:18
7679     Log: Finalize the Mach CThreads support.
7680          
7681          From: Hans Mulder <hansm@icgroup.nl>
7682          Date: Sat,  7 Nov 98 22:06:20 +0100
7683          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7684          Cc: jhi@iki.fi, perl5-porters@perl.org
7685          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
7686          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
7687  Branch: cfgperl
7688        ! malloc.c perl.h
7689 ____________________________________________________________________________
7690 [  2210] By: gsar                                  on 1998/11/06  20:36:50
7691     Log: fix AvREALISH bogusness
7692  Branch: perl
7693        ! av.c t/op/array.t
7694 ____________________________________________________________________________
7695 [  2209] By: jhi                                   on 1998/11/06  08:05:31
7696     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
7697          ASSERT() causes problems in {NeXTStep,OpenStep}.
7698          
7699          From: Hans Mulder <hansm@icgroup.nl>
7700          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
7701          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7702          Date: Fri,  6 Nov 98 01:27:41 +0100
7703          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
7704          
7705          and
7706          
7707          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7708          Subject: Re: ASSERT() in malloc.c
7709          To: jhi@iki.fi
7710          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
7711          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
7712  Branch: cfgperl
7713        ! malloc.c
7714 ____________________________________________________________________________
7715 [  2208] By: jhi                                   on 1998/11/06  07:55:38
7716     Log: Mach CThreads needs #include <mach/cthreads.h>.
7717  Branch: cfgperl
7718        ! perl.h
7719 ____________________________________________________________________________
7720 [  2206] By: jhi                                   on 1998/11/05  14:54:52
7721     Log: PERL_BADLANG wrongly documented.
7722          
7723          From: ts <decoux@moulon.inra.fr>
7724          To: jhi@cc.hut.fi
7725          Subject: Re: Locale warning messages
7726          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
7727          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
7728          
7729          and
7730          
7731          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7732          Subject: Re: PERL_BADLANG
7733          To: jhi@iki.fi
7734          Subject: Re: PERL_BADLANG
7735          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
7736          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
7737  Branch: cfgperl
7738        ! pod/perllocale.pod
7739 ____________________________________________________________________________
7740 [  2205] By: jhi                                   on 1998/11/05  14:24:33
7741     Log: Document all the control flow keywords in perlfunc
7742          so that "perlfunc -f while" works.
7743  Branch: cfgperl
7744        ! pod/perlfunc.pod
7745 ____________________________________________________________________________
7746 [  2204] By: jhi                                   on 1998/11/05  12:46:02
7747     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
7748          (from vos/config.h).  Update Porting/{Glossary,config*}.
7749  Branch: cfgperl
7750        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7751        ! config_h.SH vos/config.h
7752 ____________________________________________________________________________
7753 [  2203] By: jhi                                   on 1998/11/05  08:34:39
7754     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
7755  Branch: cfgperl
7756        ! hints/vmesa.sh vms/subconfigure.com
7757 ____________________________________________________________________________
7758 [  2202] By: jhi                                   on 1998/11/05  08:03:20
7759     Log: Integrate from mainperl.
7760  Branch: cfgperl
7761       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
7762       !> win32/Makefile win32/makefile.mk win32/win32.c
7763 ____________________________________________________________________________
7764 [  2201] By: gsar                                  on 1998/11/05  04:40:44
7765     Log: another POPSTACK victim
7766  Branch: perl
7767        ! cop.h sv.c
7768 ____________________________________________________________________________
7769 [  2196] By: gsar                                  on 1998/11/05  02:07:54
7770     Log: fix a location affected by change#2191, add note about POPSTACK
7771  Branch: perl
7772        ! cop.h gv.c pp_ctl.c
7773 ____________________________________________________________________________
7774 [  2195] By: gsar                                  on 1998/11/05  02:04:45
7775     Log: makefile notes
7776  Branch: perl
7777        ! win32/Makefile win32/makefile.mk
7778 ____________________________________________________________________________
7779 [  2192] By: gsar                                  on 1998/11/04  23:48:53
7780     Log: indeterminate order-of-evaluation fixes
7781  Branch: perl
7782        ! mg.c
7783 ____________________________________________________________________________
7784 [  2191] By: gsar                                  on 1998/11/04  23:02:16
7785     Log: refetch local stack pointer in POPSTACK
7786  Branch: perl
7787        ! cop.h perl.c
7788 ____________________________________________________________________________
7789 [  2190] By: jhi                                   on 1998/11/04  08:50:40
7790     Log: Configure update.
7791          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
7792          
7793          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7794          To: Martin Bligh <mbligh@sequent.com>
7795          Cc: Jarkko Hietaniemi <jhi@iki.fi>
7796          Subject: Re: Perl 5's configure on DYNIX/ptx
7797          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
7798          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
7799          
7800          find sockets also from libsocket, not just libnet.
7801          OS390: $compile_ok instead of $compile for <inttypes.h>,
7802          
7803          From: pvhp@forte.com (Peter Prymmer)
7804          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
7805          Subject: _53 not OK on os390 but looking better than ever
7806          Date: Tue, 3 Nov 98 17:33:22 PST
7807          Message-Id: <9811040133.AA09450@forte.com>
7808  Branch: cfgperl
7809        ! Configure
7810 ____________________________________________________________________________
7811 [  2189] By: jhi                                   on 1998/11/04  07:43:58
7812     Log: sysio.t failure: fix undefined order of evaluation, from
7813          
7814          From: Spider Boardman <spider@web.zk3.dec.com>
7815          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
7816          To: perlbug@perl.com
7817          Date: 4 Nov 1998 01:22:30 +0200
7818          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
7819  Branch: cfgperl
7820        ! pp_sys.c
7821 ____________________________________________________________________________
7822 [  2188] By: gsar                                  on 1998/11/04  02:59:16
7823     Log: fix return value of win32_pclose()
7824  Branch: perl
7825        ! win32/win32.c
7826 ____________________________________________________________________________
7827 [  2187] By: gsar                                  on 1998/11/04  02:56:34
7828     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
7829  Branch: perl
7830        ! Changes doop.c gv.c util.c
7831 ____________________________________________________________________________
7832 [  2186] By: jhi                                   on 1998/11/03  08:17:52
7833     Log: Document quads in pack.
7834  Branch: cfgperl
7835        ! pod/perlfunc.pod
7836 ____________________________________________________________________________
7837 [  2185] By: jhi                                   on 1998/11/03  07:49:35
7838     Log: (IV) vs (I32) vs I_V()
7839          
7840          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
7841          From: Anton Berezin <tobez@plab.ku.dk> 
7842          To: "p5p" <perl5-porters@perl.org> 
7843          Date: 01 Nov 1998 15:09:11 +0100 
7844          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
7845          
7846          and
7847          
7848          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
7849          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
7850          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
7851  Branch: cfgperl
7852        ! sv.c
7853 ____________________________________________________________________________
7854 [  2184] By: jhi                                   on 1998/11/03  07:42:46
7855     Log: VM/ESA updates.
7856  Branch: cfgperl
7857        + README.vmesa
7858        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
7859 ____________________________________________________________________________
7860 [  2183] By: jhi                                   on 1998/11/02  12:58:13
7861     Log: The id(1)-parsing is real fun.
7862  Branch: cfgperl
7863        ! t/op/groups.t
7864 ____________________________________________________________________________
7865 [  2182] By: jhi                                   on 1998/11/02  12:07:43
7866     Log: Decommission the symlink test.
7867  Branch: cfgperl
7868        ! t/op/lex_assign.t
7869 ____________________________________________________________________________
7870 [  2181] By: jhi                                   on 1998/11/02  12:03:08
7871     Log: Replace ATTR_JOINABLE with true Configure probe
7872          for PTHREAD_CREATE_JOINABLE (or equivalent:
7873          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
7874          Remove ATTR_JOINABLE itself: Thread.xs uses
7875          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
7876          
7877          Really scan for <mach/cthreads.h> only if usethreads.
7878  Branch: cfgperl
7879        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
7880 ____________________________________________________________________________
7881 [  2180] By: jhi                                   on 1998/11/02  11:07:34
7882     Log: In HP-UX 10.X usethreads only if the required files are present.
7883  Branch: cfgperl
7884        ! hints/hpux.sh
7885 ____________________________________________________________________________
7886 [  2179] By: jhi                                   on 1998/11/02  09:10:33
7887     Log: Prefer groups(1).
7888          id -Gn can be broken.
7889          id -a can save the day.
7890  Branch: cfgperl
7891        ! t/op/groups.t
7892 ____________________________________________________________________________
7893 [  2178] By: jhi                                   on 1998/11/02  08:35:29
7894     Log: Detrail enum comma.
7895  Branch: cfgperl
7896        ! perl.h
7897 ____________________________________________________________________________
7898 [  2177] By: jhi                                   on 1998/11/02  08:24:12
7899     Log: 0**0 = 1, from
7900          
7901          From: d-lewart@uiuc.edu (Daniel S. Lewart)
7902          Subject: Math::Complex 0**0 patches
7903          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
7904          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
7905          To: jhi@iki.fi (Jarkko Hietaniemi),
7906          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
7907  Branch: cfgperl
7908        ! lib/Math/Complex.pm t/lib/complex.t
7909 ____________________________________________________________________________
7910 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
7911     Log: From: jan.dubois@ibm.net (Jan Dubois)   
7912          Date: Fri, 09 Oct 1998 23:28:31 +0200
7913          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
7914          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
7915  Branch: maint-5.005/perl
7916        ! XSUB.h
7917 ____________________________________________________________________________
7918 [  2164] By: jhi                                   on 1998/10/31  15:50:02
7919     Log: Integrate from mainperl.
7920  Branch: cfgperl
7921       +> t/op/lex_assign.t
7922       !> (integrate 45 files)
7923
7924 ----------------
7925 Version 5.005_53
7926 ----------------
7927
7928 ____________________________________________________________________________
7929 [  2163] By: gsar                                  on 1998/10/31  11:31:12
7930     Log: bump patchlevel; other minor fixes for clean build and test on
7931          Solaris and win32
7932  Branch: perl
7933        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
7934        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
7935        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
7936        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7937        ! x2p/a2p.c
7938 ____________________________________________________________________________
7939 [  2162] By: gsar                                  on 1998/10/31  09:40:31
7940     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7941          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
7942          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
7943          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
7944  Branch: perl
7945        ! pp.h
7946 ____________________________________________________________________________
7947 [  2161] By: gsar                                  on 1998/10/31  09:39:13
7948     Log: From: Albert Dvornik <bert@genscan.com>
7949          Date: 30 Oct 1998 17:50:04 -0500
7950          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
7951          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
7952  Branch: perl
7953        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
7954 ____________________________________________________________________________
7955 [  2160] By: gsar                                  on 1998/10/31  09:35:03
7956     Log: fix for bugs in -x mode
7957          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7958          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
7959          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
7960          Subject: [PATCH 5.00552] Fix h2xs
7961  Branch: perl
7962        ! utils/h2xs.PL
7963 ____________________________________________________________________________
7964 [  2159] By: gsar                                  on 1998/10/31  09:31:36
7965     Log: Data::Dumper update
7966  Branch: perl
7967        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7968        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
7969 ____________________________________________________________________________
7970 [  2153] By: gsar                                  on 1998/10/30  21:40:09
7971     Log: add testsuite portion of patch
7972          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7973          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
7974          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
7975          Subject: [PATCH 5.00321 ;-)] 87% speedup
7976  Branch: perl
7977        + t/op/lex_assign.t
7978        ! MANIFEST
7979 ____________________________________________________________________________
7980 [  2152] By: gsar                                  on 1998/10/30  21:08:11
7981     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
7982  Branch: perl
7983        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
7984 ____________________________________________________________________________
7985 [  2151] By: gsar                                  on 1998/10/30  20:18:09
7986     Log: From: Mark-Jason Dominus <mjd@plover.com>
7987          Date: Fri, 30 Oct 1998 14:24:23 EST
7988          Message-Id: <19981030192423.27276.qmail@plover.com>
7989          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
7990  Branch: perl
7991        ! x2p/walk.c
7992 ____________________________________________________________________________
7993 [  2150] By: gsar                                  on 1998/10/30  20:08:57
7994     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7995          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
7996          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
7997          Subject: [PATCH 5.00552] Overloaded <> and deref again
7998  Branch: perl
7999        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
8000        ! t/pragma/overload.t toke.c
8001 ____________________________________________________________________________
8002 [  2149] By: gsar                                  on 1998/10/30  19:38:15
8003     Log: From: Roderick Schertler <roderick@argon.org>
8004          Date: Thu, 29 Oct 1998 14:50:18 -0500
8005          Message-ID: <17625.909690618@eeyore.ibcinc.com>
8006          Subject: patch for daemonization docs in perlipc
8007  Branch: perl
8008        ! pod/perlipc.pod
8009 ____________________________________________________________________________
8010 [  2148] By: gsar                                  on 1998/10/30  19:36:07
8011     Log: From: Anton Berezin <tobez@plab.ku.dk>
8012          Date: 29 Oct 1998 17:06:25 +0100
8013          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
8014          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
8015  Branch: perl
8016        ! win32/win32.c
8017 ____________________________________________________________________________
8018 [  2147] By: gsar                                  on 1998/10/30  19:31:37
8019     Log: tweaked version of suggested patch
8020          From: Anton Berezin <tobez@plab.ku.dk>
8021          Date: 29 Oct 1998 14:48:54 +0100
8022          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
8023          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
8024  Branch: perl
8025        ! win32/win32.c
8026 ____________________________________________________________________________
8027 [  2146] By: gsar                                  on 1998/10/30  19:03:50
8028     Log: hand-apply whitespace-mutiliated patch
8029          From: "vishal bhatia" <vishalb@hotmail.com>
8030          Date: Wed, 28 Oct 1998 23:45:32 PST
8031          Message-ID: <19981029074534.2334.qmail@hotmail.com>
8032          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
8033  Branch: perl
8034        ! ext/B/B/C.pm ext/B/B/CC.pm
8035 ____________________________________________________________________________
8036 [  2145] By: gsar                                  on 1998/10/30  18:46:58
8037     Log: remaining PL_foo stragglers
8038  Branch: perl
8039        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
8040        ! op.h os2/os2.c vms/gen_shrfls.pl
8041 ____________________________________________________________________________
8042 [  2144] By: gsar                                  on 1998/10/30  17:38:36
8043     Log: integrate cfgperl tweaks into mainline
8044  Branch: perl
8045       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
8046       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
8047 ____________________________________________________________________________
8048 [  2143] By: jhi                                   on 1998/10/30  13:27:39
8049     Log: There can be multiple yacc/bison errors.
8050  Branch: cfgperl
8051        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
8052 ____________________________________________________________________________
8053 [  2142] By: jhi                                   on 1998/10/30  13:18:43
8054     Log: README.posix-bc update.
8055  Branch: cfgperl
8056        ! README.posix-bc
8057 ____________________________________________________________________________
8058 [  2141] By: jhi                                   on 1998/10/30  09:12:59
8059     Log: #2133 fallout.
8060  Branch: cfgperl
8061        ! doio.c ext/POSIX/POSIX.xs
8062 ____________________________________________________________________________
8063 [  2140] By: jhi                                   on 1998/10/30  08:43:18
8064     Log: Integrate from mainperl.
8065  Branch: cfgperl
8066       +> globvar.sym pp.sym
8067        - objpp.h thread.sym
8068       !> (integrate 61 files)
8069 ____________________________________________________________________________
8070 [  2133] By: gsar                                  on 1998/10/30  02:51:39
8071     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
8072          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
8073          should soon be automated also; the global variables that
8074          escaped the PL_foo conversion are now reined in; renamed
8075          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
8076          type of same name; duplicated lists of pp_things in various
8077          places is now gone; result has only been tested on win32
8078  Branch: perl
8079        + globvar.sym pp.sym
8080        - objpp.h thread.sym
8081        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
8082        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
8083        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
8084        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
8085        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
8086        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
8087        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
8088        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
8089        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8090        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8091        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
8092 ____________________________________________________________________________
8093 [  2130] By: jhi                                   on 1998/10/29  15:31:26
8094     Log: Pure bison yylex() proto was broken.
8095  Branch: cfgperl
8096        ! proto.h
8097 ____________________________________________________________________________
8098 [  2126] By: jhi                                   on 1998/10/29  08:35:54
8099     Log: Integrate mainperl.
8100  Branch: cfgperl
8101       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
8102       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
8103       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
8104       !> t/pragma/warn/doio toke.c win32/makefile.mk
8105 ____________________________________________________________________________
8106 [  2125] By: jhi                                   on 1998/10/29  08:32:38
8107     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
8108  Branch: cfgperl
8109        ! Makefile.SH
8110 ____________________________________________________________________________
8111 [  2124] By: jhi                                   on 1998/10/29  08:06:44
8112     Log: EBCDIC Makefile.SH tuneup.
8113  Branch: cfgperl
8114        ! Makefile.SH
8115 ____________________________________________________________________________
8116 [  2119] By: gsar                                  on 1998/10/28  23:24:04
8117     Log: remove doubled hunk from integration
8118  Branch: perl
8119        ! pp.c
8120 ____________________________________________________________________________
8121 [  2118] By: gsar                                  on 1998/10/28  22:03:31
8122     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8123          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
8124          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
8125          Subject: [PATCH 5.00552] Minor debugger tweaks
8126  Branch: perl
8127        ! lib/perl5db.pl
8128 ____________________________________________________________________________
8129 [  2117] By: gsar                                  on 1998/10/28  22:02:30
8130     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8131          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
8132          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
8133          Subject: [PATCH 5.00552] Make sort respect overloading
8134  Branch: perl
8135        ! pp_ctl.c proto.h t/pragma/overload.t
8136 ____________________________________________________________________________
8137 [  2116] By: gsar                                  on 1998/10/28  21:51:11
8138     Log: MM patches from Ilya Zakharevich
8139          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
8140          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
8141          Subject: [PATCH 5.00552] Make MakeMaker more verbose
8142          --
8143          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
8144          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
8145          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
8146  Branch: perl
8147        ! lib/ExtUtils/MakeMaker.pm
8148 ____________________________________________________________________________
8149 [  2115] By: gsar                                  on 1998/10/28  21:46:19
8150     Log: add explicit references to perl source path in ld2 and gcc2
8151  Branch: perl
8152        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
8153 ____________________________________________________________________________
8154 [  2114] By: gsar                                  on 1998/10/28  21:39:56
8155     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8156          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
8157          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
8158          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
8159  Branch: perl
8160        ! INSTALL
8161 ____________________________________________________________________________
8162 [  2113] By: gsar                                  on 1998/10/28  21:21:16
8163     Log: integrate cfgperl into mainline
8164  Branch: perl
8165       +> t/op/filetest.t
8166       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
8167       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
8168       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
8169       !> thread.h toke.c vmesa/Makefile
8170 ____________________________________________________________________________
8171 [  2112] By: gsar                                  on 1998/10/28  21:14:18
8172     Log: minor cleanup
8173  Branch: perl
8174        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
8175 ____________________________________________________________________________
8176 [  2111] By: gsar                                  on 1998/10/28  18:52:10
8177     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
8178  Branch: perl
8179        ! toke.c
8180 ____________________________________________________________________________
8181 [  2110] By: jhi                                   on 1998/10/28  15:07:54
8182     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
8183  Branch: cfgperl
8184        ! Makefile.SH
8185 ____________________________________________________________________________
8186 [  2109] By: jhi                                   on 1998/10/28  13:39:54
8187     Log: a2p.y needs to generate also y.tab.h.
8188  Branch: cfgperl
8189        ! Makefile.SH
8190 ____________________________________________________________________________
8191 [  2108] By: jhi                                   on 1998/10/28  10:33:36
8192     Log: The "parse error" must be converted to "syntax error",
8193          just matching it aint' enough.
8194  Branch: cfgperl
8195        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8196        ! t/pragma/warning.t
8197 ____________________________________________________________________________
8198 [  2107] By: jhi                                   on 1998/10/28  10:23:05
8199     Log: Regen sig_n{ame,umber}* if slightest doubt.
8200  Branch: cfgperl
8201        ! Configure
8202 ____________________________________________________________________________
8203 [  2106] By: jhi                                   on 1998/10/28  08:44:49
8204     Log: Bison says 'parse error', not 'parser error'.
8205  Branch: cfgperl
8206        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8207        ! t/pragma/warning.t
8208 ____________________________________________________________________________
8209 [  2105] By: jhi                                   on 1998/10/28  08:42:09
8210     Log: yylex() parametrization.
8211  Branch: cfgperl
8212        ! proto.h toke.c
8213 ____________________________________________________________________________
8214 [  2104] By: jhi                                   on 1998/10/28  08:25:09
8215     Log: Bring in #2102.
8216  Branch: cfgperl
8217        ! pp.c
8218 ____________________________________________________________________________
8219 [  2103] By: jhi                                   on 1998/10/28  08:22:04
8220     Log: From: Dominic Dunlop <domo@vo.lu>
8221          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
8222          Date: 27 Oct 1998 20:47:25 +0200
8223          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
8224  Branch: cfgperl
8225        ! t/op/groups.t
8226 ____________________________________________________________________________
8227 [  2102] By: larry                                 on 1998/10/27  18:58:55
8228     Log: utf8 change to quotemeta broke EBCDIC
8229  Branch: perl
8230        ! pp.c
8231 ____________________________________________________________________________
8232 [  2101] By: jhi                                   on 1998/10/27  12:55:34
8233     Log: $Config{sig_num_init}.
8234          Also, a new approach to the 'pthreads-created-joinable': drop
8235          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
8236          directly. (See also #2096).
8237  Branch: cfgperl
8238        ! Configure config_h.SH
8239 ____________________________________________________________________________
8240 [  2100] By: jhi                                   on 1998/10/27  10:48:55
8241     Log: Regenerated perly_c.diff.
8242  Branch: cfgperl
8243        ! perly_c.diff
8244 ____________________________________________________________________________
8245 [  2099] By: jhi                                   on 1998/10/27  08:42:25
8246     Log: First the mangler was Netscape, then it was me.
8247  Branch: cfgperl
8248        ! vmesa/Makefile
8249 ____________________________________________________________________________
8250 [  2098] By: jhi                                   on 1998/10/27  08:34:40
8251     Log: `id -Gn` might be available where `groups` is not.
8252  Branch: cfgperl
8253        ! t/op/groups.t
8254 ____________________________________________________________________________
8255 [  2097] By: jhi                                   on 1998/10/27  08:05:17
8256     Log: Netscape had mangled the tabs.
8257  Branch: cfgperl
8258        ! vmesa/Makefile
8259 ____________________________________________________________________________
8260 [  2096] By: jhi                                   on 1998/10/27  08:03:05
8261     Log: ATTR_JOINABLE logic, based on (private email)
8262          
8263          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8264          Subject: Some little diffs
8265          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
8266          Date: Tue, 27 Oct 1998 13:44:42 +1300
8267  Branch: cfgperl
8268        ! thread.h
8269 ____________________________________________________________________________
8270 [  2095] By: jhi                                   on 1998/10/27  07:56:57
8271     Log: Mach cthreads support based on:
8272          
8273          From: brie@corp.home.net (Brian Harrison)
8274          Subject: perl5.005_02 patch for mthreads
8275          To: perl5-porters@perl.org
8276          Date: 24 Oct 1998 01:01:55 +0300
8277          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
8278          
8279          Pthread yield probe (dejavu)
8280          Cosmetic nanochange for the union semun output.
8281          Better inttypes.h probe.
8282          Undo the 'void *' $selecttype probe from #1971 because
8283          it breaks the $selectminbits test.
8284  Branch: cfgperl
8285        ! Configure config_h.SH perl.h thread.h
8286 ____________________________________________________________________________
8287 [  2094] By: jhi                                   on 1998/10/26  13:02:07
8288     Log: Also posix-bc wants to reyacc.
8289  Branch: cfgperl
8290        ! Makefile.SH
8291 ____________________________________________________________________________
8292 [  2093] By: jhi                                   on 1998/10/26  10:17:21
8293     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
8294          5_02 and really breaking things in non-ASCII worlds.
8295  Branch: cfgperl
8296        ! pp.c
8297 ____________________________________________________________________________
8298 [  2092] By: jhi                                   on 1998/10/26  09:08:00
8299     Log: More robustness.
8300  Branch: cfgperl
8301        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8302        ! t/pragma/warning.t
8303 ____________________________________________________________________________
8304 [  2091] By: jhi                                   on 1998/10/26  08:47:32
8305     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
8306          Bison really wants YYLEX_PARAM.
8307  Branch: cfgperl
8308        ! perly.y proto.h toke.c
8309 ____________________________________________________________________________
8310 [  2090] By: jhi                                   on 1998/10/26  08:21:25
8311     Log: s/YYLEX_PARAM/YYLEXPARAM/
8312  Branch: cfgperl
8313        ! perly.y
8314 ____________________________________________________________________________
8315 [  2089] By: jhi                                   on 1998/10/26  08:17:33
8316     Log: Indicate skipped subtests.
8317  Branch: cfgperl
8318        ! t/io/pipe.t
8319 ____________________________________________________________________________
8320 [  2088] By: jhi                                   on 1998/10/26  08:11:36
8321     Log: Integrate from mainperl.
8322  Branch: cfgperl
8323       !> (integrate 54 files)
8324 ____________________________________________________________________________
8325 [  2087] By: jhi                                   on 1998/10/26  08:08:02
8326     Log: Add test for filetests.
8327  Branch: cfgperl
8328        + t/op/filetest.t
8329        ! MANIFEST
8330 ____________________________________________________________________________
8331 [  2086] By: gsar                                  on 1998/10/26  02:44:44
8332     Log: various win32 tweaks; disable new xs_cpp section (it creates
8333          ambiguous inference graph for %.xs --> %.o)
8334  Branch: perl
8335        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
8336        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
8337        ! win32/config.gc win32/config_H.gc win32/makedef.pl
8338        ! win32/makefile.mk win32/win32.h
8339 ____________________________________________________________________________
8340 [  2085] By: gsar                                  on 1998/10/26  00:50:02
8341     Log: sanity-check $Config{drand01} in rand.t
8342  Branch: perl
8343        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
8344        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8345 ____________________________________________________________________________
8346 [  2078] By: gsar                                  on 1998/10/25  10:22:04
8347     Log: update win32/config*.?c
8348  Branch: perl
8349        ! Changes win32/config.bc win32/config.gc win32/config.vc
8350        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8351 ____________________________________________________________________________
8352 [  2077] By: gsar                                  on 1998/10/25  08:39:25
8353     Log: From: Graham Barr <gbarr@pobox.com>
8354          Date: Sat, 24 Oct 1998 21:45:50 -0500
8355          Message-ID: <19981024214550.C508@pobox.com>
8356          Subject: Re: die with a reference  should use overload "" operator
8357  Branch: perl
8358        ! pp_ctl.c
8359 ____________________________________________________________________________
8360 [  2076] By: gsar                                  on 1998/10/25  08:37:49
8361     Log: From: Graham Barr <gbarr@pobox.com>
8362          Date: Sat, 24 Oct 1998 12:45:21 -0500
8363          Message-ID: <19981024124521.C512@pobox.com>
8364          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
8365  Branch: perl
8366        ! sv.c
8367 ____________________________________________________________________________
8368 [  2075] By: gsar                                  on 1998/10/25  08:24:09
8369     Log: fix C<print $n += 5;> etc.
8370  Branch: perl
8371        ! toke.c
8372 ____________________________________________________________________________
8373 [  2074] By: gsar                                  on 1998/10/25  08:12:28
8374     Log: list builtins with portability caveats
8375          From: Jarkko Hietaniemi <jhi@iki.fi>
8376          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
8377          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
8378          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
8379  Branch: perl
8380        ! pod/perlfunc.pod
8381 ____________________________________________________________________________
8382 [  2073] By: gsar                                  on 1998/10/25  07:55:43
8383     Log: fix stack overrun in file test operators
8384  Branch: perl
8385        ! pp_sys.c
8386 ____________________________________________________________________________
8387 [  2072] By: gsar                                  on 1998/10/25  07:29:45
8388     Log: implement C<goto &func> and other fixes (via private mail)
8389          From:    "vishal bhatia" <vishalb@hotmail.com>
8390          Date:    Wed, 21 Oct 1998 22:59:03 PDT
8391          Message-Id: <19981022055904.20083.qmail@hotmail.com>
8392          Subject: [PATCH 5.005_52] More fixes for B
8393  Branch: perl
8394        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8395 ____________________________________________________________________________
8396 [  2071] By: gsar                                  on 1998/10/25  07:14:41
8397     Log: From: Graham Barr <gbarr@pobox.com>
8398          Date: Sat, 17 Oct 1998 20:42:41 -0500
8399          Message-ID: <19981017204241.G510@pobox.com>
8400          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
8401  Branch: perl
8402        ! pp_ctl.c
8403 ____________________________________________________________________________
8404 [  2070] By: gsar                                  on 1998/10/25  07:07:29
8405     Log: avoid bogus line number in XSUB redefined warnings
8406  Branch: perl
8407        ! op.c
8408 ____________________________________________________________________________
8409 [  2069] By: gsar                                  on 1998/10/25  06:59:03
8410     Log: From: Martijn Koster <mak@excitecorp.com>
8411          Date: Wed, 21 Oct 1998 13:12:03 +0100
8412          Message-ID: <19981021131203.A15661@excitecorp.com>
8413          Subject: File::Path::mkpath reports the wrong error
8414  Branch: perl
8415        ! lib/File/Path.pm
8416 ____________________________________________________________________________
8417 [  2068] By: gsar                                  on 1998/10/25  06:54:43
8418     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
8419          Date: Tue, 20 Oct 1998 20:52:20 -0500
8420          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
8421          Subject: Exporter.pm's export_to_level() argument handling buggy
8422  Branch: perl
8423        ! lib/Exporter.pm
8424 ____________________________________________________________________________
8425 [  2067] By: gsar                                  on 1998/10/25  06:50:19
8426     Log: From: jan.dubois@ibm.net (Jan Dubois)
8427          Date: Wed, 21 Oct 1998 00:55:51 +0200
8428          Message-ID: <36380269.55370608@smtp1.ibm.net>
8429          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
8430  Branch: perl
8431        ! ext/DynaLoader/DynaLoader_pm.PL
8432 ____________________________________________________________________________
8433 [  2066] By: gsar                                  on 1998/10/25  06:48:19
8434     Log: recognize '%' as a shell metachar for win32
8435          From: jan.dubois@ibm.net (Jan Dubois)
8436          Date: Tue, 20 Oct 1998 21:57:35 +0200
8437          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
8438          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
8439  Branch: perl
8440        ! win32/win32.c
8441 ____________________________________________________________________________
8442 [  2065] By: gsar                                  on 1998/10/25  06:46:30
8443     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
8444  Branch: perl
8445        ! sv.c
8446 ____________________________________________________________________________
8447 [  2064] By: gsar                                  on 1998/10/25  06:45:09
8448     Log: From: Gisle Aas <gisle@aas.no>
8449          Date: 20 Oct 1998 14:24:44 +0200
8450          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
8451          Subject: ord() and unpack("U*",...) should not be negative
8452  Branch: perl
8453        ! pp.c
8454 ____________________________________________________________________________
8455 [  2063] By: gsar                                  on 1998/10/25  06:42:29
8456     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8457          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
8458          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
8459          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
8460  Branch: perl
8461        ! os2/os2.c
8462 ____________________________________________________________________________
8463 [  2062] By: gsar                                  on 1998/10/25  06:41:26
8464     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8465          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
8466          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
8467          Subject: [PATCH 5.005_*] Speed up aassign
8468  Branch: perl
8469        ! pp_hot.c
8470 ____________________________________________________________________________
8471 [  2061] By: gsar                                  on 1998/10/25  06:39:04
8472     Log: From: Graham Barr <gbarr@pobox.com>
8473          Date: Sat, 17 Oct 1998 22:22:02 -0500
8474          Message-ID: <19981017222202.J510@pobox.com>
8475          Subject: Re: '*' prototype does not allow bareword with strict
8476  Branch: perl
8477        ! toke.c
8478 ____________________________________________________________________________
8479 [  2060] By: gsar                                  on 1998/10/25  06:37:34
8480     Log: handle '::' in section names properly
8481          From: Graham Barr <gbarr@pobox.com>
8482          Date: Sat, 17 Oct 1998 12:57:54 -0500
8483          Message-ID: <19981017125754.C510@pobox.com>
8484          Subject: Re: pod2html
8485  Branch: perl
8486        ! lib/Pod/Html.pm
8487 ____________________________________________________________________________
8488 [  2059] By: gsar                                  on 1998/10/25  06:33:43
8489     Log: integrate changes#1982,2014,2021 (from maint-5.005)
8490  Branch: perl
8491       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
8492       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
8493 ____________________________________________________________________________
8494 [  2058] By: gsar                                  on 1998/10/25  05:44:17
8495     Log: allow more win32 symbol exports (suggested by Jan Dubois)
8496  Branch: perl
8497        ! win32/makedef.pl
8498 ____________________________________________________________________________
8499 [  2057] By: gsar                                  on 1998/10/25  05:40:40
8500     Log: integrate change#2053 from maint-5.005
8501  Branch: perl
8502       !> cop.h t/cmd/while.t
8503 ____________________________________________________________________________
8504 [  2056] By: gsar                                  on 1998/10/25  05:16:41
8505     Log: commented version of a patch suggested by Drago Goricanec
8506          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8507          Date: 16 Oct 1998 15:24:45 +0300
8508          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
8509          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
8510  Branch: perl
8511        ! pp_sys.c
8512 ____________________________________________________________________________
8513 [  2055] By: gsar                                  on 1998/10/25  05:11:03
8514     Log: include eof() in description of buffering caveats
8515          From: Anton Berezin <tobez@plab.ku.dk>
8516          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
8517          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
8518          Subject: [DOCPATCH] pod/perlfunc.pod
8519  Branch: perl
8520        ! pod/perlfunc.pod
8521 ____________________________________________________________________________
8522 [  2054] By: gsar                                  on 1998/10/25  05:07:42
8523     Log: disallow 'x' in hex numbers (except leading '0x')
8524          From: Gisle Aas <gisle@aas.no>
8525          Date: 16 Oct 1998 16:33:12 +0200
8526          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
8527          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
8528  Branch: perl
8529        ! perlvars.h t/op/oct.t util.c
8530 ____________________________________________________________________________
8531 [  2052] By: gsar                                  on 1998/10/25  04:49:04
8532     Log: avoid the circular refcnt logic in magic_mutexfree()
8533  Branch: perl
8534        ! mg.c pp.c pp_hot.c
8535 ____________________________________________________________________________
8536 [  2051] By: gsar                                  on 1998/10/25  04:35:07
8537     Log: properly restore PL_rsfp_filters after require
8538  Branch: perl
8539        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
8540        ! scope.h
8541 ____________________________________________________________________________
8542 [  2050] By: gsar                                  on 1998/10/25  02:42:32
8543     Log: integrate cfgperl changes back into mainline
8544  Branch: perl
8545       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
8546       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8547       !> (integrate 33 files)
8548 ____________________________________________________________________________
8549 [  2049] By: gsar                                  on 1998/10/25  01:30:48
8550     Log: avoid "mysterious" compile-time failures without messages
8551  Branch: perl
8552        ! gv.c
8553 ____________________________________________________________________________
8554 [  2041] By: gsar                                  on 1998/10/23  21:11:56
8555     Log: checkin jpl under //depot/perlext/jpl/...
8556  Branch: perlext
8557        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
8558        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
8559        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
8560        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
8561        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
8562        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
8563        + jpl/PerlInterpreter/Makefile.PL
8564        + jpl/PerlInterpreter/PerlInterpreter.c
8565        + jpl/PerlInterpreter/PerlInterpreter.h
8566        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
8567        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
8568        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
8569        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
8570        + jpl/get_jdk/jdk_hosts jpl/install-jpl
8571 ____________________________________________________________________________
8572 [  2040] By: larry                                 on 1998/10/23  19:31:42
8573     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
8574  Branch: perl
8575        ! pp.c
8576 ____________________________________________________________________________
8577 [  2039] By: larry                                 on 1998/10/23  18:48:34
8578     Log: tr///d does not seem to work
8579  Branch: perl
8580        ! lib/utf8_heavy.pl
8581 ____________________________________________________________________________
8582 [  2038] By: larry                                 on 1998/10/23  18:00:41
8583     Log: Program with utf8 identifiers fails to compile
8584  Branch: perl
8585        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
8586 ____________________________________________________________________________
8587 [  2037] By: jhi                                   on 1998/10/23  14:04:51
8588     Log: Test suite portability:
8589          - posix-bc does not write to broken pipes
8590          - filehand #11 only iff we have fork
8591          - warning.t can now match $expected using regular expressions
8592  Branch: cfgperl
8593        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
8594        ! t/pragma/warning.t
8595 ____________________________________________________________________________
8596 [  2036] By: jhi                                   on 1998/10/23  12:12:07
8597     Log: yacc clarification.
8598  Branch: cfgperl
8599        ! README.posix-bc
8600 ____________________________________________________________________________
8601 [  2035] By: jhi                                   on 1998/10/23  12:09:59
8602     Log: Some C compilers get upset about 8-bit characters in /* comments. */
8603  Branch: cfgperl
8604        ! mg.c
8605 ____________________________________________________________________________
8606 [  2034] By: jhi                                   on 1998/10/22  09:11:52
8607     Log: Configure update: both for pthread_yield more robust
8608          testing (all variants of pthread_attr_getdetachstate()) --
8609          and because Configure was broken in major way! About 1000
8610          last lines were truncated.
8611  Branch: cfgperl
8612        ! Configure
8613 ____________________________________________________________________________
8614 [  2033] By: jhi                                   on 1998/10/22  07:47:10
8615     Log: DJGPP feedback for #2028.
8616  Branch: cfgperl
8617        ! thread.h
8618 ____________________________________________________________________________
8619 [  2032] By: jhi                                   on 1998/10/21  13:03:57
8620     Log: yielding, the saga continues.
8621  Branch: cfgperl
8622        ! Configure config_h.SH
8623       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
8624       !> t/op/goto.t t/pragma/constant.t
8625 ____________________________________________________________________________
8626 [  2031] By: jhi                                   on 1998/10/21  09:15:42
8627     Log: VM/ESA feedback for #2028.
8628  Branch: cfgperl
8629        ! Configure config_h.SH thread.h
8630 ____________________________________________________________________________
8631 [  2030] By: gsar                                  on 1998/10/21  04:22:53
8632     Log: fix handling of mayhaps-extended @_ in goto &sub
8633  Branch: perl
8634        ! av.c pp_ctl.c t/op/goto.t
8635 ____________________________________________________________________________
8636 [  2029] By: gsar                                  on 1998/10/21  00:54:14
8637     Log: restore sanity to "constant" references
8638  Branch: perl
8639        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
8640 ____________________________________________________________________________
8641 [  2028] By: jhi                                   on 1998/10/20  15:01:20
8642     Log: OLD_PTHREADS_API reorganizing.
8643  Branch: cfgperl
8644        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
8645        ! vmesa/vmesaish.h
8646 ____________________________________________________________________________
8647 [  2027] By: jhi                                   on 1998/10/20  14:14:51
8648     Log: #2026 fallout.
8649  Branch: cfgperl
8650        ! Makefile.SH
8651 ____________________________________________________________________________
8652 [  2026] By: jhi                                   on 1998/10/20  11:47:21
8653     Log: VM/ESA update.
8654  Branch: cfgperl
8655        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
8656 ____________________________________________________________________________
8657 [  2025] By: jhi                                   on 1998/10/20  08:20:56
8658     Log: 64-bitness, based on
8659          
8660          From: Scott Henry <scotth@sgi.com>
8661          To: perl-64bit@perl.org
8662          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
8663          Subject: Re: Configure problems/questions...
8664          Date: 19 Oct 1998 22:38:06 -0700
8665  Branch: cfgperl
8666        ! hints/irix_6.sh perl.h
8667 ____________________________________________________________________________
8668 [  2024] By: jhi                                   on 1998/10/20  08:09:07
8669     Log: Add lseeksize.
8670  Branch: cfgperl
8671        ! config_h.SH
8672 ____________________________________________________________________________
8673 [  2023] By: jhi                                   on 1998/10/20  08:08:33
8674     Log: Mumble about _yields() only when threaded.
8675  Branch: cfgperl
8676        ! Configure
8677 ____________________________________________________________________________
8678 [  2022] By: jhi                                   on 1998/10/20  07:46:26
8679     Log: Thinko at PTHREADS_CREATED_JOINABLE.
8680  Branch: cfgperl
8681        ! thread.h
8682 ____________________________________________________________________________
8683 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
8684     Log: From: Chip Salzenberg <chip@perlsupport.com>
8685          Date: Tue, 6 Oct 1998 13:33:05 -0400
8686          Message-ID: <19981006133305.A2348@perlsupport.com>
8687          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
8688  Branch: maint-5.005/perl
8689        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
8690        ! t/op/tie.t
8691 ____________________________________________________________________________
8692 [  2020] By: jhi                                   on 1998/10/19  09:15:53
8693     Log: YIELD more robustly.
8694  Branch: cfgperl
8695        ! thread.h
8696 ____________________________________________________________________________
8697 [  2019] By: jhi                                   on 1998/10/19  08:48:33
8698     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
8699          the 'new' one (just like DJGPP, it seems).
8700  Branch: cfgperl
8701        ! thread.h
8702 ____________________________________________________________________________
8703 [  2018] By: jhi                                   on 1998/10/19  07:02:44
8704     Log: vmesaish.h doesn't exclude unixish.h.
8705  Branch: cfgperl
8706        ! perl.h
8707 ____________________________________________________________________________
8708 [  2017] By: jhi                                   on 1998/10/19  06:44:19
8709     Log: 1<<$randbits is not good for randbits=48.
8710  Branch: cfgperl
8711        ! t/op/rand.t
8712 ____________________________________________________________________________
8713 [  2016] By: jhi                                   on 1998/10/19  06:39:47
8714     Log: Make #2012 glob pattern more portable.
8715  Branch: cfgperl
8716        ! Makefile.SH
8717 ____________________________________________________________________________
8718 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
8719     Log: Fix POSIX::sigprocmask not to check type of $old parameter
8720          as it is output only
8721  Branch: maint-5.005/perl
8722        ! ext/POSIX/POSIX.xs
8723 ____________________________________________________________________________
8724 [  2012] By: jhi                                   on 1998/10/17  15:04:23
8725     Log: clean numbered core dumps and t/tmp[0-9]*.
8726  Branch: cfgperl
8727        ! Makefile.SH
8728 ____________________________________________________________________________
8729 [  2011] By: jhi                                   on 1998/10/17  14:59:15
8730     Log: More robust yacc/bison failure output handling.
8731  Branch: cfgperl
8732        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8733 ____________________________________________________________________________
8734 [  2010] By: jhi                                   on 1998/10/17  14:51:05
8735     Log: BC2000 POSIX update.
8736  Branch: cfgperl
8737        ! MANIFEST
8738 ____________________________________________________________________________
8739 [  2009] By: jhi                                   on 1998/10/17  14:49:46
8740     Log: POSIX BC2000 port from perl-mvs:
8741          
8742          Subject: Ported perl 5.005.02 to BS2000 / POSIX
8743          From: Dorner Thomas <Thomas.Dorner@start.de> 
8744          Date: Tue, 29 Sep 1998 13:29:36 +0100 
8745          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
8746  Branch: cfgperl
8747        + README.posix-bc hints/posix-bc.sh
8748        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
8749        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
8750        ! unixish.h
8751 ____________________________________________________________________________
8752 [  2008] By: jhi                                   on 1998/10/17  14:07:49
8753     Log: VM/ESA-update.
8754  Branch: cfgperl
8755        ! MANIFEST
8756 ____________________________________________________________________________
8757 [  2007] By: jhi                                   on 1998/10/17  13:55:34
8758     Log: Forgot few S_I* imports.
8759  Branch: cfgperl
8760        ! t/lib/ipc_sysv.t
8761 ____________________________________________________________________________
8762 [  2006] By: jhi                                   on 1998/10/17  13:43:54
8763     Log: The VM/ESA port essentials, based on
8764          
8765          perl-mvs:
8766          
8767          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8768          Subject: Re: Can't find Data/Dumper.pm
8769          Date: Mon, 28 Sep 1998 07:40:49 +1300
8770          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
8771          
8772          private email:
8773          
8774          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8775          Subject: Re: Perl thread problems in VM/ESA
8776          Date: Thu, 15 Oct 1998 07:18:35 +1300
8777          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
8778          
8779          and private email:
8780          
8781          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
8782          Subject:  perl archive
8783          Date:  Sun, 11 Oct 1998 19:28:54 EDT
8784          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
8785          which gave a pointer to
8786          
8787          http://pucc.princeton.edu/~neale/perl.tar
8788          
8789          (based on Perl 5.005_51)
8790  Branch: cfgperl
8791        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8792        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
8793        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
8794        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
8795 ____________________________________________________________________________
8796 [  2005] By: jhi                                   on 1998/10/17  13:17:19
8797     Log: Integrate mainperl.
8798  Branch: cfgperl
8799       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
8800       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8801       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
8802       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
8803       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
8804       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
8805       !> win32/makefile.mk
8806 ____________________________________________________________________________
8807 [  2004] By: jhi                                   on 1998/10/17  11:19:06
8808     Log: Removed an extra ' from the int64_t test.
8809  Branch: cfgperl
8810        ! Configure
8811 ____________________________________________________________________________
8812 [  2003] By: gsar                                  on 1998/10/17  04:11:40
8813     Log: silence -w noises (suggested by Greg Bacon)
8814  Branch: perl
8815        ! lib/Term/Complete.pm
8816 ____________________________________________________________________________
8817 [  2002] By: gsar                                  on 1998/10/17  04:07:48
8818     Log: From: Gisle Aas <gisle@aas.no>
8819          Date: 14 Oct 1998 15:53:14 +0200
8820          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
8821          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
8822  Branch: perl
8823        ! util.c
8824 ____________________________________________________________________________
8825 [  2001] By: gsar                                  on 1998/10/17  04:06:10
8826     Log: From: Gisle Aas <gisle@aas.no>
8827          Date: 14 Oct 1998 15:17:44 +0200
8828          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
8829          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
8830  Branch: perl
8831        ! toke.c
8832 ____________________________________________________________________________
8833 [  2000] By: gsar                                  on 1998/10/17  03:06:33
8834     Log: From: Gisle Aas <gisle@aas.no>
8835          Date: 14 Oct 1998 00:38:06 +0200
8836          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
8837          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
8838  Branch: perl
8839        ! sv.c
8840 ____________________________________________________________________________
8841 [  1999] By: gsar                                  on 1998/10/17  03:04:48
8842     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8843          Date: Tue, 13 Oct 1998 15:10:57 -0700
8844          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
8845          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
8846  Branch: perl
8847        ! vms/ext/Stdio/Stdio.pm
8848 ____________________________________________________________________________
8849 [  1998] By: gsar                                  on 1998/10/17  03:00:40
8850     Log: skip readonly vars and unref references when doing a reset()
8851  Branch: perl
8852        ! sv.c
8853 ____________________________________________________________________________
8854 [  1997] By: gsar                                  on 1998/10/17  02:49:19
8855     Log: fix buggy treatment of large checksums on unicode strings
8856          From: Gisle Aas <gisle@aas.no>
8857          Date: 13 Oct 1998 21:35:39 +0200
8858          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
8859          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
8860  Branch: perl
8861        ! pp.c
8862 ____________________________________________________________________________
8863 [  1996] By: gsar                                  on 1998/10/17  02:43:22
8864     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8865          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
8866          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
8867          Subject: [PATCH 5.005_52] Memory overrun in os2.c
8868  Branch: perl
8869        ! os2/Makefile.SHs os2/os2.c
8870 ____________________________________________________________________________
8871 [  1995] By: gsar                                  on 1998/10/17  02:42:01
8872     Log: clarify section name rules for typemaps
8873  Branch: perl
8874        ! pod/perlxs.pod
8875 ____________________________________________________________________________
8876 [  1994] By: gsar                                  on 1998/10/17  02:33:02
8877     Log: whitespace-proof grent.t
8878  Branch: perl
8879        ! t/op/grent.t
8880 ____________________________________________________________________________
8881 [  1993] By: gsar                                  on 1998/10/17  02:27:29
8882     Log: fix bug in B::CC::pp_sassign()
8883          From: "vishal bhatia" <vishalb@hotmail.com>
8884          Date: Sun, 11 Oct 1998 18:41:38 PDT
8885          Message-ID: <19981012014139.19614.qmail@hotmail.com>
8886          Subject: B::CC problems with pp_sassign routine
8887  Branch: perl
8888        ! ext/B/B/CC.pm
8889 ____________________________________________________________________________
8890 [  1992] By: gsar                                  on 1998/10/17  02:17:49
8891     Log: applied suggested patch with small doc tweak
8892          From: Gisle Aas <gisle@aas.no>
8893          Date: 11 Oct 1998 12:53:13 +0200
8894          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
8895          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
8896  Branch: perl
8897        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
8898        ! t/op/tiehandle.t
8899 ____________________________________________________________________________
8900 [  1991] By: gsar                                  on 1998/10/17  02:08:30
8901     Log: apply non-conflicting parts from suggested patch
8902          From: jan.dubois@ibm.net (Jan Dubois)
8903          Date: Sat, 10 Oct 1998 13:15:45 +0200
8904          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
8905          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
8906  Branch: perl
8907        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8908 ____________________________________________________________________________
8909 [  1990] By: gsar                                  on 1998/10/17  02:01:24
8910     Log: provide option to enable optimization with VC (suggested by Jan
8911          Dubois)
8912  Branch: perl
8913        ! win32/Makefile win32/makefile.mk
8914 ____________________________________________________________________________
8915 [  1989] By: gsar                                  on 1998/10/17  01:55:27
8916     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
8917          Dave Leppik <dleppik@gage.com>
8918  Branch: perl
8919        ! perl.h
8920 ____________________________________________________________________________
8921 [  1988] By: gsar                                  on 1998/10/17  01:49:05
8922     Log: stray typo found by Hugo van der Sanden
8923  Branch: perl
8924        ! op.c
8925 ____________________________________________________________________________
8926 [  1987] By: gsar                                  on 1998/10/17  01:45:52
8927     Log: perldoc pod update
8928          From: Daniel Grisinger <dgris@perrin.dimensional.com>
8929          Date: 06 Oct 1998 23:56:51 -0600
8930          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
8931          Subject: [PATCH _02 and _52] perldoc
8932  Branch: perl
8933        ! utils/perldoc.PL
8934 ____________________________________________________________________________
8935 [  1986] By: gsar                                  on 1998/10/17  01:41:40
8936     Log: qualify names of builtins
8937  Branch: perl
8938        ! ext/POSIX/POSIX.pm
8939 ____________________________________________________________________________
8940 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
8941     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8942          Date: Thu, 17 Sep 1998 17:16:06 +0200
8943          Message-ID: <360127B6.E44564A@ispsoft.de>
8944          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8945  Branch: maint-5.005/perl
8946        ! lib/ExtUtils/MakeMaker.pm
8947 ____________________________________________________________________________
8948 [  1978] By: gsar                                  on 1998/10/16  01:58:58
8949     Log: integrate cfgperl mods into mainline
8950  Branch: perl
8951       +> ext/DynaLoader/dl_vmesa.xs
8952        ! Porting/genlog
8953       !> Configure MANIFEST Makefile.SH config_h.SH
8954       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8955       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
8956       !> x2p/Makefile.SH
8957 ____________________________________________________________________________
8958 [  1976] By: gsar                                  on 1998/10/16  00:10:52
8959     Log: stray tweak
8960  Branch: perl
8961        ! op.c
8962 ____________________________________________________________________________
8963 [  1975] By: gsar                                  on 1998/10/15  23:54:38
8964     Log: propagate typeness of lexicals while cloning them
8965  Branch: perl
8966        ! op.c
8967 ____________________________________________________________________________
8968 [  1974] By: gsar                                  on 1998/10/15  23:53:25
8969     Log: s/last/first/ typo in append_list()
8970  Branch: perl
8971        ! op.c
8972 ____________________________________________________________________________
8973 [  1973] By: gsar                                  on 1998/10/15  20:06:17
8974     Log: nuke confperl branch and contents
8975  Branch: confperl
8976        - (delete 1284 files)
8977 ____________________________________________________________________________
8978 [  1972] By: jhi                                   on 1998/10/15  07:07:35
8979     Log: Test #162 had been added but the "print 1..161" had not been updated.
8980  Branch: cfgperl
8981        ! t/op/pat.t
8982 ____________________________________________________________________________
8983 [  1971] By: gsar                                  on 1998/10/15  03:09:58
8984     Log: check in all confperl changes as of change#1964 into cfgperl
8985  Branch: cfgperl
8986        + ext/DynaLoader/dl_vmesa.xs
8987        ! Configure MANIFEST Makefile.SH config_h.SH
8988        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8989        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
8990 ____________________________________________________________________________
8991 [  1970] By: gsar                                  on 1998/10/15  03:05:59
8992     Log: integrate mainline to get tr.t
8993  Branch: cfgperl
8994       +> t/op/tr.t
8995 ____________________________________________________________________________
8996 [  1969] By: gsar                                  on 1998/10/15  03:04:17
8997     Log: add missing tr.t to repository
8998  Branch: perl
8999        + t/op/tr.t
9000 ____________________________________________________________________________
9001 [  1968] By: gsar                                  on 1998/10/15  03:02:43
9002     Log: create cfgperl branch
9003  Branch: cfgperl
9004       +> (branch 1282 files)
9005 ____________________________________________________________________________
9006 [  1967] By: gsar                                  on 1998/10/15  02:46:08
9007     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
9008          (MAN3PODS cannot be set to ' '; stray stricture violation)
9009  Branch: perl
9010        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
9011        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
9012        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
9013        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
9014        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
9015        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
9016        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
9017        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
9018        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
9019        ! lib/ExtUtils/MM_Unix.pm
9020 ____________________________________________________________________________
9021 [  1966] By: gsar                                  on 1998/10/15  02:19:03
9022     Log: tweak to make fix in change#1944 behave correctly for closures
9023          created within eval''
9024  Branch: perl
9025        ! op.c t/op/eval.t
9026 ____________________________________________________________________________
9027 [  1965] By: gsar                                  on 1998/10/14  23:22:41
9028     Log: use better numbers for exitstatus test
9029  Branch: perl
9030        ! t/op/die_exit.t
9031 ____________________________________________________________________________
9032 [  1964] By: jhi                                   on 1998/10/14  17:25:41
9033     Log: Add VM/ESA dynaloading (uses <dll.h>).
9034  Branch: confperl
9035        + ext/DynaLoader/dl_vmesa.xs
9036        ! MANIFEST
9037 ____________________________________________________________________________
9038 [  1963] By: jhi                                   on 1998/10/14  17:17:10
9039     Log: Remove a2p.loadmap in 'clean' target.
9040  Branch: confperl
9041        ! x2p/Makefile.SH
9042 ____________________________________________________________________________
9043 [  1962] By: jhi                                   on 1998/10/14  17:13:11
9044     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
9045  Branch: confperl
9046        ! Makefile.SH
9047 ____________________________________________________________________________
9048 [  1961] By: jhi                                   on 1998/10/14  16:27:39
9049     Log: VM/ESA creates executable.loadmaps.
9050  Branch: confperl
9051        ! Makefile.SH
9052 ____________________________________________________________________________
9053 [  1960] By: jhi                                   on 1998/10/14  15:37:39
9054     Log: Introduce SCHED_YIELD (one of sched_yield(),
9055          pthread_yield(), or pthread_yield(NULL)).
9056          YIELD is then defined using SCHED_YIELD unless
9057          a platform-specific YIELD has already been defined.
9058          
9059          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
9060          
9061          The need for pthread_yield(NULL) and pthread_attr_setdet...
9062          introduced by (private email)
9063          
9064          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
9065          Date: Sat, 10 Oct 1998 21:08:15 +1300
9066          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
9067          Subject: Re: Perl thread problems in VM/ESA
9068          
9069          Better select() protoprobe (for AIX), from (private email)
9070          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9071          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
9072          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
9073          Subject: AIX select (fwd)
9074          From: Lars Hecking <lhecking@nmrc.ucc.ie>
9075          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
9076          Date: Fri, 2 Oct 1998 10:40:01 +0100
9077          Subject: AIX select
9078          
9079          Linux-avoid-so.X.Y, based on
9080          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9081          Date: Tue, 13 Oct 1998 15:55:07 -0400
9082          Message-ID: <19981013155507.B4004@O2.chapin.edu>
9083          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
9084  Branch: confperl
9085        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
9086        ! thread.h
9087 ____________________________________________________________________________
9088 [  1959] By: jhi                                   on 1998/10/14  12:51:26
9089     Log: Some old pthread implementations have
9090          pthread_attr_setdetachstate(pthread_attr_t*, int*).
9091  Branch: confperl
9092        ! ext/Thread/Thread.xs
9093 ____________________________________________________________________________
9094 [  1958] By: jhi                                   on 1998/10/14  12:41:11
9095     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
9096          counterparts will follow soon.
9097  Branch: confperl
9098        ! thread.h
9099 ____________________________________________________________________________
9100 [  1957] By: jhi                                   on 1998/10/14  12:38:11
9101     Log: Add tr.t (MANIFEST already knew about it, strange)
9102  Branch: confperl
9103        + t/op/tr.t
9104 ____________________________________________________________________________
9105 [  1956] By: jhi                                   on 1998/10/14  12:24:35
9106     Log: Mutexen should be initialized only once.
9107  Branch: confperl
9108        ! gv.c op.c
9109 ____________________________________________________________________________
9110 [  1955] By: jhi                                   on 1998/10/14  12:19:38
9111     Log: os390 has its own cppstdin.
9112  Branch: confperl
9113        ! hints/os390.sh
9114 ____________________________________________________________________________
9115 [  1954] By: jhi                                   on 1998/10/14  12:15:06
9116     Log: Integrate with mainperl.
9117  Branch: confperl
9118       !> (integrate 1280 files)
9119 ____________________________________________________________________________
9120 [  1953] By: jhi                                   on 1998/10/14  11:48:08
9121     Log: Removed duplicate CMA threads code for HPUX 10.X.
9122          (probably residue of patch(1) being too understanding)
9123          Enhanced 64-bit settings. (redo change#1940)
9124  Branch: confperl
9125        ! hints/hpux.sh
9126 ____________________________________________________________________________
9127 [  1952] By: jhi                                   on 1998/10/14  11:45:16
9128     Log: (redo change#1949) Detypo in the d_open64 warning about
9129          the impending WHOA.
9130  Branch: confperl
9131        ! hints/irix_6.sh
9132 ____________________________________________________________________________
9133 [  1951] By: jhi                                   on 1998/10/14  10:54:16
9134     Log: Mutexen should only be inited once, after they have been New()ed.
9135  Branch: confperl
9136        ! gv.c op.c
9137 ____________________________________________________________________________
9138 [  1950] By: jhi                                   on 1998/10/14  10:41:43
9139     Log: Own cppstdin.
9140  Branch: confperl
9141        ! hints/os390.sh
9142 ____________________________________________________________________________
9143 [  1949] By: jhi                                   on 1998/10/14  10:34:23
9144     Log: Detypo in the d_open64 warning about the impending WHOA.
9145  Branch: confperl
9146        ! hints/irix_6.sh
9147 ____________________________________________________________________________
9148 [  1948] By: gsar                                  on 1998/10/14  05:38:01
9149     Log: two typos
9150  Branch: perl
9151        ! pp_hot.c t/op/eval.t
9152 ____________________________________________________________________________
9153 [  1947] By: gsar                                  on 1998/10/14  05:37:10
9154     Log: let docatch() pass the buck when restartop turns out to be null,
9155          making exceptions in BEGIN{} propagate as expected
9156  Branch: perl
9157        ! pp_ctl.c t/op/misc.t
9158 ____________________________________________________________________________
9159 [  1946] By: gsar                                  on 1998/10/13  03:41:49
9160     Log: add missing file from change#1943
9161  Branch: perl
9162        ! proto.h
9163 ____________________________________________________________________________
9164 [  1945] By: gsar                                  on 1998/10/13  03:32:02
9165     Log: defer "deep recursion" warnings until CXt_SUB context is properly
9166          set up
9167  Branch: perl
9168        ! pp_hot.c t/pragma/warn/pp_hot
9169 ____________________________________________________________________________
9170 [  1944] By: gsar                                  on 1998/10/13  03:15:50
9171     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
9172          fixup the cop_seq value that must be seen by lexical lookups that
9173          emanate within eval''
9174  Branch: perl
9175        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
9176 ____________________________________________________________________________
9177 [  1943] By: gsar                                  on 1998/10/13  02:06:09
9178     Log: ensure recursive attempts to findlex()icals know enough about where
9179          the last eval'' context was encountered
9180  Branch: perl
9181        ! op.c t/op/eval.t
9182 ____________________________________________________________________________
9183 [  1942] By: gsar                                  on 1998/10/13  02:01:24
9184     Log: force copy of substrings when matching against temporaries
9185  Branch: perl
9186        ! pp_hot.c t/op/pat.t
9187 ____________________________________________________________________________
9188 [  1941] By: gsar                                  on 1998/10/13  01:49:16
9189     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
9190          implementation)
9191  Branch: perl
9192        ! pp_ctl.c t/op/runlevel.t
9193 ____________________________________________________________________________
9194 [  1940] By: jhi                                   on 1998/10/12  09:57:44
9195     Log: Removed duplicate CMA threads code for HPUX 10.X.
9196          (probably residue of patch(1) being too understanding)
9197          Enhanced 64-bit settings.
9198  Branch: confperl
9199        ! hints/hpux.sh
9200 ____________________________________________________________________________
9201 [  1939] By: jhi                                   on 1998/10/12  09:53:11
9202     Log: Initial sync from mainline perl.
9203  Branch: confperl
9204        + (add 1282 files)
9205 ____________________________________________________________________________
9206 [  1937] By: gsar                                  on 1998/10/06  21:16:34
9207     Log: fix $/ init for USE_THREADS
9208  Branch: perl
9209        ! perl.c
9210 ____________________________________________________________________________
9211 [  1936] By: gsar                                  on 1998/10/06  07:19:39
9212     Log: fix globals caught by change#1927; builds and tests on Solaris
9213  Branch: perl
9214        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
9215        ! warning.h warning.pl
9216 ____________________________________________________________________________
9217 [  1935] By: gsar                                  on 1998/10/06  06:50:35
9218     Log: add test for previous fix
9219  Branch: perl
9220        ! ext/Thread/create.t
9221 ____________________________________________________________________________
9222 [  1934] By: gsar                                  on 1998/10/06  06:37:36
9223     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
9224  Branch: perl
9225        ! util.c
9226 ____________________________________________________________________________
9227 [  1933] By: gsar                                  on 1998/10/06  05:04:20
9228     Log: undo bogus part of change#1903 (as pointed out by Larry)
9229  Branch: perl
9230        ! pp_ctl.c
9231 ____________________________________________________________________________
9232 [  1932] By: gsar                                  on 1998/10/06  04:21:31
9233     Log: added tweaked version of suggested patch
9234          From: jan.dubois@ibm.net (Jan Dubois)
9235          Date: Sat, 03 Oct 1998 19:04:48 +0200
9236          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
9237          Subject: [PATCH 5.005_52] More MakeMaker  patches
9238  Branch: perl
9239        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9240        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
9241 ____________________________________________________________________________
9242 [  1931] By: gsar                                  on 1998/10/06  04:04:33
9243     Log: use cpp symbols instead of hardwired constants
9244          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9245          Date: Mon, 05 Oct 1998 09:23:33 +0100
9246          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
9247          Subject: [PATCH 5.005_52] By the numbers (resend)
9248  Branch: perl
9249        ! op.c
9250 ____________________________________________________________________________
9251 [  1930] By: gsar                                  on 1998/10/06  04:01:55
9252     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9253          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
9254          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
9255          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
9256  Branch: perl
9257        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
9258        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
9259 ____________________________________________________________________________
9260 [  1929] By: gsar                                  on 1998/10/06  03:50:36
9261     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9262          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
9263          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
9264          Subject: [PATCH 5.00552] Minor test improvement
9265  Branch: perl
9266        ! t/op/magic.t
9267 ____________________________________________________________________________
9268 [  1928] By: gsar                                  on 1998/10/06  03:49:03
9269     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9270          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
9271          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
9272          Subject: [PATCH 5.00552] emacs/ptags inprovements
9273  Branch: perl
9274        ! emacs/ptags
9275 ____________________________________________________________________________
9276 [  1927] By: gsar                                  on 1998/10/06  03:47:44
9277     Log: disable C<#define dirty PL_dirty> et al.
9278  Branch: perl
9279        ! embed.pl embedvar.h
9280 ____________________________________________________________________________
9281 [  1926] By: gsar                                  on 1998/10/06  03:43:32
9282     Log: From: Mark-Jason Dominus <mjd@plover.com>
9283          Date: Sun, 04 Oct 1998 14:48:11 -0400
9284          Message-ID: <19981004184811.16048.qmail@plover.com>
9285          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
9286  Branch: perl
9287        ! utils/perldoc.PL
9288 ____________________________________________________________________________
9289 [  1925] By: gsar                                  on 1998/10/06  03:27:35
9290     Log: disable USE_THREADS when PERL_OBJECT is enabled
9291  Branch: perl
9292        ! win32/Makefile win32/makefile.mk
9293 ____________________________________________________________________________
9294 [  1924] By: gsar                                  on 1998/10/06  03:26:54
9295     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
9296  Branch: perl
9297        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
9298        ! vms/perly_c.vms
9299 ____________________________________________________________________________
9300 [  1923] By: gsar                                  on 1998/10/03  05:19:56
9301     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
9302          overridden
9303  Branch: perl
9304        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
9305        ! proto.h vms/perly_c.vms
9306 ____________________________________________________________________________
9307 [  1922] By: gsar                                  on 1998/10/03  03:59:50
9308     Log: suppress manifypods leak in extensions
9309  Branch: perl
9310        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
9311 ____________________________________________________________________________
9312 [  1921] By: gsar                                  on 1998/10/02  22:30:15
9313     Log: os390 fixes (suggested by Peter Prymmer)
9314  Branch: perl
9315        ! Makefile.SH regcomp.c
9316 ____________________________________________________________________________
9317 [  1920] By: gsar                                  on 1998/10/02  21:41:19
9318     Log: squelch undef warnings
9319          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9320          Date: Fri, 02 Oct 1998 11:01:14 +0100
9321          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
9322          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
9323  Branch: perl
9324        ! Changes lib/Math/BigInt.pm
9325 ____________________________________________________________________________
9326 [  1919] By: gsar                                  on 1998/10/02  04:59:13
9327     Log: add note to INSTALL about ANSI C
9328  Branch: perl
9329        ! INSTALL
9330 ____________________________________________________________________________
9331 [  1918] By: gsar                                  on 1998/10/02  04:21:10
9332     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
9333          From: jan.dubois@ibm.net (Jan Dubois)
9334          Date: Wed, 30 Sep 1998 23:35:30 +0200
9335          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
9336          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
9337  Branch: perl
9338        ! lib/ExtUtils/xsubpp
9339 ____________________________________________________________________________
9340 [  1917] By: gsar                                  on 1998/10/02  04:16:02
9341     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9342          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
9343          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
9344          Subject: Re: Configure test for selectbits busted
9345  Branch: perl
9346        ! Configure
9347 ____________________________________________________________________________
9348 [  1916] By: gsar                                  on 1998/10/02  04:14:17
9349     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9350          Date: Wed, 30 Sep 1998 17:15:20 -0700
9351          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
9352          Subject: [PATCH 5.005_02]VMS config tweaks
9353  Branch: perl
9354        ! vms/descrip_mms.template vms/subconfigure.com
9355 ____________________________________________________________________________
9356 [  1915] By: gsar                                  on 1998/10/02  04:10:47
9357     Log: use Off_t to permit 64-bit seek()
9358          From: Scott Henry <scotth@sgi.com>
9359          Date: 29 Sep 1998 17:38:46 -0700
9360          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
9361          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
9362          --
9363          Date: 28 Sep 1998 18:55:37 -0700
9364          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
9365          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
9366  Branch: perl
9367        ! doio.c pp_sys.c proto.h sv.c
9368 ____________________________________________________________________________
9369 [  1914] By: gsar                                  on 1998/10/02  04:05:36
9370     Log: normalize tm struct passed to strftime() with mktime()
9371          From: Spider Boardman <spider@orb.nashua.nh.us>
9372          Date: Wed, 30 Sep 1998 15:12:09 -0400
9373          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
9374          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
9375  Branch: perl
9376        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9377 ____________________________________________________________________________
9378 [  1913] By: gsar                                  on 1998/10/02  03:59:46
9379     Log: don't try to run foo_SH.orig etc.
9380  Branch: perl
9381        ! Configure
9382 ____________________________________________________________________________
9383 [  1912] By: gsar                                  on 1998/10/02  03:45:37
9384     Log: make warning about glob process failure optional
9385  Branch: perl
9386        ! pod/perldiag.pod pp_hot.c
9387 ____________________________________________________________________________
9388 [  1911] By: gsar                                  on 1998/10/02  02:52:21
9389     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
9390          From: Dominic Dunlop <domo@vo.lu>
9391          Date: Tue, 29 Sep 1998 21:06:30 +0000
9392          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
9393          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
9394          --
9395          Date: Wed, 30 Sep 1998 11:46:44 +0000
9396          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
9397          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
9398  Branch: perl
9399        ! pod/perldiag.pod regcomp.c
9400 ____________________________________________________________________________
9401 [  1910] By: gsar                                  on 1998/10/02  02:48:48
9402     Log: minor Configure tweaks (via private mail)
9403          From: Jarkko Hietaniemi <jhi@iki.fi>
9404          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
9405          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
9406          Subject: [PATCH] 5.005_52: the drizzle continues
9407  Branch: perl
9408        ! Configure config_h.SH handy.h
9409 ____________________________________________________________________________
9410 [  1909] By: gsar                                  on 1998/10/02  02:46:39
9411     Log: update SCO hints for dynamic loading
9412          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9413          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
9414          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
9415          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
9416          --
9417          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
9418          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
9419          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
9420  Branch: perl
9421        ! hints/sco.sh
9422 ____________________________________________________________________________
9423 [  1908] By: gsar                                  on 1998/10/02  02:33:39
9424     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
9425  Branch: perl
9426        ! lib/File/Find.pm
9427 ____________________________________________________________________________
9428 [  1907] By: gsar                                  on 1998/10/02  02:21:52
9429     Log: applied patches, but retained old behavior for win32 (where compilers
9430          can't read from stdin at all)
9431          From: Graham Barr <gbarr@ti.com>
9432          Date: Mon, 28 Sep 1998 09:41:49 -0500
9433          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
9434          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
9435          --
9436          Date: Tue, 29 Sep 1998 12:35:43 -0500
9437          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
9438          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
9439  Branch: perl
9440        ! ext/Errno/Errno_pm.PL
9441 ____________________________________________________________________________
9442 [  1906] By: gsar                                  on 1998/10/02  02:02:19
9443     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
9444          Hietaniemi)
9445  Branch: perl
9446        ! t/op/grent.t
9447 ____________________________________________________________________________
9448 [  1905] By: gsar                                  on 1998/10/02  01:59:56
9449     Log: win32 caveats about truncate()
9450  Branch: perl
9451        ! pod/perlport.pod
9452 ____________________________________________________________________________
9453 [  1904] By: gsar                                  on 1998/10/02  01:53:25
9454     Log: various Configure and hints updates (prefer drand48() or random()
9455          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
9456          applied modulo SCO hints superceded by later patch
9457          From: Jarkko Hietaniemi <jhi@iki.fi>
9458          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
9459          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
9460          Subject: [PATCH] 5.005_52: Configure et al:
9461  Branch: perl
9462        + ext/IPC/SysV/hints/next_3.pl
9463        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
9464        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
9465        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
9466 ____________________________________________________________________________
9467 [  1903] By: gsar                                  on 1998/10/02  01:42:37
9468     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
9469          Date: Mon, 28 Sep 1998 17:41:49 +0100
9470          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
9471          Subject: [PATCH 5.005_52] Re: More on ?p 
9472          --
9473          Date: Thu, 01 Oct 1998 09:10:58 +0100
9474          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
9475          Subject: [PATCH 5.005_52] ?p fix
9476          --
9477          Date: Thu, 01 Oct 1998 10:45:56 +0100
9478          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
9479          Subject: [PATCH 5.005_52] more on ?p
9480  Branch: perl
9481        ! pp_ctl.c
9482 ____________________________________________________________________________
9483 [  1902] By: gsar                                  on 1998/10/02  01:36:14
9484     Log: From: Kenneth Duda <kjd@cisco.com>
9485          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
9486          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
9487          Subject: writemain dies when there are more than 4000 characters of extensions
9488  Branch: perl
9489        ! writemain.SH
9490 ____________________________________________________________________________
9491 [  1901] By: gsar                                  on 1998/10/02  01:33:16
9492     Log: tweak run_byacc recipe
9493  Branch: perl
9494        ! Makefile.SH Porting/pumpkin.pod
9495 ____________________________________________________________________________
9496 [  1900] By: gsar                                  on 1998/10/02  01:02:09
9497     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
9498  Branch: perl
9499        ! perl.h pp_ctl.c
9500 ____________________________________________________________________________
9501 [  1899] By: gsar                                  on 1998/09/28  20:46:30
9502     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
9503          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
9504          Dvornik)
9505  Branch: perl
9506        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9507 ____________________________________________________________________________
9508 [  1898] By: gsar                                  on 1998/09/28  20:42:52
9509     Log: flush unsubmitted 5.00552 change
9510  Branch: perl
9511        ! MANIFEST
9512 ____________________________________________________________________________
9513 [  1897] By: gsar                                  on 1998/09/27  04:43:06
9514     Log: run vms_yfix.pl
9515  Branch: perl
9516        ! vms/perly_c.vms
9517 ____________________________________________________________________________
9518 [  1896] By: gsar                                  on 1998/09/27  03:38:55
9519     Log: small tweak on last change
9520  Branch: perl
9521        ! win32/win32.c
9522 ____________________________________________________________________________
9523 [  1895] By: gsar                                  on 1998/09/27  03:17:17
9524     Log: fix win32_stat() to do the right thing for share names
9525  Branch: perl
9526        ! win32/win32.c
9527 ____________________________________________________________________________
9528 [  1891] By: larry                                 on 1998/09/25  18:50:40
9529     Log: Fixed apostrophe problem from Mark Knutsen.
9530  Branch: perl
9531        ! sv.h
9532
9533 ----------------
9534 Version 5.005_52
9535 ----------------
9536
9537 ____________________________________________________________________________
9538 [  1890] By: gsar                                  on 1998/09/25  10:25:00
9539     Log: update template config.sh, add new config vars to win32 stuff
9540  Branch: perl
9541        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
9542        ! pp_sys.c proto.h win32/config.bc win32/config.gc
9543        ! win32/config.vc win32/config_H.bc win32/config_H.gc
9544        ! win32/config_H.vc win32/win32.h
9545 ____________________________________________________________________________
9546 [  1889] By: gsar                                  on 1998/09/25  07:13:13
9547     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
9548          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
9549          of full-fledged 64-bit support (including support for: fseeko/ftello,
9550          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
9551          in Fcntl)
9552          From: Jarkko Hietaniemi <jhi@iki.fi>
9553          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
9554          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
9555          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
9556          --
9557          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9558          Date: 12 Sep 1998 09:44:25 +0300
9559          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
9560          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
9561  Branch: perl
9562        + lib/filetest.pm
9563        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
9564        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
9565        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
9566        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
9567        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
9568        ! win32/makedef.pl
9569 ____________________________________________________________________________
9570 [  1888] By: gsar                                  on 1998/09/25  06:27:12
9571     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
9572  Branch: perl
9573        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
9574        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9575        ! win32/makedef.pl win32/makefile.mk win32/win32.c
9576 ____________________________________________________________________________
9577 [  1887] By: gsar                                  on 1998/09/25  04:50:49
9578     Log: win32.c tweak
9579  Branch: perl
9580        ! win32/win32.c
9581 ____________________________________________________________________________
9582 [  1886] By: gsar                                  on 1998/09/25  04:47:32
9583     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
9584  Branch: perl
9585        ! lib/ExtUtils/MakeMaker.pm
9586 ____________________________________________________________________________
9587 [  1885] By: gsar                                  on 1998/09/25  04:05:09
9588     Log: From: Dominic Dunlop <domo@vo.lu>
9589          Date: Thu, 10 Sep 1998 11:02:46 +0000
9590          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
9591          Subject: MM_Unix::canonpath erroneously turns leading // into /
9592  Branch: perl
9593        ! lib/ExtUtils/MM_Unix.pm
9594 ____________________________________________________________________________
9595 [  1884] By: gsar                                  on 1998/09/25  03:06:10
9596     Log: temporarily disable perl malloc for a2p until we clean up
9597          conflicting malloc() declarations everywhere
9598  Branch: perl
9599        ! x2p/Makefile.SH
9600 ____________________________________________________________________________
9601 [  1883] By: gsar                                  on 1998/09/25  02:27:00
9602     Log: remove obsolete win32/bin/*.pl
9603  Branch: perl
9604        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
9605        ! Changes MANIFEST win32/Makefile win32/makefile.mk
9606 ____________________________________________________________________________
9607 [  1882] By: gsar                                  on 1998/09/25  02:04:43
9608     Log: missing file in last submit
9609  Branch: perl
9610        ! proto.h
9611 ____________________________________________________________________________
9612 [  1881] By: gsar                                  on 1998/09/25  01:56:54
9613     Log: serial access to PL_x[inpr]v_root for USE_THREADS
9614  Branch: perl
9615        ! sv.c
9616 ____________________________________________________________________________
9617 [  1880] By: gsar                                  on 1998/09/25  01:19:38
9618     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
9619          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
9620          Date: Thu, 24 Sep 1998 22:01:09 +0900
9621          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
9622          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
9623  Branch: perl
9624        ! hv.c proto.h
9625 ____________________________________________________________________________
9626 [  1879] By: gsar                                  on 1998/09/25  00:20:07
9627     Log: tweaks to enable PERL_OBJECT to build & test on win32
9628  Branch: perl
9629        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
9630        ! win32/GenCAPI.pl
9631 ____________________________________________________________________________
9632 [  1878] By: gsar                                  on 1998/09/25  00:13:36
9633     Log: fix change#1861, which breaks default boot_xxx symbol generation
9634  Branch: perl
9635        ! lib/ExtUtils/Mksymlists.pm
9636 ____________________________________________________________________________
9637 [  1877] By: gsar                                  on 1998/09/24  10:29:54
9638     Log: two tweaks for clean build and test on Solaris
9639  Branch: perl
9640        ! op.c t/op/subst.t
9641 ____________________________________________________________________________
9642 [  1876] By: gsar                                  on 1998/09/24  09:04:43
9643     Log: From: Colin Kuskie <ckuskie@cadence.com>
9644          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
9645          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
9646          Subject: [PATCH 5.005_51] perlform.pod
9647  Branch: perl
9648        ! pod/perlform.pod
9649 ____________________________________________________________________________
9650 [  1875] By: gsar                                  on 1998/09/24  08:47:47
9651     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9652          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
9653          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
9654          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
9655  Branch: perl
9656        ! regexec.c
9657 ____________________________________________________________________________
9658 [  1874] By: gsar                                  on 1998/09/24  08:44:55
9659     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9660          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
9661          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
9662          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
9663  Branch: perl
9664        ! toke.c
9665 ____________________________________________________________________________
9666 [  1873] By: gsar                                  on 1998/09/24  08:39:41
9667     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9668          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
9669          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
9670          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
9671  Branch: perl
9672        ! Changes regcomp.c
9673 ____________________________________________________________________________
9674 [  1872] By: gsar                                  on 1998/09/24  08:37:00
9675     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
9676          Date: Sun, 23 Aug 1998 23:18:38 PDT
9677          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
9678          Subject: new irix_6.sh hints file
9679  Branch: perl
9680        ! hints/irix_6.sh
9681 ____________________________________________________________________________
9682 [  1871] By: gsar                                  on 1998/09/24  07:26:37
9683     Log: correct FSF address in various places
9684  Branch: perl
9685        ! Copying README ext/B/README lib/Getopt/Long.pm
9686 ____________________________________________________________________________
9687 [  1870] By: gsar                                  on 1998/09/24  07:11:56
9688     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
9689          Date:    Fri, 14 Aug 1998 09:20:16 PDT
9690          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
9691          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
9692  Branch: perl
9693        ! configure.com
9694 ____________________________________________________________________________
9695 [  1869] By: gsar                                  on 1998/09/24  06:55:59
9696     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
9697          From:    Scott Henry <scotth@sgi.com>
9698          Date:    13 Aug 1998 09:52:15 PDT
9699          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
9700          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
9701  Branch: perl
9702        ! hints/irix_6.sh
9703 ____________________________________________________________________________
9704 [  1868] By: gsar                                  on 1998/09/24  06:51:23
9705     Log: From:    Nathan Torkington <gnat@frii.com>
9706          Date:    Thu, 13 Aug 1998 10:59:48 MDT
9707          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
9708          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
9709  Branch: perl
9710        ! pod/perlfunc.pod
9711 ____________________________________________________________________________
9712 [  1867] By: gsar                                  on 1998/09/24  06:45:13
9713     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
9714          that are autoloaded)
9715  Branch: perl
9716        ! pp_ctl.c
9717 ____________________________________________________________________________
9718 [  1866] By: gsar                                  on 1998/09/24  05:21:19
9719     Log: grandfather deprecated "$$<digit>" no more
9720  Branch: perl
9721        ! pod/perldiag.pod toke.c
9722 ____________________________________________________________________________
9723 [  1865] By: gsar                                  on 1998/09/24  04:52:48
9724     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
9725          low bits (suggested by Ilya Zakharevich)
9726  Branch: perl
9727        ! hv.h
9728 ____________________________________________________________________________
9729 [  1864] By: gsar                                  on 1998/09/24  04:29:14
9730     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
9731          perly_c.diff
9732  Branch: perl
9733        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
9734        ! perly_c.diff toke.c
9735 ____________________________________________________________________________
9736 [  1863] By: gsar                                  on 1998/09/24  03:36:30
9737     Log: provide locked access to string table for USE_THREADS
9738  Branch: perl
9739        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
9740 ____________________________________________________________________________
9741 [  1862] By: gsar                                  on 1998/09/24  03:30:32
9742     Log: remove bogus warn()
9743  Branch: perl
9744        ! embed.pl
9745 ____________________________________________________________________________
9746 [  1861] By: gsar                                  on 1998/09/24  02:58:51
9747     Log: applied suggested patch, adapted for all platforms
9748          From: jan.dubois@ibm.net (Jan Dubois)
9749          Date: Sun, 20 Sep 1998 12:56:38 +0200
9750          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
9751          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
9752  Branch: perl
9753        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9754        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9755        ! lib/ExtUtils/MakeMaker.pm
9756 ____________________________________________________________________________
9757 [  1860] By: gsar                                  on 1998/09/24  02:16:14
9758     Log: upgrade to CPAN-1.40
9759  Branch: perl
9760        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
9761 ____________________________________________________________________________
9762 [  1859] By: gsar                                  on 1998/09/24  02:08:59
9763     Log: use $ENV{MAKEMAKEROPT} to set default command line args
9764  Branch: perl
9765        ! lib/ExtUtils/MakeMaker.pm
9766 ____________________________________________________________________________
9767 [  1857] By: gsar                                  on 1998/09/23  10:58:36
9768     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9769          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
9770          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
9771          Subject: More verbose Test::Harness [PATCH]
9772  Branch: perl
9773        ! lib/Test/Harness.pm
9774 ____________________________________________________________________________
9775 [  1856] By: gsar                                  on 1998/09/23  10:56:24
9776     Log: update hints for OPENSTEP 4.2 on i386
9777          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
9778          Date: Sun, 20 Sep 1998 01:03:18 +0200
9779          Message-Id: <9809192303.AA29190@Spike>
9780          Subject: Perl 5.005_02 compilation problems
9781  Branch: perl
9782        ! hints/next_4.sh
9783 ____________________________________________________________________________
9784 [  1855] By: gsar                                  on 1998/09/23  10:52:27
9785     Log: reset errno after C<require> search (as suggested by Larry)
9786  Branch: perl
9787        ! pp_ctl.c
9788 ____________________________________________________________________________
9789 [  1854] By: gsar                                  on 1998/09/23  10:50:26
9790     Log: misc pod tweaks
9791  Branch: perl
9792        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
9793 ____________________________________________________________________________
9794 [  1853] By: gsar                                  on 1998/09/23  10:46:06
9795     Log: make Pod/Html.pm handle the --title option properly (as suggested
9796          by gml4410@ggr.co.uk)
9797  Branch: perl
9798        ! lib/Pod/Html.pm
9799 ____________________________________________________________________________
9800 [  1852] By: gsar                                  on 1998/09/23  10:41:39
9801     Log: SSNEW() API for allocating memory on the savestack
9802          From: Albert Dvornik <bert@genscan.com>
9803          Date: 17 Sep 1998 19:23:07 -0400
9804          Message-Id: <tqemtae338.fsf@puma.genscan.com>
9805          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
9806  Branch: perl
9807        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
9808        ! perl.h proto.h scope.c scope.h t/io/tell.t
9809 ____________________________________________________________________________
9810 [  1851] By: gsar                                  on 1998/09/23  10:37:05
9811     Log: From: Jochen Wiedmann <joe@ispsoft.de>
9812          Date: Thu, 17 Sep 1998 17:16:06 +0200
9813          Message-ID: <360127B6.E44564A@ispsoft.de>
9814          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
9815  Branch: perl
9816        ! lib/ExtUtils/MakeMaker.pm
9817 ____________________________________________________________________________
9818 [  1850] By: gsar                                  on 1998/09/23  10:33:05
9819     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
9820          Date: 15 Sep 1998 01:32:31 +0200
9821          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
9822          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
9823  Branch: perl
9824        ! lib/ExtUtils/MM_Unix.pm
9825 ____________________________________________________________________________
9826 [  1849] By: gsar                                  on 1998/09/23  10:29:04
9827     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
9828          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
9829          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
9830          Subject: Re: extralibs.ld problem in MM_VMS.pm
9831  Branch: perl
9832        ! lib/ExtUtils/MM_VMS.pm
9833 ____________________________________________________________________________
9834 [  1848] By: gsar                                  on 1998/09/23  10:25:24
9835     Log: From: Roderick Schertler <roderick@argon.org>
9836          Date: 11 Sep 1998 16:19:21 -0400
9837          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
9838          Subject: Re: Open2 and memory leaks
9839  Branch: perl
9840        ! lib/IPC/Open3.pm
9841 ____________________________________________________________________________
9842 [  1847] By: gsar                                  on 1998/09/23  10:18:31
9843     Log: From: Roderick Schertler <roderick@argon.org>
9844          Date: Wed, 09 Sep 1998 23:52:48 -0400
9845          Message-ID: <20567.905399568@eeyore.ibcinc.com>
9846          Subject: seed srand from /dev/urandom when possible
9847  Branch: perl
9848        ! pod/perlfunc.pod pp.c
9849 ____________________________________________________________________________
9850 [  1846] By: gsar                                  on 1998/09/23  10:12:22
9851     Log: From: Roderick Schertler <roderick@argon.org>
9852          Date: Thu, 10 Sep 1998 00:32:17 -0400
9853          Message-ID: <21142.905401937@eeyore.ibcinc.com>
9854          Subject: doc update for crypt()'s salt
9855  Branch: perl
9856        ! pod/perlfunc.pod
9857 ____________________________________________________________________________
9858 [  1845] By: gsar                                  on 1998/09/23  10:09:23
9859     Log: fix h2ph handling of C<#error "foo">
9860          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
9861          Date: Thu, 10 Sep 1998 09:59:33 +0900
9862          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
9863          Subject: [5.005_02] h2ph problem
9864  Branch: perl
9865        ! utils/h2ph.PL
9866 ____________________________________________________________________________
9867 [  1844] By: gsar                                  on 1998/09/23  10:06:13
9868     Log: plug strictly private function leaks in API listing
9869  Branch: perl
9870        ! pod/perlguts.pod
9871 ____________________________________________________________________________
9872 [  1843] By: gsar                                  on 1998/09/23  10:02:57
9873     Log: hide symbol for static build
9874          From: Dominic Dunlop <domo@vo.lu>
9875          Date: Tue, 8 Sep 1998 21:40:46 +0000
9876          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
9877          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
9878  Branch: perl
9879        ! regcomp.c
9880 ____________________________________________________________________________
9881 [  1842] By: gsar                                  on 1998/09/23  09:52:46
9882     Log: define PUT_svindex(), PUT_opindex()
9883  Branch: perl
9884        ! ext/B/B/Assembler.pm
9885 ____________________________________________________________________________
9886 [  1841] By: gsar                                  on 1998/09/23  09:44:25
9887     Log: From: Dominic Dunlop <domo@vo.lu>
9888          Date: Tue, 8 Sep 1998 15:34:53 +0000
9889          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
9890          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
9891  Branch: perl
9892        ! t/pragma/warn/regexec
9893 ____________________________________________________________________________
9894 [  1840] By: gsar                                  on 1998/09/23  09:42:17
9895     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
9896  Branch: perl
9897        ! win32/bin/pl2bat.pl
9898 ____________________________________________________________________________
9899 [  1839] By: gsar                                  on 1998/09/23  09:38:18
9900     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
9901          Date: Mon, 7 Sep 1998 17:36:09 +0900
9902          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
9903          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
9904  Branch: perl
9905        ! ext/Thread/Thread.xs
9906 ____________________________________________________________________________
9907 [  1838] By: gsar                                  on 1998/09/23  09:21:11
9908     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
9909          Date: Thu, 10 Sep 1998 00:02:07 -0400
9910          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
9911          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
9912  Branch: perl
9913        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9914        + vos/config.h vos/config_h.SH_orig vos/perl.bind
9915        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
9916        ! MANIFEST perl.c perl.h pod/perlport.pod
9917 ____________________________________________________________________________
9918 [  1837] By: gsar                                  on 1998/09/23  08:45:58
9919     Log: (via private mail)
9920          From: Charles Bailey <BAILEY@newman.upenn.edu>
9921          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
9922          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
9923          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
9924  Branch: perl
9925        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
9926        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9927        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
9928        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
9929        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
9930        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
9931        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
9932        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
9933        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
9934        ! vms/writemain.pl
9935 ____________________________________________________________________________
9936 [  1836] By: gsar                                  on 1998/09/23  08:17:42
9937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9938          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
9939          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
9940          Subject: [PATCH 5.005_*] OS/2 spawning typos
9941  Branch: perl
9942        ! os2/os2.c
9943 ____________________________________________________________________________
9944 [  1835] By: gsar                                  on 1998/09/23  08:09:55
9945     Log: warn on C<my($foo,$foo)>
9946  Branch: perl
9947        ! op.c pod/perldiag.pod
9948 ____________________________________________________________________________
9949 [  1834] By: gsar                                  on 1998/09/23  07:35:56
9950     Log: From: pvhp@forte.com (Peter Prymmer)
9951          Date: Fri, 4 Sep 98 13:27:41 PDT
9952          Message-Id: <9809042027.AA04463@forte.com>
9953          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
9954  Branch: perl
9955        ! README.vms
9956 ____________________________________________________________________________
9957 [  1833] By: gsar                                  on 1998/09/23  07:27:34
9958     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9959          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
9960          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
9961          Subject: PATCH: 5.005_02 hint/hpux.sh
9962  Branch: perl
9963        ! hints/hpux.sh
9964 ____________________________________________________________________________
9965 [  1832] By: gsar                                  on 1998/09/23  07:22:40
9966     Log: fix (some) installhtml bugs
9967          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
9968          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
9969          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
9970          Subject: installhtml script needs work
9971  Branch: perl
9972        ! installhtml
9973 ____________________________________________________________________________
9974 [  1831] By: gsar                                  on 1998/09/23  07:19:30
9975     Log: document 'U' magic with examples
9976          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9977          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
9978          Message-Id: <199809011455.PAA00631@sale-wts>
9979          Subject: Re: Looking for some XS MAGIC examples...
9980  Branch: perl
9981        ! pod/perlguts.pod
9982 ____________________________________________________________________________
9983 [  1830] By: gsar                                  on 1998/09/23  07:16:43
9984     Log: From: pvhp@forte.com (Peter Prymmer)
9985          Date: Mon, 31 Aug 98 17:13:49 PDT
9986          Message-Id: <9809010013.AA06737@forte.com>
9987          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
9988  Branch: perl
9989        ! README.os390
9990 ____________________________________________________________________________
9991 [  1829] By: gsar                                  on 1998/09/23  07:15:08
9992     Log: fix problematic typecast in filter_del()
9993          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
9994          Date: Mon, 31 Aug 1998 21:13:11 GMT
9995          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
9996          Subject: perl5.005_02 does not build on Cray T90
9997  Branch: perl
9998        ! toke.c
9999 ____________________________________________________________________________
10000 [  1828] By: gsar                                  on 1998/09/23  07:11:34
10001     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10002          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
10003          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
10004          Subject: [PATCH 5.005_5*] (?>) broken in RE
10005  Branch: perl
10006        ! regexec.c t/op/re_tests
10007 ____________________________________________________________________________
10008 [  1827] By: gsar                                  on 1998/09/23  07:09:50
10009     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
10010  Branch: perl
10011        ! t/op/grent.t t/op/groups.t
10012 ____________________________________________________________________________
10013 [  1826] By: gsar                                  on 1998/09/23  07:03:16
10014     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10015          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
10016          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
10017          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
10018  Branch: perl
10019        - interp.sym
10020        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
10021 ____________________________________________________________________________
10022 [  1825] By: gsar                                  on 1998/09/23  06:56:40
10023     Log: re-introduce change#1703
10024  Branch: perl
10025        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
10026 ____________________________________________________________________________
10027 [  1824] By: gsar                                  on 1998/09/23  06:44:19
10028     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10029          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
10030          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
10031          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
10032  Branch: perl
10033        ! lib/perl5db.pl
10034 ____________________________________________________________________________
10035 [  1823] By: gsar                                  on 1998/09/23  06:41:34
10036         Log: From: Joe Buehler <jhpb@hekimian.com>
10037              Date: 29 Aug 1998 17:13:28 -0400
10038              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
10039              Subject: patches for perl 5.005_51 under U/WIN
10040      Branch: perl
10041            + hints/uwin.sh
10042            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
10043            ! t/lib/posix.t
10044 ____________________________________________________________________________
10045 [  1822] By: gsar                                  on 1998/09/23  06:36:59
10046         Log: add missing C<no utf8;> tweak from Larry
10047      Branch: perl
10048            ! t/op/subst.t
10049 ____________________________________________________________________________
10050 [  1821] By: gsar                                  on 1998/09/23  06:27:51
10051         Log: s/runops/CALLRUNOPS/
10052      Branch: perl
10053            ! cc_runtime.h
10054 ____________________________________________________________________________
10055 [  1820] By: gsar                                  on 1998/09/23  06:24:49
10056         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
10057      Branch: perl
10058           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
10059           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
10060           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10061           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10062           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10063           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10064           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10065           +> t/pragma/warn/util
10066            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
10067            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
10068            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
10069            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
10070            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
10071            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
10072            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
10073            - t/pragma/warn-util
10074            ! MANIFEST t/pragma/warning.t
10075 ____________________________________________________________________________
10076 [  1819] By: gsar                                  on 1998/09/23  06:08:46
10077         Log: make \(%foo) return refs to values (not copies of values)
10078              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10079              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
10080              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
10081              --
10082              From: Roderick Schertler <roderick@argon.org>
10083              Date: Sat, 29 Aug 1998 00:58:33 -0400
10084              Message-ID: <29894.904366713@eeyore.ibcinc.com>
10085              Subject: Re: \(%x) problems
10086      Branch: perl
10087            ! doop.c pod/perlref.pod
10088 ____________________________________________________________________________
10089 [  1818] By: gsar                                  on 1998/09/23  06:05:08
10090         Log: make h2xs generate ANSI prototypes
10091      Branch: perl
10092            ! utils/h2xs.PL
10093 ____________________________________________________________________________
10094 [  1817] By: gsar                                  on 1998/09/23  05:57:16
10095         Log: updated usethreads hints for hpux 10.X
10096              From: Matthew T Harden <mthard@mthard1.monsanto.com>
10097              Date: Fri, 28 Aug 1998 14:10:42 GMT
10098              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
10099              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
10100      Branch: perl
10101            ! hints/hpux.sh perl.h
10102 ____________________________________________________________________________
10103 [  1816] By: gsar                                  on 1998/09/23  05:53:31
10104         Log: don't create empty directories in installperl
10105              From: Robin Barker <rmb1@cise.npl.co.uk>
10106              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
10107              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
10108              Subject: [PATCH 5.005_02] install: empty dirs
10109      Branch: perl
10110            ! installperl
10111 ____________________________________________________________________________
10112 [  1815] By: gsar                                  on 1998/09/23  05:50:36
10113         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
10114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10115              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
10116              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
10117              Subject: Re: your mail
10118      Branch: perl
10119            ! regexec.c t/op/re_tests
10120 ____________________________________________________________________________
10121 [  1814] By: gsar                                  on 1998/09/23  05:45:17
10122         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10123              Date: Thu, 20 Aug 1998 20:59:03 -0400
10124              Message-ID: <19980820205903.A12908@O2.chapin.edu>
10125              Subject: [PATCH] h2ph misquotes #error directives
10126      Branch: perl
10127            ! t/lib/h2ph.pht utils/h2ph.PL
10128 ____________________________________________________________________________
10129 [  1813] By: gsar                                  on 1998/09/23  05:42:41
10130         Log: patch to support computed regular subexpressions
10131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10132              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
10133              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
10134              Subject: [5.005_5* PATCH] Postponed RE - now!
10135      Branch: perl
10136            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
10137            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
10138 ____________________________________________________________________________
10139 [  1812] By: gsar                                  on 1998/09/23  05:26:26
10140         Log: better CR-handling on shebang line and in formats (fixed variant of
10141              patch suggested by Igor Sysoev <igor@nitek.ru>)
10142      Branch: perl
10143            ! perl.c toke.c
10144 ____________________________________________________________________________
10145 [  1811] By: gsar                                  on 1998/09/23  04:35:46
10146         Log: document non-loopish blocks better
10147              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10148              Date: Tue, 18 Aug 1998 12:28:36 +0100
10149              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
10150              Subject: Re: next in do {} while block gives error message
10151      Branch: perl
10152            ! pod/perlfunc.pod
10153 ____________________________________________________________________________
10154 [  1810] By: gsar                                  on 1998/09/23  04:12:05
10155         Log: fix bogus integerization of pop()'s return value
10156              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10157              Date: Sat, 15 Aug 1998 23:27:54 -0400
10158              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
10159              Subject: Re: Complex expression does integer arithmetic 
10160      Branch: perl
10161            ! opcode.h opcode.pl
10162 ____________________________________________________________________________
10163 [  1809] By: gsar                                  on 1998/09/23  04:09:43
10164         Log: tweak README.win32
10165      Branch: perl
10166            ! README.win32
10167 ____________________________________________________________________________
10168 [  1808] By: gsar                                  on 1998/09/23  03:40:57
10169         Log: better diagnostic for do{} used as lvalue
10170      Branch: perl
10171            ! op.c pod/perlport.pod
10172 ____________________________________________________________________________
10173 [  1807] By: gsar                                  on 1998/09/23  03:38:30
10174         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
10175              From: hansm@icgroup.nl
10176              Date: Tue, 11 Aug 98 21:08:51 +0200
10177              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
10178              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
10179      Branch: perl
10180            ! malloc.c
10181 ____________________________________________________________________________
10182 [  1806] By: gsar                                  on 1998/09/23  03:36:08
10183         Log: support make written in perl (aka "pmake") on win32
10184      Branch: perl
10185            ! lib/ExtUtils/MM_Win32.pm
10186 ____________________________________________________________________________
10187 [  1805] By: gsar                                  on 1998/09/23  03:30:07
10188         Log: fix mismatched UV/U32 types for to_utf8_*()
10189      Branch: perl
10190            ! utf8.c
10191 ____________________________________________________________________________
10192 [  1804] By: gsar                                  on 1998/09/23  03:22:22
10193         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10194              Date: Sun, 9 Aug 1998 22:38:23 +0200
10195              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
10196              Subject: [PATCH 5.5002] dos-djgpp update
10197      Branch: perl
10198            ! t/io/fs.t
10199 ____________________________________________________________________________
10200 [  1803] By: gsar                                  on 1998/09/23  03:20:13
10201         Log: apply minimal variant of patch (sent via private mail)
10202              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
10203              Date: Wed, 12 Aug 1998 15:42:35 +0300
10204              Message-Id: <199808121242.PAA29761@comanche.spices>
10205              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
10206      Branch: perl
10207            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
10208            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
10209 ____________________________________________________________________________
10210 [  1802] By: gsar                                  on 1998/09/23  03:03:39
10211         Log: adjust searchdict.t for EBCDIC (still needs documenting)
10212              From: pvhp@forte.com (Peter Prymmer)
10213              Date: Thu, 6 Aug 98 18:09:39 PDT
10214              Message-Id: <9808070109.AA06158@forte.com>
10215              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
10216      Branch: perl
10217            ! README.os390 t/lib/searchdict.t
10218 ____________________________________________________________________________
10219 [  1801] By: gsar                                  on 1998/09/23  02:54:15
10220         Log: silence redefined warning for XS(INIT) {}
10221      Branch: perl
10222            ! op.c
10223 ____________________________________________________________________________
10224 [  1800] By: gsar                                  on 1998/09/23  02:42:23
10225         Log: support match indices via special variables @- and @+
10226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10227              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
10228              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
10229              Subject: [PATCH 5.004_76] @- and @+
10230      Branch: perl
10231            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
10232            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
10233 ____________________________________________________________________________
10234 [  1799] By: gsar                                  on 1998/09/23  01:44:31
10235         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10236              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
10237              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
10238              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
10239      Branch: perl
10240            ! regcomp.c t/op/re_tests
10241 ____________________________________________________________________________
10242 [  1798] By: gsar                                  on 1998/09/23  01:39:23
10243         Log: integrate maint-5.005 changes (except conflicting change#1794)
10244      Branch: perl
10245            ! Changes
10246           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
10247           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
10248           !> win32/win32.h
10249 ____________________________________________________________________________
10250 [  1797] By: gsar                                  on 1998/09/23  01:32:36
10251         Log: add note to win32/Makefile about setting CCHOME
10252      Branch: perl
10253            ! win32/Makefile win32/makefile.mk
10254 ____________________________________________________________________________
10255 [  1796] By: gsar                                  on 1998/09/23  01:31:32
10256         Log: perl.pod tweak
10257      Branch: perl
10258            ! pod/perl.pod
10259 ____________________________________________________________________________
10260 [  1795] By: gsar                                  on 1998/09/21  20:34:10
10261         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
10262      Branch: perl
10263            ! lib/ExtUtils/xsubpp
10264 ____________________________________________________________________________
10265 [  1789] By: gsar                                  on 1998/09/18  18:01:37
10266         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
10267      Branch: perl
10268            ! cop.h t/cmd/for.t
10269 ____________________________________________________________________________
10270 [  1788] By: gsar                                  on 1998/09/17  02:19:11
10271         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
10272      Branch: perl
10273            ! win32/config.bc win32/config.gc win32/config.vc
10274 ____________________________________________________________________________
10275 [  1787] By: gsar                                  on 1998/09/17  01:45:14
10276         Log: suppress bogus warning on C<sub x {} x()>
10277      Branch: perl
10278            ! toke.c
10279 ____________________________________________________________________________
10280 [  1786] By: gsar                                  on 1998/09/17  01:42:51
10281         Log: ntohl typo in objXSUB.h
10282      Branch: perl
10283            ! objXSUB.h
10284 ____________________________________________________________________________
10285 [  1785] By: gsar                                  on 1998/09/17  01:41:48
10286         Log: fill gaps in sig_* entries in win32/config.?c
10287      Branch: perl
10288            ! win32/config.bc win32/config.gc win32/config.vc
10289 ____________________________________________________________________________
10290 [  1781] By: larry                                 on 1998/09/05  23:48:24
10291         Log: tr/// logic was hosed under utf8
10292      Branch: perl
10293            ! doop.c op.c op.h pp.c proto.h
10294 ____________________________________________________________________________
10295 [  1780] By: larry                                 on 1998/09/05  23:44:16
10296         Log: several new tests needed tweaking to work under utf8
10297      Branch: perl
10298            ! t/comp/require.t t/op/pack.t t/op/substr.t
10299 ____________________________________________________________________________
10300 [  1779] By: larry                                 on 1998/09/05  23:41:42
10301         Log: index() applied BM optimization to wrong argument
10302      Branch: perl
10303            ! op.c util.c
10304 ____________________________________________________________________________
10305 [  1778] By: larry                                 on 1998/09/05  23:38:29
10306         Log: Implicit require during compile reset line numbering
10307      Branch: perl
10308            ! pp_ctl.c
10309
10310 ----------------
10311 Version 5.005_51
10312 ----------------
10313
10314 ____________________________________________________________________________
10315 [  1777] By: gsar                                  on 1998/08/10  07:02:38
10316         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
10317              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
10318              lexical warning testsuite for win32
10319      Branch: perl
10320            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
10321            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
10322            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
10323            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
10324            ! win32/Makefile win32/makefile.mk
10325 ____________________________________________________________________________
10326 [  1776] By: gsar                                  on 1998/08/09  17:53:48
10327         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
10328      Branch: perl
10329            ! Changes MANIFEST perl.c pod/perlhist.pod
10330 ____________________________________________________________________________
10331 [  1775] By: gsar                                  on 1998/08/09  14:35:33
10332         Log: tweak warning test
10333      Branch: perl
10334            ! t/pragma/warn-toke
10335 ____________________________________________________________________________
10336 [  1774] By: gsar                                  on 1998/08/09  14:13:46
10337         Log: add missing dTHR; notes for test failures due to small stacksize
10338      Branch: perl
10339            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
10340            ! toke.c universal.c util.c
10341 ____________________________________________________________________________
10342 [  1773] By: gsar                                  on 1998/08/09  11:31:53
10343         Log: lexical warnings; tweaks to places that didn't apply correctly
10344              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
10345              Date:    Wed, 29 Jul 1998 09:28:45 BST
10346              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
10347              Subject: lexical warnings patch for 5.005_50
10348      Branch: perl
10349            + README.lexwarn lib/warning.pm t/pragma/warn-2use
10350            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
10351            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
10352            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
10353            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
10354            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
10355            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
10356            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
10357            + warning.h warning.pl
10358            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
10359            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
10360            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
10361            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
10362            ! universal.c util.c
10363 ____________________________________________________________________________
10364 [  1772] By: gsar                                  on 1998/08/08  23:06:00
10365         Log: bump patchlevel to 5.005_51
10366      Branch: perl
10367            ! patchlevel.h win32/Makefile win32/config_H.bc
10368            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10369 ____________________________________________________________________________
10370 [  1771] By: gsar                                  on 1998/08/08  23:01:57
10371         Log: fix bogus warning on "\x{123}"
10372              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
10373              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
10374              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
10375              Subject: [5.005_50 PATCH] Some unicode problems
10376      Branch: perl
10377            ! regcomp.c toke.c
10378 ____________________________________________________________________________
10379 [  1770] By: gsar                                  on 1998/08/08  22:56:55
10380         Log: hide dup symbol for static build of ext/re
10381              From: Dominic Dunlop <domo@ppp72.vo.lu>
10382              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
10383              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
10384              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
10385      Branch: perl
10386            ! regcomp.c
10387 ____________________________________________________________________________
10388 [  1769] By: gsar                                  on 1998/08/08  22:45:06
10389         Log: fix double free on -Mutf8 -e '$b=uc("")'
10390              From: larry@wall.org (Larry Wall)
10391              Date: Fri, 7 Aug 1998 14:42:43 -0700
10392              Message-Id: <199808072142.OAA14920@wall.org>
10393              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
10394      Branch: perl
10395            ! pp.c
10396 ____________________________________________________________________________
10397 [  1768] By: gsar                                  on 1998/08/08  22:42:29
10398         Log: substr() assumes utf8 without say-so
10399              From: larry@wall.org (Larry Wall)
10400              Date: Fri, 7 Aug 1998 12:25:12 -0700
10401              Message-Id: <199808071925.MAA13436@wall.org>
10402              Subject: [PATCH 5.005_50] substr bug?
10403      Branch: perl
10404            ! pp.c
10405 ____________________________________________________________________________
10406 [  1767] By: gsar                                  on 1998/08/08  22:38:25
10407         Log: fix intolerance of SWASHes for blank lines
10408              From: Gisle Aas <aas@sn.no>
10409              Date: 06 Aug 1998 23:28:57 +0200
10410              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
10411              Subject: Re: Re[2]: another joyride begins
10412      Branch: perl
10413            ! lib/utf8_heavy.pl
10414 ____________________________________________________________________________
10415 [  1766] By: gsar                                  on 1998/08/08  22:33:10
10416         Log: utf8 doc tweak
10417              From: Gisle Aas <aas@sn.no>
10418              Date: 05 Aug 1998 00:41:04 +0200
10419              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
10420              Subject: Matching clumps
10421      Branch: perl
10422            ! lib/utf8.pm
10423 ____________________________________________________________________________
10424 [  1765] By: gsar                                  on 1998/08/08  22:31:37
10425         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
10426              From: Gisle Aas <aas@sn.no>
10427              Date: 04 Aug 1998 22:56:11 +0200
10428              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
10429              Subject: Re: another joyride begins
10430      Branch: perl
10431            ! lib/utf8_heavy.pl
10432 ____________________________________________________________________________
10433 [  1764] By: gsar                                  on 1998/08/08  22:28:43
10434         Log: From: larry@wall.org (Larry Wall)
10435              Date: Tue, 4 Aug 1998 17:04:51 -0700
10436              Message-Id: <199808050004.RAA22592@wall.org>
10437              Subject: [PATCH 5.005_50] \pX not implemented!
10438      Branch: perl
10439            ! regcomp.c
10440 ____________________________________________________________________________
10441 [  1763] By: gsar                                  on 1998/08/08  22:27:15
10442         Log: From: Stephen McCamant <alias@mcs.com>
10443              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
10444              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
10445              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
10446      Branch: perl
10447            ! op.c
10448 ____________________________________________________________________________
10449 [  1762] By: gsar                                  on 1998/08/08  22:26:09
10450         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10451              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
10452              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
10453              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
10454      Branch: perl
10455            + t/op/grent.t t/op/pwent.t
10456            ! MANIFEST
10457 ____________________________________________________________________________
10458 [  1761] By: gsar                                  on 1998/08/08  22:21:52
10459         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10460              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
10461              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
10462              Subject: [5.005_50 PATCH] misprint in RE engine
10463      Branch: perl
10464            ! regexec.c t/op/re_tests
10465 ____________________________________________________________________________
10466 [  1760] By: gsar                                  on 1998/08/08  22:18:54
10467         Log: integrate maint-5.005 changes into mainline
10468      Branch: perl
10469           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
10470           !> (integrate 138 files)
10471 ____________________________________________________________________________
10472 [  1672] By: gsar                                  on 1998/07/27  18:35:28
10473         Log: create new Changes
10474      Branch: perl
10475            + Changes
10476            ! Changes5.005 MANIFEST
10477 ____________________________________________________________________________
10478 [  1671] By: gsar                                  on 1998/07/27  18:30:57
10479         Log: rename Changes --> Changes5.005
10480      Branch: perl
10481           +> Changes5.005
10482            - Changes
10483 ____________________________________________________________________________
10484 [  1670] By: gsar                                  on 1998/07/27  18:10:14
10485         Log: integrate 5.005_01 changes from maint
10486      Branch: perl
10487            ! Changes
10488           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
10489           !> win32/win32.c
10490 ____________________________________________________________________________
10491 [  1667] By: nick                                  on 1998/07/26  14:31:01
10492         Log: Add dTHR so that it compiles miniperl in threaded mode
10493      Branch: perl
10494            ! doop.c mg.c regcomp.c regexec.c
10495 ____________________________________________________________________________
10496 [  1666] By: nick                                  on 1998/07/26  13:01:10
10497         Log: Resolve ansiperl against mainline (@1648?)
10498              Unclear that change number has "taken".
10499      Branch: ansiperl
10500           +> (branch 169 files)
10501            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
10502           !> (integrate 131 files)
10503
10504 ----------------
10505 Version 5.005_50
10506 ----------------
10507
10508 ____________________________________________________________________________
10509 [  1665] By: gsar                                  on 1998/07/26  05:38:48
10510         Log: add trailing newline to file
10511      Branch: perl
10512            ! Changes lib/unicode/blocks.txt
10513 ____________________________________________________________________________
10514 [  1664] By: gsar                                  on 1998/07/26  05:08:48
10515         Log: integrate proto.h additions from maint-5.005
10516      Branch: perl
10517           !> pod/perlhist.pod proto.h
10518 ____________________________________________________________________________
10519 [  1663] By: gsar                                  on 1998/07/26  05:07:05
10520         Log: add new files to MANIFEST; add missing prototypes to proto.h;
10521              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
10522              add typecasts to silence warnings; tweaks for win32 builds
10523      Branch: perl
10524            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
10525            ! win32/Makefile win32/makefile.mk
10526 ____________________________________________________________________________
10527 [  1662] By: gsar                                  on 1998/07/26  05:01:52
10528         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
10529      Branch: maint-5.005/perl
10530            ! pod/perlhist.pod proto.h
10531 ____________________________________________________________________________
10532 [  1661] By: gsar                                  on 1998/07/26  02:52:48
10533         Log: up patchlevel to 5.005_50
10534      Branch: perl
10535            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10536            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10537 ____________________________________________________________________________
10538 [  1660] By: gsar                                  on 1998/07/26  02:43:57
10539         Log: integrate utfperl
10540      Branch: perl
10541           +> (branch 162 files)
10542           !> (integrate 29 files)
10543 ____________________________________________________________________________
10544 [  1659] By: gsar                                  on 1998/07/26  02:38:22
10545         Log: integrate maint-5.005 changes
10546      Branch: perl
10547           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
10548           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
10549           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
10550           !> vms/descrip_mms.template vms/subconfigure.com
10551 ____________________________________________________________________________
10552 [  1658] By: gsar                                  on 1998/07/26  02:23:46
10553         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
10554              Date: Fri, 24 Jul 1998 11:38:25 -0700
10555              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
10556              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
10557              --
10558              Date: Fri, 24 Jul 1998 12:30:36 -0700
10559              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
10560              Subject: [PATCH 5.005]Tweaks to README.vms
10561              --
10562              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
10563              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
10564              Subject: [PATCH 5.005] Final build cleanup patch
10565      Branch: maint-5.005/perl
10566            ! README.vms vms/descrip_mms.template vms/subconfigure.com
10567 ____________________________________________________________________________
10568 [  1657] By: gsar                                  on 1998/07/26  02:19:50
10569         Log: another platform where pp_sselect() needs a whole fd_set buffer
10570              From: Lupe Christoph <lupe@alanya.m.isar.de>
10571              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
10572              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
10573              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
10574      Branch: maint-5.005/perl
10575            ! pp_sys.c
10576 ____________________________________________________________________________
10577 [  1656] By: gsar                                  on 1998/07/26  02:12:46
10578         Log: fix problem building modules on dos-djgpp
10579              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10580              Date: Sat, 25 Jul 1998 00:53:39 +0200
10581              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
10582              Subject: [PATCH 5.005] dos-djgpp and modules problem
10583      Branch: maint-5.005/perl
10584            ! djgpp/fixpmain
10585 ____________________________________________________________________________
10586 [  1655] By: gsar                                  on 1998/07/26  02:11:09
10587         Log: From: Tom Spindler <dogcow@home.merit.edu>
10588              Date: Wed, 22 Jul 1998 16:11:07 -0400
10589              Message-ID: <19980722161107.A16813@home.merit.edu>
10590              Subject: [PATCH 5.005] BeOS tweak
10591      Branch: maint-5.005/perl
10592            ! hints/beos.sh
10593 ____________________________________________________________________________
10594 [  1654] By: gsar                                  on 1998/07/26  02:09:29
10595         Log: various pod tweaks
10596      Branch: maint-5.005/perl
10597            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
10598            ! pod/perltoc.pod
10599 ____________________________________________________________________________
10600 [  1653] By: gsar                                  on 1998/07/26  02:05:46
10601         Log: fix emacs/ptags for PL_* changes
10602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10603              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
10604              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
10605              Subject: [PATCH 5.004_76] Yet better ptags
10606      Branch: maint-5.005/perl
10607            ! emacs/ptags
10608 ____________________________________________________________________________
10609 [  1652] By: gsar                                  on 1998/07/26  02:03:01
10610         Log: fix behavior of <=> on bigints
10611              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10612              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
10613              Date: Fri, 24 Jul 1998 18:29:53 +0100
10614              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
10615      Branch: maint-5.005/perl
10616            ! lib/Math/BigInt.pm t/lib/bigintpm.t
10617 ____________________________________________________________________________
10618 [  1651] By: larry                                 on 1998/07/24  05:44:33
10619         Log: Here are the long-expected Unicode/UTF-8 modifications.
10620      Branch: utfperl
10621            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
10622            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
10623            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
10624            + lib/unicode/Decomposition.pl
10625            + lib/unicode/In/AlphabeticPresentationForms.pl
10626            + lib/unicode/In/Arabic.pl
10627            + lib/unicode/In/ArabicPresentationForms-A.pl
10628            + lib/unicode/In/ArabicPresentationForms-B.pl
10629            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
10630            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
10631            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
10632            + lib/unicode/In/BoxDrawing.pl
10633            + lib/unicode/In/CJKCompatibility.pl
10634            + lib/unicode/In/CJKCompatibilityForms.pl
10635            + lib/unicode/In/CJKCompatibilityIdeographs.pl
10636            + lib/unicode/In/CJKSymbolsandPunctuation.pl
10637            + lib/unicode/In/CJKUnifiedIdeographs.pl
10638            + lib/unicode/In/CombiningDiacriticalMarks.pl
10639            + lib/unicode/In/CombiningHalfMarks.pl
10640            + lib/unicode/In/CombiningMarksforSymbols.pl
10641            + lib/unicode/In/ControlPictures.pl
10642            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
10643            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
10644            + lib/unicode/In/EnclosedAlphanumerics.pl
10645            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
10646            + lib/unicode/In/GeneralPunctuation.pl
10647            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
10648            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
10649            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
10650            + lib/unicode/In/HalfwidthandFullwidthForms.pl
10651            + lib/unicode/In/HangulCompatibilityJamo.pl
10652            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
10653            + lib/unicode/In/Hebrew.pl
10654            + lib/unicode/In/HighPrivateUseSurrogates.pl
10655            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
10656            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
10657            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
10658            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
10659            + lib/unicode/In/LatinExtended-A.pl
10660            + lib/unicode/In/LatinExtended-B.pl
10661            + lib/unicode/In/LatinExtendedAdditional.pl
10662            + lib/unicode/In/LetterlikeSymbols.pl
10663            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
10664            + lib/unicode/In/MathematicalOperators.pl
10665            + lib/unicode/In/MiscellaneousSymbols.pl
10666            + lib/unicode/In/MiscellaneousTechnical.pl
10667            + lib/unicode/In/NumberForms.pl
10668            + lib/unicode/In/OpticalCharacterRecognition.pl
10669            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
10670            + lib/unicode/In/SmallFormVariants.pl
10671            + lib/unicode/In/SpacingModifierLetters.pl
10672            + lib/unicode/In/Specials.pl
10673            + lib/unicode/In/SuperscriptsandSubscripts.pl
10674            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
10675            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
10676            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10677            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
10678            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
10679            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
10680            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
10681            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
10682            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
10683            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
10684            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
10685            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
10686            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
10687            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
10688            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
10689            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
10690            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
10691            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
10692            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
10693            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
10694            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
10695            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
10696            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
10697            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
10698            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
10699            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
10700            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
10701            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
10702            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
10703            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
10704            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
10705            + lib/unicode/JamoShort.pl lib/unicode/Makefile
10706            + lib/unicode/Name.pl lib/unicode/Number.pl
10707            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
10708            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
10709            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
10710            + lib/unicode/blocks.txt lib/unicode/index2.txt
10711            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
10712            + lib/unicode/names2.txt lib/unicode/props2.txt
10713            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
10714            + utf8.c utf8.h
10715            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
10716            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
10717            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10718            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
10719            ! t/op/vec.t toke.c util.c vms/vmsish.h
10720 ____________________________________________________________________________
10721 [  1650] By: gsar                                  on 1998/07/24  04:06:48
10722         Log: create utfperl branch
10723      Branch: utfperl
10724           +> (branch 1079 files)
10725 ____________________________________________________________________________
10726 [  1649] By: gsar                                  on 1998/07/24  03:56:56
10727         Log: create maint-5.005 branch
10728      Branch: maint-5.005/perl
10729           +> (branch 1079 files)
10730 ____________________________________________________________________________
10731 [  1648] By: gsar                                  on 1998/07/24  03:36:35
10732         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
10733      Branch: perl
10734            ! Changes
10735