Add description of the Unicode database files.
[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       <laszlo.molnar@eth.ericsson.se>
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_62        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  4161] By: gsar                                  on 1999/09/15  04:08:25
83         Log: missing perlhist dates from Jeff Okamoto
84      Branch: perl
85            ! pod/perlhist.pod
86 ____________________________________________________________________________
87 [  4160] By: gsar                                  on 1999/09/15  03:13:08
88         Log: jpl tweak
89      Branch: perl
90            ! MANIFEST jpl/JNI/Makefile.PL
91 ____________________________________________________________________________
92 [  4159] By: gsar                                  on 1999/09/15  02:57:08
93         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
94              Jepson <bjepson@home.com>)
95      Branch: perl
96            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
97            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
98            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
99            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
100            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
101            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
102            ! jpl/PerlInterpreter/Makefile.PL
103            ! jpl/PerlInterpreter/PerlInterpreter.c
104            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
105            ! jpl/Sample/Makefile.PL jpl/install-jpl
106 ____________________________________________________________________________
107 [  4158] By: gsar                                  on 1999/09/15  01:27:14
108         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
109              Date:    Tue, 14 Sep 1999 21:26:15 EDT
110              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
111              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
112      Branch: perl
113            ! regexec.c t/op/pat.t
114 ____________________________________________________________________________
115 [  4157] By: jhi                                   on 1999/09/14  21:18:09
116         Log: config.h will define USE_64_BITS if need be.
117      Branch: cfgperl
118            ! hints/irix_6.sh
119 ____________________________________________________________________________
120 [  4156] By: jhi                                   on 1999/09/14  20:30:00
121         Log: Change #4149 necessitates also a small code change.
122      Branch: cfgperl
123            ! ext/B/defsubs_h.PL
124 ____________________________________________________________________________
125 [  4155] By: jhi                                   on 1999/09/14  20:15:53
126         Log: Update EPOC libdir names.
127      Branch: cfgperl
128            ! epoc/config.h
129 ____________________________________________________________________________
130 [  4154] By: jhi                                   on 1999/09/14  20:13:41
131         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
132              deceased HAS.*DBM.*64 mumblings.
133      Branch: cfgperl
134            ! Configure config_h.SH epoc/config.h
135 ____________________________________________________________________________
136 [  4153] By: jhi                                   on 1999/09/14  20:04:53
137         Log: Configure nits.
138      Branch: cfgperl
139            ! Configure config_h.SH
140      Branch: metaconfig
141            ! U/compline/d_sigaction.U U/threads/i_pthread.U
142 ____________________________________________________________________________
143 [  4152] By: jhi                                   on 1999/09/14  19:30:22
144         Log: Integrate with Sarathy.
145      Branch: cfgperl
146           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
147            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
148           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
149           !> win32/config_sh.PL
150 ____________________________________________________________________________
151 [  4151] By: jhi                                   on 1999/09/14  10:25:01
152         Log: Update Unicode database and recompute the tables.
153              Rename the .txt files to be more Unicode 3.0-like.
154              Unihan-3.0.txt not included because it is 16 MB.
155              syllables.txt is manually maintained.
156              See ReadMe.txt for description of the .txt files.
157              (not all of them are used yet)
158      Branch: cfgperl
159            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
160            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
161            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
162            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
163            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
164            + lib/unicode/SpecCase.txt
165            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
166            - lib/unicode/index2.txt lib/unicode/jamo2.txt
167            - lib/unicode/names2.txt lib/unicode/props2.txt
168            - lib/unicode/readme.txt
169            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
170            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
171            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
172            ! lib/unicode/Decomposition.pl
173            ! lib/unicode/In/ArabicPresentationForms-B.pl
174            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
175            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
176            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
177            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
178            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
179            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
180            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
181            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
182            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
183            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
184            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
185            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
186            ! lib/unicode/mktables.PL
187 ____________________________________________________________________________
188 [  4150] By: gsar                                  on 1999/09/14  09:31:57
189         Log: INSTALL tweak
190      Branch: perl
191            ! INSTALL
192 ____________________________________________________________________________
193 [  4149] By: gsar                                  on 1999/09/14  09:00:45
194         Log: change some filenames to be 8.3-friendly
195      Branch: perl
196           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
197            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
198            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
199 ____________________________________________________________________________
200 [  4148] By: gsar                                  on 1999/09/14  08:35:00
201         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
202      Branch: perl
203            ! win32/config_sh.PL
204 ____________________________________________________________________________
205 [  4147] By: jhi                                   on 1999/09/14  08:07:49
206         Log: Not that UVSIZE normally differs that much from IVSIZE...
207      Branch: cfgperl
208            ! perl.h
209 ____________________________________________________________________________
210 [  4146] By: jhi                                   on 1999/09/14  08:04:40
211         Log: Integrate with Sarathy.
212      Branch: cfgperl
213           !> Changes ext/DB_File/DB_File.xs
214 ____________________________________________________________________________
215 [  4145] By: jhi                                   on 1999/09/14  07:10:02
216         Log: I_PTHREAD was PTHREADEAD.
217      Branch: cfgperl
218            ! Configure config_h.SH
219      Branch: metaconfig
220            ! U/threads/i_pthread.U
221 ____________________________________________________________________________
222 [  4144] By: gsar                                  on 1999/09/14  06:46:47
223         Log: change#4113 was missing DB_File.xs changes
224      Branch: perl
225            ! ext/DB_File/DB_File.xs
226 ____________________________________________________________________________
227 [  4143] By: jhi                                   on 1999/09/13  20:16:20
228         Log: Small doc and whitespace edits.
229      Branch: cfgperl
230            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
231            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
232            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
233            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
234            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
235            ! pod/perldelta.pod
236 ____________________________________________________________________________
237 [  4142] By: gsar                                  on 1999/09/13  19:32:31
238         Log: integrate cfgperl contents into mainline, update Changes
239      Branch: perl
240           +> ext/DB_File/version.c
241            ! Changes
242           !> (integrate 44 files)
243 ____________________________________________________________________________
244 [  4141] By: jhi                                   on 1999/09/13  16:16:56
245         Log: Scan for <pthread.h> always.
246      Branch: cfgperl
247            ! Configure config_h.SH perl.h
248      Branch: metaconfig
249            ! U/threads/i_pthread.U
250 ____________________________________________________________________________
251 [  4140] By: jhi                                   on 1999/09/13  16:00:08
252         Log: Integrate with Sarathy.
253      Branch: cfgperl
254           !> (integrate 27 files)
255 ____________________________________________________________________________
256 [  4139] By: jhi                                   on 1999/09/13  15:35:18
257         Log: Add -A option to Configure to diddle with variables
258              after the hints file has been applied.
259      Branch: cfgperl
260            ! Configure config_h.SH
261      Branch: metaconfig
262            ! U/modified/Oldconfig.U U/modified/Options.U
263 ____________________________________________________________________________
264 [  4138] By: jhi                                   on 1999/09/13  13:42:56
265         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
266      Branch: cfgperl
267            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
268            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
269            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
270            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
271            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
272 ____________________________________________________________________________
273 [  4137] By: jhi                                   on 1999/09/13  13:25:31
274         Log: Applying change #4136 manually introduced patch residue.
275      Branch: cfgperl
276            ! perl.h
277 ____________________________________________________________________________
278 [  4136] By: jhi                                   on 1999/09/13  13:23:04
279         Log: Replace change #4100 with
280              From: Robin Barker <rmb1@cise.npl.co.uk>
281              To: gsar@activestate.com
282              Cc: perl5-porters@perl.org
283              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
284              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
285              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
286      Branch: cfgperl
287            ! doio.c dump.c ext/B/B.xs ext/B/typemap
288            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
289            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
290            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
291            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
292 ____________________________________________________________________________
293 [  4135] By: jhi                                   on 1999/09/13  10:22:31
294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
295              To: perl5-porters@perl.org (Mailing list Perl5)
296              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
297              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
298              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
299              
300              From: andreas.koenig@anima.de (Andreas J. Koenig)
301              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
302              Cc: perl5-porters@perl.org (Mailing list Perl5)
303              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
304              Date: 11 Sep 1999 15:36:26 +0200
305              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
306      Branch: cfgperl
307            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
308 ____________________________________________________________________________
309 [  4134] By: jhi                                   on 1999/09/13  10:20:14
310         Log: From: Tom Phoenix <rootbeer@redcat.com>
311              To: Perl Porters Mailing List <perl5-porters@perl.org>
312              Subject: [DOCPATCH] Server errors and perldiag
313              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
314              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
315      Branch: cfgperl
316            ! pod/perldiag.pod
317 ____________________________________________________________________________
318 [  4133] By: gsar                                  on 1999/09/13  03:25:43
319         Log: avoid assertion failure on C<@a'>
320      Branch: perl
321            ! toke.c
322 ____________________________________________________________________________
323 [  4132] By: gsar                                  on 1999/09/13  03:03:57
324         Log: add -DPERL_Y2KWARN build option that will generate additional
325              warnings on "19$yy" etc (reworked a patch suggested by
326              Ulrich Pfeifer <upf@de.uu.net>)
327      Branch: perl
328            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
329            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
330 ____________________________________________________________________________
331 [  4131] By: gsar                                  on 1999/09/12  22:06:25
332         Log: fix DATA leaks; reword documentation about the DATA filehandle
333      Branch: perl
334            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
335 ____________________________________________________________________________
336 [  4130] By: gsar                                  on 1999/09/12  20:08:56
337         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
338              formatted result looks nonstandard
339      Branch: perl
340            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
341            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
342            ! t/pragma/locale.t thrdvar.h
343 ____________________________________________________________________________
344 [  4129] By: gsar                                  on 1999/09/12  17:04:11
345         Log: From: Doug MacEachern <dougm@cp.net>
346              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
347              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
348              Subject: [PATCH 5.005_57] B::clearsym
349      Branch: perl
350            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
351 ____________________________________________________________________________
352 [  4128] By: gsar                                  on 1999/09/12  16:59:12
353         Log: better debugger help output (from Ilya Zakharevich)
354      Branch: perl
355            ! lib/perl5db.pl
356 ____________________________________________________________________________
357 [  4127] By: jhi                                   on 1999/09/11  20:50:37
358         Log: Integrate with Sarathy.
359      Branch: cfgperl
360           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
361           +> t/lib/gol-linkage.t
362           !> (integrate 43 files)
363 ____________________________________________________________________________
364 [  4126] By: nick                                  on 1999/09/10  20:44:22
365         Log: Get resolve -at mainline
366      Branch: utfperl
367           +> (branch 297 files)
368            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
369            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
370            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
371            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
372            - t/pragma/warn-1global t/pragma/warning.t thread.sym
373            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
374            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
375            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
376            - win32/makeperldef.pl win32/perlhost.h
377           !> (integrate 847 files)
378 ____________________________________________________________________________
379 [  4125] By: gsar                                  on 1999/09/10  19:22:14
380         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
381              etc.)
382      Branch: perl
383            ! XSUB.h pp.h
384 ____________________________________________________________________________
385 [  4124] By: gsar                                  on 1999/09/10  19:14:35
386         Log: rewrote substantive parts of patch
387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
388              Date: Fri, 27 Aug 1999 19:02:18 -0400
389              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
390              Subject: [PATCH 5.005_58] REx documentation
391      Branch: perl
392            ! pod/perlre.pod
393 ____________________________________________________________________________
394 [  4123] By: gsar                                  on 1999/09/10  18:21:53
395         Log: note about AVf_*
396      Branch: perl
397            ! av.h
398 ____________________________________________________________________________
399 [  4122] By: gsar                                  on 1999/09/10  17:55:42
400         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
401              <lichtin@bivio.com>)
402      Branch: perl
403            ! lib/Pod/Html.pm
404 ____________________________________________________________________________
405 [  4121] By: gsar                                  on 1999/09/10  17:49:35
406         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
407      Branch: perl
408            ! AUTHORS Changes README.dos djgpp/config.over
409            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
410            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
411            ! pod/podselect.PL sv.h t/io/openpid.t util.c
412 ____________________________________________________________________________
413 [  4120] By: gsar                                  on 1999/09/10  12:25:01
414         Log: add perlcompile.pod (edited content from Nathan Torkington
415              <gnat@frii.com> and others)
416      Branch: perl
417            + pod/perlcompile.pod
418            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
419 ____________________________________________________________________________
420 [  4119] By: gsar                                  on 1999/09/10  11:05:13
421         Log: avoid leaking static local_patches unless patchlevel.h is
422              explicitly included
423      Branch: perl
424            ! patchlevel.h perl.c
425 ____________________________________________________________________________
426 [  4118] By: gsar                                  on 1999/09/10  10:44:54
427         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
428              <jvromans@squirrel.nl>)
429      Branch: perl
430            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
431            ! Changes MANIFEST lib/Getopt/Long.pm
432 ____________________________________________________________________________
433 [  4117] By: jhi                                   on 1999/09/09  18:24:30
434         Log: Remove ill-designed %B introduced by change #4111.
435      Branch: cfgperl
436            ! sv.c t/op/sprintf.t
437 ____________________________________________________________________________
438 [  4116] By: jhi                                   on 1999/09/09  15:56:52
439         Log: perldeltify change #4115.
440      Branch: cfgperl
441            ! pod/perldelta.pod
442 ____________________________________________________________________________
443 [  4115] By: jhi                                   on 1999/09/09  15:48:56
444         Log: From: "John L. Allen" <allen@grumman.com> 
445              To: perl5-porters@perl.org 
446              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
447              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
448              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
449      Branch: cfgperl
450            ! lib/Time/Local.pm
451 ____________________________________________________________________________
452 [  4114] By: jhi                                   on 1999/09/09  15:42:30
453         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
454              To: perl5-porters@perl.org
455              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
456              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
457              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
458      Branch: cfgperl
459            ! pp_sys.c
460 ____________________________________________________________________________
461 [  4113] By: jhi                                   on 1999/09/09  10:17:45
462         Log: From: paul.marquess@bt.com
463              To: gsar@ActiveState.com
464              Cc: perl5-porters@perl.org
465              Subject: [PATCH 5.005_61] DB_File 1.71
466              Date: Thu, 9 Sep 1999 11:20:13 +0100
467              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
468      Branch: cfgperl
469            + ext/DB_File/version.c
470            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
471            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
472            ! t/lib/db-btree.t
473 ____________________________________________________________________________
474 [  4112] By: jhi                                   on 1999/09/09  09:05:32
475         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
476              To: perl5-porters@perl.org (Mailing list Perl5)
477              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
478              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
479              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
480      Branch: cfgperl
481            ! regexec.c t/op/pat.t
482 ____________________________________________________________________________
483 [  4111] By: jhi                                   on 1999/09/09  07:50:07
484         Log: %#b in particular and %B in general were kaputt.
485      Branch: cfgperl
486            ! sv.c t/op/sprintf.t
487 ____________________________________________________________________________
488 [  4110] By: jhi                                   on 1999/09/09  07:29:17
489         Log: Tidy up 64-bit situation in perldelta.
490      Branch: cfgperl
491            ! pod/perldelta.pod
492 ____________________________________________________________________________
493 [  4109] By: jhi                                   on 1999/09/09  07:26:53
494         Log: Clear up PL_regcc issues.
495              
496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
497              To: perl5-porters@perl.org (Mailing list Perl5)
498              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
499              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
500              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
501      Branch: cfgperl
502            ! regexec.c
503 ____________________________________________________________________________
504 [  4108] By: gsar                                  on 1999/09/08  20:52:51
505         Log: avoid ass_u_ming uppercase types are not user objects (spotted
506              by Kurt Starsinic)
507      Branch: perl
508            ! ext/Data/Dumper/Dumper.pm
509 ____________________________________________________________________________
510 [  4107] By: gsar                                  on 1999/09/08  20:35:18
511         Log: From: akim@epita.fr (DEMAILLE Akim)
512              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
513              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
514              Subject: [ID 19990908.014] s2p does not quote @
515      Branch: perl
516            ! x2p/s2p.PL
517 ____________________________________________________________________________
518 [  4106] By: gsar                                  on 1999/09/08  20:25:12
519         Log: integrate cfgperl contents into mainline
520      Branch: perl
521           !> (integrate 30 files)
522 ____________________________________________________________________________
523 [  4105] By: jhi                                   on 1999/09/08  09:02:37
524         Log: Minor touches at the [:class:] description.
525      Branch: cfgperl
526            ! pod/perlre.pod
527 ____________________________________________________________________________
528 [  4104] By: jhi                                   on 1999/09/08  08:57:58
529         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
530              To: Mailing list Perl5 <perl5-porters@perl.org>
531              Subject: [PATCH 5.005_58] Fix debugging output for REx
532              Date: Wed, 8 Sep 1999 05:02:02 -0400
533              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
534      Branch: cfgperl
535            ! regcomp.c
536 ____________________________________________________________________________
537 [  4103] By: gsar                                  on 1999/09/08  00:53:50
538         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
539      Branch: perl
540            ! pp.c
541 ____________________________________________________________________________
542 [  4102] By: gsar                                  on 1999/09/08  00:52:50
543         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
544      Branch: perl
545            ! cop.h pp_hot.c
546 ____________________________________________________________________________
547 [  4101] By: gsar                                  on 1999/09/07  17:25:07
548         Log: various fixups for windows
549      Branch: perl
550            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
551            ! win32/Makefile win32/makefile.mk xsutils.c
552 ____________________________________________________________________________
553 [  4100] By: jhi                                   on 1999/09/07  12:49:15
554         Log: Fix pointer casts.
555              
556              From: Robin Barker <rmb1@cise.npl.co.uk>
557              To: perl5-porters@perl.org
558              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
559              -Duse64bits
560              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
561              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
562      Branch: cfgperl
563            ! doio.c dump.c ext/B/B.xs ext/B/typemap
564            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
565            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
566            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
567            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
568 ____________________________________________________________________________
569 [  4099] By: jhi                                   on 1999/09/07  10:29:04
570         Log: Add sig/pid/uid size and sign probes.
571      Branch: metaconfig
572            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
573            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
574 ____________________________________________________________________________
575 [  4098] By: jhi                                   on 1999/09/07  10:27:06
576         Log: Band-aid until we've got %{Uid_t} or something similar
577              for sv_catpvfn().
578      Branch: cfgperl
579            ! taint.c
580 ____________________________________________________________________________
581 [  4097] By: jhi                                   on 1999/09/07  09:41:23
582         Log: Fix a printf thinko: now quads must have the ll L q prefix.
583              (in other words, a bare %d is an int/unsigned)
584      Branch: cfgperl
585            ! pp_sys.c sv.c t/op/64bit.t
586 ____________________________________________________________________________
587 [  4096] By: jhi                                   on 1999/09/07  07:36:17
588         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
589              
590              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
591              To: perl5-porters@perl.org
592              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
593              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
594              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
595      Branch: cfgperl
596            ! hints/hpux.sh perl.h
597 ____________________________________________________________________________
598 [  4095] By: gsar                                  on 1999/09/06  20:47:02
599         Log: applied suggested patch with suitable test to detect MSVC
600              From: "Vishal Bhatia" <vishalb@my-deja.com>
601              Date: Wed, 11 Aug 1999 01:43:28 -0700
602              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
603              Subject: compiler on  win32
604      Branch: perl
605            ! ext/B/B/C.pm
606 ____________________________________________________________________________
607 [  4094] By: jhi                                   on 1999/09/06  20:34:44
608         Log: Integrate with Sarathy.
609      Branch: cfgperl
610           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
611           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
612 ____________________________________________________________________________
613 [  4093] By: jhi                                   on 1999/09/06  20:33:43
614         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
615              so that they overflow also on 64-bit platforms.
616      Branch: cfgperl
617            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
618 ____________________________________________________________________________
619 [  4092] By: gsar                                  on 1999/09/06  20:16:58
620         Log: support bytecode and C backends in perlcc (patch suggested
621              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
622              C backend the default; describe new switches in pod; introduce
623              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
624              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
625              entries
626      Branch: perl
627            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
628            ! t/harness utils/Makefile utils/perlcc.PL
629 ____________________________________________________________________________
630 [  4091] By: jhi                                   on 1999/09/06  19:10:41
631         Log: Integrate with Sarathy.
632      Branch: cfgperl
633           +> t/pragma/sub_lval.t
634           !> (integrate 52 files)
635 ____________________________________________________________________________
636 [  4090] By: gsar                                  on 1999/09/06  19:09:06
637         Log: propagate changed error text
638      Branch: perl
639            ! t/pragma/sub_lval.t
640 ____________________________________________________________________________
641 [  4089] By: gsar                                  on 1999/09/06  18:54:43
642         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
643      Branch: perl
644            ! pod/perlfunc.pod
645 ____________________________________________________________________________
646 [  4088] By: gsar                                  on 1999/09/06  18:52:10
647         Log: From: paul.marquess@bt.com
648              Date: Sun, 5 Sep 1999 15:11:08 +0100 
649              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
650              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
651      Branch: perl
652            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
653            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
654            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
655            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
656            ! toke.c
657 ____________________________________________________________________________
658 [  4087] By: gsar                                  on 1999/09/06  18:06:06
659         Log: change#3612 is buggy when quotemeta argument matches target
660              (hope this is the last of the optimized-OP_SASSIGN bugs)
661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
662              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
663              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
664              Subject: Re: [BUG: quotemeta]
665      Branch: perl
666            ! Changes op.c t/op/lex_assign.t
667 ____________________________________________________________________________
668 [  4086] By: gsar                                  on 1999/09/06  17:57:52
669         Log: misc tweaks
670      Branch: perl
671            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
672 ____________________________________________________________________________
673 [  4085] By: gsar                                  on 1999/09/06  03:54:23
674         Log: applied patch suggested by Hans Mulder to fix problems on
675              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
676              when they ask for bincompat (platforms that used to default
677              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
678              (appears unsalvageable on some platforms)
679      Branch: perl
680            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
681 ____________________________________________________________________________
682 [  4084] By: bailey                                on 1999/09/06  02:39:11
683         Log: Integrate mainline 5.05_61
684      Branch: vmsperl
685           +> (branch 32 files)
686            - lib/unicode/EthiopicSyllables.txt
687            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
688            - warning.pl
689            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
690            ! vms/perly_h.vms vms/vms.c
691           !> (integrate 346 files)
692 ____________________________________________________________________________
693 [  4083] By: gsar                                  on 1999/09/06  00:10:40
694         Log: optional warning on join(/foo/...) (reworked suggested patch
695              by Mark-Jason Dominus <mjd@plover.com>)
696      Branch: perl
697            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
698            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
699            ! pp_proto.h t/pragma/warn/op
700 ____________________________________________________________________________
701 [  4082] By: gsar                                  on 1999/09/05  22:28:57
702         Log: fix data loss when more than one block is read from SDBM
703              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
704      Branch: perl
705            ! ext/SDBM_File/sdbm/sdbm.c
706 ____________________________________________________________________________
707 [  4081] By: gsar                                  on 1999/09/05  22:07:18
708         Log: initial implementation of lvalue subroutines (slightly fixed
709              version of patch suggested by Ilya Zakharevich, which in turn
710              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
711      Branch: perl
712            + t/pragma/sub_lval.t
713            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
714            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
715            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
716            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
717            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
718 ____________________________________________________________________________
719 [  4080] By: jhi                                   on 1999/09/05  22:02:18
720         Log: Undo #4055 (related to #4079).
721      Branch: cfgperl
722            ! pod/perlop.pod
723 ____________________________________________________________________________
724 [  4079] By: jhi                                   on 1999/09/05  21:30:54
725         Log: Time is not yet ripe.
726      Branch: cfgperl
727            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
728 ____________________________________________________________________________
729 [  4078] By: gsar                                  on 1999/09/05  18:17:32
730         Log: modified suggested patch to handle cross-refs and qr// objects
731              correctly; unfollowed refs are represented as simple string
732              value, not just the bare type; $VERSION stays the same until
733              it is ready for prime time (avoids CPAN confustication)
734              From:    John Nolan <jpnolan@Op.Net>
735              Date:    Wed, 04 Aug 1999 20:21:10 EDT
736              Message-Id: <199908050021.UAA09693@monet.op.net>
737              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
738      Branch: perl
739            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
740            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
741 ____________________________________________________________________________
742 [  4077] By: jhi                                   on 1999/09/04  21:54:42
743         Log: timesum() wasn't @EXPORTed as promised by the documentation.
744              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
745      Branch: cfgperl
746            ! lib/Benchmark.pm
747 ____________________________________________________________________________
748 [  4076] By: gsar                                  on 1999/09/04  20:21:59
749         Log: integrate cfgperl contents into mainline
750      Branch: perl
751           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
752           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
753           +> warnings.h warnings.pl xsutils.c
754            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
755           !> (integrate 109 files)
756 ____________________________________________________________________________
757 [  4075] By: jhi                                   on 1999/09/04  18:04:47
758         Log: use integer on the problematic subtest.
759      Branch: cfgperl
760            ! t/op/misc.t
761 ____________________________________________________________________________
762 [  4074] By: jhi                                   on 1999/09/04  17:57:40
763         Log: Warn about numconvert.t in case somebody
764              wants to make sv_2pv more 64-bit aware.
765      Branch: cfgperl
766            ! sv.c
767 ____________________________________________________________________________
768 [  4073] By: jhi                                   on 1999/09/04  17:54:51
769         Log: Comment upgrading: the quad situation isn't quite as
770              bad as it used to be.
771      Branch: cfgperl
772            ! perl.h
773 ____________________________________________________________________________
774 [  4072] By: jhi                                   on 1999/09/04  15:35:37
775         Log: Integrate with Sarathy.
776      Branch: cfgperl
777           !> win32/win32.c
778 ____________________________________________________________________________
779 [  4071] By: jhi                                   on 1999/09/04  15:28:11
780         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
781              
782              From: Robin Barker <rmb1@cise.npl.co.uk>
783              To: perl5-porters@perl.org
784              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
785              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
786              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
787              
788              and later (in private email) found to be dependent
789              on useperlio.
790              
791              Mental note: the cpp magic done in perlsdio.h (and assumedly
792              also in perlsfio.h) may cause trouble later with lfs because
793              both the perlio scheme by Perl and the lfs support by vendors
794              like to play cpp games to map the stdio namespace back and forth.
795              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
796              just the beginning.
797      Branch: cfgperl
798            ! perlio.c
799 ____________________________________________________________________________
800 [  4070] By: jhi                                   on 1999/09/04  13:12:14
801         Log: Enable 64-bit clean bit ops.
802              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
803      Branch: cfgperl
804            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
805            ! t/op/misc.t
806 ____________________________________________________________________________
807 [  4069] By: jhi                                   on 1999/09/03  21:17:30
808         Log: Turn on USE_64_BIT_OFFSETS implicitly.
809      Branch: cfgperl
810            ! perl.h
811 ____________________________________________________________________________
812 [  4068] By: jhi                                   on 1999/09/03  08:19:59
813         Log: Fix from Spider for the sub attributes (there was an undocumented
814              dependency between force_word() and skipspace()).
815      Branch: cfgperl
816            ! toke.c
817 ____________________________________________________________________________
818 [  4067] By: jhi                                   on 1999/09/01  23:17:06
819         Log: From: John Tobey <spam@john-edwin-tobey.org>
820              To: ilya@math.ohio-state.edu
821              CC: perl5-porters@perl.org
822              Subject: Re: [PATCH 5.005_60] distclean forgot two
823              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
824              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
825      Branch: cfgperl
826            ! t/lib/dprof.t
827 ____________________________________________________________________________
828 [  4066] By: jhi                                   on 1999/09/01  23:14:50
829         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
830              To: perl5-porters@perl.org
831              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
832              Date: Fri, 20 Aug 1999 15:37:27 +0100
833              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
834      Branch: cfgperl
835            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
836            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
837            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
838 ____________________________________________________________________________
839 [  4065] By: jhi                                   on 1999/09/01  22:06:43
840         Log: From: Dominic Dunlop <domo@vo.lu>
841              To: perl5-porters@perl.org
842              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
843              (UNINSTALLED) [PATCH]
844              Date: Thu, 19 Aug 1999 09:48:03 +0200
845              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
846              
847              The PERL_POLLUTE_MALLOC part had to be manually applied.
848      Branch: cfgperl
849            ! hints/machten.sh perl.h
850 ____________________________________________________________________________
851 [  4064] By: jhi                                   on 1999/09/01  13:56:14
852         Log: From: Martin Lichtin <lichtin@bivio.com>
853              To: jhi@iki.fi
854              CC: perl5-porters@perl.org
855              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
856              Date: Wed, 01 Sep 1999 15:50:04 +0200
857              Message-ID: <37CD2F0C.944BFACE@bivio.com>
858      Branch: cfgperl
859            ! lib/ExtUtils/Install.pm
860 ____________________________________________________________________________
861 [  4063] By: jhi                                   on 1999/09/01  13:16:11
862         Log: Enhance lfs tests: check every seek and sysseek
863              and test also that -e and -f detect largefiles.
864      Branch: cfgperl
865            ! t/lib/syslfs.t t/op/lfs.t
866 ____________________________________________________________________________
867 [  4062] By: jhi                                   on 1999/09/01  12:08:04
868         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
869              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
870              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
871              The Perl Porters Mailing List <perl5-porters@perl.org>
872              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
873              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
874              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
875      Branch: cfgperl
876            ! pod/perldiag.pod
877 ____________________________________________________________________________
878 [  4061] By: jhi                                   on 1999/09/01  12:03:03
879         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
880              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
881              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
882              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
883              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
884              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
885      Branch: cfgperl
886            ! op.c t/op/join.t
887 ____________________________________________________________________________
888 [  4060] By: jhi                                   on 1999/09/01  07:59:42
889         Log: IV_DIG and NV_DIG fixes.
890      Branch: cfgperl
891            ! perl.h
892 ____________________________________________________________________________
893 [  4059] By: jhi                                   on 1999/08/31  14:47:18
894         Log: \C{} -> \N{} residue.
895      Branch: cfgperl
896            ! toke.c
897 ____________________________________________________________________________
898 [  4058] By: jhi                                   on 1999/08/31  08:57:35
899         Log: For some odd reason #4056 didn't undo #3922 completely.
900      Branch: cfgperl
901            ! pp.c
902 ____________________________________________________________________________
903 [  4057] By: gsar                                  on 1999/08/30  22:08:19
904         Log: avoid hiding child process window
905      Branch: perl
906            ! win32/win32.c
907 ____________________________________________________________________________
908 [  4056] By: jhi                                   on 1999/08/30  21:36:24
909         Log: Retract #3922 (Rule #1 was invoked).
910              (See also #4058).
911      Branch: cfgperl
912            ! pod/perldiag.pod pp.c regexp.h
913 ____________________________________________________________________________
914 [  4055] By: jhi                                   on 1999/08/30  21:20:50
915         Log: Document the undefinedness of overshifting.
916      Branch: cfgperl
917            ! pod/perlop.pod
918 ____________________________________________________________________________
919 [  4054] By: jhi                                   on 1999/08/30  20:18:18
920         Log: History fixes and updates.
921      Branch: cfgperl
922            ! pod/perlhist.pod
923 ____________________________________________________________________________
924 [  4053] By: jhi                                   on 1999/08/30  19:34:02
925         Log: Shell quoting thinko broke installdirs.
926              From: JVromans@Squirrel.nl (Johan Vromans)
927              To: perl5-porters@perl.org
928              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
929              installprefix
930              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
931              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
932      Branch: cfgperl
933            ! Configure config_h.SH
934      Branch: metaconfig
935            ! U/installdirs/archlib.U U/installdirs/bin.U
936            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
937            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
938            ! U/installdirs/man3dir.U U/installdirs/privlib.U
939            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
940            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
941            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
942            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
943            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
944            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
945            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
946            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
947            ! U/installdirs/vendorscriptdir.U
948 ____________________________________________________________________________
949 [  4052] By: jhi                                   on 1999/08/30  02:57:05
950         Log: Use \N{named characters} instead of \C.
951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
952              To: jhi@iki.fi
953              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
954              perl5-porters@perl.org (Mailing list Perl5)
955              Subject: Re: [PATCH 5.005_58] Named characters in Perl
956              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
957              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
958      Branch: cfgperl
959            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
960            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
961 ____________________________________________________________________________
962 [  4051] By: jhi                                   on 1999/08/30  02:54:20
963         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
964              To: perl5-porters@perl.org
965              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
966              don't mix
967              Date: Sun, 29 Aug 1999 19:04:53 -0400
968              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
969      Branch: cfgperl
970            ! universal.c
971 ____________________________________________________________________________
972 [  4050] By: jhi                                   on 1999/08/29  16:38:58
973         Log: Conditionally socksify the LIBS of Socket.
974      Branch: cfgperl
975            ! ext/Socket/Makefile.PL
976 ____________________________________________________________________________
977 [  4049] By: jhi                                   on 1999/08/29  15:33:30
978         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
979              To: Mailing list Perl5 <perl5-porters@perl.org>
980              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
981              Date: Wed, 25 Aug 1999 16:19:58 -0400
982              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
983      Branch: cfgperl
984            ! lib/perl5db.pl
985 ____________________________________________________________________________
986 [  4048] By: jhi                                   on 1999/08/29  15:31:36
987         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
988              To: perl5-porters@perl.org
989              Subject: [PATCH _61] Lost arguments to simplified sort
990              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
991              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
992      Branch: cfgperl
993            ! op.c t/op/sort.t
994 ____________________________________________________________________________
995 [  4047] By: jhi                                   on 1999/08/29  15:29:29
996         Log: From: Olaf Flebbe <olaf@science-computing.de>
997              Sender: owner-perl5-porters@perl.org
998              To: perl5-porters@perl.org
999              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
1000              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
1001      Branch: cfgperl
1002            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1003            ! epoc/perl.mmp epoc/perl.pkg
1004 ____________________________________________________________________________
1005 [  4046] By: jhi                                   on 1999/08/29  15:21:18
1006         Log: From: pvhp@forte.com (Peter Prymmer)
1007              To: perl5-porters@perl.org
1008              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
1009              Date: Fri, 27 Aug 99 18:51:04 PDT
1010              Message-Id: <9908280151.AA05010@forte.com>
1011      Branch: cfgperl
1012            ! t/lib/cgi-html.t
1013 ____________________________________________________________________________
1014 [  4045] By: jhi                                   on 1999/08/29  15:18:38
1015         Log: Fix scalar gmtime (and localtime) in quad environments,
1016              bug reported by Robin Parker.
1017              
1018              From: Robin Barker <rmb1@cise.npl.co.uk>
1019              To: jhi@iki.fi
1020              Cc: perl5-porters@perl.org
1021              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
1022              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
1023              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
1024      Branch: cfgperl
1025            ! pp_sys.c t/op/time.t
1026 ____________________________________________________________________________
1027 [  4044] By: jhi                                   on 1999/08/29  11:24:03
1028         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1029              To: perl5-porters@perl.org (Mailing list Perl5)
1030              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
1031              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
1032              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
1033              
1034              Addendum: it's "only" 33% speedup.
1035      Branch: cfgperl
1036            ! dump.c op.c op.h pp.h
1037 ____________________________________________________________________________
1038 [  4043] By: jhi                                   on 1999/08/29  11:10:33
1039         Log: From: spider-perl@Orb.Nashua.NH.US
1040              To: Mailing list Perl5 <perl5-porters@perl.org>
1041              Subject: [PATCH 5.005_61 CORE] sub : attrlist
1042              Date: Sun, 29 Aug 1999 03:02:11 -0400
1043              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
1044      Branch: cfgperl
1045            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
1046            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
1047            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
1048            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
1049            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
1050            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
1051            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
1052 ____________________________________________________________________________
1053 [  4042] By: jhi                                   on 1999/08/29  11:08:50
1054         Log: Turn off gcc-2.95's strict-alias optimization.
1055              This, of course, should be only temporary.
1056              From Andy Dougherty.
1057      Branch: cfgperl
1058            ! Configure config_h.SH
1059      Branch: metaconfig
1060            ! U/compline/ccflags.U U/modified/cc.U
1061 ____________________________________________________________________________
1062 [  4041] By: jhi                                   on 1999/08/29  10:47:30
1063         Log: Fix a typo in #4036.
1064      Branch: cfgperl
1065            ! mg.c
1066 ____________________________________________________________________________
1067 [  4040] By: jhi                                   on 1999/08/29  10:34:58
1068         Log: Add a missing #endif forgotten by #4035.
1069      Branch: cfgperl
1070            ! doop.c
1071 ____________________________________________________________________________
1072 [  4039] By: jhi                                   on 1999/08/29  10:31:19
1073         Log: Remove an extra #endif introduced by #4036.
1074      Branch: cfgperl
1075            ! perl.h
1076 ____________________________________________________________________________
1077 [  4038] By: jhi                                   on 1999/08/29  10:18:59
1078         Log: Rename warning to warnings, from Paul Marquess.
1079      Branch: cfgperl
1080            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
1081            + t/pragma/warnings.t warnings.h warnings.pl
1082            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
1083            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
1084            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
1085            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
1086            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
1087            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
1088            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
1089            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
1090            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
1091            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1092            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1093            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
1094            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
1095 ____________________________________________________________________________
1096 [  4037] By: jhi                                   on 1999/08/29  10:08:47
1097         Log: Create the equivalence tables based on
1098              the real Unicode decomposition, not on
1099              the character name.
1100      Branch: cfgperl
1101            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1102            ! lib/unicode/mktables.PL
1103 ____________________________________________________________________________
1104 [  4036] By: jhi                                   on 1999/08/29  09:29:08
1105         Log: Integrate with Sarathy.
1106      Branch: cfgperl
1107           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
1108           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
1109           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
1110           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
1111           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
1112           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
1113           !> (integrate 190 files)
1114 ____________________________________________________________________________
1115 [  4035] By: jhi                                   on 1999/08/29  08:56:15
1116         Log: Implement 64-bit vec().
1117      Branch: cfgperl
1118            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1119            ! pp.h t/op/64bit.t
1120 ____________________________________________________________________________
1121 [  4034] By: gsar                                  on 1999/08/29  03:35:18
1122         Log: deadcode removal
1123      Branch: perl
1124            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
1125            ! pp_ctl.c proto.h run.c sv.c
1126 ____________________________________________________________________________
1127 [  4033] By: jhi                                   on 1999/08/28  17:31:07
1128         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
1129              To: perl5-porters@perl.org
1130              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
1131              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
1132              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
1133      Branch: cfgperl
1134            ! perl.h
1135 ____________________________________________________________________________
1136 [  4032] By: gsar                                  on 1999/08/26  23:53:33
1137         Log: new thread should set current interp in TLS
1138      Branch: perl
1139            ! ext/Thread/Thread.xs
1140 ____________________________________________________________________________
1141 [  4031] By: bailey                                on 1999/08/23  03:40:07
1142         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
1143      Branch: vmsperl
1144            ! lib/ExtUtils/MM_VMS.pm
1145 ____________________________________________________________________________
1146 [  4030] By: bailey                                on 1999/08/23  03:37:43
1147         Log: Patch up holes in realclean target
1148      Branch: vmsperl
1149            ! vms/descrip_mms.template
1150 ____________________________________________________________________________
1151 [  4029] By: bailey                                on 1999/08/23  03:36:24
1152         Log: Fix handling of PERL_POLLUTE
1153      Branch: vmsperl
1154            ! lib/ExtUtils/MM_VMS.pm
1155 ____________________________________________________________________________
1156 [  4028] By: bailey                                on 1999/08/23  03:34:08
1157         Log: Update VMS version of perly.h
1158      Branch: vmsperl
1159            ! vms/perly_h.vms
1160 ____________________________________________________________________________
1161 [  4027] By: bailey                                on 1999/08/23  03:32:45
1162         Log: Update dependencies in Descrip.MMS
1163      Branch: vmsperl
1164            ! vms/descrip_mms.template
1165 ____________________________________________________________________________
1166 [  4026] By: bailey                                on 1999/08/23  03:30:01
1167         Log: Fix prototypes in perlapi.c (64-bit?)
1168              Clear prior definition of getenv_len before defining VMS-specific macro
1169      Branch: vmsperl
1170            ! perlapi.c vms/vmsish.h
1171 ____________________________________________________________________________
1172 [  4025] By: bailey                                on 1999/08/23  03:25:51
1173         Log: Add '-m' option to Configure.com which skips the MANIFEST check
1174      Branch: vmsperl
1175            ! configure.com
1176 ____________________________________________________________________________
1177 [  4024] By: bailey                                on 1999/08/23  03:23:34
1178         Log: Skip open() tests that rely on Unix fork semantics
1179      Branch: vmsperl
1180            ! t/io/open.t
1181 ____________________________________________________________________________
1182 [  4023] By: bailey                                on 1999/08/23  03:21:46
1183         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
1184      Branch: vmsperl
1185            ! vms/gen_shrfls.pl
1186 ____________________________________________________________________________
1187 [  4022] By: bailey                                on 1999/08/23  03:17:33
1188         Log: update MM_VMS to use new File::Spec routines
1189      Branch: vmsperl
1190            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
1191 ____________________________________________________________________________
1192 [  4021] By: bailey                                on 1999/08/23  03:13:40
1193         Log: byteperl is now part of the ByteLoader ext
1194      Branch: vmsperl
1195            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
1196 ____________________________________________________________________________
1197 [  4020] By: bailey                                on 1999/08/23  03:10:41
1198         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
1199      Branch: vmsperl
1200            ! vms/vms.c
1201 ____________________________________________________________________________
1202 [  4019] By: bailey                                on 1999/08/23  03:07:28
1203         Log: Update calls for new thread context handling
1204      Branch: vmsperl
1205            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
1206            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
1207 ____________________________________________________________________________
1208 [  4018] By: bailey                                on 1999/08/23  03:01:31
1209         Log: Allow for file versions in library when looking for .bs files
1210      Branch: vmsperl
1211            ! ext/DynaLoader/DynaLoader_pm.PL
1212 ____________________________________________________________________________
1213 [  4017] By: bailey                                on 1999/08/23  02:58:55
1214         Log: Update VMS configuration procedures for 5.005_60
1215      Branch: vmsperl
1216            ! configure.com vms/subconfigure.com
1217 ____________________________________________________________________________
1218 [  4016] By: gsar                                  on 1999/08/20  22:19:56
1219         Log: update Changes
1220      Branch: perl
1221            ! Changes
1222
1223 ----------------
1224 Version 5.005_61
1225 ----------------
1226
1227 ____________________________________________________________________________
1228 [  4015] By: gsar                                  on 1999/08/20  22:17:41
1229         Log: perl_free() should use PerlMem_free()
1230      Branch: perl
1231            ! perl.c
1232 ____________________________________________________________________________
1233 [  4014] By: gsar                                  on 1999/08/20  22:10:46
1234         Log: win32 tweaks
1235      Branch: perl
1236            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
1237            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1238            ! win32/config_H.vc
1239 ____________________________________________________________________________
1240 [  4013] By: gsar                                  on 1999/08/20  22:09:56
1241         Log: DEBUG_m() adjusted to internalize dTHX
1242      Branch: perl
1243            ! malloc.c perl.h util.c
1244 ____________________________________________________________________________
1245 [  4012] By: gsar                                  on 1999/08/20  17:51:06
1246         Log: make autogenerated files writable
1247      Branch: perl
1248            ! (edit 171 files)
1249 ____________________________________________________________________________
1250 [  4011] By: gsar                                  on 1999/08/20  17:43:47
1251         Log: update Changes
1252      Branch: perl
1253            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
1254 ____________________________________________________________________________
1255 [  4010] By: gsar                                  on 1999/08/20  17:21:53
1256         Log: up patchlevel &c
1257      Branch: perl
1258            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1259            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1260 ____________________________________________________________________________
1261 [  4009] By: gsar                                  on 1999/08/20  16:46:26
1262         Log: add missing Is/Syl*.pl files
1263      Branch: perl
1264            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
1265            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
1266            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
1267            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
1268            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
1269            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
1270 ____________________________________________________________________________
1271 [  4008] By: gsar                                  on 1999/08/20  16:31:02
1272         Log: integrate cfgperl contents into mainline
1273      Branch: perl
1274           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
1275           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1276           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
1277           +> t/op/lfs.t
1278            - lib/unicode/EthiopicSyllables.txt
1279            - lib/unicode/MakeEthiopicSyllables.PL
1280           !> (integrate 261 files)
1281 ____________________________________________________________________________
1282 [  4007] By: gsar                                  on 1999/08/20  15:24:08
1283         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
1284              USE_THREADS and MULTIPLICITY; minor pod adjustments
1285      Branch: perl
1286            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
1287            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
1288 ____________________________________________________________________________
1289 [  4006] By: jhi                                   on 1999/08/19  19:01:41
1290         Log: Tighten the vec() code so that naughty BITS cause an error.
1291      Branch: cfgperl
1292            ! doop.c
1293 ____________________________________________________________________________
1294 [  4005] By: jhi                                   on 1999/08/19  15:55:09
1295         Log: Don't document ill-defined vec() bits cases
1296              (for which the code doesn't work right in any case)
1297      Branch: cfgperl
1298            ! pod/perldiag.pod pod/perlfunc.pod
1299 ____________________________________________________________________________
1300 [  4004] By: jhi                                   on 1999/08/19  12:49:41
1301         Log: Removed duplicated code (in pp.c and mg.c) by introducing
1302              do_vecget().  NOTE: the calling convention of do_vecset()
1303              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
1304              in pp_vec() is no more multiplied by `size' in pp_vec(),
1305              the multiplication is now done in do_vecset().
1306              
1307              Also fix a cpp thinko in change #4002.
1308      Branch: cfgperl
1309            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
1310            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
1311            ! proto.h
1312 ____________________________________________________________________________
1313 [  4003] By: jhi                                   on 1999/08/18  08:27:22
1314         Log: Warn about small spherical distances.
1315      Branch: cfgperl
1316            ! lib/Math/Trig.pm
1317 ____________________________________________________________________________
1318 [  4002] By: jhi                                   on 1999/08/17  09:11:51
1319         Log: Enhance IV_FITS_IN_IV (though it's still unused).
1320      Branch: cfgperl
1321            ! perl.h
1322 ____________________________________________________________________________
1323 [  4001] By: jhi                                   on 1999/08/17  08:13:34
1324         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1325              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
1326              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
1327              Subject: [PATCH] overload.pm str/num confu
1328              Date: 17 Aug 1999 08:21:12 +0200
1329      Branch: cfgperl
1330            ! lib/overload.pm
1331 ____________________________________________________________________________
1332 [  4000] By: jhi                                   on 1999/08/17  07:20:23
1333         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
1334              To: perl5-porters@perl.org
1335              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
1336              Date: 16 Aug 1999 14:24:28 -0700
1337              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
1338      Branch: cfgperl
1339            ! pod/perlobj.pod
1340 ____________________________________________________________________________
1341 [  3999] By: jhi                                   on 1999/08/16  19:49:09
1342         Log: Integrate with Nick.
1343      Branch: cfgperl
1344           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
1345 ____________________________________________________________________________
1346 [  3998] By: jhi                                   on 1999/08/16  19:44:29
1347         Log: Fix most of the pod2man moanings reported in
1348              
1349              From: "Larry W. Virden" <lvirden@cas.org>
1350              To: perl5-porters@perl.org
1351              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
1352              (UNINSTALLED)
1353              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
1354              Message-Id: <199908031935.PAA27692@cas.org>
1355              
1356              Configure regen'ed.
1357      Branch: cfgperl
1358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1359            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
1360            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
1361            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
1362            ! utils/h2xs.PL utils/perlcc.PL
1363 ____________________________________________________________________________
1364 [  3997] By: jhi                                   on 1999/08/16  19:20:37
1365         Log: A fix of sorts for the flush-before-dup scenario.
1366      Branch: cfgperl
1367            ! doio.c
1368 ____________________________________________________________________________
1369 [  3996] By: jhi                                   on 1999/08/16  19:14:37
1370         Log: More paranoia.
1371      Branch: cfgperl
1372            ! sv.c
1373 ____________________________________________________________________________
1374 [  3995] By: jhi                                   on 1999/08/16  18:55:35
1375         Log: Batch of small 64-bit/long double/large file support tweaks:
1376              - scan for LDBL_DIG
1377              - from DBL_DIG and LDBL_DIG select NV_DIG
1378              - introduce IVSIZE, UVSIZE, NVSIZE
1379              - introduce IV_DIG
1380              - remove stdio64
1381              - AIX uses `oslevel` when others use `uname -r`
1382              - already AIX 4.2 goes 64-bit
1383              - in HP-UX require the 64-bit libc, just the directory isn't enough
1384              - group ids are not NVs
1385              - #undef USE_LONG_DOUBLE if long double is no better than double
1386              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
1387              - mention large file support in perldelta
1388              - introduce quad TOPpin' and POPpin'
1389              - the svcat... buffer was tiny for printing quads in %b
1390              - fix the multiplication test in 64bit.t
1391              - try to make VMS to comply with all this removal and "introducal"
1392              of symbols
1393      Branch: cfgperl
1394            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
1395            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
1396            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
1397      Branch: metaconfig
1398            ! U/modified/d_longdbl.U
1399      Branch: metaconfig/U/perl
1400            + d_ldbl_dig.U
1401 ____________________________________________________________________________
1402 [  3994] By: jhi                                   on 1999/08/16  07:53:44
1403         Log: More Configure/subconfigure.com syncing.
1404      Branch: cfgperl
1405            ! vms/subconfigure.com
1406 ____________________________________________________________________________
1407 [  3993] By: jhi                                   on 1999/08/14  22:09:26
1408         Log: Remove from VMS what the change #3982 took away from Configure lands.
1409      Branch: cfgperl
1410            ! vms/subconfigure.com
1411 ____________________________________________________________________________
1412 [  3992] By: jhi                                   on 1999/08/14  13:29:13
1413         Log: Small test tweaks.
1414      Branch: cfgperl
1415            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
1416 ____________________________________________________________________________
1417 [  3991] By: jhi                                   on 1999/08/14  13:08:41
1418         Log: Augment filesize limit note.
1419      Branch: cfgperl
1420            ! doio.c
1421 ____________________________________________________________________________
1422 [  3990] By: jhi                                   on 1999/08/14  13:06:12
1423         Log: Note about filesize limits.
1424      Branch: cfgperl
1425            ! doio.c pp_sys.c
1426 ____________________________________________________________________________
1427 [  3989] By: jhi                                   on 1999/08/14  11:31:58
1428         Log: Catch the case of filesize limits.
1429      Branch: cfgperl
1430            ! t/lib/syslfs.t t/op/lfs.t
1431 ____________________________________________________________________________
1432 [  3988] By: nick                                  on 1999/08/14  09:20:58
1433         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
1434              this causes a POPSTACK panic. The problem seems to be that although
1435              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
1436              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
1437              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
1438              messing with CATCH_SET() in call_sv, use it in perl_vdie().
1439              Add test to op/eval.t which will fail (panic) if bug comes back.
1440              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
1441      Branch: perl
1442            ! cop.h perl.c t/op/eval.t util.c
1443 ____________________________________________________________________________
1444 [  3987] By: jhi                                   on 1999/08/13  23:57:52
1445         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
1446              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
1447              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
1448              Date: Fri, 13 Aug 1999 17:42:47 -0500
1449              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
1450      Branch: cfgperl
1451            ! lib/ExtUtils/MM_VMS.pm
1452 ____________________________________________________________________________
1453 [  3986] By: jhi                                   on 1999/08/13  23:56:44
1454         Log: Don't quit before printing out the message.
1455      Branch: cfgperl
1456            ! t/lib/syslfs.t t/op/lfs.t
1457 ____________________________________________________________________________
1458 [  3985] By: jhi                                   on 1999/08/13  23:35:49
1459         Log: Remove more t/ trash on target "clean".
1460      Branch: cfgperl
1461            ! Makefile.SH
1462 ____________________________________________________________________________
1463 [  3984] By: jhi                                   on 1999/08/13  23:02:53
1464         Log: Avoid double long double. 
1465      Branch: cfgperl
1466            ! Configure config_h.SH
1467      Branch: metaconfig/U/perl
1468            ! uselongdbl.U
1469 ____________________________________________________________________________
1470 [  3983] By: jhi                                   on 1999/08/13  22:59:56
1471         Log: BYTEORDER fix.
1472      Branch: cfgperl
1473            ! Configure config_h.SH
1474      Branch: metaconfig
1475            ! U/compline/byteorder.U
1476 ____________________________________________________________________________
1477 [  3982] By: jhi                                   on 1999/08/13  22:48:40
1478         Log: Jumbo Configure and large file support update.
1479              Remove a lot of unneeded 64-bitness cruft;
1480              re-introduce BYTEORDER; update 64-bitness hints;
1481              lfs should now work in Solaris; long doubles in AIX.
1482      Branch: cfgperl
1483            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
1484            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
1485            ! perlsdio.h pp.h pp_sys.c
1486      Branch: metaconfig
1487            ! U/compline/byteorder.U U/compline/ccflags.U
1488      Branch: metaconfig/U/perl
1489            ! d_dlsymun.U io64.U uselongdbl.U
1490 ____________________________________________________________________________
1491 [  3981] By: jhi                                   on 1999/08/13  15:11:51
1492         Log: Retract change #3977 (do_open9() adds O_LARGEFILE automagically).
1493      Branch: cfgperl
1494            ! t/lib/syslfs.t
1495 ____________________________________________________________________________
1496 [  3980] By: jhi                                   on 1999/08/13  15:09:11
1497         Log: Introduce HAS_LLSEEK.
1498      Branch: cfgperl
1499            ! Configure config_h.SH perl.h
1500 ____________________________________________________________________________
1501 [  3979] By: jhi                                   on 1999/08/13  14:29:47
1502         Log: From: <dan@sidhe.org>
1503              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
1504              sarathy@activestate.com
1505              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
1506              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
1507              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
1508      Branch: cfgperl
1509            ! vms/vms.c
1510 ____________________________________________________________________________
1511 [  3978] By: jhi                                   on 1999/08/13  09:56:46
1512         Log: Make the 64-bit tests more paranoid.
1513      Branch: cfgperl
1514            ! t/op/64bit.t
1515 ____________________________________________________________________________
1516 [  3977] By: jhi                                   on 1999/08/13  09:56:25
1517         Log: Use O_LARGEFILE if available.
1518      Branch: cfgperl
1519            ! t/lib/syslfs.t
1520 ____________________________________________________________________________
1521 [  3976] By: jhi                                   on 1999/08/12  21:49:16
1522         Log: IRIX64 needs more -mabi=64 with gcc.
1523      Branch: cfgperl
1524            ! hints/irix_6.sh
1525 ____________________________________________________________________________
1526 [  3975] By: jhi                                   on 1999/08/12  21:02:03
1527         Log: Reincarnate change #3967, now in more modest form.
1528      Branch: cfgperl
1529            ! hints/irix_6.sh
1530 ____________________________________________________________________________
1531 [  3974] By: jhi                                   on 1999/08/12  20:49:36
1532         Log: Remove rt from libswanted (I added it many moons ago
1533              when I thought it would be useful in Digital UNIX,
1534              I was wrong); undo the recent IRIX hints changes,
1535              getting rid of one warning brought new ones.
1536      Branch: cfgperl
1537            ! Configure config_h.SH hints/irix_6.sh
1538      Branch: metaconfig
1539            ! U/modified/Myinit.U
1540 ____________________________________________________________________________
1541 [  3973] By: jhi                                   on 1999/08/12  19:42:53
1542         Log: st_blocks is in 512 byte blocks.
1543      Branch: cfgperl
1544            ! t/lib/syslfs.t t/op/lfs.t
1545 ____________________________________________________________________________
1546 [  3972] By: jhi                                   on 1999/08/12  19:27:31
1547         Log: Don't claim defeat too early.
1548      Branch: cfgperl
1549            ! Configure config_h.SH
1550      Branch: metaconfig/U/perl
1551            ! longdblfio.U
1552 ____________________________________________________________________________
1553 [  3971] By: jhi                                   on 1999/08/12  19:24:14
1554         Log: IRIX 64-bit hint tweak. 
1555      Branch: cfgperl
1556            ! hints/irix_6.sh
1557 ____________________________________________________________________________
1558 [  3970] By: nick                                  on 1999/08/12  19:17:20
1559         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
1560              tests i.e. RV2AV and RV2HV
1561      Branch: perl
1562            ! op.c t/pragma/warn/op
1563 ____________________________________________________________________________
1564 [  3969] By: jhi                                   on 1999/08/12  19:06:17
1565         Log: Add Configure -Duselongdouble and add a missing semicolon.
1566      Branch: cfgperl
1567            ! Configure config_h.SH sv.c
1568      Branch: metaconfig/U/perl
1569            + uselongdbl.U
1570 ____________________________________________________________________________
1571 [  3968] By: jhi                                   on 1999/08/12  18:46:00
1572         Log: Simply exit() early if lfs support seems unlikely.
1573      Branch: cfgperl
1574            ! t/lib/syslfs.t t/op/lfs.t
1575 ____________________________________________________________________________
1576 [  3967] By: jhi                                   on 1999/08/12  18:44:05
1577         Log: Suffer silently for unused libraries.
1578      Branch: cfgperl
1579            ! hints/irix_6.sh
1580 ____________________________________________________________________________
1581 [  3966] By: jhi                                   on 1999/08/12  13:18:44
1582         Log: Update MANIFEST to follow change #3965.
1583      Branch: cfgperl
1584            ! MANIFEST
1585 ____________________________________________________________________________
1586 [  3965] By: jhi                                   on 1999/08/12  13:15:38
1587         Log: Regenerate Unicode tables based on new syllable lists
1588              from Daniel Yacob.
1589      Branch: cfgperl
1590            ! (edit 159 files)
1591 ____________________________________________________________________________
1592 [  3964] By: jhi                                   on 1999/08/12  10:06:24
1593         Log: Remove more spurious casting.
1594      Branch: cfgperl
1595            ! pp_sys.c
1596 ____________________________________________________________________________
1597 [  3963] By: jhi                                   on 1999/08/12  08:18:53
1598         Log: Minor niggles on the lfs tests.
1599      Branch: cfgperl
1600            ! t/lib/syslfs.t t/op/lfs.t
1601 ____________________________________________________________________________
1602 [  3962] By: jhi                                   on 1999/08/11  22:48:25
1603         Log: Don't bother with lfs testing if off_t is too small.
1604      Branch: cfgperl
1605            ! t/lib/syslfs.t t/op/lfs.t
1606 ____________________________________________________________________________
1607 [  3961] By: jhi                                   on 1999/08/11  22:22:54
1608         Log: Long double patches from Dan Sugalski.
1609      Branch: cfgperl
1610            ! sv.c
1611 ____________________________________________________________________________
1612 [  3960] By: jhi                                   on 1999/08/11  22:17:55
1613         Log: Flush buffer before duplicating file descriptor.
1614              
1615              From: Mark-Jason Dominus <mjd@plover.com>
1616              To: Graham Barr <gbarr@pobox.com>
1617              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
1618              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
1619              Date: Wed, 11 Aug 1999 15:56:09 -0400
1620              Message-ID: <19990811195610.5933.qmail@plover.com>
1621              
1622              From: Mark-Jason Dominus <mjd@plover.com>
1623              To: perl5-porters@perl.org
1624              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
1625              Date: Wed, 11 Aug 1999 16:05:46 -0400
1626              Message-ID: <19990811200546.6165.qmail@plover.com>
1627      Branch: cfgperl
1628            ! doio.c pod/perldelta.pod
1629 ____________________________________________________________________________
1630 [  3959] By: jhi                                   on 1999/08/11  22:11:35
1631         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
1632              
1633              From: "Craig A. Berry" <craig.berry@metamor.com>
1634              Sender: owner-perl5-porters@perl.org
1635              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
1636              bailey@newman.upenn.edu
1637              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
1638              problem
1639              Date: Wed, 11 Aug 1999 14:31:11 -0500
1640              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
1641      Branch: cfgperl
1642            ! vms/vms.c
1643 ____________________________________________________________________________
1644 [  3958] By: jhi                                   on 1999/08/11  15:35:45
1645         Log: Add a hopefully comforting message if there seems to be no LFS. 
1646              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
1647              The tests will fail on lfs tests only if quad is available,
1648              if ENOQUAD, the lfs tests will be skipped.
1649      Branch: cfgperl
1650            ! t/lib/syslfs.t t/op/lfs.t
1651 ____________________________________________________________________________
1652 [  3957] By: jhi                                   on 1999/08/11  12:25:59
1653         Log: Unapply an experimental patch that accidentally escaped
1654              from the lab by piggybacking with the change #3955.
1655      Branch: cfgperl
1656            ! pp.c pp.h pp_hot.c
1657 ____________________________________________________________________________
1658 [  3956] By: jhi                                   on 1999/08/11  08:19:23
1659         Log: Add sysio large file support testing.
1660      Branch: cfgperl
1661            + t/lib/syslfs.t
1662            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
1663 ____________________________________________________________________________
1664 [  3955] By: jhi                                   on 1999/08/10  22:39:11
1665         Log: From: <dan@sidhe.org>
1666              To: vmsperl@perl.org, perl5-porters@perl.org,
1667              sarathy@activestate.com, bailey@newman.upenn.edu
1668              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
1669              threads on VMS
1670              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
1671              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
1672      Branch: cfgperl
1673            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
1674            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
1675            ! vms/writemain.pl
1676 ____________________________________________________________________________
1677 [  3954] By: jhi                                   on 1999/08/10  20:37:55
1678         Log: LFS testing robustness.
1679      Branch: cfgperl
1680            ! t/op/lfs.t
1681 ____________________________________________________________________________
1682 [  3953] By: jhi                                   on 1999/08/10  19:54:50
1683         Log: From: <dan@sidhe.org>
1684              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
1685              sarathy@activestate.com
1686              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
1687              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
1688              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
1689      Branch: cfgperl
1690            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
1691            ! vms/subconfigure.com vms/vmsish.h
1692 ____________________________________________________________________________
1693 [  3952] By: jhi                                   on 1999/08/10  17:18:57
1694         Log: AIX is different, again.  Now in cc -E output.
1695      Branch: cfgperl
1696            ! Configure config_h.SH
1697      Branch: metaconfig
1698            ! U/modified/cppstdin.U
1699 ____________________________________________________________________________
1700 [  3951] By: jhi                                   on 1999/08/10  14:37:08
1701         Log: Use Pid_t on pgrp matters.
1702      Branch: cfgperl
1703            ! pp_sys.c
1704 ____________________________________________________________________________
1705 [  3950] By: jhi                                   on 1999/08/10  14:35:30
1706         Log: Use Pid_t.
1707      Branch: cfgperl
1708            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
1709            ! pp_sys.c proto.h util.c
1710 ____________________________________________________________________________
1711 [  3949] By: jhi                                   on 1999/08/10  14:11:15
1712         Log: Use Mode_t.
1713      Branch: cfgperl
1714            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
1715            ! perlapi.h pp_sys.c proto.h
1716 ____________________________________________________________________________
1717 [  3948] By: jhi                                   on 1999/08/10  13:53:19
1718         Log: Small perlbug doc tweaks from Jon Orwant.
1719      Branch: cfgperl
1720            ! utils/perlbug.PL
1721 ____________________________________________________________________________
1722 [  3947] By: jhi                                   on 1999/08/10  09:55:11
1723         Log: Large file support testing.
1724      Branch: cfgperl
1725            + t/op/lfs.t
1726            ! MANIFEST t/op/64bit.t
1727 ____________________________________________________________________________
1728 [  3946] By: jhi                                   on 1999/08/10  09:13:54
1729         Log: Remove I32 casting from time-related functions.
1730      Branch: cfgperl
1731            ! pp_sys.c
1732 ____________________________________________________________________________
1733 [  3945] By: jhi                                   on 1999/08/10  09:06:42
1734         Log: Gratuitous uid and gid casts to I32s and ints removed.
1735              There are still problem spots in printfing such ids:
1736              width (%d vs %ld) and signedness %d vs %u.
1737      Branch: cfgperl
1738            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1739            ! perl.c perlapi.c pp_hot.c proto.h
1740 ____________________________________________________________________________
1741 [  3944] By: jhi                                   on 1999/08/10  07:43:03
1742         Log: Remove I32 casts from pp_stat, these make stat()
1743              very broken e.g. on files larger than 2 gigabytes.
1744              Reported by
1745              From: Phil Lobbes <phil@finchcomputer.com>
1746              To: perl5-porters@perl.org
1747              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
1748              UNIX Perl 5.005_03
1749              Date: Mon, 09 Aug 1999 21:38:54 -0700
1750              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
1751              
1752              There are more of these I32 casts all over pp_sys.c,
1753              all of them should be checked.
1754      Branch: cfgperl
1755            ! pp_sys.c
1756 ____________________________________________________________________________
1757 [  3943] By: jhi                                   on 1999/08/10  07:38:30
1758         Log: Remove blathering.
1759      Branch: cfgperl
1760            ! lib/unicode/mktables.PL
1761 ____________________________________________________________________________
1762 [  3942] By: jhi                                   on 1999/08/09  20:35:13
1763         Log: lexwarn maintenance: new warning class unsafe
1764              subclasses 'overflow' and 'portable' created,
1765              used by the recent integer overflow warnings.
1766              Class syntax subclass 'octal' renamed to 'digit',
1767              binary and hexadecimal parsing errors also 'digit' warnings.
1768      Branch: cfgperl
1769            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
1770            ! util.c warning.h warning.pl
1771 ____________________________________________________________________________
1772 [  3941] By: jhi                                   on 1999/08/09  10:40:47
1773         Log: Integrate with Nick.
1774      Branch: cfgperl
1775           +> opnames.h
1776           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
1777           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
1778 ____________________________________________________________________________
1779 [  3940] By: jhi                                   on 1999/08/09  10:32:43
1780         Log: Regenerate the Unicode tables after having updated the Unicode
1781              database (change #3939).
1782      Branch: cfgperl
1783            ! (edit 157 files)
1784 ____________________________________________________________________________
1785 [  3939] By: jhi                                   on 1999/08/09  10:27:22
1786         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
1787      Branch: cfgperl
1788            ! lib/unicode/UnicodeData-Latest.txt
1789 ____________________________________________________________________________
1790 [  3938] By: jhi                                   on 1999/08/09  10:25:54
1791         Log: Ethiopic changes via private email from Daniel Yacob,
1792              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
1793              Canadian Syllabics and Yi under construction.
1794      Branch: cfgperl
1795            + lib/unicode/syllables.txt
1796            - lib/unicode/EthiopicSyllables.txt
1797            - lib/unicode/MakeEthiopicSyllables.PL
1798            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
1799            ! lib/unicode/mktables.PL
1800 ____________________________________________________________________________
1801 [  3937] By: jhi                                   on 1999/08/09  10:21:51
1802         Log: Move the equivalence class creation last.
1803      Branch: cfgperl
1804            ! lib/unicode/mktables.PL
1805 ____________________________________________________________________________
1806 [  3936] By: jhi                                   on 1999/08/09  10:20:40
1807         Log: Compute equivalence classes (diacritics stripping) only
1808              for letters, not for ligatures.
1809      Branch: cfgperl
1810            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1811            ! lib/unicode/mktables.PL
1812 ____________________________________________________________________________
1813 [  3935] By: nick                                  on 1999/08/08  13:53:57
1814         Log: Will now correctly re-call 
1815              bootstrap "Foo";
1816              if requested. This should allow build on Win32 and other
1817              platforms where you cannot link to loadables directly.
1818      Branch: perl
1819            ! ext/B/B/C.pm
1820 ____________________________________________________________________________
1821 [  3934] By: nick                                  on 1999/08/07  12:23:55
1822         Log: Vishal Bhatia <vishalb@my-deja.com>
1823              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
1824              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
1825      Branch: perl
1826            ! ext/B/B/CC.pm
1827 ____________________________________________________________________________
1828 [  3933] By: nick                                  on 1999/08/07  12:19:46
1829         Log: B::C changes to get simple Tk app. compiling again
1830      Branch: perl
1831            ! ext/B/B/C.pm
1832 ____________________________________________________________________________
1833 [  3932] By: jhi                                   on 1999/08/06  21:17:16
1834         Log: Regen Configure to include change #3915.
1835      Branch: cfgperl
1836            ! Configure config_h.SH
1837 ____________________________________________________________________________
1838 [  3931] By: jhi                                   on 1999/08/06  18:52:57
1839         Log: Todo update.
1840      Branch: cfgperl
1841            ! Todo Todo-5.005 lib/unicode/mktables.PL
1842 ____________________________________________________________________________
1843 [  3930] By: jhi                                   on 1999/08/06  13:13:05
1844         Log: Character class equivalence tables.
1845      Branch: cfgperl
1846            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1847            ! MANIFEST lib/unicode/mktables.PL
1848 ____________________________________________________________________________
1849 [  3929] By: jhi                                   on 1999/08/06  11:59:11
1850         Log: More Fcntl constants.  (This process really needs
1851              to be automated, at least partly, see the Errno extension.)
1852              Now also the SEEK_ constants are available via the Fcntl.
1853              Yes, this is redundant (IO::Seekable and POSIX supply them already),
1854              but now Fcntl is a one-stop shopping mall for all your
1855              file-related constants.    
1856      Branch: cfgperl
1857            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
1858 ____________________________________________________________________________
1859 [  3928] By: jhi                                   on 1999/08/06  08:08:03
1860         Log: Protect against pack/unpack repeat count overflows,
1861              based on:
1862              
1863              From: Nathan Torkington <gnat@frii.com>
1864              To: Brian Keefer <mgomes@cwix.com>
1865              Cc: perl5-porters@perl.org
1866              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
1867              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
1868              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
1869      Branch: cfgperl
1870            ! pod/perldiag.pod pp.c
1871 ____________________________________________________________________________
1872 [  3927] By: jhi                                   on 1999/08/06  07:32:20
1873         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
1874              
1875              From: Nathan Torkington <gnat@frii.com>
1876              To: perl5-porters@perl.org
1877              Subject: Bugfix for my bugfix
1878              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
1879              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
1880      Branch: cfgperl
1881            ! ext/B/B/Assembler.pm
1882 ____________________________________________________________________________
1883 [  3926] By: jhi                                   on 1999/08/05  17:25:19
1884         Log: Fix regex charclass parsing so that bogus ranges
1885              like [0-\d] and [[:word:]-z] are no more allowed.
1886              The anomaly was noticed by Guy Decoux.
1887      Branch: cfgperl
1888            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
1889 ____________________________________________________________________________
1890 [  3925] By: jhi                                   on 1999/08/05  10:31:47
1891         Log: split /^/ deprecation warning should not be on by default.
1892      Branch: cfgperl
1893            ! pp.c
1894 ____________________________________________________________________________
1895 [  3924] By: jhi                                   on 1999/08/05  09:23:00
1896         Log: Warning fix to change #3922.
1897              From: paul.marquess@bt.com
1898              To: ilya@math.ohio-state.edu, gsar@activestate.com
1899              Cc: tchrist@jhereg.perl.com, chaimf@pobox.com, ed@chronos.net,
1900              perl5-porters@perl.org
1901              Subject: RE: [PATCH 5.00557] split /^/
1902              Date: Thu, 5 Aug 1999 09:01:15 +0100
1903              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B23@mbtlipnt02.btlabs.bt.co.uk>
1904      Branch: cfgperl
1905            ! pp.c
1906 ____________________________________________________________________________
1907 [  3923] By: jhi                                   on 1999/08/05  09:16:57
1908         Log: From: paul.marquess@bt.com
1909              To: jhi@iki.fi, paul.marquess@bt.com
1910              Cc: gsar@ActiveState.com, perl5-porters@perl.org
1911              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
1912              Date: Thu, 5 Aug 1999 09:33:14 +0100
1913              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
1914      Branch: cfgperl
1915            ! t/lib/anydbm.t
1916 ____________________________________________________________________________
1917 [  3922] By: jhi                                   on 1999/08/05  08:09:59
1918         Log: Deprecate /^/ implictly meaning /^/m.
1919              
1920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1921              To: Gurusamy Sarathy <gsar@activestate.com>
1922              Cc: Tom Christiansen <tchrist@jhereg.perl.com>, chaimf@pobox.com,
1923              ed@chronos.net, perl5-porters@perl.org
1924              Subject: [PATCH 5.00557] split /^/
1925              Date: Wed, 4 Aug 1999 16:46:57 -0400
1926              Message-ID: <19990804164657.A3776@monk.mps.ohio-state.edu>
1927      Branch: cfgperl
1928            ! pod/perldiag.pod pp.c regexp.h
1929 ____________________________________________________________________________
1930 [  3921] By: jhi                                   on 1999/08/05  08:05:13
1931         Log: From: paul.marquess@bt.com
1932              To: perl5-porters@perl.org
1933              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
1934              randy@theoryx5.uwinnipeg.ca
1935              Subject:  [PATCH 5.005_60] DB_File 1.70
1936              Date: Wed, 4 Aug 1999 23:22:22 +0100
1937              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
1938              
1939              (Replaces change #3917)
1940      Branch: cfgperl
1941            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1942            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1943 ____________________________________________________________________________
1944 [  3920] By: jhi                                   on 1999/08/04  19:02:58
1945         Log: From: Nathan Torkington <gnat@frii.com>
1946              To: perl5-porters@perl.org
1947              Subject: [5.005_60 PATCH] Make B::Bytecode work
1948              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
1949              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
1950      Branch: cfgperl
1951            ! ext/B/B/Assembler.pm
1952 ____________________________________________________________________________
1953 [  3919] By: jhi                                   on 1999/08/04  10:56:26
1954         Log: Update history records.
1955      Branch: cfgperl
1956            ! pod/perlhist.pod
1957 ____________________________________________________________________________
1958 [  3918] By: jhi                                   on 1999/08/04  09:36:13
1959         Log: Minor fixes to linux -Dusethreads -Duseperlio.
1960      Branch: cfgperl
1961            ! perlio.c
1962 ____________________________________________________________________________
1963 [  3917] By: jhi                                   on 1999/08/04  08:13:20
1964         Log: (Replaced by change #3921)
1965              From: paul.marquess@bt.com
1966              To: gsar@activestate.com
1967              Cc: perl5-porters@perl.org
1968              Subject: [PATCH 5.005_60] DB_File 1.69
1969              Date: Tue, 3 Aug 1999 22:55:00 +0100
1970              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
1971      Branch: cfgperl
1972            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1973            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
1974 ____________________________________________________________________________
1975 [  3916] By: jhi                                   on 1999/08/04  07:59:05
1976         Log: Introduce the charnames pragma.
1977              
1978              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
1979              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
1980              To: Chip Salzenberg <[11]chip@perlsupport.com>
1981              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
1982              Date: Sat, 31 Jul 1999 05:44:05 -0400
1983              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
1984              
1985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1986              To: Mailing list Perl5 <perl5-porters@perl.org>
1987              Subject: [PATCH 5.005_58] Named characters in Perl
1988              Date: Mon, 2 Aug 1999 19:25:40 -0400
1989              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
1990      Branch: cfgperl
1991            + lib/charnames.pm t/lib/charnames.t
1992            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
1993            ! pod/perlre.pod regcomp.c toke.c
1994 ____________________________________________________________________________
1995 [  3915] By: jhi                                   on 1999/08/03  21:18:49
1996         Log: Support Configure -Dmake=pmake.
1997              Via private email from Andy.
1998              NOTE: assumes "basename" command.
1999      Branch: metaconfig
2000            ! U/modified/Config_sh.U
2001 ____________________________________________________________________________
2002 [  3914] By: jhi                                   on 1999/08/03  21:11:11
2003         Log: The op/filetest.t failed subtest 7 if testing as root.
2004              
2005              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
2006              To: perl5-porters@perl.org
2007              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
2008              Date: Tue, 27 Jul 1999 22:54:05 +0200
2009              Message-Id: <379E1C6D.626DC765@club-internet.fr>
2010      Branch: cfgperl
2011            ! t/op/filetest.t
2012 ____________________________________________________________________________
2013 [  3913] By: jhi                                   on 1999/08/03  21:07:57
2014         Log: Retract #3912, much too many compilation warnings
2015              under Digital UNIX.
2016      Branch: cfgperl
2017            ! doio.c iperlsys.h perl.h perlio.c perlsdio.h perlsfio.h
2018            ! pp_sys.c sv.c
2019 ____________________________________________________________________________
2020 [  3912] By: jhi                                   on 1999/08/03  20:13:59
2021         Log: (Retracted).  See #3913.
2022              
2023              From: Sven Verdoolaege <skimo@kotnet.org>
2024              To: perl5-porters@perl.org
2025              Subject: [ID 19990803.003] Not OK: perl 5.00560 on i586-linux-thread
2026              2.1.125 [PATCH]
2027              Date: Tue, 3 Aug 1999 13:14:07 +0200
2028              Message-Id: <19990803131407.A30911@pool.kotnet.org>
2029      Branch: cfgperl
2030            ! doio.c iperlsys.h perl.h perlio.c perlsdio.h perlsfio.h
2031            ! pp_sys.c sv.c
2032 ____________________________________________________________________________
2033 [  3911] By: jhi                                   on 1999/08/03  19:52:38
2034         Log: The "-Dusethreads -Duseperlio" combination failed.
2035              
2036              From: Spider Boardman <spider@leggy.zk3.dec.com>
2037              To: perl5-porters@perl.org
2038              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
2039              4.0 (UNINSTALLED)
2040              Date: Tue, 3 Aug 1999 14:25:00 -0400
2041              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
2042              
2043              See also change #3912.
2044      Branch: cfgperl
2045            ! perlio.c
2046 ____________________________________________________________________________
2047 [  3910] By: jhi                                   on 1999/08/03  10:44:24
2048         Log: From: Chris Nandor <pudge@pobox.com>
2049              To: perl5-porters@perl.org
2050              Subject: [PATCH 5.005_58] perlbug.PL 1.27
2051              Date: Wed, 28 Jul 1999 23:42:49 -0400
2052              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
2053      Branch: cfgperl
2054            ! utils/perlbug.PL
2055 ____________________________________________________________________________
2056 [  3909] By: jhi                                   on 1999/08/03  10:41:04
2057         Log: Hints for building ByteLoader in SunoS.  Based on
2058              From: Andy Dougherty <doughera@lafayette.edu>
2059              To: Gurusamy Sarathy <gsar@activestate.com>
2060              Cc: Perl Porters <perl5-porters@perl.org>
2061              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
2062              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
2063              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
2064      Branch: cfgperl
2065            + ext/ByteLoader/hints/sunos.pl
2066            ! MANIFEST ext/ByteLoader/ByteLoader.xs
2067 ____________________________________________________________________________
2068 [  3908] By: jhi                                   on 1999/08/03  09:29:22
2069         Log: Clarify RE engine code; inline a static function to a macro;
2070              make exact string nodes smaller.
2071              
2072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2073              To: perl5-porters@perl.org (Mailing list Perl5)
2074              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
2075              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
2076              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
2077      Branch: cfgperl
2078            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
2079            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
2080            ! regnodes.h warning.h
2081 ____________________________________________________________________________
2082 [  3907] By: jhi                                   on 1999/08/03  08:11:49
2083         Log: 5_59 configured with -Dd_bincompat5005 can't be made
2084              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
2085              
2086              From: Spider Boardman <spider@leggy.zk3.dec.com>
2087              To: perl5-porters@perl.org
2088              Subject: [ID 19990802.016] Not OK: perl 5.00559
2089              Date: Mon, 2 Aug 1999 16:11:13 -0400
2090              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
2091      Branch: cfgperl
2092            ! embed.pl
2093 ____________________________________________________________________________
2094 [  3906] By: jhi                                   on 1999/08/03  07:48:59
2095         Log: Change #3790 redemption: with a little additional
2096              patch from Ilya it works okay.
2097      Branch: cfgperl
2098            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2099            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
2100 ____________________________________________________________________________
2101 [  3905] By: gsar                                  on 1999/08/02  21:03:23
2102         Log: this will be 5.005_60
2103      Branch: perl
2104            ! Changes
2105
2106 ----------------
2107 Version 5.005_60
2108 ----------------
2109
2110 ____________________________________________________________________________
2111 [  3904] By: gsar                                  on 1999/08/02  20:30:23
2112         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
2113              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
2114              regen headers
2115      Branch: perl
2116            ! embed.h embed.pl global.sym opcode.h perlapi.c
2117 ____________________________________________________________________________
2118 [  3903] By: gsar                                  on 1999/08/02  20:26:07
2119         Log: native int pack/unpack fixes (from Spider Boardman
2120              <spider@leggy.zk3.dec.com>)
2121      Branch: perl
2122            ! pp.c
2123 ____________________________________________________________________________
2124 [  3902] By: gsar                                  on 1999/08/02  20:24:41
2125         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
2126              <spider@leggy.zk3.dec.com>)
2127      Branch: perl
2128            + opnames.h
2129            ! Changes MANIFEST opcode.pl perl.h
2130 ____________________________________________________________________________
2131 [  3901] By: gsar                                  on 1999/08/02  18:51:18
2132         Log: integrate cfgperl contents
2133      Branch: perl
2134           !> INSTALL README pod/perldelta.pod
2135 ____________________________________________________________________________
2136 [  3900] By: jhi                                   on 1999/08/02  18:46:21
2137         Log: Update README and INSTALL; partly based on the message
2138              
2139              From: "John L. Allen" <allen@grumman.com>
2140              To: Jarkko Hietaniemi <jhi@iki.fi>
2141              cc: perl5-porters@perl.org
2142              Subject: Re: Perl Installation Problem
2143              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
2144              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
2145              
2146              and private email from Andy Dougherty.
2147      Branch: cfgperl
2148            ! INSTALL README
2149 ____________________________________________________________________________
2150 [  3899] By: jhi                                   on 1999/08/02  18:36:35
2151         Log: Integrate with Sarathy.
2152      Branch: cfgperl
2153           !> op.c
2154 ____________________________________________________________________________
2155 [  3898] By: jhi                                   on 1999/08/02  18:34:49
2156         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
2157      Branch: cfgperl
2158            ! pod/perldelta.pod
2159 ____________________________________________________________________________
2160 [  3897] By: gsar                                  on 1999/08/02  18:18:37
2161         Log: optimizations could sometimes bypass bareword check
2162      Branch: perl
2163            ! op.c
2164 ____________________________________________________________________________
2165 [  3896] By: jhi                                   on 1999/08/02  18:18:34
2166         Log: Integrate with Sarathy.
2167      Branch: cfgperl
2168           !> Changes makedef.pl patchlevel.h win32/Makefile
2169           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2170           !> win32/makefile.mk
2171 ____________________________________________________________________________
2172 [  3895] By: gsar                                  on 1999/08/02  17:22:40
2173         Log: up patchlevel etc.
2174      Branch: perl
2175            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2176            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2177 ____________________________________________________________________________
2178 [  3894] By: gsar                                  on 1999/08/02  17:12:31
2179         Log: integrate change#3893, make it conditional on bincompat5005
2180      Branch: perl
2181            ! makedef.pl
2182 ____________________________________________________________________________
2183 [  3893] By: jhi                                   on 1999/08/02  16:49:08
2184         Log: PERL_BINCOMPAT_5005 symbol translation.
2185              (AIX wouldn't link neither perl nor extensions.)
2186      Branch: cfgperl
2187            ! makedef.pl
2188 ____________________________________________________________________________
2189 [  3892] By: gsar                                  on 1999/08/02  16:09:13
2190         Log: integrate cfgperl contents into mainline
2191      Branch: perl
2192           +> t/op/64bit.t
2193            ! Changes
2194           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
2195           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
2196           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
2197 ____________________________________________________________________________
2198 [  3891] By: jhi                                   on 1999/08/02  14:52:40
2199         Log: AIX long long probing requires LL suffix for
2200              the ll constant.  The suffix doesn't seem
2201              to bother other ll platforms.
2202      Branch: cfgperl
2203            ! Configure config_h.SH hints/aix.sh
2204      Branch: metaconfig/U/perl
2205            ! quadfio.U
2206 ____________________________________________________________________________
2207 [  3890] By: jhi                                   on 1999/08/02  14:21:55
2208         Log: Exact path to perl for open -|.
2209      Branch: cfgperl
2210            ! t/io/open.t
2211 ____________________________________________________________________________
2212 [  3889] By: jhi                                   on 1999/08/02  14:18:03
2213         Log: Integrate with Sarathy.
2214      Branch: cfgperl
2215           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
2216           !> win32/Makefile win32/config_H.bc win32/config_H.gc
2217           !> win32/config_H.vc win32/makefile.mk win32/win32.c
2218 ____________________________________________________________________________
2219 [  3888] By: jhi                                   on 1999/08/02  14:14:29
2220         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
2221      Branch: cfgperl
2222            ! hints/aix.sh
2223 ____________________________________________________________________________
2224 [  3887] By: jhi                                   on 1999/08/02  12:53:10
2225         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
2226              emacs code indentation doesn't get wrong ideas--
2227              in other words, introduce a couple of "redundant" if:s.
2228      Branch: cfgperl
2229            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
2230            ! util.c
2231 ____________________________________________________________________________
2232 [  3886] By: jhi                                   on 1999/08/02  12:43:16
2233         Log: Mention that also *BSD systems with glibc are known to stumble.
2234      Branch: cfgperl
2235            ! t/pragma/warn/pp_hot
2236 ____________________________________________________________________________
2237 [  3885] By: jhi                                   on 1999/08/02  12:34:15
2238         Log: Allow also non-long long but still quad platforms print quads.
2239      Branch: cfgperl
2240            ! Configure config_h.SH
2241      Branch: metaconfig/U/perl
2242            ! longdblfio.U quadfio.U
2243 ____________________________________________________________________________
2244 [  3884] By: jhi                                   on 1999/08/02  11:56:14
2245         Log: Fix regclass utf8 hex ranges for quads.
2246      Branch: cfgperl
2247            ! regcomp.c
2248 ____________________________________________________________________________
2249 [  3883] By: jhi                                   on 1999/08/02  11:42:14
2250         Log: Enhance the description of how to detect quad support.
2251      Branch: cfgperl
2252            ! pod/perlfunc.pod
2253 ____________________________________________________________________________
2254 [  3882] By: jhi                                   on 1999/08/02  11:22:19
2255         Log: Fix printf %D %U %O for quads.
2256      Branch: cfgperl
2257            ! sv.c t/op/64bit.t
2258 ____________________________________________________________________________
2259 [  3881] By: jhi                                   on 1999/08/02  11:16:12
2260         Log: Document quad printing.
2261      Branch: cfgperl
2262            ! pod/perlfunc.pod
2263 ____________________________________________________________________________
2264 [  3880] By: jhi                                   on 1999/08/02  10:32:01
2265         Log: More 64-bit fixing.  One known bug of that kind
2266              remains, 32-bit platforms using long long in
2267              the test t/pragma/utf8 subtests 1-3 fail.
2268              (Update: change    #3884 fixed that one.)
2269      Branch: cfgperl
2270            + t/op/64bit.t
2271            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
2272
2273 ----------------
2274 Version 5.005_59
2275 ----------------
2276
2277 ____________________________________________________________________________
2278 [  3879] By: gsar                                  on 1999/08/02  08:18:58
2279         Log: integrate cfgperl changes into mainline
2280      Branch: perl
2281           !> Configure config_h.SH sv.c
2282 ____________________________________________________________________________
2283 [  3878] By: gsar                                  on 1999/08/02  08:13:16
2284         Log: change#3692 had an unintentional patch leak through!
2285              (this would explain the mysterious C<next LABEL> failures
2286              people have seen)
2287      Branch: perl
2288            ! pp_ctl.c
2289 ____________________________________________________________________________
2290 [  3877] By: gsar                                  on 1999/08/02  08:00:29
2291         Log: up patchlevel to 59
2292      Branch: perl
2293            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2294            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2295            ! win32/makefile.mk
2296 ____________________________________________________________________________
2297 [  3876] By: gsar                                  on 1999/08/02  07:51:18
2298         Log: fix coredump under usethreads+debug
2299      Branch: perl
2300            ! util.c
2301 ____________________________________________________________________________
2302 [  3875] By: jhi                                   on 1999/08/02  07:50:51
2303         Log: d_bincompat5005 could be left empty.
2304      Branch: cfgperl
2305            ! Configure config_h.SH
2306      Branch: metaconfig/U/perl
2307            ! bincompat5005.U
2308 ____________________________________________________________________________
2309 [  3874] By: jhi                                   on 1999/08/02  07:42:45
2310         Log: Fix printf %d when IV is quad.
2311      Branch: cfgperl
2312            ! sv.c
2313 ____________________________________________________________________________
2314 [  3873] By: gsar                                  on 1999/08/02  07:41:03
2315         Log: fix d_bincompat5005='' junking config.h
2316      Branch: perl
2317            ! Configure
2318 ____________________________________________________________________________
2319 [  3872] By: gsar                                  on 1999/08/02  07:38:48
2320         Log: C needs parameter list, not merely type
2321      Branch: perl
2322            ! win32/win32.c
2323 ____________________________________________________________________________
2324 [  3871] By: jhi                                   on 1999/08/02  07:20:51
2325         Log: Integrate with Sarathy.
2326      Branch: cfgperl
2327           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
2328 ____________________________________________________________________________
2329 [  3870] By: gsar                                  on 1999/08/02  07:12:18
2330         Log: integrate cfgperl changes into mainline
2331      Branch: perl
2332            ! Changes
2333           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
2334           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
2335           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
2336           !> toke.c util.c
2337 ____________________________________________________________________________
2338 [  3869] By: gsar                                  on 1999/08/02  06:59:09
2339         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2340              Date: Sat, 31 Jul 1999 19:08:33 -0700
2341              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
2342              Subject: [PATCH 5.005_58] "use constant" in the compiler
2343      Branch: perl
2344            ! ext/B/B/C.pm ext/B/B/CC.pm
2345 ____________________________________________________________________________
2346 [  3868] By: gsar                                  on 1999/08/02  06:55:51
2347         Log: debug build tweak
2348      Branch: perl
2349            ! regexec.c
2350 ____________________________________________________________________________
2351 [  3867] By: gsar                                  on 1999/08/02  06:35:18
2352         Log: create vmsperl branch (to be owned and operated by: cbailey)
2353      Branch: vmsperl
2354           +> (branch 1476 files)
2355 ____________________________________________________________________________
2356 [  3866] By: jhi                                   on 1999/08/01  23:34:40
2357         Log: so_locations once is enough.
2358      Branch: cfgperl
2359            ! Makefile.SH
2360 ____________________________________________________________________________
2361 [  3865] By: jhi                                   on 1999/08/01  23:13:05
2362         Log: Simplicate duplicated code.
2363      Branch: cfgperl
2364            ! util.c
2365 ____________________________________________________________________________
2366 [  3864] By: jhi                                   on 1999/08/01  22:41:41
2367         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
2368      Branch: cfgperl
2369           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
2370           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
2371            - README.cygwin32 cygwin32/Makefile.SHs
2372            - cygwin32/build-instructions.READFIRST
2373            - cygwin32/build-instructions.charles-wilson
2374            - cygwin32/build-instructions.sebastien-barre
2375            - cygwin32/build-instructions.steven-morlock
2376            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
2377            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
2378            - hints/cygwin32.sh
2379           !> (integrate 61 files)
2380 ____________________________________________________________________________
2381 [  3863] By: jhi                                   on 1999/08/01  22:36:02
2382         Log: Regen Configure and Glossary once again.
2383      Branch: cfgperl
2384            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2385            ! config_h.SH
2386 ____________________________________________________________________________
2387 [  3862] By: jhi                                   on 1999/08/01  22:26:09
2388         Log: Glossary update for #3861.
2389      Branch: cfgperl
2390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2391            ! config_h.SH
2392 ____________________________________________________________________________
2393 [  3861] By: jhi                                   on 1999/08/01  22:22:51
2394         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
2395              with -Duse64bits (using long long).
2396              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
2397              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
2398              'print unpack "q", pack "q", 12345678901'
2399              should work on such 32-bit platforms.
2400              Still a lot of printf()s behind -D which wrongly assume
2401              that %ld/%lx and (long) are a good combination.
2402              Introducing a slew of new macros intended to be used in printf()
2403              format strings: e. g. PERL_PRId64 is the string to be used
2404              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
2405              The PRI... naming follows the C9X naming of <inttypes.h> macros.
2406      Branch: cfgperl
2407            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2408            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
2409            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
2410      Branch: metaconfig/U/perl
2411            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
2412 ____________________________________________________________________________
2413 [  3860] By: gsar                                  on 1999/08/01  21:23:18
2414         Log: integrate cfgperl contents into mainline
2415      Branch: perl
2416            ! toke.c
2417           !> (integrate 29 files)
2418 ____________________________________________________________________________
2419 [  3859] By: gsar                                  on 1999/08/01  21:13:09
2420         Log: From: Nathan Torkington <gnat@frii.com>
2421              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
2422              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
2423              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
2424      Branch: perl
2425            ! ext/B/B/Disassembler.pm
2426 ____________________________________________________________________________
2427 [  3858] By: gsar                                  on 1999/08/01  21:09:15
2428         Log: DB_File 1.68 update from Paul Marquess
2429      Branch: perl
2430            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2431            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
2432            ! t/lib/db-recno.t
2433 ____________________________________________________________________________
2434 [  3857] By: gsar                                  on 1999/08/01  21:05:54
2435         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2436              Date: Sat, 31 Jul 1999 05:13:38 -0400
2437              Message-Id: <199907311407.IAA25038@localhost.frii.com>
2438              Subject: [PATCH 5.005_58] More optimizations to REx engine
2439      Branch: perl
2440            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
2441            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
2442 ____________________________________________________________________________
2443 [  3856] By: gsar                                  on 1999/08/01  20:59:59
2444         Log: slightly modified version of suggested patch
2445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2446              Date: Sat, 31 Jul 1999 04:45:12 -0400
2447              Message-Id: <199907311406.IAA25034@localhost.frii.com>
2448              Subject: [PATCH 5.005_58] Fix OS/2 build
2449      Branch: perl
2450            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
2451            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
2452 ____________________________________________________________________________
2453 [  3855] By: gsar                                  on 1999/08/01  20:49:06
2454         Log: cygwin update
2455              From: "Fifer, Eric" <EFifer@sanwaint.com>
2456              Date: Fri, 30 Jul 1999 18:31:48 +0100
2457              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
2458              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
2459      Branch: perl
2460            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
2461            ! pp_sys.c unixish.h util.c
2462 ____________________________________________________________________________
2463 [  3854] By: gsar                                  on 1999/08/01  20:41:53
2464         Log: fixes from Stephen McCamant that address bugs in change#3612
2465              (the optimization shouldn't be enabled in expressions where
2466              the variable is introduced), and fix Deparse to grok the
2467              optimization
2468              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
2469              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
2470              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
2471              --
2472              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
2473              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
2474              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
2475              --
2476              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
2477              Message-Id: <199907310326.VAA24376@localhost.frii.com>
2478              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
2479      Branch: perl
2480            ! ext/B/B/Deparse.pm op.c
2481 ____________________________________________________________________________
2482 [  3853] By: gsar                                  on 1999/08/01  20:31:32
2483         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2484              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
2485              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
2486              Subject: [PATCH _58] Two one-liner LOGOP tweaks
2487      Branch: perl
2488            ! op.c opcode.h opcode.pl
2489 ____________________________________________________________________________
2490 [  3852] By: gsar                                  on 1999/08/01  20:29:17
2491         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
2492      Branch: perl
2493            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
2494            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
2495            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
2496            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
2497            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
2498            ! pod/perlport.pod pp_sys.c util.c
2499 ____________________________________________________________________________
2500 [  3851] By: gsar                                  on 1999/08/01  20:20:05
2501         Log: move files around for s/cygwin32/cygwin/ renaming
2502      Branch: perl
2503           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
2504           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
2505            - README.cygwin32 cygwin32/Makefile.SHs
2506            - cygwin32/build-instructions.READFIRST
2507            - cygwin32/build-instructions.charles-wilson
2508            - cygwin32/build-instructions.sebastien-barre
2509            - cygwin32/build-instructions.steven-morlock
2510            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
2511            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
2512            - hints/cygwin32.sh
2513            ! MANIFEST
2514 ____________________________________________________________________________
2515 [  3850] By: gsar                                  on 1999/08/01  20:05:14
2516         Log: posix-bc hints tweak (via private mail from Thomas Dorner
2517              <Thomas.Dorner@start.de>)
2518      Branch: perl
2519            ! Changes hints/posix-bc.sh
2520 ____________________________________________________________________________
2521 [  3849] By: gsar                                  on 1999/08/01  19:50:20
2522         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
2523              <gnat@frii.com>)
2524      Branch: perl
2525            ! perl.h pod/perldelta.pod pod/perlguts.pod
2526 ____________________________________________________________________________
2527 [  3848] By: gsar                                  on 1999/08/01  18:34:41
2528         Log: fix defined(@foo) encarpments
2529      Branch: perl
2530            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
2531            ! pod/perltrap.pod
2532 ____________________________________________________________________________
2533 [  3847] By: jhi                                   on 1999/08/01  17:17:07
2534         Log: Undo #3790 and the patches that attempted to fix it
2535              (#3837, #3838, #3845).  The #3790 caused linkage failures
2536              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
2537              IRIX 6.5.
2538      Branch: cfgperl
2539            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
2540            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2541            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
2542 ____________________________________________________________________________
2543 [  3846] By: jhi                                   on 1999/08/01  11:41:52
2544         Log: Reading 64-bit decimal numbers was broken because
2545              the NV was cast to an I32, not an IV.
2546      Branch: cfgperl
2547            ! toke.c
2548 ____________________________________________________________________________
2549 [  3845] By: jhi                                   on 1999/08/01  11:00:24
2550         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
2551      Branch: cfgperl
2552            + ext/SDBM_File/hints/solaris.pl
2553 ____________________________________________________________________________
2554 [  3844] By: jhi                                   on 1999/08/01  10:55:44
2555         Log: Enable Solaris largefiles support only if -Duse64bits is used.
2556              (Effectively removes #3311).
2557      Branch: cfgperl
2558            ! hints/solaris_2.sh
2559 ____________________________________________________________________________
2560 [  3843] By: jhi                                   on 1999/07/31  22:44:56
2561         Log: Integer overflow iteration.
2562      Branch: cfgperl
2563            ! t/op/oct.t toke.c util.c
2564 ____________________________________________________________________________
2565 [  3842] By: jhi                                   on 1999/07/31  22:11:03
2566         Log: Remove a lot of unused regnode codes.
2567              Noticed by Ilya.
2568      Branch: cfgperl
2569            ! regcomp.c regcomp.sym regexec.c regnodes.h
2570 ____________________________________________________________________________
2571 [  3841] By: jhi                                   on 1999/07/31  21:53:54
2572         Log: Make the use64bits and usethreads friendlier/braver;
2573              they no more wimp out if the platform is unknown.
2574              On use64bits if gcc used -DUSE_LONG_LONG is added
2575              to the ccflags (this dependency on gcc caused a slightly weird
2576              reordering of Configure, but things still seem to work.)
2577      Branch: cfgperl
2578            ! Configure README.threads config_h.SH
2579      Branch: metaconfig
2580            ! U/threads/usethreads.U
2581      Branch: metaconfig/U/perl
2582            ! use64bits.U
2583 ____________________________________________________________________________
2584 [  3840] By: jhi                                   on 1999/07/31  20:26:22
2585         Log: Hack the "integer overflow" code some more.
2586      Branch: cfgperl
2587            ! perl.h toke.c util.c
2588 ____________________________________________________________________________
2589 [  3839] By: jhi                                   on 1999/07/31  20:22:00
2590         Log: Test oct() at the 2^32-1 limit.
2591      Branch: cfgperl
2592            ! t/op/oct.t
2593 ____________________________________________________________________________
2594 [  3838] By: jhi                                   on 1999/07/31  20:08:43
2595         Log: Update MANIFEST for #3837.
2596      Branch: cfgperl
2597            ! MANIFEST
2598 ____________________________________________________________________________
2599 [  3837] By: jhi                                   on 1999/07/31  20:02:40
2600         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
2601              (a core dump with a corrput stack ensues).
2602      Branch: cfgperl
2603            + ext/SDBM_File/hints/dec_osf.pl
2604 ____________________________________________________________________________
2605 [  3836] By: jhi                                   on 1999/07/29  21:09:01
2606         Log: Allow for Configure -Ubincompat5005 override.
2607      Branch: cfgperl
2608            ! Configure config_h.SH
2609      Branch: metaconfig/U/perl
2610            ! bincompat5005.U
2611 ____________________________________________________________________________
2612 [  3835] By: jhi                                   on 1999/07/29  21:04:02
2613         Log: Make Configure support PERL_BINCOMPAT_5005.
2614      Branch: cfgperl
2615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2616            ! config_h.SH
2617      Branch: metaconfig/U/perl
2618            + bincompat5005.U
2619 ____________________________________________________________________________
2620 [  3834] By: jhi                                   on 1999/07/29  19:25:35
2621         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
2622      Branch: cfgperl
2623            ! Makefile.SH
2624 ____________________________________________________________________________
2625 [  3833] By: jhi                                   on 1999/07/29  14:07:09
2626         Log: Integrate with Sarathy.  I overruled on perldelta
2627              and perldiag.
2628      Branch: cfgperl
2629           !> README.win32 emacs/cperl-mode.el globals.c installperl
2630           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
2631           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
2632           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
2633           !> win32/perllib.c win32/win32.c
2634 ____________________________________________________________________________
2635 [  3832] By: jhi                                   on 1999/07/29  14:02:50
2636         Log: Repent and make overly large integerish
2637              constants non-fatal.  They are now promoted
2638              to NVs, accompanied by an overflow warning that
2639              is by default on.
2640      Branch: cfgperl
2641            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
2642            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
2643            ! toke.c util.c
2644 ____________________________________________________________________________
2645 [  3831] By: jhi                                   on 1999/07/29  11:40:04
2646         Log: AIX exhibits different error on failed system().
2647              Slightly modified patch via private email from
2648              David R. Favor <dfavor@austin.ibm.com>
2649      Branch: cfgperl
2650            ! t/op/exec.t
2651 ____________________________________________________________________________
2652 [  3830] By: gsar                                  on 1999/07/29  07:46:11
2653         Log: cperl-mode.el v4.19
2654      Branch: perl
2655            ! emacs/cperl-mode.el
2656 ____________________________________________________________________________
2657 [  3829] By: gsar                                  on 1999/07/29  07:30:35
2658         Log: From: jan.dubois@ibm.net (Jan Dubois)
2659              Date: Wed, 28 Jul 1999 22:01:42 +0200
2660              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
2661              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
2662      Branch: perl
2663            ! win32/bin/pl2bat.pl
2664 ____________________________________________________________________________
2665 [  3828] By: gsar                                  on 1999/07/29  07:19:27
2666         Log: tweak previous change for multiple hits
2667      Branch: perl
2668            ! utils/perldoc.PL
2669 ____________________________________________________________________________
2670 [  3827] By: gsar                                  on 1999/07/29  07:10:00
2671         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
2672              really needs a pod2text() compatibility function)
2673      Branch: perl
2674            ! utils/perldoc.PL
2675 ____________________________________________________________________________
2676 [  3826] By: gsar                                  on 1999/07/29  01:33:46
2677         Log: minor tweaks to pods and toke.c comments
2678      Branch: perl
2679            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
2680 ____________________________________________________________________________
2681 [  3825] By: gsar                                  on 1999/07/29  00:12:52
2682         Log: integrate cfgperl changes into mainline
2683      Branch: perl
2684           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2685           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
2686           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2687           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
2688           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2689           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
2690           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
2691           !> t/pragma/warn/util toke.c util.c
2692 ____________________________________________________________________________
2693 [  3824] By: jhi                                   on 1999/07/28  21:15:04
2694         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
2695      Branch: cfgperl
2696            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
2697            ! ext/IO/lib/IO/Socket/INET.pm
2698 ____________________________________________________________________________
2699 [  3823] By: jhi                                   on 1999/07/28  20:29:17
2700         Log: Continue pack() doc honing.
2701      Branch: cfgperl
2702            ! pod/perlfunc.pod
2703 ____________________________________________________________________________
2704 [  3822] By: jhi                                   on 1999/07/28  20:17:37
2705         Log: Enhance pack() doc.
2706      Branch: cfgperl
2707            ! pod/perlfunc.pod
2708 ____________________________________________________________________________
2709 [  3821] By: jhi                                   on 1999/07/28  18:34:50
2710         Log: UNIX Domain Sockets are not implemented under QNX.
2711              
2712              From: Norton Allen <allen@huarp.harvard.edu>
2713              To: perl5-porters@perl.org
2714              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
2715              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
2716              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
2717      Branch: cfgperl
2718            ! t/lib/io_unix.t
2719 ____________________________________________________________________________
2720 [  3820] By: jhi                                   on 1999/07/28  18:13:37
2721         Log: IO::* enhancements.
2722              
2723              1) write() and syswrite() will now accept a single-argument
2724              form of the call, for consistency with Perl's syswrite().
2725              2) You can create a TCP-based IO::Socket::INET without forcing
2726              a connect attempt.  This allows you to configure its options
2727              (like making it non-blocking) and then call connect() manually.
2728              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
2729              from ever returning the correct value.
2730              
2731              From: Lincoln Stein <lstein@formaggio.cshl.org>
2732              To: Graham Barr <gbarr@pobox.com>
2733              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
2734              Subject: Re: patch for IO::*
2735              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
2736              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
2737      Branch: cfgperl
2738            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
2739            ! ext/IO/lib/IO/Socket/INET.pm
2740 ____________________________________________________________________________
2741 [  3819] By: gsar                                  on 1999/07/28  18:08:06
2742         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
2743      Branch: perl
2744            ! README.win32 globals.c installperl iperlsys.h makedef.pl
2745            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
2746            ! win32/win32.c
2747 ____________________________________________________________________________
2748 [  3818] By: jhi                                   on 1999/07/28  17:48:16
2749         Log: Need to add QNX to the list for DONT_DECLARE_STD.
2750              (The elimination of use of the _() macro apparently triggered
2751              an incompatability with a #define of atof)
2752              
2753              From: Norton Allen <allen@huarp.harvard.edu>
2754              To: perl5-porters@perl.org
2755              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
2756              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
2757              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
2758      Branch: cfgperl
2759            ! perl.h
2760 ____________________________________________________________________________
2761 [  3817] By: jhi                                   on 1999/07/28  17:46:30
2762         Log: Need to add some more conditions to deal with the case
2763              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
2764              which is true for QNX4.
2765              From: Norton Allen <allen@huarp.harvard.edu>
2766              To: perl5-porters@perl.org
2767              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
2768              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
2769              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
2770      Branch: cfgperl
2771            ! pp_sys.c
2772 ____________________________________________________________________________
2773 [  3816] By: jhi                                   on 1999/07/28  17:43:40
2774         Log: The QNX shell needs a couple more semicolons.
2775              
2776              From: Norton Allen <allen@huarp.harvard.edu>
2777              To: perl5-porters@perl.org
2778              Subject: [ID 19990728.007] Patch:Configure _58 QNX
2779              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
2780              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
2781              
2782              plus silence metalint moanings on vendorprefix.
2783      Branch: cfgperl
2784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2785            ! config_h.SH
2786 ____________________________________________________________________________
2787 [  3815] By: jhi                                   on 1999/07/28  17:31:11
2788         Log: Silence metalint on vendorprefix.U.
2789      Branch: metaconfig
2790            ! U/installdirs/vendorprefix.U
2791 ____________________________________________________________________________
2792 [  3814] By: jhi                                   on 1999/07/28  17:13:29
2793         Log: QNX shell needs more semicolons.
2794      Branch: metaconfig/U/perl
2795            ! Extensions.U
2796 ____________________________________________________________________________
2797 [  3813] By: jhi                                   on 1999/07/28  17:05:08
2798         Log: Integrate with Sarathy.
2799      Branch: cfgperl
2800           !> lib/ExtUtils/MM_Unix.pm
2801 ____________________________________________________________________________
2802 [  3812] By: jhi                                   on 1999/07/28  16:20:17
2803         Log: Fix a typo, un-shout, and reformat the installation output.
2804      Branch: cfgperl
2805            ! lib/ExtUtils/Install.pm
2806 ____________________________________________________________________________
2807 [  3811] By: gsar                                  on 1999/07/28  15:41:11
2808         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
2809      Branch: perl
2810            ! lib/ExtUtils/MM_Unix.pm
2811 ____________________________________________________________________________
2812 [  3810] By: jhi                                   on 1999/07/28  13:55:57
2813         Log: Talk more about subsecond things in perlfunc.
2814              (Yes, redundant with perlfaq8.)
2815      Branch: cfgperl
2816            ! pod/perlfunc.pod
2817 ____________________________________________________________________________
2818 [  3809] By: jhi                                   on 1999/07/28  07:23:48
2819         Log: Integrate with Sarathy.
2820      Branch: cfgperl
2821           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
2822           !> t/op/pwent.t
2823 ____________________________________________________________________________
2824 [  3808] By: jhi                                   on 1999/07/28  07:23:03
2825         Log: Document toke.c.
2826              From: Nathan Torkington <gnat@frii.com>
2827              To: perl5-porters@perl.org
2828              Subject: Re: toke.c patch, work in progress
2829              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
2830              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
2831      Branch: cfgperl
2832            ! toke.c
2833 ____________________________________________________________________________
2834 [  3807] By: jhi                                   on 1999/07/28  07:10:56
2835         Log: perlre clarification.
2836              
2837              From: Ian Phillipps <ian@dial.pipex.com>
2838              To: Perl 5 Porters <perl5-porters@perl.org>
2839              Subject: [PATCH 5.00557] Add definite article to perlre.pod
2840              Date: Tue, 27 Jul 1999 10:46:29 +0100
2841              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
2842      Branch: cfgperl
2843            ! pod/perlre.pod
2844 ____________________________________________________________________________
2845 [  3806] By: gsar                                  on 1999/07/28  07:07:46
2846         Log: fix the perl -V breakage
2847              
2848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2849              To: Jarkko Hietaniemi <jhi@iki.fi>
2850              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
2851              gsar@activestate.com
2852              Subject: Re: Follow up to: _58 on AIX 431
2853              Date: Tue, 27 Jul 1999 17:42:00 -0400
2854              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
2855      Branch: perl
2856            ! configpm
2857 ____________________________________________________________________________
2858 [  3805] By: gsar                                  on 1999/07/28  07:03:34
2859         Log: avoid warning (from Doug MacEachern)
2860      Branch: perl
2861            ! perl.h
2862 ____________________________________________________________________________
2863 [  3804] By: gsar                                  on 1999/07/28  06:59:30
2864         Log: Pod::Html tweak
2865              
2866              From: jan.dubois@ibm.net (Jan Dubois)
2867              To: perl5-porters@perl.org
2868              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
2869              Date: Tue, 27 Jul 1999 22:14:12 +0200
2870              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
2871      Branch: perl
2872            ! lib/Pod/Html.pm
2873 ____________________________________________________________________________
2874 [  3803] By: gsar                                  on 1999/07/28  06:56:38
2875         Log: freebsd hints update
2876              
2877              From: Anton Berezin <tobez@plab.ku.dk>
2878              To: perl5-porters@perl.org
2879              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
2880              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
2881              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
2882      Branch: perl
2883            ! hints/freebsd.sh
2884 ____________________________________________________________________________
2885 [  3802] By: gsar                                  on 1999/07/28  06:51:32
2886         Log: cosmetic testsuite patch
2887              
2888              From: Graham Barr <gbarr@ti.com>
2889              To: Perl5 Porters <perl5-porters@perl.org>
2890              Subject: 5.005_58 build
2891              Date: Tue, 27 Jul 1999 08:09:25 -0500
2892              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
2893      Branch: perl
2894            ! t/op/grent.t t/op/pwent.t
2895 ____________________________________________________________________________
2896 [  3801] By: jhi                                   on 1999/07/27  13:49:39
2897         Log: Minuscule cleanup of the integer overflow patch.
2898      Branch: cfgperl
2899            ! util.c
2900 ____________________________________________________________________________
2901 [  3800] By: jhi                                   on 1999/07/27  13:37:23
2902         Log: Test hex('x...').
2903      Branch: cfgperl
2904            ! t/op/oct.t
2905 ____________________________________________________________________________
2906 [  3799] By: jhi                                   on 1999/07/27  12:45:45
2907         Log: Integrate with Sarathy (5.005_58).
2908      Branch: cfgperl
2909            - ext/B/byteperl.c
2910           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
2911           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
2912           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
2913           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2914           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
2915           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
2916           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
2917           !> win32/config_H.vc
2918 ____________________________________________________________________________
2919 [  3798] By: jhi                                   on 1999/07/27  12:42:43
2920         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
2921              they used to be just optional lexical warnings.
2922              Also, with warnings turned on, constants > 2**32-1
2923              trigger a non-portability warning.
2924      Branch: cfgperl
2925            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
2926            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
2927            ! util.c
2928 ____________________________________________________________________________
2929 [  3797] By: gsar                                  on 1999/07/27  10:48:27
2930         Log: here lies 5.005_58
2931      Branch: perl
2932            - ext/B/byteperl.c
2933            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
2934            ! pod/perlfaq9.pod pod/perlhist.pod
2935
2936 ----------------
2937 Version 5.005_58
2938 ----------------
2939
2940 ____________________________________________________________________________
2941 [  3796] By: gsar                                  on 1999/07/27  09:23:42
2942         Log: regenerate win32/config_H.?c
2943      Branch: perl
2944            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2945 ____________________________________________________________________________
2946 [  3795] By: gsar                                  on 1999/07/27  09:02:31
2947         Log: From: Tye McQueen <tye@metronet.com>
2948              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
2949              Message-Id: <199907270019.AA08223@metronet.com>
2950              Subject: Patch pl2bat.pl so batch file can fail
2951      Branch: perl
2952            ! win32/bin/pl2bat.pl
2953 ____________________________________________________________________________
2954 [  3794] By: gsar                                  on 1999/07/27  08:59:58
2955         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2956              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
2957              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
2958              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
2959      Branch: perl
2960            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
2961            ! lib/SelfLoader.pm
2962 ____________________________________________________________________________
2963 [  3793] By: gsar                                  on 1999/07/27  08:19:16
2964         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
2965              (from Andy Dougherty)
2966      Branch: perl
2967            ! embed.h embed.pl
2968 ____________________________________________________________________________
2969 [  3792] By: gsar                                  on 1999/07/27  08:04:19
2970         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
2971              and Brad Appleton)
2972      Branch: perl
2973            ! lib/Pod/Parser.pm
2974 ____________________________________________________________________________
2975 [  3791] By: gsar                                  on 1999/07/27  07:50:54
2976         Log: cover case where CLK_TCK is a float, not integer (from
2977              alexander smishlajev <als@turnhere.com>)
2978      Branch: perl
2979            ! ext/Devel/DProf/DProf.xs
2980 ____________________________________________________________________________
2981 [  3790] By: gsar                                  on 1999/07/27  07:45:08
2982         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
2983              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
2984      Branch: perl
2985            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2986            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
2987 ____________________________________________________________________________
2988 [  3789] By: jhi                                   on 1999/07/27  07:44:55
2989         Log: Integrate with Sarathy.
2990      Branch: cfgperl
2991           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
2992           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
2993           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
2994           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
2995           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
2996           !> proto.h t/comp/proto.t t/io/open.t
2997 ____________________________________________________________________________
2998 [  3788] By: gsar                                  on 1999/07/27  07:29:59
2999         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
3000              to Russ Allbery <rra@stanford.edu>); s/Simple// and
3001              s/pod2txt/pod2text/ etc.
3002      Branch: perl
3003            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
3004            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
3005 ____________________________________________________________________________
3006 [  3787] By: gsar                                  on 1999/07/27  06:48:40
3007         Log: From: Andy Dougherty <doughera@lafayette.edu>
3008              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
3009              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
3010              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
3011      Branch: perl
3012            ! ext/SDBM_File/sdbm/sdbm.h
3013 ____________________________________________________________________________
3014 [  3786] By: gsar                                  on 1999/07/27  06:30:09
3015         Log: applied suggested patch; added missing prototype changes to
3016              opcode.pl along with documentation typos (feature still needs
3017              to be described in perlopentut.pod and summarized in
3018              perldelta.pod)
3019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3020              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
3021              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
3022              Subject: [PATCH 5.00557] 3-arg open
3023      Branch: perl
3024            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
3025            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3026            ! proto.h t/comp/proto.t t/io/open.t
3027 ____________________________________________________________________________
3028 [  3785] By: gsar                                  on 1999/07/27  04:36:39
3029         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
3030              <roland.bauer@fff.at>)
3031      Branch: perl
3032            ! lib/Pod/Html.pm
3033 ____________________________________________________________________________
3034 [  3784] By: gsar                                  on 1999/07/27  03:56:17
3035         Log: change#3762 wasn't needed
3036      Branch: perl
3037            ! ext/B/B/CC.pm
3038 ____________________________________________________________________________
3039 [  3783] By: jhi                                   on 1999/07/26  19:08:21
3040         Log: Integrate with Sarathy.
3041      Branch: cfgperl
3042           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
3043           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
3044           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
3045 ____________________________________________________________________________
3046 [  3782] By: gsar                                  on 1999/07/26  18:16:50
3047         Log: update Changes, patchlevel &c.
3048      Branch: perl
3049            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3050            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3051 ____________________________________________________________________________
3052 [  3781] By: gsar                                  on 1999/07/26  17:54:47
3053         Log: a more correct fix for change#2744
3054              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3055              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
3056              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
3057              Subject: [PATCH _57] Re: toke.c questions 
3058      Branch: perl
3059            ! toke.c
3060 ____________________________________________________________________________
3061 [  3780] By: gsar                                  on 1999/07/26  17:37:04
3062         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
3063      Branch: perl
3064            ! pod/perlfunc.pod
3065 ____________________________________________________________________________
3066 [  3779] By: jhi                                   on 1999/07/26  16:37:23
3067         Log: Dusting off.
3068      Branch: cfgperl
3069            ! README.threads
3070 ____________________________________________________________________________
3071 [  3778] By: gsar                                  on 1999/07/26  13:28:46
3072         Log: avoid DIVZERO
3073      Branch: perl
3074            ! utils/dprofpp.PL
3075 ____________________________________________________________________________
3076 [  3777] By: gsar                                  on 1999/07/26  13:18:53
3077         Log: warnings identified by Borland compiler
3078      Branch: perl
3079            ! makedef.pl pp_ctl.c
3080 ____________________________________________________________________________
3081 [  3776] By: jhi                                   on 1999/07/26  13:07:36
3082         Log: Integrate with Sarathy.
3083      Branch: cfgperl
3084           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
3085 ____________________________________________________________________________
3086 [  3775] By: gsar                                  on 1999/07/26  12:55:43
3087         Log: avoid infinite recursion when Thread.pm croaks during
3088              bootstrap
3089      Branch: perl
3090            ! lib/Carp/Heavy.pm
3091 ____________________________________________________________________________
3092 [  3774] By: gsar                                  on 1999/07/26  12:43:02
3093         Log: integrate cfgperl contents into mainline
3094      Branch: perl
3095           +> lib/Carp/Heavy.pm
3096           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
3097           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
3098           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
3099           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
3100           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
3101 ____________________________________________________________________________
3102 [  3773] By: jhi                                   on 1999/07/26  12:40:29
3103         Log: Use long doubles only if they are useful.
3104      Branch: cfgperl
3105            ! ext/POSIX/POSIX.xs
3106 ____________________________________________________________________________
3107 [  3772] By: gsar                                  on 1999/07/26  12:33:11
3108         Log: typo in change#3768
3109      Branch: perl
3110            ! pp_hot.c
3111 ____________________________________________________________________________
3112 [  3771] By: gsar                                  on 1999/07/26  12:08:27
3113         Log: alpha-stage support for user-hooks in @INC
3114              From: Ken Fox <kfox@ford.com>
3115              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
3116              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
3117              Subject: Re: loading remote modules
3118      Branch: perl
3119            ! pp_ctl.c
3120 ____________________________________________________________________________
3121 [  3770] By: jhi                                   on 1999/07/26  11:38:36
3122         Log: Back out #3735.  Needs more work.
3123      Branch: cfgperl
3124            ! Makefile.SH cflags.SH configpm ext/util/make_ext
3125            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
3126            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
3127            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
3128            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
3129 ____________________________________________________________________________
3130 [  3769] By: jhi                                   on 1999/07/26  11:24:45
3131         Log: Integrate with Sarathy.
3132      Branch: cfgperl
3133           !> (integrate 35 files)
3134 ____________________________________________________________________________
3135 [  3768] By: gsar                                  on 1999/07/26  11:03:07
3136         Log: optimize method name lookup
3137              From: Chip Salzenberg <chip@perlsupport.com>
3138              Date: Thu, 22 Jul 1999 13:43:36 -0400
3139              Message-ID: <19990722134336.Q391@perlsupport.com>
3140              Subject: [PATCH] OP_METHOD_NAMED
3141      Branch: perl
3142            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
3143            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
3144            ! proto.h
3145 ____________________________________________________________________________
3146 [  3767] By: gsar                                  on 1999/07/26  10:44:11
3147         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
3148              foo()->()); rework grammar to remove conflicts
3149              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3150              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
3151              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
3152              Subject: [PATCH _57, long] Re: optional arrow asymmetry
3153      Branch: perl
3154            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
3155            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
3156            ! vms/perly_c.vms vms/perly_h.vms
3157 ____________________________________________________________________________
3158 [  3766] By: jhi                                   on 1999/07/26  10:18:56
3159         Log: Use $< instead of $*.c in *perlmain.o rules.
3160      Branch: cfgperl
3161            ! Makefile.SH
3162 ____________________________________________________________________________
3163 [  3765] By: gsar                                  on 1999/07/26  09:28:48
3164         Log: From: Ian Phillipps <ian@dial.pipex.com>
3165              Date: Fri, 23 Jul 1999 23:35:56 +0100
3166              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
3167              Subject: (Version 2) Extending unpack to deal with counted strings
3168      Branch: perl
3169            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3170 ____________________________________________________________________________
3171 [  3764] By: jhi                                   on 1999/07/26  09:17:26
3172         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3173              To: perl5-porters@perl.org (Mailing list Perl5)
3174              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
3175              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
3176              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
3177              
3178              The patch was based on 5_57 so had to re-apply lib/Carp.pm
3179              parts of changes #3498, #3696, and #3702 for the new
3180              lib/Carp/Heavy.pm.
3181      Branch: cfgperl
3182            + lib/Carp/Heavy.pm
3183            ! MANIFEST lib/Carp.pm
3184 ____________________________________________________________________________
3185 [  3763] By: gsar                                  on 1999/07/26  09:03:17
3186         Log: ~ isn't valid in VMS filenames
3187      Branch: perl
3188            ! lib/Pod/Html.pm
3189 ____________________________________________________________________________
3190 [  3762] By: gsar                                  on 1999/07/26  08:59:47
3191         Log: setstate stop-gap from Vishal Bhatia
3192      Branch: perl
3193            ! ext/B/B/CC.pm
3194 ____________________________________________________________________________
3195 [  3761] By: gsar                                  on 1999/07/26  08:06:39
3196         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
3197              add B::OP::name() method that returns just the op_name;
3198              convert Deparse et all to use that instead of B::OP::ppaddr();
3199              add support for OP_SETSTATE in Deparse
3200      Branch: perl
3201            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
3202            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3203            ! ext/B/B/Xref.pm opcode.h opcode.pl
3204 ____________________________________________________________________________
3205 [  3760] By: jhi                                   on 1999/07/26  07:14:43
3206         Log: Integrate with Sarathy.
3207      Branch: cfgperl
3208           !> (integrate 43 files)
3209 ____________________________________________________________________________
3210 [  3759] By: gsar                                  on 1999/07/26  05:12:24
3211         Log: add disclaimer about perl 4 libraries (modified version of
3212              patch suggested by Clinton Pierce <cpierce1@ford.com>)
3213      Branch: perl
3214            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
3215            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
3216            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
3217            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
3218            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
3219 ____________________________________________________________________________
3220 [  3758] By: gsar                                  on 1999/07/26  04:48:35
3221         Log: make reset() behave with high-bit characters
3222              From: Ian Phillipps <ian@dial.pipex.com>
3223              Date: Thu, 22 Jul 1999 22:48:59 +0100
3224              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
3225              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
3226      Branch: perl
3227            ! sv.c
3228 ____________________________________________________________________________
3229 [  3757] By: gsar                                  on 1999/07/26  04:40:32
3230         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
3231      Branch: perl
3232            ! pod/perlport.pod
3233 ____________________________________________________________________________
3234 [  3756] By: gsar                                  on 1999/07/26  04:20:37
3235         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
3236      Branch: perl
3237            ! utils/dprofpp.PL
3238 ____________________________________________________________________________
3239 [  3755] By: gsar                                  on 1999/07/26  04:18:00
3240         Log: disable VPATH for now (breaks x2p build)
3241      Branch: perl
3242            ! x2p/Makefile.SH
3243 ____________________________________________________________________________
3244 [  3754] By: gsar                                  on 1999/07/26  03:15:33
3245         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
3246              (%! has the necessary magic); misc typos
3247      Branch: perl
3248            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
3249            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
3250            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
3251            ! utils/h2xs.PL
3252 ____________________________________________________________________________
3253 [  3753] By: gsar                                  on 1999/07/26  02:38:28
3254         Log: integrate cfgperl contents into mainline
3255      Branch: perl
3256           +> t/pragma/locale/latin1 t/pragma/locale/utf8
3257           !> (integrate 53 files)
3258 ____________________________________________________________________________
3259 [  3752] By: gsar                                  on 1999/07/26  02:11:31
3260         Log: ensure implicitly closed handles don't set $? or $!
3261      Branch: perl
3262            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
3263 ____________________________________________________________________________
3264 [  3751] By: gsar                                  on 1999/07/26  01:28:34
3265         Log: change#3534 didn't preserve undef return values from caller()
3266      Branch: perl
3267            ! Changes pp_ctl.c
3268 ____________________________________________________________________________
3269 [  3750] By: jhi                                   on 1999/07/25  20:59:29
3270         Log: Back up a tiny bit from #3735.
3271              This may break builds outside the source directory
3272              but then again, they do not work that ell yet anyway.
3273      Branch: cfgperl
3274            ! Makefile.SH
3275 ____________________________________________________________________________
3276 [  3750] By: jhi                                   on 1999/07/25  20:59:29
3277         Log: Back up a tiny bit from #3735.
3278              This may break builds outside the source directory
3279              but then again, they do not work that ell yet anyway.
3280      Branch: cfgperl
3281            ! Makefile.SH
3282 ____________________________________________________________________________
3283 [  3749] By: jhi                                   on 1999/07/25  19:15:55
3284         Log: Integrate with Sarathy.
3285      Branch: cfgperl
3286           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
3287 ____________________________________________________________________________
3288 [  3748] By: jhi                                   on 1999/07/25  19:06:59
3289         Log: Recode locale.t so that the change in #3730
3290              is not needed and locale.t works both without
3291              and with the utf8 pragma.
3292      Branch: cfgperl
3293            + t/pragma/locale/latin1 t/pragma/locale/utf8
3294            ! MANIFEST t/pragma/locale.t
3295 ____________________________________________________________________________
3296 [  3747] By: jhi                                   on 1999/07/25  19:01:46
3297         Log: Like #3743.
3298      Branch: cfgperl
3299            ! utils/perlbug.PL
3300 ____________________________________________________________________________
3301 [  3746] By: gsar                                  on 1999/07/25  18:08:58
3302         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
3303              append a HISTORY section to POD if option is used
3304      Branch: perl
3305            ! utils/h2xs.PL
3306 ____________________________________________________________________________
3307 [  3745] By: gsar                                  on 1999/07/25  17:40:03
3308         Log: warn rather than die when parse_version() can't cut it (from
3309              Michael G Schwern <schwern@pobox.com>)
3310      Branch: perl
3311            ! lib/ExtUtils/MM_Unix.pm
3312 ____________________________________________________________________________
3313 [  3744] By: gsar                                  on 1999/07/25  16:32:48
3314         Log: make map behave like grep wrt indirect object slot when
3315              there are parentheses; revert an experimental mod by Larry
3316              in change#2038 that failed to parse %{{qw(a b c)}} properly
3317              (this means C<map {use Foo; ...} ...> still needs a proper
3318              fix)
3319      Branch: perl
3320            ! toke.c
3321 ____________________________________________________________________________
3322 [  3743] By: jhi                                   on 1999/07/25  16:24:55
3323         Log: Fix a typo in #3725.
3324      Branch: cfgperl
3325            ! utils/perlbug.PL
3326 ____________________________________________________________________________
3327 [  3742] By: jhi                                   on 1999/07/25  16:14:39
3328         Log: Integrate with Sarathy.
3329      Branch: cfgperl
3330           !> (integrate 26 files)
3331 ____________________________________________________________________________
3332 [  3741] By: jhi                                   on 1999/07/25  16:02:28
3333         Log: Cut-and-pasto in #3737.
3334      Branch: cfgperl
3335            ! perl.c
3336 ____________________________________________________________________________
3337 [  3740] By: gsar                                  on 1999/07/25  15:59:34
3338         Log: add note about glibc bug
3339      Branch: perl
3340            ! t/pragma/warn/pp_hot
3341 ____________________________________________________________________________
3342 [  3739] By: gsar                                  on 1999/07/25  15:48:40
3343         Log: fix bug in change#3728 that might free COPs prematurely;
3344              null(op) now does more thorough scrubbing of the op, which
3345              fixes a few compile-time memory "leaks"
3346      Branch: perl
3347            ! dump.c embed.h embed.pl op.c proto.h
3348 ____________________________________________________________________________
3349 [  3738] By: jhi                                   on 1999/07/25  14:15:26
3350         Log: In accordance with #3737.
3351      Branch: metaconfig
3352            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
3353            ! U/modified/Oldconfig.U
3354      Branch: metaconfig/U/perl
3355            ! Extensions.U
3356 ____________________________________________________________________________
3357 [  3737] By: jhi                                   on 1999/07/25  14:12:34
3358         Log: Use vendorprefixlib.
3359      Branch: cfgperl
3360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3361            ! config_h.SH perl.c
3362 ____________________________________________________________________________
3363 [  3736] By: jhi                                   on 1999/07/25  13:10:03
3364         Log: Populate metaconfig branch.
3365      Branch: metaconfig
3366            + (add 1468 files)
3367      Branch: metaconfig/U/perl
3368            + (add 101 files)
3369 ____________________________________________________________________________
3370 [  3735] By: jhi                                   on 1999/07/25  12:27:20
3371         Log: First steps of making builds outside the source
3372              directory possible.  These should get us as far
3373              as miniperl, then building DynaLoader falls into
3374              tiny twinkling pieces as MakeMaker knows nothing
3375              of VPATH mindset.
3376      Branch: cfgperl
3377            ! Configure Makefile.SH cflags.SH config_h.SH configpm
3378            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
3379            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
3380            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
3381            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
3382 ____________________________________________________________________________
3383 [  3734] By: jhi                                   on 1999/07/25  11:19:28
3384         Log: Poor Glossary--are we fixed yet?
3385      Branch: cfgperl
3386            ! Porting/Glossary
3387 ____________________________________________________________________________
3388 [  3733] By: jhi                                   on 1999/07/25  11:15:06
3389         Log: Change #3732 mistakenly clobbered Glossary.
3390      Branch: cfgperl
3391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3392            ! config_h.SH
3393 ____________________________________________________________________________
3394 [  3732] By: jhi                                   on 1999/07/25  10:46:39
3395         Log: Andy's new installation scheme (note: a lot of this
3396              leaked in already with change #3731).  The vendor*
3397              stuff is not used anywhere (in *.SH, say), so it
3398              isn't in Configure, either.
3399      Branch: cfgperl
3400            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3401            ! config_h.SH
3402 ____________________________________________________________________________
3403 [  3731] By: jhi                                   on 1999/07/25  10:12:07
3404         Log: Circumcode a strange shell(?) bug in AIX found
3405              while trying to do -Duse64bits (which I couldn't do
3406              in the end because the CPU isn't 64-bit in that box,
3407              but at least now the probing doesn't crash.)
3408      Branch: cfgperl
3409            ! Configure config_h.SH hints/aix.sh
3410 ____________________________________________________________________________
3411 [  3730] By: gsar                                  on 1999/07/25  04:56:56
3412         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
3413              a utf8 bug in one of the new RE optimizations
3414      Branch: perl
3415            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
3416            ! t/pragma/locale.t
3417 ____________________________________________________________________________
3418 [  3729] By: jhi                                   on 1999/07/23  19:56:27
3419         Log: From: Andy Dougherty <doughera@lafayette.edu>
3420              To: Perl Porters <perl5-porters@perl.org>
3421              Subject: [PATCH 5.005_57] INSTALL-1.58
3422              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
3423              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
3424              
3425              plus
3426              
3427              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3428              To: Andy Dougherty <doughera@lafayette.edu>
3429              Cc: Perl Porters <perl5-porters@perl.org>
3430              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
3431              Date: Fri, 23 Jul 1999 13:38:25 -0400
3432              Message-ID: <19990723133825.A12033@O2.chapin.edu>
3433      Branch: cfgperl
3434            ! INSTALL
3435 ____________________________________________________________________________
3436 [  3728] By: gsar                                  on 1999/07/23  17:24:42
3437         Log: applied suggested patch for tracking line numbers correctly in
3438              optimized blocks with a single statement; changed setcop to
3439              setstate and added code for -Dx dumps
3440              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3441              Date: Wed, 23 Jun 1999 17:27:42 +0100
3442              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
3443              Subject: [PATCH 5.005_57] Line number error in optimised else() 
3444      Branch: perl
3445            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
3446            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
3447            ! pp_proto.h t/op/misc.t
3448 ____________________________________________________________________________
3449 [  3727] By: gsar                                  on 1999/07/23  15:56:04
3450         Log: avoid useless use of target for pp_each(); also fixes bugs due to
3451              refcount held by the target
3452      Branch: perl
3453            ! opcode.h opcode.pl pp.c t/op/each.t
3454 ____________________________________________________________________________
3455 [  3726] By: jhi                                   on 1999/07/23  12:08:30
3456         Log: Change #3725 aftershock.
3457      Branch: cfgperl
3458            ! INSTALL jpl/JNI/JNI.pm
3459 ____________________________________________________________________________
3460 [  3725] By: jhi                                   on 1999/07/23  11:58:49
3461         Log: Introduce $Config{ldlibpthname} which contains
3462              the name of the environment variable holding the
3463              dynamic library search path, often LD_LIBRARY_PATH.
3464              Use this new feature all over.
3465              Also removed remnants of admonition "add LD_LIBRARY_PATH
3466              before running make" because Makefile.SH does this for you. 
3467      Branch: cfgperl
3468            ! Configure Makefile.SH config_h.SH
3469            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
3470            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
3471            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
3472            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
3473            ! jpl/install-jpl utils/perlbug.PL
3474 ____________________________________________________________________________
3475 [  3724] By: jhi                                   on 1999/07/23  08:03:36
3476         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
3477              To: perl5-porters@perl.org
3478              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
3479              Date: Thu, 22 Jul 1999 19:58:34 -0400
3480              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
3481      Branch: cfgperl
3482            ! av.c
3483 ____________________________________________________________________________
3484 [  3723] By: gsar                                  on 1999/07/23  00:01:29
3485         Log: emit warning about function calls that were encountered too early
3486              to enforce their prototype
3487      Branch: perl
3488            ! op.c op.h pod/perldiag.pod
3489 ____________________________________________________________________________
3490 [  3722] By: jhi                                   on 1999/07/22  21:19:59
3491         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3492              To: perl5-porters@perl.org
3493              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
3494              Subject: [PATCH] MakeMaker documentation
3495              Date: Wed, 21 Jul 1999 14:15:42 -0400
3496              Message-ID: <19990721141542.A1800@O2.chapin.edu>
3497      Branch: cfgperl
3498            ! lib/ExtUtils/MakeMaker.pm
3499 ____________________________________________________________________________
3500 [  3721] By: jhi                                   on 1999/07/22  21:05:19
3501         Log: From: pvhp@forte.com (Peter Prymmer)
3502              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
3503              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
3504              Date: Wed, 21 Jul 99 17:15:39 PDT
3505              Message-Id: <9907220015.AA11931@forte.com>
3506      Branch: cfgperl
3507            ! hints/os390.sh
3508 ____________________________________________________________________________
3509 [  3720] By: jhi                                   on 1999/07/22  20:51:17
3510         Log: AIX magic: ccdlflags needs to be different for
3511              Perl itself and for extra-core extensions
3512              (as used by ExtUtilss::embed::ldopts).
3513              Based on the problems described in
3514              
3515              From: Mike W Ellwood <mwe@rl.ac.uk>
3516              To: perl5-porters@perl.org
3517              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
3518              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
3519              Reply-To: m.w.ellwood@rl.ac.uk
3520              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
3521      Branch: cfgperl
3522            ! Configure Makefile.SH config_h.SH hints/aix.sh
3523 ____________________________________________________________________________
3524 [  3719] By: jhi                                   on 1999/07/22  08:23:53
3525         Log: Update history records.
3526      Branch: cfgperl
3527            ! pod/perlhist.pod
3528 ____________________________________________________________________________
3529 [  3718] By: jhi                                   on 1999/07/21  13:54:42
3530         Log: Todododobedobedo.
3531      Branch: cfgperl
3532            ! Todo
3533 ____________________________________________________________________________
3534 [  3717] By: jhi                                   on 1999/07/21  12:10:48
3535         Log: Even more Todo.
3536      Branch: cfgperl
3537            ! Todo
3538 ____________________________________________________________________________
3539 [  3716] By: jhi                                   on 1999/07/21  11:40:39
3540         Log: Use Errno more extensively so that error
3541              messages are more portable (another way
3542              would be to muck around with LC_MESSAGES).
3543              Problem reported in
3544              
3545              From: oracle@pcr8.pcr.com
3546              To: perl5-porters@perl.org
3547              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
3548              Date: Mon, 19 Jul 1999 18:39:13 -0400
3549              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
3550      Branch: cfgperl
3551            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
3552            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
3553            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
3554 ____________________________________________________________________________
3555 [  3715] By: jhi                                   on 1999/07/21  11:05:36
3556         Log: Slightly modified patch.
3557              From: Sean Sheedy <seans@ncube.com>
3558              To: perl5-porters@perl.org
3559              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
3560              Date: Tue, 20 Jul 1999 09:52:06 -0700
3561              Message-Id: <3794A935.1C150E54@ncube.com>
3562      Branch: cfgperl
3563            ! cflags.SH x2p/cflags.SH
3564 ____________________________________________________________________________
3565 [  3714] By: jhi                                   on 1999/07/20  21:26:19
3566         Log: More Todo.
3567      Branch: cfgperl
3568            ! Todo
3569 ____________________________________________________________________________
3570 [  3713] By: jhi                                   on 1999/07/20  18:02:45
3571         Log: Integrate with Sarathy.
3572      Branch: cfgperl
3573           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
3574           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
3575           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
3576           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
3577           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
3578           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
3579           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
3580           +> utils/dprofpp.PL
3581           !> INSTALL MAINTAIN MANIFEST configure.com
3582           !> ext/Devel/Peek/Makefile.PL installman installperl
3583           !> pod/roffitall utils/Makefile vms/descrip_mms.template
3584           !> win32/Makefile win32/makefile.mk win32/win32.h
3585 ____________________________________________________________________________
3586 [  3712] By: gsar                                  on 1999/07/20  15:29:01
3587         Log: DProf tweak
3588      Branch: perl
3589            ! ext/Devel/DProf/DProf.xs
3590 ____________________________________________________________________________
3591 [  3711] By: gsar                                  on 1999/07/20  07:56:19
3592         Log: another DProf build tweak
3593      Branch: perl
3594            ! utils/dprofpp.PL
3595 ____________________________________________________________________________
3596 [  3710] By: gsar                                  on 1999/07/20  07:36:36
3597         Log: move DProf things around to where they are supposed to be
3598      Branch: perl
3599            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
3600            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
3601            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
3602            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
3603            + t/lib/dprof/test6_t t/lib/dprof/test6_v
3604           +> utils/dprofpp.PL
3605            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
3606            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
3607            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
3608            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
3609            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
3610            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
3611            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
3612            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
3613            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
3614            ! installperl pod/roffitall utils/Makefile
3615            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3616 ____________________________________________________________________________
3617 [  3709] By: gsar                                  on 1999/07/20  06:13:16
3618         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
3619      Branch: perl
3620            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
3621            ! ext/Devel/Peek/Makefile.PL
3622 ____________________________________________________________________________
3623 [  3708] By: gsar                                  on 1999/07/20  06:01:22
3624         Log: move DProf to Devel/DProf
3625      Branch: perl
3626           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
3627           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
3628           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
3629           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
3630           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
3631           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
3632           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
3633           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
3634           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
3635           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
3636           +> ext/Devel/DProf/test.pl
3637            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
3638            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
3639            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
3640            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
3641            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
3642            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
3643            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
3644            ! MAINTAIN MANIFEST configure.com win32/Makefile
3645            ! win32/makefile.mk
3646 ____________________________________________________________________________
3647 [  3707] By: gsar                                  on 1999/07/20  05:39:11
3648         Log: add Devel::DProf v19990108 from CPAN, as it was
3649      Branch: perl
3650            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
3651            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
3652            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
3653            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
3654            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
3655            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
3656            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
3657            ! MANIFEST
3658 ____________________________________________________________________________
3659 [  3706] By: gsar                                  on 1999/07/20  04:52:25
3660         Log: C<union any> needs no PERL_OBJECT-treatment
3661      Branch: perl
3662            ! win32/win32.h
3663 ____________________________________________________________________________
3664 [  3705] By: gsar                                  on 1999/07/20  04:11:54
3665         Log: fix problem in default build
3666      Branch: perl
3667            ! win32/Makefile win32/makefile.mk
3668 ____________________________________________________________________________
3669 [  3704] By: jhi                                   on 1999/07/19  07:06:36
3670         Log: Integrate with Sarathy.
3671      Branch: cfgperl
3672           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
3673           !> win32/win32.c
3674 ____________________________________________________________________________
3675 [  3703] By: gsar                                  on 1999/07/19  05:55:57
3676         Log: win32 nits
3677      Branch: perl
3678            ! makedef.pl sv.h
3679 ____________________________________________________________________________
3680 [  3702] By: gsar                                  on 1999/07/19  04:29:34
3681         Log: don't display tid from main thread (or testsuite breaks)
3682      Branch: perl
3683            ! lib/Carp.pm util.c
3684 ____________________________________________________________________________
3685 [  3701] By: gsar                                  on 1999/07/19  00:47:52
3686         Log: remove several doubled (and tripled!) entries
3687      Branch: perl
3688            ! pod/perldiag.pod
3689 ____________________________________________________________________________
3690 [  3700] By: gsar                                  on 1999/07/19  00:42:34
3691         Log: integrate cfgperl contents into mainline
3692      Branch: perl
3693           +> makedef.pl
3694            - perl_exp.SH win32/makedef.pl
3695           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
3696           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
3697           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
3698           !> utf8.c util.c win32/Makefile win32/makefile.mk
3699 ____________________________________________________________________________
3700 [  3699] By: gsar                                  on 1999/07/19  00:33:59
3701         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
3702      Branch: perl
3703            ! Changes win32/win32.c
3704 ____________________________________________________________________________
3705 [  3698] By: jhi                                   on 1999/07/18  21:33:57
3706         Log: Integrate with Sarathy.
3707      Branch: cfgperl
3708           +> t/op/chars.t
3709           !> (integrate 57 files)
3710 ____________________________________________________________________________
3711 [  3697] By: gsar                                  on 1999/07/18  05:22:36
3712         Log: From: pvhp@forte.com (Peter Prymmer)
3713              Date: Thu, 1 Jul 99 19:31:24 PDT
3714              Message-Id: <9907020231.AA16942@forte.com>
3715              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
3716      Branch: perl
3717            + t/op/chars.t
3718            ! MANIFEST ebcdic.c t/op/ord.t
3719 ____________________________________________________________________________
3720 [  3696] By: gsar                                  on 1999/07/18  05:11:02
3721         Log: display thread id in diagnostics (suggested by Dan Sugalski)
3722      Branch: perl
3723            ! lib/Carp.pm util.c
3724 ____________________________________________________________________________
3725 [  3695] By: gsar                                  on 1999/07/18  04:57:47
3726         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
3727      Branch: perl
3728            ! pod/perldiag.pod
3729 ____________________________________________________________________________
3730 [  3694] By: gsar                                  on 1999/07/18  04:56:28
3731         Log: cache [NIUP]V conversions of defined READONLY values
3732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3733              Date: Sun, 11 Jul 1999 04:39:44 -0400
3734              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
3735              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
3736      Branch: perl
3737            ! sv.c
3738 ____________________________________________________________________________
3739 [  3693] By: gsar                                  on 1999/07/18  03:53:38
3740         Log: From: jan.dubois@ibm.net (Jan Dubois)
3741              Date: Sat, 17 Jul 1999 10:58:29 +0200
3742              Message-ID: <379144ad.13616689@smtp1.ibm.net>
3743              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
3744      Branch: perl
3745            ! lib/ExtUtils/Manifest.pm
3746 ____________________________________________________________________________
3747 [  3692] By: gsar                                  on 1999/07/18  03:51:03
3748         Log: remove spurious newSTATEOP() that causes goto to enter one too many
3749              contexts when jumping between if and elsif blocks
3750      Branch: perl
3751            ! perly.c perly.y pp_ctl.c t/op/goto.t
3752 ____________________________________________________________________________
3753 [  3691] By: gsar                                  on 1999/07/18  01:49:59
3754         Log: detypo, update Changes
3755      Branch: perl
3756            ! Changes doio.c
3757 ____________________________________________________________________________
3758 [  3690] By: gsar                                  on 1999/07/18  01:16:59
3759         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
3760      Branch: perl
3761            ! lib/integer.pm
3762 ____________________________________________________________________________
3763 [  3689] By: gsar                                  on 1999/07/18  00:47:17
3764         Log: ensure __END__ appears on a line by itself in wrapped
3765              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
3766              mention caveat about successfull kill()
3767      Branch: perl
3768            ! pod/perlfunc.pod win32/bin/pl2bat.pl
3769 ____________________________________________________________________________
3770 [  3688] By: gsar                                  on 1999/07/17  20:47:44
3771         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
3772      Branch: perl
3773            ! ext/SDBM_File/sdbm/Makefile.PL
3774 ____________________________________________________________________________
3775 [  3687] By: gsar                                  on 1999/07/17  20:43:27
3776         Log: make CC.pm use a distinct CCPP() macro rather than PP()
3777              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
3778      Branch: perl
3779            ! cc_runtime.h ext/B/B/CC.pm
3780 ____________________________________________________________________________
3781 [  3686] By: gsar                                  on 1999/07/17  20:39:08
3782         Log: tiny bug in vars.pm (from John Dlugosz)
3783      Branch: perl
3784            ! lib/vars.pm
3785 ____________________________________________________________________________
3786 [  3685] By: gsar                                  on 1999/07/17  20:37:27
3787         Log: applied suggested patch, along with later tweak
3788              From: jan.dubois@ibm.net (Jan Dubois)
3789              Date: Wed, 14 Jul 1999 23:53:43 +0200
3790              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
3791              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
3792      Branch: perl
3793            ! lib/Pod/Html.pm
3794 ____________________________________________________________________________
3795 [  3684] By: gsar                                  on 1999/07/17  20:24:32
3796         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
3797      Branch: perl
3798            ! thrdvar.h
3799 ____________________________________________________________________________
3800 [  3683] By: gsar                                  on 1999/07/17  20:21:01
3801         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3802              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
3803              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
3804              Subject: [PATCH 5.005_57] Segfaults if $^P
3805      Branch: perl
3806            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
3807            ! proto.h
3808 ____________________________________________________________________________
3809 [  3682] By: gsar                                  on 1999/07/17  20:04:17
3810         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
3811              and prefix/lib/perl5/man are ass_u_med only if those directories
3812              actually exist; else prefix/{lib,man} are used)
3813      Branch: perl
3814            ! lib/ExtUtils/MM_Unix.pm
3815 ____________________________________________________________________________
3816 [  3681] By: gsar                                  on 1999/07/17  19:12:33
3817         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
3818      Branch: perl
3819            ! op.c t/comp/proto.t
3820 ____________________________________________________________________________
3821 [  3680] By: gsar                                  on 1999/07/17  18:23:55
3822         Log: fix vec() on magic values
3823              From: Ian Phillipps <ian@dial.pipex.com>
3824              Date: Mon, 12 Jul 1999 12:30:05 +0100
3825              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
3826              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
3827      Branch: perl
3828            ! doop.c t/op/tie.t
3829 ____________________________________________________________________________
3830 [  3679] By: gsar                                  on 1999/07/17  18:10:44
3831         Log: make system() return -1 and set $! if exec of child failed
3832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3833              Date: Fri, 9 Jul 1999 05:21:13 -0400
3834              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
3835              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
3836      Branch: perl
3837            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
3838            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
3839 ____________________________________________________________________________
3840 [  3678] By: gsar                                  on 1999/07/17  17:54:01
3841         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3842              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
3843              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
3844              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
3845      Branch: perl
3846            ! util.c
3847 ____________________________________________________________________________
3848 [  3677] By: gsar                                  on 1999/07/17  17:34:38
3849         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
3850              converted Ken's documentation outline into pod
3851      Branch: perl
3852            ! x2p/find2perl.PL
3853 ____________________________________________________________________________
3854 [  3676] By: gsar                                  on 1999/07/17  16:34:09
3855         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
3856              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
3857              Steve Lidie
3858      Branch: perl
3859            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
3860            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3861            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
3862            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
3863            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
3864            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
3865 ____________________________________________________________________________
3866 [  3675] By: gsar                                  on 1999/07/17  00:16:53
3867         Log: backout redundant change#3628
3868      Branch: perl
3869            ! Changes hints/bsdos.sh
3870 ____________________________________________________________________________
3871 [  3674] By: jhi                                   on 1999/07/15  14:26:03
3872         Log: Fix the bin/oct/hex constant overflow tests for
3873              long long platforms.
3874      Branch: cfgperl
3875            ! t/pragma/warn/util
3876 ____________________________________________________________________________
3877 [  3673] By: jhi                                   on 1999/07/14  21:59:11
3878         Log: Fixed AIX dynamic loading and AIX shared Perl library.
3879              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
3880              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
3881              Hijacked win32/makedef.pl for more general purpose export
3882              list building, now it is used (as toplevel makedef.pl)
3883              for win32 and AIX (perl_exp.SH made unnecessary).
3884              Because the export lists are now correct in AIX, no more linker
3885              warnings about "Exported symbol not defined" should appear.
3886      Branch: cfgperl
3887            + makedef.pl
3888            - perl_exp.SH win32/makedef.pl
3889            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
3890            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
3891            ! win32/makefile.mk
3892 ____________________________________________________________________________
3893 [  3672] By: gsar                                  on 1999/07/14  17:12:13
3894         Log: minor efficiency tweak
3895      Branch: perl
3896            ! pp_ctl.c
3897 ____________________________________________________________________________
3898 [  3671] By: jhi                                   on 1999/07/14  16:22:39
3899         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
3900              if its caller re_intuit_start() was entered with strend == strpos
3901              because end_shift ended up as -1.  The patch ain't necessarily
3902              correct but least the core dump is avoided.
3903      Branch: cfgperl
3904            ! regexec.c
3905 ____________________________________________________________________________
3906 [  3670] By: jhi                                   on 1999/07/13  07:59:09
3907         Log: Integrate with Sarathy.
3908      Branch: cfgperl
3909            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3910            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
3911           !> (integrate 67 files)
3912 ____________________________________________________________________________
3913 [  3669] By: gsar                                  on 1999/07/12  06:14:54
3914         Log: fixups for sundry warnings about function pointers
3915      Branch: perl
3916            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
3917            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
3918            ! win32/win32.c win32/win32.h
3919 ____________________________________________________________________________
3920 [  3668] By: gsar                                  on 1999/07/12  04:11:58
3921         Log: tweaks for win32/borland
3922      Branch: perl
3923            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
3924 ____________________________________________________________________________
3925 [  3667] By: gsar                                  on 1999/07/12  01:55:15
3926         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
3927              builds; passing the implicit context is unified among the three
3928              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
3929              flavors (see the top of perl.h) for testing; all varargs functions
3930              foo() have a va_list-taking variant vfoo() for generating the
3931              context-free versions; the PERL_OBJECT build should now be
3932              hyper-compatible with CPAN extensions (C++ is totally out of
3933              the picture)
3934              
3935              result has only been tested on Windows
3936              
3937              TODO: write docs on the THX rationale and idiomatic usage of
3938              the Perl API
3939      Branch: perl
3940            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
3941            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
3942            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
3943            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3944            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
3945            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
3946            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3947            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
3948            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
3949            ! global.sym globals.c intrpvar.h iperlsys.h
3950            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3951            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
3952            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
3953            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
3954            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
3955            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
3956            ! win32/dl_win32.xs win32/include/dirent.h
3957            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
3958            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
3959            ! win32/win32iop.h win32/win32sck.c
3960 ____________________________________________________________________________
3961 [  3666] By: jhi                                   on 1999/07/11  22:00:13
3962         Log: Integrate with Sarathy.
3963      Branch: cfgperl
3964           !> op.c t/op/lex_assign.t
3965 ____________________________________________________________________________
3966 [  3665] By: jhi                                   on 1999/07/11  21:59:01
3967         Log: More manual sync.
3968      Branch: cfgperl
3969            ! pod/perldelta.pod
3970 ____________________________________________________________________________
3971 [  3664] By: gsar                                  on 1999/07/11  19:11:07
3972         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
3973              remedy and related tests via private mail
3974      Branch: perl
3975            ! op.c t/op/lex_assign.t
3976 ____________________________________________________________________________
3977 [  3663] By: jhi                                   on 1999/07/11  15:04:37
3978         Log: Manual synchronization with Sarathy (some files
3979              had drifted apart for no apparent reason), plus
3980              I had a typo in dl_vms.xs Sarathy had fixed.
3981      Branch: cfgperl
3982            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
3983 ____________________________________________________________________________
3984 [  3662] By: jhi                                   on 1999/07/10  12:23:21
3985         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
3986              to adapt to the underlying platform (the binary, 0b1..., test
3987              was broken in 64-bit platforms).  Also change "hex" in the
3988              warning messages to "hexadecimal" to match "binary" and "octal".
3989      Branch: cfgperl
3990            ! pod/perldiag.pod t/pragma/warn/util util.c
3991 ____________________________________________________________________________
3992 [  3661] By: jhi                                   on 1999/07/08  21:54:55
3993         Log: Integrate with Sarathy.
3994      Branch: cfgperl
3995           +> perlapi.c perlapi.h
3996           !> (integrate 43 files)
3997 ____________________________________________________________________________
3998 [  3660] By: gsar                                  on 1999/07/08  18:47:35
3999         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
4000      Branch: perl
4001            + perlapi.c perlapi.h
4002            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
4003            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
4004            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
4005            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
4006            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
4007            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
4008            ! win32/win32.h
4009 ____________________________________________________________________________
4010 [  3659] By: gsar                                  on 1999/07/08  18:41:45
4011         Log: sundry cleanups for clean build on windows
4012      Branch: perl
4013            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
4014 ____________________________________________________________________________
4015 [  3658] By: gsar                                  on 1999/07/08  01:24:25
4016         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
4017              type mismatch problems
4018      Branch: perl
4019            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
4020            ! t/pragma/warn/op toke.c utf8.c util.c
4021 ____________________________________________________________________________
4022 [  3657] By: jhi                                   on 1999/07/07  23:01:16
4023         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
4024      Branch: cfgperl
4025            ! pod/perldiag.pod
4026           !> Changes configure.com ext/B/B/Deparse.pm
4027           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
4028           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
4029           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
4030           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
4031           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
4032           !> t/pragma/overload.t thread.h vms/vms.c
4033 ____________________________________________________________________________
4034 [  3656] By: gsar                                  on 1999/07/07  21:04:38
4035         Log: integrate cfgperl contents
4036      Branch: perl
4037           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
4038           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
4039           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
4040            ! Changes
4041           !> (integrate 45 files)
4042 ____________________________________________________________________________
4043 [  3655] By: gsar                                  on 1999/07/07  18:55:45
4044         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
4045              <pvhp@forte.com>
4046      Branch: perl
4047            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
4048 ____________________________________________________________________________
4049 [  3654] By: gsar                                  on 1999/07/07  18:47:03
4050         Log: change#1889 mistakenly removed F_SETLK
4051      Branch: perl
4052            ! ext/Fcntl/Fcntl.xs
4053 ____________________________________________________________________________
4054 [  3653] By: gsar                                  on 1999/07/07  18:42:42
4055         Log: B::Deparse update
4056              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4057              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
4058              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
4059              Subject: [PATCH _57, long] B::Deparse 0.58
4060      Branch: perl
4061            ! ext/B/B/Deparse.pm
4062 ____________________________________________________________________________
4063 [  3652] By: gsar                                  on 1999/07/07  18:41:07
4064         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4065              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
4066              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
4067              Subject: Re: [ID 19990705.001] Overloading boolean conversion
4068      Branch: perl
4069            ! gv.c t/pragma/overload.t
4070 ____________________________________________________________________________
4071 [  3651] By: gsar                                  on 1999/07/07  17:47:30
4072         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
4073      Branch: perl
4074            ! perlsfio.h
4075 ____________________________________________________________________________
4076 [  3650] By: gsar                                  on 1999/07/07  17:45:52
4077         Log: applied new parts of suggested patch
4078              From: Charles Bailey <BAILEY@newman.upenn.edu>
4079              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
4080              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
4081              Subject: [PATCH 5.005_57] Consolidated VMS patch
4082      Branch: perl
4083            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
4084            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
4085            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
4086            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
4087            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
4088 ____________________________________________________________________________
4089 [  3649] By: jhi                                   on 1999/07/07  13:38:02
4090         Log: Sync regcomp warn with reality.
4091      Branch: cfgperl
4092            ! t/pragma/warn/regcomp
4093 ____________________________________________________________________________
4094 [  3648] By: jhi                                   on 1999/07/07  13:04:55
4095         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
4096              resolved manually.
4097      Branch: cfgperl
4098           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
4099           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
4100           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
4101            - README.lexwarn
4102           !> (integrate 79 files)
4103 ____________________________________________________________________________
4104 [  3647] By: gsar                                  on 1999/07/07  10:32:03
4105         Log: From: jan.dubois@ibm.net (Jan Dubois)
4106              Date: Thu, 01 Jul 1999 11:17:53 +0200
4107              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
4108              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
4109      Branch: perl
4110            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
4111            ! lib/ExtUtils/MakeMaker.pm
4112 ____________________________________________________________________________
4113 [  3646] By: gsar                                  on 1999/07/07  10:27:55
4114         Log: fix undocumented IO::Handle functions as suggested
4115              by cj10@cam.ac.uk
4116      Branch: perl
4117            ! ext/IO/lib/IO/Handle.pm
4118 ____________________________________________________________________________
4119 [  3645] By: gsar                                  on 1999/07/07  10:18:55
4120         Log: prohibit thread join()ing itself (from Dan Sugalski)
4121      Branch: perl
4122            ! ext/Thread/Thread.xs
4123 ____________________________________________________________________________
4124 [  3644] By: gsar                                  on 1999/07/07  10:14:26
4125         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
4126              Date: Wed, 30 Jun 1999 14:02:42 -0700
4127              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
4128              Subject:  [PATCH 5.005_57] Compiler and XSUBS
4129      Branch: perl
4130            ! ext/B/B/C.pm
4131 ____________________________________________________________________________
4132 [  3643] By: gsar                                  on 1999/07/07  10:08:38
4133         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
4134              (from François Désarménien <desar@club-internet.fr>)
4135      Branch: perl
4136            ! pod/perlsyn.pod
4137 ____________________________________________________________________________
4138 [  3642] By: gsar                                  on 1999/07/07  10:03:24
4139         Log: From: Doug MacEachern <dougm@cp.net>
4140              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
4141              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
4142              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
4143      Branch: perl
4144            ! ext/B/B.xs
4145 ____________________________________________________________________________
4146 [  3641] By: gsar                                  on 1999/07/07  10:00:57
4147         Log: slightly modified version of suggested patch
4148              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
4149              Date: Mon, 28 Jun 1999 14:23:59 -0400
4150              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
4151              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
4152      Branch: perl
4153            ! ext/POSIX/POSIX.xs
4154 ____________________________________________________________________________
4155 [  3640] By: gsar                                  on 1999/07/07  09:45:43
4156         Log: lexical warnings update (warning.t fails one test
4157              due to leaked scalar, investigation pending)
4158              From: paul.marquess@bt.com
4159              Date: Sat, 26 Jun 1999 23:19:52 +0100
4160              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
4161              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
4162      Branch: perl
4163            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
4164            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
4165            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
4166            - README.lexwarn
4167            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
4168            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
4169            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
4170            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
4171            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4172            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
4173            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
4174            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
4175            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
4176            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4177            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4178            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
4179            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
4180            ! warning.h warning.pl win32/win32.c
4181 ____________________________________________________________________________
4182 [  3639] By: gsar                                  on 1999/07/07  08:09:30
4183         Log: From: Brian Jepson <bjepson@home.com>
4184              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
4185              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
4186              Subject: Patch to JPL example program
4187      Branch: perl
4188            ! jpl/JPL_Rolo/JPL_Rolo.jpl
4189 ____________________________________________________________________________
4190 [  3638] By: jhi                                   on 1999/07/07  08:07:58
4191         Log: Integrate with Sarathy.
4192      Branch: cfgperl
4193           !> (integrate 34 files)
4194 ____________________________________________________________________________
4195 [  3637] By: gsar                                  on 1999/07/07  08:07:49
4196         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4197              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
4198              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
4199              Subject: [PATCH _57, long] Eliminate CONDOPs
4200      Branch: perl
4201            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
4202            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
4203            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
4204            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
4205            ! pod/perltoc.pod pp_ctl.c pp_hot.c
4206 ____________________________________________________________________________
4207 [  3636] By: gsar                                  on 1999/07/07  07:50:51
4208         Log: adapted suggested patch for IO-1.20x
4209              From: ian@dial.pipex.com
4210              Date:  Fri, 25 Jun 1999 10:39:42 +0100
4211              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
4212              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
4213      Branch: perl
4214            ! ext/IO/lib/IO/Socket.pm
4215 ____________________________________________________________________________
4216 [  3635] By: gsar                                  on 1999/07/07  07:26:05
4217         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
4218      Branch: perl
4219            ! hints/powerux.sh
4220 ____________________________________________________________________________
4221 [  3634] By: gsar                                  on 1999/07/07  07:20:02
4222         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4223              Date: Wed, 23 Jun 1999 16:16:05 +0100
4224              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
4225              Subject: [PATCH 5.005_57] memleak in optimizer
4226      Branch: perl
4227            ! embed.h embed.pl objXSUB.h op.c proto.h
4228 ____________________________________________________________________________
4229 [  3633] By: gsar                                  on 1999/07/07  07:10:52
4230         Log: add do-not-edit caveats for files generated by opcode.pl
4231              (suggested by Hugo van der Sanden)
4232      Branch: perl
4233            ! opcode.h opcode.pl pp.sym pp_proto.h
4234 ____________________________________________________________________________
4235 [  3632] By: gsar                                  on 1999/07/07  06:41:13
4236         Log: better diagnostics on read operations from write-only
4237              filehandles
4238      Branch: perl
4239            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
4240            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4241 ____________________________________________________________________________
4242 [  3631] By: gsar                                  on 1999/07/07  02:03:34
4243         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
4244              by David Muir Sharnoff <muir@idiom.com>)
4245      Branch: perl
4246            ! lib/Sys/Hostname.pm
4247 ____________________________________________________________________________
4248 [  3630] By: gsar                                  on 1999/07/07  01:57:16
4249         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
4250              Date: Sun, 20 Jun 1999 17:17:17 -0700
4251              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
4252              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
4253      Branch: perl
4254            ! ext/B/B/CC.pm
4255 ____________________________________________________________________________
4256 [  3629] By: gsar                                  on 1999/07/07  01:46:03
4257         Log: installperl should write normal messages to STDOUT, not STDERR
4258      Branch: perl
4259            ! installperl
4260 ____________________________________________________________________________
4261 [  3628] By: gsar                                  on 1999/07/07  01:41:25
4262         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
4263      Branch: perl
4264            ! hints/bsdos.sh
4265 ____________________________________________________________________________
4266 [  3627] By: gsar                                  on 1999/07/07  00:27:10
4267         Log: make diagnostic on C<my $^I> etc., more readable
4268      Branch: perl
4269            ! op.c
4270 ____________________________________________________________________________
4271 [  3626] By: gsar                                  on 1999/07/06  23:47:27
4272         Log: From: Andy Dougherty <doughera@lafayette.edu>
4273              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
4274              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
4275              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
4276      Branch: perl
4277            ! Makefile.SH utils/Makefile
4278 ____________________________________________________________________________
4279 [  3625] By: jhi                                   on 1999/07/06  21:50:46
4280         Log: Some new files of #3624 missing from MANIFEST.
4281      Branch: cfgperl
4282            ! MANIFEST
4283 ____________________________________________________________________________
4284 [  3624] By: jhi                                   on 1999/07/06  21:47:04
4285         Log: POSIX [[:character class:]] support for standard, locale,
4286              and utf8.  If both utf8 and locale are on, utf8 wins.
4287              I don't fully understand why so many tables changed in
4288              lib/unicode because of "make" -- maybe it was just overdue.
4289      Branch: cfgperl
4290            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
4291            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
4292            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
4293            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
4294            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
4295            ! lib/unicode/Block.pl lib/unicode/Category.pl
4296            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4297            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
4298            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
4299            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
4300            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
4301            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
4302            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
4303            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
4304            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
4305            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
4306            ! t/pragma/warn/regcomp utf8.c
4307 ____________________________________________________________________________
4308 [  3623] By: gsar                                  on 1999/07/06  20:52:48
4309         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4310              Date: Wed, 16 Jun 1999 14:57:22 -0400
4311              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
4312              Subject: [PATCH 5.00557] Devel::Peek
4313      Branch: perl
4314            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
4315 ____________________________________________________________________________
4316 [  3622] By: gsar                                  on 1999/07/06  20:22:59
4317         Log: applied patch after demunging headers with appropriate paths
4318              From: "Vishal Bhatia" <vishalb@my-deja.com>
4319              Date: Sat, 12 Jun 1999 08:23:59 -0700
4320              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
4321              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
4322      Branch: perl
4323            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
4324            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
4325 ____________________________________________________________________________
4326 [  3621] By: gsar                                  on 1999/07/06  20:10:50
4327         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4328              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
4329              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
4330              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
4331      Branch: perl
4332            ! doio.c
4333 ____________________________________________________________________________
4334 [  3620] By: jhi                                   on 1999/07/06  19:16:47
4335         Log: Mention EPOC and SOCKS.
4336      Branch: cfgperl
4337            ! pod/perldelta.pod
4338 ____________________________________________________________________________
4339 [  3619] By: gsar                                  on 1999/07/06  16:52:37
4340         Log: fix int vs STRLEN issue
4341      Branch: perl
4342            ! pp.c
4343 ____________________________________________________________________________
4344 [  3618] By: jhi                                   on 1999/07/06  16:52:20
4345         Log: There ain't Perl_atonv().
4346      Branch: cfgperl
4347            ! ext/ByteLoader/bytecode.h
4348 ____________________________________________________________________________
4349 [  3617] By: jhi                                   on 1999/07/06  15:55:22
4350         Log: Integrate with Sarathy.
4351      Branch: cfgperl
4352           !> Makefile.SH
4353 ____________________________________________________________________________
4354 [  3616] By: jhi                                   on 1999/07/06  15:54:09
4355         Log: Tweak for #3613.
4356      Branch: cfgperl
4357            ! Configure config_h.SH
4358 ____________________________________________________________________________
4359 [  3615] By: gsar                                  on 1999/07/06  11:00:21
4360         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4361              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
4362              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
4363              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
4364      Branch: perl
4365            ! Makefile.SH
4366 ____________________________________________________________________________
4367 [  3614] By: jhi                                   on 1999/07/06  10:44:48
4368         Log: Integrate with Sarathy.
4369      Branch: cfgperl
4370           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
4371           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
4372 ____________________________________________________________________________
4373 [  3613] By: jhi                                   on 1999/07/06  10:43:20
4374         Log: From: Nathan Kurz <nate@valleytel.net>
4375              Subject: [ID 19990612.001 compiling three deep modules within ext/]
4376              ply-To: nate@valleytel.net
4377              erl5-porters@perl.org
4378              Date: Sat, 12 Jun 1999 01:26:04 -0500
4379              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
4380      Branch: cfgperl
4381            ! Configure config_h.SH
4382 ____________________________________________________________________________
4383 [  3612] By: gsar                                  on 1999/07/06  10:17:52
4384         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4385              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
4386              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
4387              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
4388      Branch: perl
4389            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
4390 ____________________________________________________________________________
4391 [  3611] By: gsar                                  on 1999/07/06  09:51:20
4392         Log: From: pvhp@forte.com (Peter Prymmer)
4393              Date: Fri, 11 Jun 99 17:07:19 PDT
4394              Message-Id: <9906120007.AA13802@forte.com>
4395              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
4396      Branch: perl
4397            ! ext/IO/lib/IO/File.pm
4398 ____________________________________________________________________________
4399 [  3610] By: gsar                                  on 1999/07/06  09:37:37
4400         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
4401              tweak)
4402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4403              Date: Wed, 09 Jun 1999 18:27:51 +0100
4404              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
4405              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
4406      Branch: perl
4407            ! perl.h t/base/rs.t
4408 ____________________________________________________________________________
4409 [  3609] By: jhi                                   on 1999/07/06  09:28:48
4410         Log: Integrate with Sarathy.
4411      Branch: cfgperl
4412           !> (integrate 49 files)
4413 ____________________________________________________________________________
4414 [  3608] By: gsar                                  on 1999/07/06  09:28:21
4415         Log: test tweak
4416      Branch: perl
4417            ! t/pragma/warn/op
4418 ____________________________________________________________________________
4419 [  3607] By: jhi                                   on 1999/07/06  09:22:48
4420         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
4421      Branch: cfgperl
4422            ! Configure config_h.SH
4423 ____________________________________________________________________________
4424 [  3606] By: gsar                                  on 1999/07/06  09:05:02
4425         Log: applied slightly tweaked version of suggested patch for
4426              improved RE API
4427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4428              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
4429              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
4430              Subject: [PATCH 5.005_57] REx engine rehash
4431      Branch: perl
4432            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
4433            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
4434            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
4435            ! util.c
4436 ____________________________________________________________________________
4437 [  3605] By: gsar                                  on 1999/07/06  08:54:03
4438         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
4439      Branch: perl
4440            ! sv.c
4441 ____________________________________________________________________________
4442 [  3604] By: gsar                                  on 1999/07/06  07:08:30
4443         Log: From: paul.marquess@bt.com
4444              Date: Tue, 8 Jun 1999 22:37:58 +0100 
4445              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
4446              Subject: [PATCH 5.005_57] DB_File 1.67
4447      Branch: perl
4448            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4449            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4450 ____________________________________________________________________________
4451 [  3603] By: gsar                                  on 1999/07/06  07:04:50
4452         Log: From: paul.marquess@bt.com
4453              Date: Tue, 8 Jun 1999 22:34:01 +0100 
4454              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
4455              Subject: [PATCH 5.005_57] DBM Filters
4456      Branch: perl
4457            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4458            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
4459            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
4460            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
4461 ____________________________________________________________________________
4462 [  3602] By: gsar                                  on 1999/07/06  07:00:01
4463         Log: slightly tweaked version of suggested patch
4464              From: Dan Sugalski <sugalskd@ous.edu>
4465              Date: Tue, 08 Jun 1999 14:09:38 -0700
4466              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
4467              Subject: [PATCH 5.005_57]Use NV instead of double in the core
4468      Branch: perl
4469            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
4470            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
4471            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
4472            ! proto.h sv.c sv.h toke.c universal.c util.c
4473 ____________________________________________________________________________
4474 [  3601] By: gsar                                  on 1999/07/06  06:52:57
4475         Log: integrate cfgperl contents into mainline
4476      Branch: perl
4477           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4478           +> epoc/perl.mmp epoc/perl.pkg
4479           !> (integrate 30 files)
4480 ____________________________________________________________________________
4481 [  3598] By: jhi                                   on 1999/07/05  20:02:55
4482         Log: Integrate with mainperl.
4483      Branch: cfgperl
4484           +> lib/CGI/Pretty.pm
4485           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
4486           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
4487           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
4488           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
4489           !> vms/vmsish.h
4490 ____________________________________________________________________________
4491 [  3597] By: jhi                                   on 1999/07/05  19:59:48
4492         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
4493              that addresses the notorious "Additional libraries" question.
4494      Branch: cfgperl
4495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4496            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
4497            ! pp_sys.c
4498 ____________________________________________________________________________
4499 [  3596] By: gsar                                  on 1999/07/05  18:30:51
4500         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4501              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
4502              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
4503              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
4504      Branch: perl
4505            ! pp_sys.c t/lib/io_udp.t
4506 ____________________________________________________________________________
4507 [  3595] By: gsar                                  on 1999/07/05  18:29:08
4508         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4509              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
4510              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
4511              Subject: [PATCH 5.00557] Setting $^E wipes out $!
4512      Branch: perl
4513            ! mg.c
4514 ____________________________________________________________________________
4515 [  3594] By: gsar                                  on 1999/07/05  18:24:53
4516         Log: hand-apply whitespace mutiliated patch
4517              From: Dan Sugalski <sugalskd@osshe.edu>
4518              Date: Mon, 07 Jun 1999 14:46:42 -0700
4519              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
4520              Subject: [PATCH 5.005_57]Updated VMS patch
4521      Branch: perl
4522            ! thread.h vms/descrip_mms.template vms/subconfigure.com
4523            ! vms/vms.c vms/vmsish.h
4524 ____________________________________________________________________________
4525 [  3593] By: gsar                                  on 1999/07/05  17:53:04
4526         Log: applied parts not duplicated by previous patches
4527              From: "Vishal Bhatia" <vishalb@my-deja.com>
4528              Date: Sat, 05 Jun 1999 08:42:17 -0700
4529              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
4530              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
4531      Branch: perl
4532            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
4533            ! ext/B/B/Stackobj.pm
4534 ____________________________________________________________________________
4535 [  3592] By: jhi                                   on 1999/07/05  17:17:22
4536         Log: AIX threaded build, plus few more on the side.
4537      Branch: cfgperl
4538            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
4539            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4540            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
4541            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
4542 ____________________________________________________________________________
4543 [  3591] By: gsar                                  on 1999/07/05  16:52:34
4544         Log: "\e" and "\a" didn't produce right escape under EBCDIC
4545              From: pvhp@forte.com (Peter Prymmer)
4546              Date: Fri, 4 Jun 99 12:00:27 PDT
4547              Message-Id: <9906041900.AA28387@forte.com>
4548              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
4549      Branch: perl
4550            ! toke.c
4551 ____________________________________________________________________________
4552 [  3590] By: gsar                                  on 1999/07/05  16:40:01
4553         Log: s/scalar ref constructor/single ref constructor/ (suggested
4554              by Stephen McCamant)
4555      Branch: perl
4556            ! opcode.h opcode.pl
4557 ____________________________________________________________________________
4558 [  3589] By: gsar                                  on 1999/07/05  16:34:06
4559         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
4560      Branch: perl
4561            ! ext/GDBM_File/GDBM_File.xs
4562 ____________________________________________________________________________
4563 [  3588] By: gsar                                  on 1999/07/05  16:29:39
4564         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
4565              is unchanged still)
4566      Branch: perl
4567            ! op.c
4568 ____________________________________________________________________________
4569 [  3587] By: jhi                                   on 1999/07/05  10:31:43
4570         Log: Make perl_exp.SH smarter about what to include and what to exclude.
4571      Branch: cfgperl
4572            ! perl_exp.SH
4573 ____________________________________________________________________________
4574 [  3586] By: jhi                                   on 1999/07/05  09:29:31
4575         Log: Remove unnecessary and extraneous my $i = 0.
4576      Branch: cfgperl
4577            ! bytecode.pl
4578 ____________________________________________________________________________
4579 [  3585] By: jhi                                   on 1999/07/05  07:28:59
4580         Log: Integrate with mainperl.
4581      Branch: cfgperl
4582           !> (integrate 30 files)
4583 ____________________________________________________________________________
4584 [  3584] By: gsar                                  on 1999/07/05  05:36:28
4585         Log: From: Vishal Bhatia <vishalb@hotmail.com>
4586              Date: Thu, 03 Jun 1999 00:57:48 PDT
4587              Message-ID: <19990603075749.86665.qmail@hotmail.com>
4588              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
4589      Branch: perl
4590            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
4591 ____________________________________________________________________________
4592 [  3583] By: gsar                                  on 1999/07/05  05:31:19
4593         Log: suppress fancy display when in verbose mode (suggested by
4594              Paul Johnson <pjcj@transeda.com>)
4595      Branch: perl
4596            ! lib/Test/Harness.pm
4597 ____________________________________________________________________________
4598 [  3582] By: gsar                                  on 1999/07/05  05:17:12
4599         Log: cygwin32 update
4600              From: "Fifer, Eric" <EFifer@sanwaint.com>
4601              Date:  Wed, 2 Jun 1999 15:16:05 +0100
4602              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
4603              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
4604      Branch: perl
4605            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
4606            ! cygwin32/build-instructions.READFIRST
4607            ! cygwin32/build-instructions.charles-wilson
4608            ! cygwin32/build-instructions.sebastien-barre
4609            ! cygwin32/build-instructions.steven-morlock
4610            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
4611            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
4612            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
4613            ! t/op/magic.t util.c
4614 ____________________________________________________________________________
4615 [  3581] By: gsar                                  on 1999/07/05  02:46:18
4616         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
4617      Branch: perl
4618            ! util.c
4619 ____________________________________________________________________________
4620 [  3580] By: gsar                                  on 1999/07/05  02:38:03
4621         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
4622              Date: Mon, 31 May 1999 18:18:13 -0600
4623              Message-ID: <19990601001813.AAA17834@csgsystems.com>
4624              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
4625      Branch: perl
4626            ! t/TEST t/UTEST t/harness utils/perlcc.PL
4627 ____________________________________________________________________________
4628 [  3579] By: gsar                                  on 1999/07/05  01:20:58
4629         Log: compatibility tweak for Class::Struct
4630      Branch: perl
4631            ! lib/Class/Struct.pm
4632 ____________________________________________________________________________
4633 [  3578] By: jhi                                   on 1999/07/04  23:26:01
4634         Log: Miscellaneus AIX fixes + SOCKS support.
4635      Branch: cfgperl
4636            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4637            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
4638            ! hints/aix.sh pp_sys.c
4639 ____________________________________________________________________________
4640 [  3577] By: gsar                                  on 1999/07/04  23:07:39
4641         Log: test tweak
4642      Branch: perl
4643            ! t/io/openpid.t
4644 ____________________________________________________________________________
4645 [  3576] By: jhi                                   on 1999/07/04  22:39:23
4646         Log: Integrate with mainperl.
4647      Branch: cfgperl
4648           +> t/io/openpid.t
4649            - win32/perlhost.h
4650           !> (integrate 51 files)
4651 ____________________________________________________________________________
4652 [  3575] By: jhi                                   on 1999/07/04  22:26:48
4653         Log: Added 64-bit support for AIX 4.3 or better
4654              based on Martin H. Rusoff's observations.
4655      Branch: cfgperl
4656            ! Configure config_h.SH hints/aix.sh
4657 ____________________________________________________________________________
4658 [  3574] By: jhi                                   on 1999/07/04  21:34:47
4659         Log: Do not throw away gccvers compilation errors.
4660              From: Andy Dougherty <doughera@lafayette.edu>
4661              To: Ron Seguin <rseguin@on.bell.ca>
4662              Cc: Perl Porters <perl5-porters@perl.org>
4663              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
4664              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
4665              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
4666      Branch: cfgperl
4667            ! Configure config_h.SH
4668 ____________________________________________________________________________
4669 [  3573] By: gsar                                  on 1999/07/04  21:10:32
4670         Log: adapted suggested tests for addition to testsuite
4671              From: RonaldWS@aol.com
4672              Date:  Sun, 30 May 1999 16:27:28 EDT
4673              Message-Id:  <25cd799f.2482f930@aol.com>
4674              Subject: [19990530.007] Open with pipe | does not return pid under win32
4675      Branch: perl
4676            + t/io/openpid.t
4677            ! MANIFEST win32/win32.c
4678 ____________________________________________________________________________
4679 [  3572] By: gsar                                  on 1999/07/04  20:29:32
4680         Log: perl_run() should call my_exit(0) for normal completion
4681      Branch: perl
4682            ! perl.c
4683 ____________________________________________________________________________
4684 [  3571] By: jhi                                   on 1999/07/04  20:10:44
4685         Log: Add test for change #3568 plus general cleanup.
4686      Branch: cfgperl
4687            ! t/pragma/locale.t
4688 ____________________________________________________________________________
4689 [  3570] By: gsar                                  on 1999/07/04  20:03:21
4690         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
4691              overloading
4692      Branch: perl
4693            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4694            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
4695 ____________________________________________________________________________
4696 [  3569] By: gsar                                  on 1999/07/04  18:04:48
4697         Log: make AIX dynaloading work when libperl is shared (and thus under
4698              mod_perl etc.)
4699              From: Jens-Uwe Mager <jum@helios.de>
4700              Date:  Sat, 29 May 1999 17:09:52 +0200
4701              Message-Id:  <199905291509.RAA43978@ans.helios.de>
4702              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
4703      Branch: perl
4704            ! ext/DynaLoader/dl_aix.xs
4705 ____________________________________________________________________________
4706 [  3568] By: jhi                                   on 1999/07/04  14:54:23
4707         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
4708              This resulted for example in the 'o' magic not being cleared by
4709              magic_setcollxfrm(), which resulted in strange cmp results.
4710              The bug was reported originally in the message
4711              Subject: Bug with locale
4712              From: Jan Starzynski <jan@planet.de> 
4713              To: perlbug@perl.com 
4714              Date: Fri, 09 Apr 1999 13:23:07 +0200 
4715              Message-ID: <370DE31B.DAEE1332@planet.de> 
4716      Branch: cfgperl
4717            ! pp.c
4718 ____________________________________________________________________________
4719 [  3567] By: gsar                                  on 1999/07/04  02:38:34
4720         Log: remove misleading info on defined(&func), unclutter deprecation
4721              about defined(@array)
4722      Branch: perl
4723            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4724            ! t/pragma/warn/op
4725 ____________________________________________________________________________
4726 [  3566] By: gsar                                  on 1999/07/04  01:46:31
4727         Log: From: jan.dubois@ibm.net (Jan Dubois)
4728              Date: Wed, 26 May 1999 22:07:17 +0200
4729              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
4730              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
4731      Branch: perl
4732            ! Changes win32/win32.c win32/win32.h
4733 ____________________________________________________________________________
4734 [  3565] By: gsar                                  on 1999/07/04  01:26:02
4735         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
4736              for win32 issues)
4737      Branch: perl
4738            ! pod/perlxstut.pod
4739 ____________________________________________________________________________
4740 [  3564] By: gsar                                  on 1999/07/02  03:09:04
4741         Log: avoid warnings
4742      Branch: perl
4743            ! ext/Thread/Thread/Specific.pm lib/fields.pm
4744 ____________________________________________________________________________
4745 [  3563] By: gsar                                  on 1999/06/28  19:23:47
4746         Log: inc version (for CPAN.pm sanity)
4747      Branch: perl
4748            ! lib/Text/ParseWords.pm
4749 ____________________________________________________________________________
4750 [  3562] By: gsar                                  on 1999/06/28  19:19:01
4751         Log: regen perltoc
4752      Branch: perl
4753            ! pod/perltoc.pod
4754 ____________________________________________________________________________
4755 [  3561] By: gsar                                  on 1999/06/28  19:08:41
4756         Log: From: Damian Conway <damian@cs.monash.edu.au>
4757              Date: Wed, 26 May 1999 00:58:35 -0400
4758              Message-Id: <199905260458.AAA06411@defender.perl.org>
4759              Subject: [19990526.002] Misc. improvements to Class:Struct
4760      Branch: perl
4761            ! MANIFEST lib/Class/Struct.pm
4762 ____________________________________________________________________________
4763 [  3560] By: gsar                                  on 1999/06/28  18:50:52
4764         Log: remove bogus PL_optype_size
4765      Branch: perl
4766            ! bytecode.pl ext/ByteLoader/byterun.h
4767 ____________________________________________________________________________
4768 [  3559] By: gsar                                  on 1999/06/28  18:22:26
4769         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
4770      Branch: perl
4771            + lib/CGI/Pretty.pm
4772            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
4773            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
4774            ! t/lib/cgi-html.t t/lib/cgi-request.t
4775 ____________________________________________________________________________
4776 [  3558] By: jhi                                   on 1999/06/28  07:30:21
4777         Log: Change Olaf Lebbe's email address.
4778      Branch: cfgperl
4779            ! README.epoc
4780 ____________________________________________________________________________
4781 [  3557] By: gsar                                  on 1999/06/28  00:07:33
4782         Log: make autogenerated files writable
4783      Branch: perl
4784            - win32/perlhost.h
4785            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
4786            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
4787            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
4788            ! proto.h regnodes.h warning.h win32/config_H.bc
4789            ! win32/config_H.gc win32/config_H.vc
4790 ____________________________________________________________________________
4791 [  3556] By: jhi                                   on 1999/06/27  19:22:53
4792         Log: Update MANIFEST to match #3555.
4793      Branch: cfgperl
4794            ! MANIFEST
4795 ____________________________________________________________________________
4796 [  3555] By: jhi                                   on 1999/06/27  19:16:22
4797         Log: EPOC port to Psion5.
4798              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4799              To: Jarkko Hietaniemi <jhi@iki.fi>
4800              Cc: perl5-porters@perl.org
4801              Subject: Re: Psion5
4802              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
4803              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
4804      Branch: cfgperl
4805            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
4806            + epoc/perl.mmp epoc/perl.pkg
4807            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
4808            ! perl.h sv.c util.c
4809 ____________________________________________________________________________
4810 [  3554] By: jhi                                   on 1999/06/27  18:50:52
4811         Log: Integrate from mainperl.
4812      Branch: cfgperl
4813           !> (integrate 48 files)
4814 ____________________________________________________________________________
4815 [  3553] By: gsar                                  on 1999/06/27  14:28:49
4816         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
4817              gone from the public API); PERL_OBJECT builds again on
4818              windows
4819              
4820              TODO: namespace-clean the typedefs in iperlsys.h and
4821              elsewhere; remove C++ remnants from public headers
4822      Branch: perl
4823            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
4824            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4825            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4826            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
4827            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
4828            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
4829            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
4830            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
4831            ! win32/config.gc win32/config.vc win32/dl_win32.xs
4832            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
4833            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
4834            ! win32/win32sck.c
4835 ____________________________________________________________________________
4836 [  3552] By: gsar                                  on 1999/06/27  13:49:31
4837         Log: integrate cfgperl changes into mainline
4838      Branch: perl
4839           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
4840           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
4841           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
4842           !> util.c
4843 ____________________________________________________________________________
4844 [  3551] By: gsar                                  on 1999/06/27  13:31:11
4845         Log: fix indents
4846      Branch: perl
4847            ! op.c
4848 ____________________________________________________________________________
4849 [  3550] By: gsar                                  on 1999/06/24  22:42:53
4850         Log: update Changes
4851      Branch: perl
4852            ! Changes
4853 ____________________________________________________________________________
4854 [  3549] By: gsar                                  on 1999/06/24  22:41:17
4855         Log: avoid race condition in the CAPI extension bootstrap handler
4856      Branch: perl
4857            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
4858 ____________________________________________________________________________
4859 [  3548] By: gsar                                  on 1999/06/24  22:39:53
4860         Log: sanity check to cover the case when perl is installed into the
4861              X:\ (drive root)
4862      Branch: perl
4863            ! win32/win32.c
4864 ____________________________________________________________________________
4865 [  3547] By: gsar                                  on 1999/06/22  19:30:32
4866         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
4867      Branch: perl
4868            ! lib/Tie/RefHash.pm
4869 ____________________________________________________________________________
4870 [  3544] By: jhi                                   on 1999/06/18  19:24:28
4871         Log: Tidy up #3542 and #3543. 
4872      Branch: cfgperl
4873            ! t/pragma/locale.t util.c
4874 ____________________________________________________________________________
4875 [  3543] By: jhi                                   on 1999/06/18  10:28:45
4876         Log: Spice up locale.t.
4877      Branch: cfgperl
4878            ! t/pragma/locale.t
4879 ____________________________________________________________________________
4880 [  3542] By: jhi                                   on 1999/06/17  22:42:03
4881         Log: Fixed two long-standing locale bugs.
4882              
4883              Both problems were related to numeric locale which
4884              controls the radix character aka the decimal separator.
4885              (1) printf (and sprintf) were resetting the numeric locale to C.
4886              (2) Using locale-numerically formatted floating point
4887              numbers (e.g. "1,23") together with -w caused warnings about
4888              "isn't numeric".  The operations were working fine, though,
4889              because atof() was using the local locale.
4890              Both problems reported by Stefan Vogtner.
4891              
4892              Introduced a wrapper for atof() that attempts to convert
4893              the string both ways.  This helps Perl to understand
4894              numbers like this "4.56" even when using a local locale
4895              makes atof() understand only numbers like this "7,89".
4896              
4897              Remaining related problems, both of which existed before
4898              this patch and continue to exist after this patch:
4899              (a) The behaviour of print() is _not_ as documented by perllocale.
4900              Instead of always using the C locale, print() does use the
4901              local locale, just like the *printf() do.  This may be fixable
4902              now that switching to-and-fro between locales has been made
4903              more consistent, but fixing print() would change existing
4904              behaviour.  perllocale is not changed by this patch.
4905              (b) If a number has been stringified (say, via "$number") under
4906              a local locale, the cached string value persists even under
4907              "no locale".  This may or may not be a problem: operations
4908              work fine because the original number is still there, but
4909              that the string form keeps its locale-ish outlook may be
4910              somewhat confusing.
4911      Branch: cfgperl
4912            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
4913            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
4914            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
4915            ! util.c
4916 ____________________________________________________________________________
4917 [  3541] By: jhi                                   on 1999/06/17  20:00:16
4918         Log: Integrate from mainperl.
4919      Branch: cfgperl
4920           !> ext/Data/Dumper/Dumper.pm op.c
4921 ____________________________________________________________________________
4922 [  3540] By: gsar                                  on 1999/06/16  16:49:55
4923         Log: dump C<0> as such, not C<'0'>
4924      Branch: perl
4925            ! ext/Data/Dumper/Dumper.pm
4926 ____________________________________________________________________________
4927 [  3539] By: gsar                                  on 1999/06/13  04:04:40
4928         Log: fix coredumper in change#3498
4929      Branch: perl
4930            ! op.c
4931 ____________________________________________________________________________
4932 [  3538] By: jhi                                   on 1999/06/12  22:01:26
4933         Log: Integrate from mainperl.
4934      Branch: cfgperl
4935           +> lib/caller.pm
4936           !> (integrate 36 files)
4937 ____________________________________________________________________________
4938 [  3537] By: gsar                                  on 1999/06/12  06:43:03
4939         Log: EXTERN_C declarations for global arrays in various
4940              headers, so perl can be built even in C++ mode; win32
4941              build fixups; regen headers
4942      Branch: perl
4943            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
4944            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
4945 ____________________________________________________________________________
4946 [  3536] By: gsar                                  on 1999/06/12  06:38:21
4947         Log: caller.pm typos
4948      Branch: perl
4949            ! lib/caller.pm
4950 ____________________________________________________________________________
4951 [  3535] By: gsar                                  on 1999/06/11  23:13:54
4952         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
4953              is temporarily gone
4954      Branch: perl
4955            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
4956            ! pod/perldelta.pod proto.h win32/perllib.c
4957 ____________________________________________________________________________
4958 [  3534] By: gsar                                  on 1999/06/11  20:41:51
4959         Log: implement C<use caller 'encoding'>
4960      Branch: perl
4961            + lib/caller.pm
4962            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
4963 ____________________________________________________________________________
4964 [  3533] By: gsar                                  on 1999/06/11  16:51:04
4965         Log: truncate() has a peculiar exemption from strict barewords, even
4966              though it has a non-filehandle prototype
4967      Branch: perl
4968            ! op.c t/io/fs.t
4969 ____________________________________________________________________________
4970 [  3532] By: gsar                                  on 1999/06/11  09:09:16
4971         Log: GDBM tweak
4972      Branch: perl
4973            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
4974 ____________________________________________________________________________
4975 [  3531] By: gsar                                  on 1999/06/10  23:34:19
4976         Log: part of the platform changes for IMPLICIT_CONTEXT
4977      Branch: perl
4978            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
4979            ! jpl/PerlInterpreter/PerlInterpreter.c
4980            ! jpl/PerlInterpreter/PerlInterpreter.h
4981            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
4982            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
4983 ____________________________________________________________________________
4984 [  3530] By: jhi                                   on 1999/06/10  20:55:56
4985         Log: Integrate from mainperl.
4986      Branch: cfgperl
4987           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
4988 ____________________________________________________________________________
4989 [  3529] By: gsar                                  on 1999/06/10  20:40:01
4990         Log: DB_File tweaks for IMPLICIT CONTEXT
4991      Branch: perl
4992            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4993 ____________________________________________________________________________
4994 [  3528] By: jhi                                   on 1999/06/10  10:18:15
4995         Log: Integrate from mainperl.
4996      Branch: cfgperl
4997           !> (integrate 105 files)
4998 ____________________________________________________________________________
4999 [  3527] By: gsar                                  on 1999/06/10  09:30:35
5000         Log: most globals are now interpreter local; locale initialization
5001              was too early, defer it until interpreter is allocated and
5002              initialized; multiple interpreters should now be
5003              concurrency-safe (untested)
5004      Branch: perl
5005            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
5006            ! perlvars.h
5007 ____________________________________________________________________________
5008 [  3526] By: gsar                                  on 1999/06/10  08:38:00
5009         Log: fix small nits
5010      Branch: perl
5011            ! cc_runtime.h ext/B/B/CC.pm run.c
5012 ____________________________________________________________________________
5013 [  3525] By: gsar                                  on 1999/06/10  04:41:38
5014         Log: win32 build fixes
5015      Branch: perl
5016            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
5017            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5018            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
5019            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
5020            ! win32/Makefile win32/config_H.bc win32/config_H.gc
5021            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
5022            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
5023            ! win32/win32.c win32/win32.h win32/win32sck.c
5024            ! win32/win32thread.c win32/win32thread.h
5025 ____________________________________________________________________________
5026 [  3524] By: gsar                                  on 1999/06/09  18:03:01
5027         Log: more complete support for implicit thread/interpreter pointer,
5028              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
5029              without that enabled):
5030              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
5031              is a noop; tests pass on Solaris; should be faster now!
5032              - MULTIPLICITY has been tested with and without
5033              PERL_IMPLICIT_CONTEXT on Solaris
5034              - improved function database now merged with embed.pl
5035              - everything except the varargs functions have foo(a,b,c) macros
5036              to provide compatibility
5037              - varargs functions default to compatibility variants that
5038              get the context pointer using dTHX
5039              - there should be almost no source compatibility issues as a
5040              result of all this
5041              - dl_foo.xs changes other than dl_dlopen.xs untested
5042              - still needs documentation, fixups for win32 etc
5043              Next step: migrate most non-mutex variables from perlvars.h
5044              to intrpvar.h
5045      Branch: perl
5046            - proto.pl
5047            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
5048            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
5049            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5050            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5051            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
5052            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5053            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
5054            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
5055            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5056            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
5057            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5058            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
5059            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
5060            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
5061            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
5062            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
5063            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
5064            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
5065            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
5066            ! util.c win32/Makefile win32/makefile.mk writemain.SH
5067 ____________________________________________________________________________
5068 [  3523] By: gsar                                  on 1999/06/07  05:24:13
5069         Log: missed a file
5070      Branch: perl
5071            + proto.pl
5072            ! MANIFEST
5073 ____________________________________________________________________________
5074 [  3522] By: gsar                                  on 1999/06/07  05:18:34
5075         Log: initial stub implementation of implicit thread/this
5076              pointer    argument; builds/tests on Solaris, win32
5077              hasn't been fixed up yet; proto.h, global.sym and
5078              static function decls are now generated from a common
5079              database in proto.pl; some inconsistently named
5080              perl_foo() things are now Perl_foo(), compatibility
5081              #defines provided; perl_foo() (lowercase 'p') reserved
5082              for functions that take an explicit context argument;
5083              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
5084      Branch: perl
5085            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
5086            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
5087            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
5088            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
5089            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
5090            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
5091            ! universal.c utf8.c util.c
5092 ____________________________________________________________________________
5093 [  3521] By: gsar                                  on 1999/06/04  23:00:22
5094         Log: clean up some stray "global" symbols
5095      Branch: perl
5096            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
5097            ! pp_proto.h proto.h
5098 ____________________________________________________________________________
5099 [  3520] By: jhi                                   on 1999/06/02  21:33:28
5100         Log: Integrate from mainperl.
5101      Branch: cfgperl
5102           !> (integrate 94 files)
5103 ____________________________________________________________________________
5104 [  3519] By: gsar                                  on 1999/06/02  07:16:10
5105         Log: avoid dereferencing null pointer from getpwent() et al
5106      Branch: perl
5107            ! pp_sys.c
5108 ____________________________________________________________________________
5109 [  3518] By: gsar                                  on 1999/06/02  04:47:10
5110         Log: remove _() non-ansism
5111      Branch: perl
5112            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
5113            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
5114            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
5115            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
5116            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
5117            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
5118            ! ext/re/re.xs handy.h hv.c iperlsys.h
5119            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
5120            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
5121            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
5122            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
5123            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
5124            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
5125            ! vms/vmsish.h vms/writemain.pl vos/config.h
5126            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
5127            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
5128            ! win32/perllib.c win32/runperl.c win32/win32.h
5129            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
5130            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
5131 ____________________________________________________________________________
5132 [  3517] By: gsar                                  on 1999/06/02  02:17:51
5133         Log: missed a few files
5134      Branch: perl
5135            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
5136 ____________________________________________________________________________
5137 [  3516] By: gsar                                  on 1999/06/02  01:37:33
5138         Log: integrate cfgperl contents into mainline
5139      Branch: perl
5140           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
5141           +> ext/ByteLoader/byterun.h
5142            - bytecode.h byterun.c byterun.h
5143            ! Changes
5144           !> (integrate 58 files)
5145 ____________________________________________________________________________
5146 [  3515] By: gsar                                  on 1999/06/02  00:48:50
5147         Log: remove stray K&R-isms
5148      Branch: perl
5149            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
5150            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
5151            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
5152            ! toke.c util.c win32/win32.c x2p/hash.c
5153 ____________________________________________________________________________
5154 [  3514] By: gsar                                  on 1999/06/01  15:55:55
5155         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
5156              strict 'subs'
5157      Branch: perl
5158            ! op.c t/pragma/strict-subs
5159 ____________________________________________________________________________
5160 [  3513] By: jhi                                   on 1999/06/01  07:17:05
5161         Log: Patch applying of #3499 had gone awry.
5162      Branch: cfgperl
5163            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
5164 ____________________________________________________________________________
5165 [  3512] By: gsar                                  on 1999/05/31  19:21:30
5166         Log: tighter -help output
5167      Branch: perl
5168            ! perl.c
5169 ____________________________________________________________________________
5170 [  3511] By: gsar                                  on 1999/05/31  17:18:23
5171         Log: fix memory leak in C<eval 'return sub {...}'>
5172      Branch: perl
5173            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
5174 ____________________________________________________________________________
5175 [  3510] By: gsar                                  on 1999/05/31  14:11:46
5176         Log: tweak C++isms
5177      Branch: perl
5178            ! win32/dl_win32.xs win32/win32.c
5179 ____________________________________________________________________________
5180 [  3509] By: jhi                                   on 1999/05/30  13:02:26
5181         Log: Cleanup of #3488.
5182      Branch: cfgperl
5183            ! Configure config_h.SH
5184 ____________________________________________________________________________
5185 [  3508] By: jhi                                   on 1999/05/30  11:16:01
5186         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5187              To: Mailing list Perl5 <perl5-porters@perl.org>
5188              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
5189              Date: Sat, 29 May 1999 20:18:13 -0400
5190              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
5191      Branch: cfgperl
5192            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
5193 ____________________________________________________________________________
5194 [  3507] By: jhi                                   on 1999/05/29  20:05:40
5195         Log: From: Mark-Jason Dominus <mjd@plover.com>
5196              To: perl5-porters@perl.com
5197              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
5198              Date: Sat, 29 May 1999 14:45:10 -0400
5199              Message-ID: <19990529184510.27557.qmail@plover.com>
5200      Branch: cfgperl
5201            ! op.h
5202 ____________________________________________________________________________
5203 [  3506] By: gsar                                  on 1999/05/29  16:49:39
5204         Log: avoid gv_check() recursive pit
5205      Branch: perl
5206            ! gv.c
5207 ____________________________________________________________________________
5208 [  3505] By: jhi                                   on 1999/05/29  11:38:16
5209         Log: From: jan.dubois@ibm.net (Jan Dubois)
5210              To: Gurusamy Sarathy <gsar@activestate.com>
5211              Cc: perl5-porters@perl.org
5212              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
5213              Date: Sat, 29 May 1999 08:46:22 +0200
5214              Message-ID: <374f8007.2016008@smtp1.ibm.net>
5215      Branch: cfgperl
5216            ! t/op/grent.t t/op/pwent.t
5217 ____________________________________________________________________________
5218 [  3504] By: jhi                                   on 1999/05/29  11:07:10
5219         Log: QNX needs <sys/select.h> to define fd_set.
5220              
5221              From: Norton Allen <allen@huarp.harvard.edu>
5222              To: perl5-porters@perl.org
5223              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
5224              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
5225              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
5226      Branch: cfgperl
5227            ! ext/IO/poll.c
5228 ____________________________________________________________________________
5229 [  3503] By: jhi                                   on 1999/05/29  10:53:31
5230         Log: From: jan.dubois@ibm.net (Jan Dubois)
5231              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
5232              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
5233              Date: Fri, 28 May 1999 20:14:35 +0200
5234              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
5235      Branch: cfgperl
5236            ! lib/Math/BigFloat.pm
5237 ____________________________________________________________________________
5238 [  3502] By: jhi                                   on 1999/05/29  10:44:44
5239         Log: Make Configure support the change #3367,
5240              SysV shadow passwords.
5241      Branch: cfgperl
5242            ! Configure config_h.SH pp_sys.c
5243 ____________________________________________________________________________
5244 [  3501] By: gsar                                  on 1999/05/28  21:22:23
5245         Log: add wide versions of win32 system calls (first step in
5246              globalization); delayload winsock for performance if compiling
5247              with VC 6.0
5248      Branch: perl
5249            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
5250            ! win32/win32.c win32/win32.h
5251 ____________________________________________________________________________
5252 [  3500] By: jhi                                   on 1999/05/28  21:17:24
5253         Log: The new t/lib/io_linenum.t was using stricture
5254              before @INC was set up.
5255      Branch: cfgperl
5256            ! t/lib/io_linenum.t
5257 ____________________________________________________________________________
5258 [  3499] By: jhi                                   on 1999/05/28  17:13:23
5259         Log: From: Tom Hughes <tom@compton.nu>
5260              To: perl5-porters@perl.org
5261              Subject: [PATCH 5.005_57] ByteLoader mark 2
5262              Date: Wed, 26 May 1999 23:59:49 +0100
5263              Message-ID: <bf337a0849.tom@compton.compton.nu>
5264              
5265              plus resolve tiny conflict with #3479
5266              plus regen_headers.
5267      Branch: cfgperl
5268            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
5269            + ext/ByteLoader/byterun.h
5270            - bytecode.h byterun.c byterun.h
5271            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
5272            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
5273            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
5274            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
5275            ! perl.h perlvars.h proto.h util.c utils/Makefile
5276 ____________________________________________________________________________
5277 [  3498] By: jhi                                   on 1999/05/28  16:53:04
5278         Log: From: Mark-Jason Dominus <mjd@plover.com>
5279              To: perl5-porters@perl.com
5280              Subject: PATCH (5.005_57): defined(@a) now deprecated
5281              Date: Thu, 27 May 1999 16:05:44 -0400
5282              Message-ID: <19990527200544.13330.qmail@plover.com>
5283      Branch: cfgperl
5284            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
5285            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
5286 ____________________________________________________________________________
5287 [  3497] By: jhi                                   on 1999/05/28  16:50:54
5288         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5289              To: perl5-porters@perl.org (Mailing list Perl5)
5290              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
5291              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
5292              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
5293      Branch: cfgperl
5294            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
5295            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
5296 ____________________________________________________________________________
5297 [  3496] By: jhi                                   on 1999/05/28  16:48:39
5298         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5299              To: perl5-porters@perl.org (Mailing list Perl5)
5300              Subject: [PATCH 5.00557] Required OS/2-related patches
5301              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
5302              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
5303      Branch: cfgperl
5304            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
5305            ! t/op/stat.t util.c
5306 ____________________________________________________________________________
5307 [  3495] By: jhi                                   on 1999/05/28  16:45:56
5308         Log: From: Paul Johnson <pjcj@transeda.com>
5309              To: perl5-porters <perl5-porters@perl.org>
5310              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
5311              Date: Fri, 28 May 1999 15:13:54 +0100
5312              Message-ID: <19990528151354.B289@west-tip.transeda.com>
5313      Branch: cfgperl
5314            ! t/TEST
5315 ____________________________________________________________________________
5316 [  3494] By: jhi                                   on 1999/05/28  16:44:34
5317         Log: From: Paul Johnson <pjcj@transeda.com>
5318              To: perl5-porters <perl5-porters@perl.org>
5319              Subject: [PATCH 5.005_57] Fixes related to working local $.
5320              Date: Fri, 28 May 1999 15:11:18 +0100
5321              Message-ID: <19990528151118.A289@west-tip.transeda.com>
5322      Branch: cfgperl
5323            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
5324 ____________________________________________________________________________
5325 [  3493] By: gsar                                  on 1999/05/28  16:37:26
5326         Log: change#3449 wasn't doing enough
5327      Branch: perl
5328            ! op.c t/comp/proto.t
5329 ____________________________________________________________________________
5330 [  3492] By: jhi                                   on 1999/05/28  08:12:23
5331         Log: From: paul.marquess@bt.com
5332              To: doughera@lafayette.edu
5333              Cc: perl5-porters@perl.org
5334              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
5335              Date: Thu, 27 May 1999 23:31:38 +0100
5336              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
5337              
5338              Had to be applied manually; some mailer had munged the patch slightly.
5339      Branch: cfgperl
5340            ! ext/NDBM_File/NDBM_File.xs
5341 ____________________________________________________________________________
5342 [  3491] By: jhi                                   on 1999/05/28  07:51:17
5343         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5344              To: perl5-porters@perl.org
5345              Subject: [PATCH 5.005_57] fixing eval in the compiler
5346              Date: Thu, 27 May 1999 07:56:54 -0700
5347              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
5348      Branch: cfgperl
5349            ! cc_runtime.h scope.h
5350 ____________________________________________________________________________
5351 [  3490] By: jhi                                   on 1999/05/28  07:47:06
5352         Log: From: Andy Dougherty <doughera@lafayette.edu>
5353              To: perlbug@perl.com
5354              Cc: Jarkko Hietaniemi <jhi@iki.fi>
5355              Subject: [PATCH] Configure updates for ISC 4.1
5356              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
5357              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
5358      Branch: cfgperl
5359            ! Configure config_h.SH
5360 ____________________________________________________________________________
5361 [  3489] By: jhi                                   on 1999/05/28  07:39:17
5362         Log: Integrate from mainperl.
5363      Branch: cfgperl
5364           !> malloc.c win32/makedef.pl win32/win32.c
5365 ____________________________________________________________________________
5366 [  3488] By: jhi                                   on 1999/05/27  16:57:19
5367         Log: From: Andy Dougherty <doughera@lafayette.edu>
5368              To: Perl Porters <perl5-porters@perl.org>
5369              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
5370              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
5371              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
5372      Branch: cfgperl
5373            ! Configure config_h.SH hints/sunos_4_1.sh util.c
5374 ____________________________________________________________________________
5375 [  3487] By: gsar                                  on 1999/05/27  03:56:20
5376         Log: make win32_spawnvp() inherit standard handles even when they
5377              may be redirected
5378      Branch: perl
5379            ! win32/win32.c
5380 ____________________________________________________________________________
5381 [  3486] By: jhi                                   on 1999/05/26  19:55:52
5382         Log: From: Andy Dougherty <doughera@lafayette.edu>
5383              To: perl5-porters@perl.org
5384              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
5385              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
5386              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
5387      Branch: cfgperl
5388            ! util.c
5389 ____________________________________________________________________________
5390 [  3485] By: chip                                  on 1999/05/26  17:19:11
5391         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
5392      Branch: maint-5.004/perl
5393            ! Configure
5394 ____________________________________________________________________________
5395 [  3484] By: gsar                                  on 1999/05/26  01:56:28
5396         Log: fix missing exported symbol
5397      Branch: perl
5398            ! malloc.c win32/makedef.pl
5399 ____________________________________________________________________________
5400 [  3483] By: jhi                                   on 1999/05/25  23:08:07
5401         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
5402              
5403              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5404              To: perlbug@perl.com
5405              Subject: OpenBSD hints file update
5406              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
5407              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
5408      Branch: cfgperl
5409            ! hints/openbsd.sh
5410 ____________________________________________________________________________
5411 [  3482] By: jhi                                   on 1999/05/25  23:01:25
5412         Log: From: Tom Hughes <tom@compton.nu>
5413              To: perl5-porters@perl.org
5414              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
5415              Date: Tue, 25 May 1999 23:10:23 +0100
5416              Message-ID: <1ed7f10749.tom@compton.compton.nu>
5417      Branch: cfgperl
5418            ! Configure config_h.SH
5419 ____________________________________________________________________________
5420 [  3481] By: jhi                                   on 1999/05/25  22:31:50
5421         Log: 3479, 3480, 3481 seems logical.
5422      Branch: cfgperl
5423           !> hints/aix.sh
5424 ____________________________________________________________________________
5425 [  3480] By: jhi                                   on 1999/05/25  22:13:39
5426         Log: The change #3479 wasn't perfect.
5427      Branch: perl
5428            ! hints/aix.sh
5429 ____________________________________________________________________________
5430 [  3479] By: jhi                                   on 1999/05/25  21:59:21
5431         Log: Cures for _57 in AIX 4.1.5.0.
5432              (1) The lddlflags lost its -lc by change #3660
5433              (and the politeness of change #3257).
5434              (2) optype_size must end up in perl.exp (as PL_optype_size).
5435              Added it to perlvars.h, fixed bytecode.pl,
5436              regen'ed the relevant headers.
5437      Branch: cfgperl
5438            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
5439            ! perlvars.h
5440      Branch: perl
5441            ! hints/aix.sh
5442 ____________________________________________________________________________
5443 [  3478] By: jhi                                   on 1999/05/25  20:13:47
5444         Log: Integrate from mainperl.
5445      Branch: cfgperl
5446           +> pod/perltootc.pod
5447           !> (integrate 101 files)
5448 ____________________________________________________________________________
5449 [  3477] By: gsar                                  on 1999/05/25  10:43:48
5450         Log: here be 5.005_57
5451      Branch: perl
5452            ! Changes MANIFEST Porting/makerel
5453           !> Changes5.005
5454
5455 ----------------
5456 Version 5.005_57
5457 ----------------
5458
5459 ____________________________________________________________________________
5460 [  3476] By: gsar                                  on 1999/05/25  09:23:43
5461         Log: up patchlevel &c
5462      Branch: perl
5463            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5464            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5465            ! win32/makefile.mk
5466 ____________________________________________________________________________
5467 [  3475] By: gsar                                  on 1999/05/25  09:14:51
5468         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5469              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
5470              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
5471              Subject: [PATCH 5.005_56] REx engine improvements
5472      Branch: perl
5473            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
5474            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
5475            ! thrdvar.h util.c
5476 ____________________________________________________________________________
5477 [  3474] By: gsar                                  on 1999/05/25  08:39:56
5478         Log: test case for change#3470
5479      Branch: perl
5480            ! t/lib/bigintpm.t
5481 ____________________________________________________________________________
5482 [  3473] By: gsar                                  on 1999/05/25  08:36:52
5483         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
5484      Branch: perl
5485            ! Changes pod/perlport.pod
5486 ____________________________________________________________________________
5487 [  3472] By: gsar                                  on 1999/05/25  08:28:57
5488         Log: assorted tweaks
5489      Branch: perl
5490            ! doio.c iperlsys.h win32/config.bc win32/config.gc
5491            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5492            ! win32/config_H.vc win32/makedef.pl
5493 ____________________________________________________________________________
5494 [  3471] By: gsar                                  on 1999/05/25  06:06:04
5495         Log: perlref update from Tom Christiansen
5496      Branch: perl
5497            ! pod/perlref.pod
5498 ____________________________________________________________________________
5499 [  3470] By: gsar                                  on 1999/05/25  06:03:27
5500         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5501              Date: Mon, 24 May 1999 17:43:56 -0400
5502              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
5503              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
5504      Branch: perl
5505            ! hv.c
5506 ____________________________________________________________________________
5507 [  3469] By: gsar                                  on 1999/05/25  05:59:22
5508         Log: avoid temporary files that have a constant name (from a suggestion
5509              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
5510      Branch: perl
5511            ! lib/ExtUtils/MM_Unix.pm
5512 ____________________________________________________________________________
5513 [  3468] By: gsar                                  on 1999/05/25  05:54:29
5514         Log: From: pvhp@forte.com (Peter Prymmer)
5515              Date: Mon, 24 May 99 11:20:25 PDT
5516              Message-Id: <9905241820.AA28071@forte.com>
5517              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
5518      Branch: perl
5519            ! lib/Pod/Text.pm
5520 ____________________________________________________________________________
5521 [  3467] By: gsar                                  on 1999/05/25  04:08:50
5522         Log: fix glob() bug that resulted in missing symlinks that don't point
5523              anywhere
5524      Branch: perl
5525            ! pp_hot.c
5526 ____________________________________________________________________________
5527 [  3466] By: gsar                                  on 1999/05/25  03:00:00
5528         Log: avoid enumerating @INC contents in diagnostic if @INC was never
5529              searched
5530      Branch: perl
5531            ! pod/perldiag.pod pp_ctl.c
5532 ____________________________________________________________________________
5533 [  3465] By: gsar                                  on 1999/05/25  02:24:08
5534         Log: add caveat about close(PIPE) carelessness
5535      Branch: perl
5536            ! pod/perlfunc.pod
5537 ____________________________________________________________________________
5538 [  3464] By: gsar                                  on 1999/05/24  23:55:53
5539         Log: fix bogus line numbers for void context warnings
5540              (change#2548 was overeager)
5541      Branch: perl
5542            ! op.c
5543 ____________________________________________________________________________
5544 [  3463] By: gsar                                  on 1999/05/24  23:31:58
5545         Log: change#3455 had a typo
5546      Branch: perl
5547            ! pp_ctl.c
5548 ____________________________________________________________________________
5549 [  3462] By: gsar                                  on 1999/05/24  17:32:20
5550         Log: more pod updates from Tom Christiansen; regen perltoc
5551      Branch: perl
5552            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
5553            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
5554 ____________________________________________________________________________
5555 [  3461] By: gsar                                  on 1999/05/24  07:41:32
5556         Log: perlmod notes from Damian Conway (via Tom Christiansen)
5557      Branch: perl
5558            ! pod/perlmod.pod
5559 ____________________________________________________________________________
5560 [  3460] By: gsar                                  on 1999/05/24  07:24:11
5561         Log: major pod update from Tom Christiansen
5562      Branch: perl
5563            + pod/perltootc.pod
5564            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
5565            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
5566            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
5567            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
5568            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
5569            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
5570            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
5571            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
5572            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
5573            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
5574            ! pod/perlxs.pod pod/pod2man.PL
5575 ____________________________________________________________________________
5576 [  3459] By: gsar                                  on 1999/05/24  06:26:48
5577         Log: perlfaq update from Tom Christiansen
5578      Branch: perl
5579            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5580            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5581            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5582            ! pod/perlfaq9.pod
5583 ____________________________________________________________________________
5584 [  3458] By: gsar                                  on 1999/05/24  05:55:11
5585         Log: updated to v1.50 from CPAN
5586      Branch: perl
5587            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5588 ____________________________________________________________________________
5589 [  3457] By: gsar                                  on 1999/05/24  05:46:20
5590         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5591              Date: Sun, 23 May 1999 16:35:07 +0100
5592              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
5593              Subject: [PATCH 5.005_56] name PL_in_eval bits
5594      Branch: perl
5595            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
5596 ____________________________________________________________________________
5597 [  3456] By: gsar                                  on 1999/05/24  05:18:06
5598         Log: make -t mode the default on emacs/dumb terminals
5599      Branch: perl
5600            ! Changes utils/perldoc.PL
5601 ____________________________________________________________________________
5602 [  3455] By: gsar                                  on 1999/05/24  05:05:19
5603         Log: return 0 rather than "" when scalar grep has nothing to iterate
5604              on (brings behavior in line with documentation)
5605      Branch: perl
5606            ! pp_ctl.c
5607 ____________________________________________________________________________
5608 [  3454] By: gsar                                  on 1999/05/24  04:52:52
5609         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
5610              Date: Thu, 20 May 1999 13:27:02 -1000
5611              Message-Id: <E10kcDN-0007TA-00@lapaki>
5612              Subject: Problem with MM_Unix in 5.005_03
5613      Branch: perl
5614            ! lib/ExtUtils/MM_Unix.pm
5615 ____________________________________________________________________________
5616 [  3453] By: gsar                                  on 1999/05/24  04:39:49
5617         Log: avoid removing duplicates in user-generated warnings
5618              From: byron@omix.com (Byron Brummer)
5619              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
5620              Message-Id: <199905201101.EAA91175@thrush.omix.com>
5621              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
5622      Branch: perl
5623            ! lib/diagnostics.pm
5624 ____________________________________________________________________________
5625 [  3452] By: gsar                                  on 1999/05/24  04:23:10
5626         Log: straighten some code to avoid NeXT compiler bugs (from
5627              Geoff Kuenning <geoff@cs.hmc.edu>)
5628      Branch: perl
5629            ! pp_ctl.c
5630 ____________________________________________________________________________
5631 [  3451] By: gsar                                  on 1999/05/24  03:03:05
5632         Log: minor logic tweak for reserved word warning
5633      Branch: perl
5634            ! lib/Test/Harness.pm toke.c
5635 ____________________________________________________________________________
5636 [  3450] By: gsar                                  on 1999/05/24  02:34:20
5637         Log: oops, some files missing in change#3449
5638      Branch: perl
5639            ! op.c op.h toke.c
5640 ____________________________________________________________________________
5641 [  3449] By: gsar                                  on 1999/05/24  02:33:12
5642         Log: allow '*' prototype to autoquote even barewords that happen to be
5643              function names; parens or ampersand continue to force the other
5644              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
5645              do the right thing, for example
5646      Branch: perl
5647            ! t/comp/proto.t
5648 ____________________________________________________________________________
5649 [  3448] By: gsar                                  on 1999/05/24  01:51:24
5650         Log: remove vestiges of PL_last_proto
5651      Branch: perl
5652            ! embedvar.h intrpvar.h objXSUB.h
5653 ____________________________________________________________________________
5654 [  3447] By: gsar                                  on 1999/05/24  01:49:20
5655         Log: redo change#2061 and parts of change#1169 with code in the
5656              parser; PL_last_proto hackery gone, strict 'subs' in now
5657              implemented in the optimizer where specifying the exceptional
5658              cases is much more robust; '*' (bareword) prototype now works
5659              reliably when used in second and subsequent arguments
5660      Branch: perl
5661            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
5662 ____________________________________________________________________________
5663 [  3446] By: gsar                                  on 1999/05/23  05:00:55
5664         Log: remove redundant part of change#1169 superceded by change#2061;
5665              avoid "future reserved word" warning on prototypical bearwords
5666      Branch: perl
5667            ! t/lib/fatal.t toke.c
5668 ____________________________________________________________________________
5669 [  3445] By: gsar                                  on 1999/05/21  23:36:49
5670         Log: s/isspace/isSPACE/g and make sure the CRT version is always
5671              passed an unsigned char (fixes random occurrence of spaces in
5672              arguments containing high-bit chars passed to spawned children,
5673              on win32)
5674      Branch: perl
5675            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
5676 ____________________________________________________________________________
5677 [  3444] By: gsar                                  on 1999/05/21  23:08:55
5678         Log: integrate Configure changes from cfgperl
5679      Branch: perl
5680           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5681           !> config_h.SH
5682 ____________________________________________________________________________
5683 [  3443] By: jhi                                   on 1999/05/21  22:00:56
5684         Log: Integrate from mainperl.
5685      Branch: cfgperl
5686           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
5687           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
5688           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
5689           !> win32/perlhost.h win32/win32.c x2p/walk.c
5690 ____________________________________________________________________________
5691 [  3442] By: jhi                                   on 1999/05/21  21:59:46
5692         Log: fflush.
5693      Branch: cfgperl
5694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5695            ! config_h.SH
5696 ____________________________________________________________________________
5697 [  3441] By: gsar                                  on 1999/05/21  17:48:55
5698         Log: integrate cfgperl changes
5699      Branch: perl
5700           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5701           !> config_h.SH hints/sunos_4_1.sh installperl
5702 ____________________________________________________________________________
5703 [  3440] By: gsar                                  on 1999/05/21  17:42:49
5704         Log: test tweak
5705      Branch: perl
5706            ! t/comp/proto.t
5707 ____________________________________________________________________________
5708 [  3439] By: gsar                                  on 1999/05/21  17:31:26
5709         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
5710              (Configure fflush(NULL) detection seems broken on Solaris, which
5711              is why I hit the problem)
5712      Branch: perl
5713            ! Changes perl.h
5714 ____________________________________________________________________________
5715 [  3438] By: gsar                                  on 1999/05/20  16:41:01
5716         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
5717      Branch: perl
5718            ! pod/perlport.pod
5719 ____________________________________________________________________________
5720 [  3437] By: jhi                                   on 1999/05/20  07:14:39
5721         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
5722              (via private email).
5723      Branch: cfgperl
5724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5725            ! config_h.SH hints/sunos_4_1.sh
5726 ____________________________________________________________________________
5727 [  3436] By: gsar                                  on 1999/05/20  05:18:26
5728         Log: various little nits
5729      Branch: perl
5730            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
5731            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
5732            ! win32/perlhost.h win32/win32.c x2p/walk.c
5733 ____________________________________________________________________________
5734 [  3435] By: jhi                                   on 1999/05/18  16:25:49
5735         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5736              To: perl5-porters@perl.org
5737              Subject: installperl
5738              Date: Fri, 14 May 1999 21:34:58 +0100
5739              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
5740      Branch: cfgperl
5741            ! installperl
5742 ____________________________________________________________________________
5743 [  3434] By: jhi                                   on 1999/05/17  21:25:54
5744         Log: Integrate from mainperl.
5745      Branch: cfgperl
5746           +> lib/ExtUtils/MM_Cygwin.pm
5747            - cygwin32/impure_ptr.c
5748           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
5749           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
5750           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
5751           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
5752           !> x2p/find2perl.PL
5753 ____________________________________________________________________________
5754 [  3433] By: gsar                                  on 1999/05/17  09:49:01
5755         Log: integrate cfgperl changes into mainline
5756      Branch: perl
5757           !> Configure INSTALL config_h.SH configure.com embed.h
5758           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
5759           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
5760           !> util.c
5761 ____________________________________________________________________________
5762 [  3432] By: gsar                                  on 1999/05/17  09:06:45
5763         Log: emit more appropriate diagnostic for failed glob (variant
5764              of patch suggested by Graham Barr)
5765      Branch: perl
5766            ! gv.c pod/perldiag.pod pp.c pp_hot.c
5767 ____________________________________________________________________________
5768 [  3431] By: gsar                                  on 1999/05/17  08:38:09
5769         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5770              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
5771              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
5772              Subject: find2perl does not grok the 'c' suffix to the -size argument
5773      Branch: perl
5774            ! x2p/find2perl.PL
5775 ____________________________________________________________________________
5776 [  3430] By: gsar                                  on 1999/05/17  08:26:21
5777         Log: additional cleanups for cygwin32 port
5778              From: "Fifer, Eric" <EFifer@sanwaint.com>
5779              Date: Wed, 12 May 1999 20:25:54 +0100
5780              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
5781              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
5782      Branch: perl
5783            + lib/ExtUtils/MM_Cygwin.pm
5784            - cygwin32/impure_ptr.c
5785            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
5786            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
5787            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
5788            ! perl.h util.c
5789 ____________________________________________________________________________
5790 [  3429] By: gsar                                  on 1999/05/17  08:01:04
5791         Log: From: Andy Dougherty <doughera@lafayette.edu>
5792              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
5793              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
5794              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
5795      Branch: perl
5796            ! INSTALL
5797 ____________________________________________________________________________
5798 [  3428] By: jhi                                   on 1999/05/17  07:03:26
5799         Log: Integrate from mainperl modulo the Socket.xs change.
5800      Branch: cfgperl
5801           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
5802           !> win32/win32.c win32/win32.h
5803 ____________________________________________________________________________
5804 [  3427] By: jhi                                   on 1999/05/16  22:09:11
5805         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5806              To: perl5-porters@perl.org (Mailing list Perl5)
5807              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
5808              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
5809              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
5810      Branch: cfgperl
5811            ! ext/Devel/Peek/Peek.xs
5812 ____________________________________________________________________________
5813 [  3426] By: jhi                                   on 1999/05/16  22:07:11
5814         Log: From: Mark-Jason Dominus <mjd@plover.com>
5815              To: perl5-porters@perl.com
5816              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
5817              Date: Sat, 15 May 1999 12:43:47 -0400
5818              Message-ID: <19990515164348.7313.qmail@plover.com>
5819      Branch: cfgperl
5820            ! pod/perldiag.pod
5821 ____________________________________________________________________________
5822 [  3425] By: nick                                  on 1999/05/15  15:56:10
5823         Log: Mingw32 + w32api-0.1.5 tweaks
5824              - now more like other Win32 compilers
5825      Branch: perl
5826            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
5827            ! win32/win32.h
5828 ____________________________________________________________________________
5829 [  3424] By: nick                                  on 1999/05/14  21:04:22
5830         Log: Experimental "slab" allocator for ops.
5831              To try it -DPL_OP_SLAB_ALLOC for op.c 
5832              This is for proof of concept only, it leaks memory 
5833              (ops are not free'd) so don't use in embedded apps.
5834              If this minimalist version does not show performance 
5835              gain then whole idea is worthless. 
5836              Nick see's approx 12% speed up vs perlmalloc running
5837              perl -Ilib -MCPAN -e '' 
5838              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
5839      Branch: perl
5840            ! op.c
5841 ____________________________________________________________________________
5842 [  3423] By: gsar                                  on 1999/05/14  19:55:04
5843         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
5844              found (brings sitelib intuition in line with privlib)
5845      Branch: perl
5846            ! win32/win32.c
5847 ____________________________________________________________________________
5848 [  3422] By: jhi                                   on 1999/05/14  08:08:01
5849         Log: From: pvhp@forte.com (Peter Prymmer)
5850              To: perl5-porters@perl.org, vmsperl@perl.org
5851              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
5852              Date: Thu, 13 May 99 15:29:57 PDT
5853              Message-Id: <9905132229.AA15854@forte.com>
5854      Branch: cfgperl
5855            ! configure.com
5856 ____________________________________________________________________________
5857 [  3421] By: jhi                                   on 1999/05/14  07:34:20
5858         Log: Integrate from mainperl.
5859      Branch: cfgperl
5860           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
5861 ____________________________________________________________________________
5862 [  3420] By: jhi                                   on 1999/05/14  07:33:26
5863         Log: Still fflushing.
5864      Branch: cfgperl
5865            ! Configure config_h.SH util.c
5866 ____________________________________________________________________________
5867 [  3419] By: gsar                                  on 1999/05/14  03:08:29
5868         Log: mortalize string allocations by win32_get_{priv,site}lib()
5869              (fixes small memory leak in interpreter)
5870      Branch: perl
5871            ! win32/win32.c
5872 ____________________________________________________________________________
5873 [  3418] By: gsar                                  on 1999/05/14  03:06:50
5874         Log: make win32_longname() preserve kind of slashes in argument
5875      Branch: perl
5876            ! win32/win32.c
5877 ____________________________________________________________________________
5878 [  3417] By: gsar                                  on 1999/05/14  03:04:44
5879         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
5880      Branch: perl
5881            ! lib/ExtUtils/MM_Unix.pm
5882 ____________________________________________________________________________
5883 [  3416] By: jhi                                   on 1999/05/13  21:18:06
5884         Log: Integrate from mainperl.
5885      Branch: cfgperl
5886           !> pp_ctl.c
5887 ____________________________________________________________________________
5888 [  3415] By: jhi                                   on 1999/05/13  21:16:49
5889         Log: Fixes from Andy Dougherty (via private email).
5890      Branch: cfgperl
5891            ! Configure config_h.SH
5892 ____________________________________________________________________________
5893 [  3414] By: nick                                  on 1999/05/13  20:04:26
5894         Log: valist vs va_list typo
5895      Branch: perl
5896            ! pp_ctl.c
5897 ____________________________________________________________________________
5898 [  3413] By: jhi                                   on 1999/05/13  15:04:05
5899         Log: From: Andy Dougherty <doughera@lafayette.edu>
5900              To: perlbug@perl.com
5901              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
5902              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
5903              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
5904      Branch: cfgperl
5905            ! INSTALL
5906 ____________________________________________________________________________
5907 [  3412] By: jhi                                   on 1999/05/13  14:20:17
5908         Log: Integrate from mainperl.
5909      Branch: cfgperl
5910           !> pp_ctl.c
5911 ____________________________________________________________________________
5912 [  3411] By: gsar                                  on 1999/05/13  14:16:56
5913         Log: docatch_body() declaration mismatch
5914      Branch: perl
5915            ! pp_ctl.c
5916 ____________________________________________________________________________
5917 [  3410] By: jhi                                   on 1999/05/13  13:51:44
5918         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
5919      Branch: cfgperl
5920            ! Configure config_h.SH perl.h
5921 ____________________________________________________________________________
5922 [  3409] By: jhi                                   on 1999/05/13  13:31:53
5923         Log: Still fflushing strong.
5924      Branch: cfgperl
5925            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
5926            ! proto.h util.c
5927 ____________________________________________________________________________
5928 [  3408] By: jhi                                   on 1999/05/12  14:30:23
5929         Log: Integrate from mainperl.
5930      Branch: cfgperl
5931           !> (integrate 30 files)
5932 ____________________________________________________________________________
5933 [  3407] By: jhi                                   on 1999/05/12  12:28:31
5934         Log: Be tidier with fflush(NULL) testing.
5935      Branch: cfgperl
5936            ! Configure config_h.SH
5937 ____________________________________________________________________________
5938 [  3406] By: gsar                                  on 1999/05/12  11:26:03
5939         Log: better range-checking on list slices, with test
5940              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5941              Date: Sun, 02 May 1999 17:02:53 +0100
5942              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
5943              Subject: Re: List slice of undefs returns 0 items 
5944      Branch: perl
5945            ! pp.c t/op/list.t
5946 ____________________________________________________________________________
5947 [  3405] By: gsar                                  on 1999/05/12  11:22:27
5948         Log: change#3397 needs test tweak
5949      Branch: perl
5950            ! Changes t/pragma/warn/sv
5951 ____________________________________________________________________________
5952 [  3404] By: gsar                                  on 1999/05/12  11:07:44
5953         Log: typo in change#3397
5954      Branch: perl
5955            ! doop.c
5956 ____________________________________________________________________________
5957 [  3403] By: gsar                                  on 1999/05/12  10:49:01
5958         Log: From: Stephen Zander <gibreel@pobox.com>
5959              Date: 12 May 1999 01:22:31 -0700
5960              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
5961              Subject: Re: Test::Harness runs tainted tests with wrong library path
5962      Branch: perl
5963            ! lib/Test/Harness.pm
5964 ____________________________________________________________________________
5965 [  3402] By: gsar                                  on 1999/05/12  10:42:06
5966         Log: typo in change#3400
5967      Branch: perl
5968            ! ext/B/B/Deparse.pm
5969 ____________________________________________________________________________
5970 [  3401] By: jhi                                   on 1999/05/12  10:40:42
5971         Log: A better, shinier, and possibly even correctly working
5972              reincarnation of #3398.
5973      Branch: cfgperl
5974            ! Configure config_h.SH
5975 ____________________________________________________________________________
5976 [  3400] By: gsar                                  on 1999/05/12  10:40:11
5977         Log: deparse \&func() as \(&func()) for clarity
5978              From: Albert Dvornik <bert@genscan.com>
5979              Date: 11 May 1999 13:32:04 -0400
5980              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
5981              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
5982      Branch: perl
5983            ! ext/B/B/Deparse.pm
5984 ____________________________________________________________________________
5985 [  3399] By: gsar                                  on 1999/05/12  10:36:02
5986         Log: more testsuite smarts (many of them courtesy Ilya)
5987      Branch: perl
5988            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
5989            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
5990            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
5991            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
5992            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
5993            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
5994            ! t/op/pwent.t
5995 ____________________________________________________________________________
5996 [  3398] By: jhi                                   on 1999/05/12  09:33:08
5997         Log: Detect whether fflush(NULL) works as per change #3352.
5998      Branch: cfgperl
5999            ! Configure config_h.SH perl.h
6000 ____________________________________________________________________________
6001 [  3397] By: gsar                                  on 1999/05/12  08:56:03
6002         Log: From: jan.dubois@ibm.net (Jan Dubois)
6003              Date: Wed, 12 May 1999 01:01:00 +0200
6004              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
6005              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
6006      Branch: perl
6007            ! doop.c
6008 ____________________________________________________________________________
6009 [  3396] By: gsar                                  on 1999/05/12  08:23:27
6010         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
6011              stat() behaves similarly
6012      Branch: perl
6013            ! win32/win32.c
6014 ____________________________________________________________________________
6015 [  3395] By: jhi                                   on 1999/05/11  22:21:32
6016         Log: Redo parts of #3341 and #3358 that #3394 undid.
6017      Branch: cfgperl
6018            ! Configure config_h.SH
6019 ____________________________________________________________________________
6020 [  3394] By: jhi                                   on 1999/05/11  22:03:48
6021         Log: Add I_NETINET_TCP to help change #3391.
6022      Branch: cfgperl
6023            ! Configure config_h.SH ext/Socket/Socket.xs
6024 ____________________________________________________________________________
6025 [  3393] By: jhi                                   on 1999/05/11  21:44:59
6026         Log: Integrate from mainperl.
6027      Branch: cfgperl
6028           !> (integrate 55 files)
6029 ____________________________________________________________________________
6030 [  3392] By: gsar                                  on 1999/05/11  20:56:43
6031         Log: update embedvar.h
6032      Branch: perl
6033            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
6034 ____________________________________________________________________________
6035 [  3391] By: gsar                                  on 1999/05/11  16:32:05
6036         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6037              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
6038              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
6039              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
6040      Branch: perl
6041            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
6042 ____________________________________________________________________________
6043 [  3390] By: gsar                                  on 1999/05/11  15:27:40
6044         Log: display more frequent progress messages when STDOUT is a tty
6045      Branch: perl
6046            ! lib/Test/Harness.pm
6047 ____________________________________________________________________________
6048 [  3389] By: gsar                                  on 1999/05/11  14:40:58
6049         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6050              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
6051              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
6052              Subject: [PATCH 5.005_53] Explanations by Test::Harness
6053      Branch: perl
6054            ! lib/Test/Harness.pm
6055 ____________________________________________________________________________
6056 [  3388] By: gsar                                  on 1999/05/11  14:08:14
6057         Log: avoid creating spurious subroutine stubs on failed subroutine
6058              call and other places of sv_2cv() misuse; fixes problems with
6059              failed subroutine calls "hiding" later attempts to lookup methods
6060              in base classes
6061      Branch: perl
6062            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
6063 ____________________________________________________________________________
6064 [  3387] By: gsar                                  on 1999/05/11  09:34:13
6065         Log: various fixes for clean build and test on win32; configpm broken,
6066              needed to open myconfig.SH rather than myconfig; sundry adjustments
6067              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
6068              work under win32; getenv_sv() changed to getenv_len() since SVs
6069              aren't visible in the lower echelons; remove bogus exports from
6070              config.sym; PERL_OBJECT-ness for C++ exception support; null out
6071              IoDIRP in filter_del() or sv_free() will attempt to close it
6072      Branch: perl
6073            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
6074            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
6075            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
6076            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
6077            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
6078            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
6079            ! win32/config.gc win32/config.vc win32/makedef.pl
6080            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
6081            ! win32/win32.c win32/win32.h
6082 ____________________________________________________________________________
6083 [  3386] By: gsar                                  on 1999/05/11  02:49:07
6084         Log: gutsupport for C++ exceptions
6085              From: Chip Salzenberg <chip@perlsupport.com>
6086              Date: Tue, 9 Mar 1999 11:51:57 -0500
6087              Message-ID: <19990309115157.E7911@perlsupport.com>
6088              Subject: [PATCH 5.005] Flexible Exceptions
6089      Branch: perl
6090            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
6091            ! scope.c scope.h thrdvar.h util.c
6092 ____________________________________________________________________________
6093 [  3385] By: gsar                                  on 1999/05/10  19:33:36
6094         Log: "weak" references internals, still needs perlguts documentation
6095              (somewhat modified version of patch suggested by Tuomas J. Lukka
6096              <lukka@fas.harvard.edu>)
6097      Branch: perl
6098            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
6099            ! pod/perldiag.pod proto.h sv.c sv.h util.c
6100 ____________________________________________________________________________
6101 [  3384] By: jhi                                   on 1999/05/10  18:21:43
6102         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
6103              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
6104      Branch: cfgperl
6105            ! INSTALL hints/dec_osf.sh
6106 ____________________________________________________________________________
6107 [  3381] By: jhi                                   on 1999/05/10  14:39:28
6108         Log: Integrate from mainperl.
6109      Branch: cfgperl
6110           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
6111           +> cygwin32/build-instructions.charles-wilson
6112           +> cygwin32/build-instructions.sebastien-barre
6113           +> cygwin32/build-instructions.steven-morlock
6114           +> cygwin32/build-instructions.steven-morlock2
6115           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
6116           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6117           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
6118           +> t/op/numconvert.t utils/perlbc.PL
6119            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6120            - cygwin32/perlld
6121           !> (integrate 105 files)
6122 ____________________________________________________________________________
6123 [  3380] By: gsar                                  on 1999/05/10  12:27:14
6124         Log: regen regnodes.h
6125      Branch: perl
6126            ! Changes regnodes.h
6127 ____________________________________________________________________________
6128 [  3379] By: gsar                                  on 1999/05/10  12:17:26
6129         Log: From: jan.dubois@ibm.net (Jan Dubois)
6130              Date: Sat, 01 May 1999 22:55:36 +0200
6131              Message-ID: <373067e9.56194713@smtp1.ibm.net>
6132              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
6133      Branch: perl
6134            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
6135            ! win32/config_H.vc
6136 ____________________________________________________________________________
6137 [  3378] By: gsar                                  on 1999/05/10  12:07:13
6138         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6139              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
6140              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
6141              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
6142      Branch: perl
6143            + t/op/numconvert.t
6144            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
6145            ! util.c
6146 ____________________________________________________________________________
6147 [  3377] By: gsar                                  on 1999/05/10  11:39:48
6148         Log: pp_modulo comment tweak from Ilya
6149      Branch: perl
6150            ! pp.c
6151 ____________________________________________________________________________
6152 [  3376] By: gsar                                  on 1999/05/10  11:30:40
6153         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6154              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
6155              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
6156              Subject: Test.pm update [PATCH _56]
6157      Branch: perl
6158            ! lib/Test.pm
6159 ____________________________________________________________________________
6160 [  3375] By: gsar                                  on 1999/05/10  11:28:30
6161         Log: From: jan.dubois@ibm.net (Jan Dubois)
6162              Date: Fri, 07 May 1999 00:59:54 +0200
6163              Message-ID: <373318ae.19292461@smtp1.ibm.net>
6164              Subject: Re: Using existing memory for an SV's PV 
6165      Branch: perl
6166            ! sv.c
6167 ____________________________________________________________________________
6168 [  3374] By: gsar                                  on 1999/05/10  11:23:44
6169         Log: From: jan.dubois@ibm.net (Jan Dubois)
6170              Date: Fri, 07 May 1999 00:59:52 +0200
6171              Message-ID: <37321800.19118320@smtp1.ibm.net>
6172              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
6173      Branch: perl
6174            ! perl.h
6175 ____________________________________________________________________________
6176 [  3373] By: gsar                                  on 1999/05/10  11:22:10
6177         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6178              Date: Thu, 6 May 1999 18:17:28 -0400
6179              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
6180              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
6181      Branch: perl
6182            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
6183            ! util.c
6184 ____________________________________________________________________________
6185 [  3372] By: gsar                                  on 1999/05/10  10:57:49
6186         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6187              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
6188              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
6189              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
6190      Branch: perl
6191            ! regcomp.c regcomp.pl
6192 ____________________________________________________________________________
6193 [  3371] By: gsar                                  on 1999/05/10  10:54:01
6194         Log: From: lane@duphy4.physics.drexel.edu
6195              Date: Tue, 04 May 1999 10:19:25 -0700
6196              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
6197              Subject: [PATCH 5.005.56] pod->html VMS fixes
6198      Branch: perl
6199            ! installhtml lib/Pod/Html.pm
6200 ____________________________________________________________________________
6201 [  3370] By: gsar                                  on 1999/05/10  10:45:52
6202         Log: testsuite nits
6203      Branch: perl
6204            ! t/lib/io_linenum.t t/op/filetest.t
6205 ____________________________________________________________________________
6206 [  3369] By: gsar                                  on 1999/05/10  10:35:22
6207         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6208              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
6209              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
6210              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
6211      Branch: perl
6212            ! os2/os2ish.h os2/os2thread.h
6213 ____________________________________________________________________________
6214 [  3368] By: gsar                                  on 1999/05/10  10:00:11
6215         Log: From: Albert Dvornik <bert@genscan.com>
6216              Date: 03 May 1999 12:20:57 -0400
6217              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
6218              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
6219      Branch: perl
6220            ! dump.c
6221 ____________________________________________________________________________
6222 [  3367] By: gsar                                  on 1999/05/10  09:55:51
6223         Log: shadow password support for Solaris (needs Configure help to
6224              determine HAS_GETSPENT)
6225              From: "Patrick O'Brien" <pdo@cs.umd.edu>
6226              Date: Sat, 01 May 1999 19:41:17 -0400
6227              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
6228              Subject: getpwent() under solaris
6229      Branch: perl
6230            ! pp_sys.c
6231 ____________________________________________________________________________
6232 [  3366] By: gsar                                  on 1999/05/10  09:45:58
6233         Log: From: jan.dubois@ibm.net (Jan Dubois)
6234              Date: Sat, 01 May 1999 23:45:47 +0200
6235              Message-ID: <373373fb.59284266@smtp1.ibm.net>
6236              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
6237      Branch: perl
6238            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6239            ! pod/perldelta.pod
6240 ____________________________________________________________________________
6241 [  3365] By: gsar                                  on 1999/05/10  09:34:22
6242         Log: test suite and fix input_line_number()
6243              From: Paul Johnson <pjcj@transeda.com>
6244              Date: Thu, 29 Apr 1999 06:28:14 +0100
6245              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
6246              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
6247      Branch: perl
6248            + t/lib/io_linenum.t
6249            ! MANIFEST ext/IO/lib/IO/Handle.pm
6250 ____________________________________________________________________________
6251 [  3364] By: gsar                                  on 1999/05/10  09:20:56
6252         Log: fix overeager [:foo:] parsing
6253              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6254              Date: Fri, 30 Apr 1999 09:26:18 +0100
6255              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
6256              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
6257      Branch: perl
6258            ! regcomp.c t/op/re_tests
6259 ____________________________________________________________________________
6260 [  3363] By: gsar                                  on 1999/05/10  09:09:21
6261         Log: documentation for Win32 builtins (somewhat modified)
6262              From: jan.dubois@ibm.net (Jan Dubois)
6263              Date: Tue, 30 Mar 1999 08:05:03 +0200
6264              Message-ID: <37006783.1926460@smtp1.ibm.net>
6265              Subject: Re: Issues with build 509 
6266      Branch: perl
6267            + pod/Win32.pod
6268            ! MANIFEST
6269 ____________________________________________________________________________
6270 [  3362] By: gsar                                  on 1999/05/10  08:22:07
6271         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
6272      Branch: perl
6273            ! lib/File/Copy.pm win32/win32.c
6274 ____________________________________________________________________________
6275 [  3361] By: gsar                                  on 1999/05/10  08:11:29
6276         Log: escape ampersands in <pre> sections
6277      Branch: perl
6278            ! Changes lib/Pod/Html.pm
6279 ____________________________________________________________________________
6280 [  3360] By: gsar                                  on 1999/05/10  08:04:14
6281         Log: AIX hints enhancements (threads build, SOCKS support)
6282              From: "David R. Favor" <dfavor@austin.ibm.com>
6283              Date: Wed, 28 Apr 1999 08:45:28 -0500
6284              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
6285              Subject: Working build for AIX + gcc + threading
6286      Branch: perl
6287            ! hints/aix.sh
6288 ____________________________________________________________________________
6289 [  3359] By: gsar                                  on 1999/05/10  07:49:26
6290         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
6291              Date: Tue, 27 Apr 1999 23:47:24 PDT
6292              Message-ID: <19990428064724.95244.qmail@hotmail.com>
6293              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
6294              --
6295              Date: Thu, 29 Apr 1999 18:21:06 -0700
6296              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
6297              Subject: [PATCH 5.005_56] double constants ( C.pm)
6298              --
6299              Date: Mon, 03 May 1999 20:21:31 PDT
6300              Message-ID: <19990504032131.81113.qmail@hotmail.com>
6301              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
6302              --
6303              Date: Thu, 06 May 1999 17:57:09 -0700
6304              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
6305              Subject: Stash.pm
6306      Branch: perl
6307            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
6308            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
6309 ____________________________________________________________________________
6310 [  3358] By: gsar                                  on 1999/05/10  04:39:15
6311         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
6312              From: alexander smishlajev <als@turnhere.com>
6313              Date: Sun, 25 Apr 1999 14:58:29 +0300
6314              Message-ID: <37230365.5F68B460@turnhere.com>
6315              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
6316      Branch: perl
6317            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
6318            + cygwin32/build-instructions.charles-wilson
6319            + cygwin32/build-instructions.sebastien-barre
6320            + cygwin32/build-instructions.steven-morlock
6321            + cygwin32/build-instructions.steven-morlock2
6322            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
6323            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6324            - cygwin32/perlld
6325            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
6326            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
6327            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
6328            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
6329            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
6330            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
6331 ____________________________________________________________________________
6332 [  3357] By: gsar                                  on 1999/05/10  04:07:07
6333         Log: applied suggested patch, modulo already applied parts
6334              From: Charles Bailey <BAILEY@newman.upenn.edu>
6335              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
6336              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
6337              Subject: [Patch 5.005_56] VMS consolidated patch #2
6338      Branch: perl
6339            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
6340            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
6341            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
6342            ! vms/subconfigure.com vms/test.com vms/vms.c
6343 ____________________________________________________________________________
6344 [  3356] By: gsar                                  on 1999/05/10  03:48:08
6345         Log: applied suggested patch, with win32 and PERL_OBJECT additions
6346              From: Tom Hughes <tom@compton.nu>
6347              Date: Sat, 24 Apr 1999 18:11:59 +0100
6348              Message-ID: <609bdff748.tom@compton.compton.nu>
6349              Subject: ByteLoader patch
6350      Branch: perl
6351            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6352            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
6353            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
6354            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
6355            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
6356            ! utils/Makefile win32/Makefile win32/makefile.mk
6357 ____________________________________________________________________________
6358 [  3355] By: gsar                                  on 1999/05/10  03:22:49
6359         Log: document 'test' attribute (from Andreas Koenig)
6360      Branch: perl
6361            ! lib/ExtUtils/MakeMaker.pm
6362 ____________________________________________________________________________
6363 [  3354] By: gsar                                  on 1999/05/10  03:12:37
6364         Log: From: pmarquess@bfsec.bt.co.uk
6365              Date: Thu, 22 Apr 1999 23:12:08 +0100
6366              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
6367              Subject: PATCH for small bug in scan_bin
6368      Branch: perl
6369            ! util.c
6370 ____________________________________________________________________________
6371 [  3353] By: gsar                                  on 1999/05/10  02:39:33
6372         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
6373              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
6374      Branch: perl
6375            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
6376            ! win32/win32iop.h
6377 ____________________________________________________________________________
6378 [  3352] By: gsar                                  on 1999/05/09  22:47:39
6379         Log: flush all open output buffers before fork(), exec(), system, qx//
6380              and pipe open() operations, simplifying buffering headaches faced
6381              by users; uses fflush(NULL), which may need Configure test
6382      Branch: perl
6383            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
6384            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
6385 ____________________________________________________________________________
6386 [  3351] By: gsar                                  on 1999/05/09  21:11:51
6387         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
6388              Leroy <jll@skynet.be>)
6389      Branch: perl
6390            ! utils/perlcc.PL
6391 ____________________________________________________________________________
6392 [  3350] By: gsar                                  on 1999/05/09  20:39:11
6393         Log: normalize $^X to full pathname on win32
6394      Branch: perl
6395            ! win32/runperl.c
6396 ____________________________________________________________________________
6397 [  3349] By: gsar                                  on 1999/05/09  20:23:07
6398         Log: allow readline($globref), <$globref> already works
6399      Branch: perl
6400            ! pp_hot.c
6401 ____________________________________________________________________________
6402 [  3348] By: gsar                                  on 1999/05/09  20:00:09
6403         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
6404              <lemburg@online-club.de>)
6405      Branch: perl
6406            ! utils/perldoc.PL
6407 ____________________________________________________________________________
6408 [  3347] By: gsar                                  on 1999/05/09  18:47:21
6409         Log: additions to Thread.pm docs from Tuomas J. Lukka
6410              <lukka@fas.harvard.edu>
6411      Branch: perl
6412            ! ext/Thread/Thread.pm
6413 ____________________________________________________________________________
6414 [  3346] By: gsar                                  on 1999/05/09  18:38:00
6415         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6416              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
6417              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
6418              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
6419      Branch: perl
6420            ! ext/B/B/Xref.pm
6421 ____________________________________________________________________________
6422 [  3345] By: gsar                                  on 1999/05/09  18:22:43
6423         Log: work around mangled archname on win32 while finding privlib/sitelib;
6424              normalize lib paths to forward slashes internally
6425      Branch: perl
6426            ! win32/win32.c
6427 ____________________________________________________________________________
6428 [  3344] By: gsar                                  on 1999/05/09  03:20:06
6429         Log: fix typo in dbm filters that caused odbm.t to fail
6430      Branch: perl
6431            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
6432 ____________________________________________________________________________
6433 [  3343] By: gsar                                  on 1999/05/09  02:02:59
6434         Log: tweak test totals
6435      Branch: perl
6436            ! Changes t/lib/tie-stdhandle.t
6437 ____________________________________________________________________________
6438 [  3342] By: gsar                                  on 1999/05/09  01:42:06
6439         Log: import list propagation busted (pointed out by Ton Hospel
6440              <thospel@mail.dma.be>)
6441      Branch: perl
6442            ! lib/autouse.pm
6443 ____________________________________________________________________________
6444 [  3341] By: gsar                                  on 1999/05/09  00:54:18
6445         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
6446              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
6447      Branch: perl
6448            ! Configure Makefile.SH
6449 ____________________________________________________________________________
6450 [  3340] By: gsar                                  on 1999/05/09  00:40:41
6451         Log: generate manpages for newly added utils
6452      Branch: perl
6453            ! installman
6454 ____________________________________________________________________________
6455 [  3339] By: gsar                                  on 1999/05/09  00:33:50
6456         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6457              Date: Sun, 02 May 1999 17:59:24 +0100
6458              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
6459              Subject: [PATCH] Re: ptr to realloced memory in yylex
6460      Branch: perl
6461            ! toke.c
6462 ____________________________________________________________________________
6463 [  3338] By: jhi                                   on 1999/05/08  22:40:29
6464         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
6465      Branch: cfgperl
6466            ! INSTALL
6467 ____________________________________________________________________________
6468 [  3337] By: jhi                                   on 1999/05/08  22:22:26
6469         Log: Integrate from mainperl.
6470      Branch: cfgperl
6471           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
6472           !> (integrate 54 files)
6473 ____________________________________________________________________________
6474 [  3336] By: gsar                                  on 1999/05/08  21:48:22
6475         Log: make perldoc -f grok nested =items
6476      Branch: perl
6477            ! utils/perldoc.PL
6478 ____________________________________________________________________________
6479 [  3335] By: gsar                                  on 1999/05/08  19:48:11
6480         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
6481      Branch: perl
6482            ! op.c t/lib/fields.t
6483 ____________________________________________________________________________
6484 [  3334] By: gsar                                  on 1999/05/08  19:09:41
6485         Log: update test totals
6486      Branch: perl
6487            ! t/lib/bigintpm.t
6488 ____________________________________________________________________________
6489 [  3333] By: gsar                                  on 1999/05/08  16:56:02
6490         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
6491      Branch: perl
6492            ! pod/perlfunc.pod
6493 ____________________________________________________________________________
6494 [  3332] By: gsar                                  on 1999/05/08  16:46:44
6495         Log: applied suggested patch, added tests
6496              From: William Mann <wmann@avici.com>
6497              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
6498              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
6499              Subject: BigInt.pm extensions for logical operations
6500      Branch: perl
6501            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
6502 ____________________________________________________________________________
6503 [  3331] By: gsar                                  on 1999/05/08  16:09:33
6504         Log: avoid temporary files named 'tmp'
6505      Branch: perl
6506            ! Makefile.SH pp.c
6507 ____________________________________________________________________________
6508 [  3330] By: nick                                  on 1999/05/08  14:16:30
6509         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
6510              Provide Tie::StdHandle
6511              Basic update of docs.
6512      Branch: perl
6513            + t/lib/tie-stdhandle.t
6514            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
6515 ____________________________________________________________________________
6516 [  3329] By: nick                                  on 1999/05/08  12:03:45
6517         Log: Tweaks to open(my $fh,...) stuff
6518      Branch: perl
6519            ! op.c pp.c pp_sys.c t/io/open.t
6520 ____________________________________________________________________________
6521 [  3328] By: nick                                  on 1999/05/08  11:18:42
6522         Log: Bring SDBM_File.xs into line with new typemap
6523      Branch: perl
6524            ! ext/SDBM_File/SDBM_File.xs
6525 ____________________________________________________________________________
6526 [  3327] By: gsar                                  on 1999/05/08  00:07:11
6527         Log: add test case for AUTOLOAD reentrancy fix in change#3279
6528      Branch: perl
6529            ! t/lib/autoloader.t
6530 ____________________________________________________________________________
6531 [  3326] By: nick                                  on 1999/05/07  21:24:50
6532         Log: Implement open( my $fh, ...) and similar.
6533              Set flag in op.c for "constructor ops"
6534              In pp_rv2gv, if flag is set and arg is PADSV and uninit
6535              vivify as reference to a detached GV.
6536              (Name of GV is the pad name.)
6537              This scheme should "just work" for pipe/socket etc. too.
6538              
6539              #if 0 out the open(FH,undef) for now.
6540              Change t/io/open.t to test open(my $fh,...)
6541      Branch: perl
6542            ! op.c pp.c pp_sys.c t/io/open.t
6543 ____________________________________________________________________________
6544 [  3325] By: nick                                  on 1999/05/07  21:18:42
6545         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
6546      Branch: perl
6547            ! util.c
6548 ____________________________________________________________________________
6549 [  3324] By: gsar                                  on 1999/05/07  20:28:31
6550         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
6551              intervening code has to allocate SVs)
6552      Branch: perl
6553            ! util.c
6554 ____________________________________________________________________________
6555 [  3323] By: gsar                                  on 1999/05/07  19:45:08
6556         Log: allow line numbers to show in diagnostics during global destruction
6557      Branch: perl
6558            ! util.c
6559 ____________________________________________________________________________
6560 [  3322] By: gsar                                  on 1999/05/07  09:38:11
6561         Log: From: Dan Sugalski <sugalskd@ous.edu>
6562              Date: Fri, 09 Apr 1999 16:16:39 -0700
6563              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
6564              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
6565      Branch: perl
6566            ! lib/ExtUtils/MM_VMS.pm
6567 ____________________________________________________________________________
6568 [  3321] By: gsar                                  on 1999/05/07  09:08:23
6569         Log: From: kwzh@gnu.org (Karl Heuer)
6570              Date: Wed, 7 Apr 1999 23:58:58 -0400
6571              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
6572              Subject: [perl-5.005.02] detect lack of /dev/tty
6573      Branch: perl
6574            ! Makefile.SH
6575 ____________________________________________________________________________
6576 [  3320] By: gsar                                  on 1999/05/07  08:52:14
6577         Log: allow distinct prefix for versioned executables
6578              From: Roderick Schertler <roderick@argon.org>
6579              Date: Wed, 07 Apr 1999 15:34:56 -0400
6580              Message-ID: <3003.923513696@eeyore.ibcinc.com>
6581              Subject: perl55.00503 -> perl5.00503 patch for installperl
6582      Branch: perl
6583            ! INSTALL installperl
6584 ____________________________________________________________________________
6585 [  3319] By: gsar                                  on 1999/05/07  08:07:02
6586         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6587              Date: Mon, 05 Apr 1999 15:38:42 -0700
6588              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
6589              Subject: Re: chomp fails with $/ in fixed-length record mode
6590              --
6591              From: Roderick Schertler <roderick@argon.org>
6592              Date: Tue, 06 Apr 1999 21:11:37 -0400
6593              Message-ID: <2795.923447497@eeyore.ibcinc.com>
6594              Subject: Re: chomp fails with $/ in fixed-length record mode
6595      Branch: perl
6596            ! doop.c pod/perlfunc.pod t/op/chop.t
6597 ____________________________________________________________________________
6598 [  3318] By: gsar                                  on 1999/05/07  07:56:35
6599         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6600              Date: Tue, 6 Apr 1999 01:40:36 -0400
6601              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
6602              Subject: [PATCH 5.005_*] Make % use fmod()
6603      Branch: perl
6604            ! pp.c t/op/arith.t
6605 ____________________________________________________________________________
6606 [  3317] By: gsar                                  on 1999/05/07  04:18:11
6607         Log: DBM Filters (via private mail)
6608              From: pmarquess@bfsec.bt.co.uk
6609              Date: Sun, 18 Apr 1999 21:05:52 +0100
6610              Message-Id: <199904182009.NAA19152@activestate.com>
6611              Subject: DBM Filters
6612      Branch: perl
6613            + pod/perldbmfilter.pod
6614            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6615            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6616            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6617            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
6618            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
6619            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
6620            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
6621            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
6622            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
6623            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
6624            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6625            ! t/lib/sdbm.t
6626 ____________________________________________________________________________
6627 [  3316] By: gsar                                  on 1999/05/07  03:28:53
6628         Log: avoid negative return value from Win32::GetTickCount()
6629              From: jan.dubois@ibm.net (Jan Dubois)
6630              Date: Sat, 03 Apr 1999 19:04:18 +0200
6631              Message-ID: <37084742.22824479@smtp1.ibm.net>
6632              Subject: Re: Win32::GetTickCount
6633      Branch: perl
6634            ! win32/win32.c
6635 ____________________________________________________________________________
6636 [  3315] By: nick                                  on 1999/05/06  21:44:38
6637         Log: open(FH,undef) # creates new_tmpfile opened read/write
6638              Add t/io/open.t with test for above.
6639      Branch: perl
6640            + t/io/open.t
6641            ! pp_sys.c
6642 ____________________________________________________________________________
6643 [  3314] By: gsar                                  on 1999/05/06  08:01:23
6644         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
6645              Date: Tue, 30 Mar 1999 23:40:34 PST
6646              Message-ID: <19990331074034.6117.qmail@hotmail.com>
6647              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
6648              --
6649              Date: Wed, 07 Apr 1999 00:28:23 -0800
6650              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
6651              Subject: [PATCH 5.005_56] function prototypes(B.pm)
6652              --
6653              Date: Thu, 22 Apr 1999 23:40:52 -0700
6654              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
6655              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
6656              --
6657              Date: Tue, 27 Apr 1999 01:14:49 PDT
6658              Message-ID: <19990427081449.28615.qmail@hotmail.com>
6659              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
6660      Branch: perl
6661            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
6662            ! t/op/ref.t
6663 ____________________________________________________________________________
6664 [  3313] By: jhi                                   on 1999/05/06  07:59:52
6665         Log: Integrate from mainperl.
6666      Branch: cfgperl
6667           !> (integrate 33 files)
6668 ____________________________________________________________________________
6669 [  3312] By: gsar                                  on 1999/05/06  07:11:50
6670         Log: add Ethiopic section to unicode master database (from Ken
6671              Whistler <kenw@sybase.com>)
6672      Branch: perl
6673            ! lib/unicode/UnicodeData-Latest.txt
6674 ____________________________________________________________________________
6675 [  3311] By: gsar                                  on 1999/05/06  05:37:55
6676         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
6677              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
6678              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
6679              Subject: Largefiles for Solaris
6680      Branch: perl
6681            ! hints/solaris_2.sh
6682 ____________________________________________________________________________
6683 [  3310] By: gsar                                  on 1999/05/06  05:14:35
6684         Log: emit more accurate diagnostic for syntax errors involving <>
6685              within eval""
6686      Branch: perl
6687            ! toke.c utils/perldoc.PL
6688 ____________________________________________________________________________
6689 [  3309] By: gsar                                  on 1999/05/06  04:36:31
6690         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
6691      Branch: perl
6692            ! t/lib/open3.t
6693 ____________________________________________________________________________
6694 [  3308] By: gsar                                  on 1999/05/06  03:19:16
6695         Log: applied first part of suggested patch (bug described cannot be
6696              reproduced any longer, so the second inconclusive part has not
6697              been applied)
6698              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6699              Date: Sun, 28 Mar 1999 04:51:34 +0100
6700              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
6701              Subject: [PATCH 5.005_56] Re: A core dump 
6702      Branch: perl
6703            ! toke.c
6704 ____________________________________________________________________________
6705 [  3307] By: gsar                                  on 1999/05/06  01:56:06
6706         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
6707              change#3180)
6708      Branch: perl
6709            ! op.c
6710 ____________________________________________________________________________
6711 [  3306] By: gsar                                  on 1999/05/05  17:17:34
6712         Log: applied non-conflicting parts of suggested patch
6713              From: Charles Bailey <BAILEY@newman.upenn.edu>
6714              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
6715              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
6716              Subject: [Patch 5.005_56] Revised VMS patch
6717      Branch: perl
6718            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
6719            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
6720 ____________________________________________________________________________
6721 [  3305] By: gsar                                  on 1999/05/05  16:20:19
6722         Log: make perldoc use backslashed pathnames within system() on win32
6723      Branch: perl
6724            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
6725 ____________________________________________________________________________
6726 [  3304] By: gsar                                  on 1999/05/05  07:29:43
6727         Log: upgrade Pod::Parser to v1.081 from CPAN
6728      Branch: perl
6729            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6730            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
6731            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
6732 ____________________________________________________________________________
6733 [  3303] By: gsar                                  on 1999/05/05  07:02:07
6734         Log: From: Andy Dougherty <doughera@lafayette.edu>
6735              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
6736              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
6737              Subject: [PATCH 5.005_03-MT3] INSTALL patches
6738      Branch: perl
6739            ! INSTALL
6740 ____________________________________________________________________________
6741 [  3302] By: gsar                                  on 1999/05/05  06:55:21
6742         Log: load base packages based on nonexistent $VERSION
6743              From: andreas.koenig@anima.de (Andreas J. Koenig)
6744              Date: 19 Mar 1999 06:00:28 +0100
6745              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
6746              Subject: Re: base.pm flaw
6747      Branch: perl
6748            ! lib/base.pm lib/locale.pm
6749 ____________________________________________________________________________
6750 [  3301] By: gsar                                  on 1999/05/04  05:41:08
6751         Log: pod2man outputs switched date and revision label (fix suggested by
6752              EthanSasiela@mede.com)
6753      Branch: perl
6754            ! pod/pod2man.PL
6755 ____________________________________________________________________________
6756 [  3300] By: gsar                                  on 1999/05/03  18:48:25
6757         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
6758              (makes opendir(D,"c:") work reliably)
6759      Branch: perl
6760            ! win32/win32.c
6761 ____________________________________________________________________________
6762 [  3299] By: gsar                                  on 1999/05/02  19:39:55
6763         Log: add test case for change#3298
6764      Branch: perl
6765            ! sv.c t/op/readdir.t
6766 ____________________________________________________________________________
6767 [  3298] By: gsar                                  on 1999/05/02  19:24:41
6768         Log: close directory handles properly when localized
6769      Branch: perl
6770            ! sv.c
6771 ____________________________________________________________________________
6772 [  3297] By: jhi                                   on 1999/04/30  11:42:14
6773         Log: Integrate from mainperl.
6774      Branch: cfgperl
6775           !> Changes config_h.SH configure.com lib/AutoLoader.pm
6776           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
6777           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
6778           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
6779           !> vms/subconfigure.com win32/win32.c
6780 ____________________________________________________________________________
6781 [  3293] By: chip                                  on 1999/04/29  18:50:49
6782         Log: Fix shebang lines.
6783      Branch: maint-5.004/perl
6784            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
6785            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
6786            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
6787            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
6788            ! x2p/find2perl.PL x2p/s2p.PL
6789 ____________________________________________________________________________
6790 [  3284] By: gsar                                  on 1999/04/27  00:48:42
6791         Log: integrate change#3279 from maint-5.004
6792      Branch: perl
6793            ! lib/AutoLoader.pm
6794 ____________________________________________________________________________
6795 [  3279] By: chip                                  on 1999/04/26  23:09:26
6796         Log: Make &AutoLoad::AUTOLOAD reentrant.
6797      Branch: maint-5.004/perl
6798            ! lib/AutoLoader.pm
6799 ____________________________________________________________________________
6800 [  3276] By: chip                                  on 1999/04/26  22:34:36
6801         Log: Make porting scripts executable.
6802      Branch: maint-5.004/perl
6803            ! Changes Porting/genlog Porting/makerel Porting/p4desc
6804            ! Porting/patchls
6805 ____________________________________________________________________________
6806 [  3274] By: gsar                                  on 1999/04/26  17:30:31
6807         Log: allow embedded null characters in diagnostics
6808      Branch: perl
6809            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
6810 ____________________________________________________________________________
6811 [  3273] By: gsar                                  on 1999/04/26  08:27:22
6812         Log: hand-applied conflicting parts of suggested patch
6813              From: Charles Bailey <BAILEY@newman.upenn.edu>
6814              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
6815              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
6816              Subject: [PATCH 5.005_56] VMS configuration/build
6817      Branch: perl
6818            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6819            ! vms/munchconfig.c vms/subconfigure.com
6820 ____________________________________________________________________________
6821 [  3272] By: gsar                                  on 1999/04/26  08:25:41
6822         Log: update Changes; tweak minor regressions
6823      Branch: perl
6824            ! Changes lib/AutoSplit.pm lib/File/Path.pm
6825 ____________________________________________________________________________
6826 [  3271] By: gsar                                  on 1999/04/26  07:52:51
6827         Log: integrate change#3229 from maint-5.004
6828      Branch: perl
6829            ! pp_ctl.c util.c
6830 ____________________________________________________________________________
6831 [  3270] By: gsar                                  on 1999/04/25  22:58:27
6832         Log: fix buggy reference count on refs to SVs with autoviv magic
6833              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
6834              accessing free()d memory)
6835      Branch: perl
6836            ! pp.c t/op/ref.t
6837 ____________________________________________________________________________
6838 [  3269] By: gsar                                  on 1999/04/24  17:07:55
6839         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
6840              on win32)
6841      Branch: perl
6842            ! win32/win32.c
6843 ____________________________________________________________________________
6844 [  3268] By: gsar                                  on 1999/04/24  16:38:25
6845         Log: kill dup hunk
6846      Branch: perl
6847            ! config_h.SH
6848 ____________________________________________________________________________
6849 [  3267] By: gsar                                  on 1999/04/24  16:35:57
6850         Log: integrate cfgperl changes into mainline
6851      Branch: perl
6852           +> myconfig.SH
6853            - myconfig
6854            ! pod/perlre.pod
6855           !> (integrate 38 files)
6856 ____________________________________________________________________________
6857 [  3266] By: jhi                                   on 1999/04/23  18:42:44
6858         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6859              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
6860              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
6861              Cc: Lionel Cons <lionel.cons@cern.ch>,
6862              Ilya Zakharevich <ilya@math.ohio-state.edu>,
6863              David Hayes <david@bdel.com>
6864              Subject: [PATCH] h2ph
6865              Date: Fri, 23 Apr 1999 12:37:23 -0400
6866              Message-ID: <19990423123723.A49550@O2.chapin.edu>
6867      Branch: cfgperl
6868            ! utils/h2ph.PL
6869 ____________________________________________________________________________
6870 [  3265] By: jhi                                   on 1999/04/21  18:17:12
6871         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
6872              To: perlbug@perl.org
6873              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
6874              Date: Wed, 21 Apr 1999 08:17:54 -0700
6875              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
6876      Branch: cfgperl
6877            ! vms/descrip_mms.template
6878 ____________________________________________________________________________
6879 [  3264] By: jhi                                   on 1999/04/20  08:50:54
6880         Log: From: Andy Dougherty <doughera@lafayette.edu>
6881              To: The Perl Porters Mailing List <perl5-porters@perl.org>
6882              Subject: [PATCH 5.005_56] Re: 5.006 Todo
6883              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
6884              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
6885      Branch: cfgperl
6886            ! Porting/pumpkin.pod
6887 ____________________________________________________________________________
6888 [  3263] By: jhi                                   on 1999/04/20  08:05:01
6889         Log: From: Chip Salzenberg <chip@perlsupport.com>
6890              To: Perl 5 Porters <perl5-porters@perl.org>
6891              Subject: [PATCH 5.005_56] Configure: $sig_count
6892              Date: Sun, 18 Apr 1999 17:54:36 -0400
6893              Message-ID: <19990418175436.A27496@perlsupport.com>
6894      Branch: cfgperl
6895            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6896            ! config_h.SH
6897 ____________________________________________________________________________
6898 [  3262] By: jhi                                   on 1999/04/19  18:23:50
6899         Log: Subject: PATCH wrong faq reference in perlbook.pod
6900              From: Robin Barker <rmb1@cise.npl.co.uk>
6901              To: perlbug@perl.com
6902              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
6903              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
6904      Branch: cfgperl
6905            ! pod/perlbook.pod
6906 ____________________________________________________________________________
6907 [  3261] By: jhi                                   on 1999/04/15  13:59:04
6908         Log: From: Andy Dougherty <doughera@lafayette.edu>
6909              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
6910              Cc: Perl Porters <perl5-porters@perl.org>
6911              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
6912              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
6913              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
6914      Branch: cfgperl
6915            ! hints/solaris_2.sh
6916 ____________________________________________________________________________
6917 [  3260] By: jhi                                   on 1999/04/15  13:56:53
6918         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6919              To: pumpkings@jhereg.perl.com
6920              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
6921              Date: Thu, 15 Apr 1999 07:13:41 -0600
6922              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
6923      Branch: cfgperl
6924            ! pod/perldata.pod
6925 ____________________________________________________________________________
6926 [  3259] By: jhi                                   on 1999/04/13  23:12:52
6927         Log: LDLIBPTH also on 'clean' targets.
6928      Branch: cfgperl
6929            ! Makefile.SH
6930 ____________________________________________________________________________
6931 [  3258] By: jhi                                   on 1999/04/13  21:38:46
6932         Log: Add information about the two DEC C compiler optimizer bugs
6933              (what patch levels of the compilers fix them).
6934      Branch: cfgperl
6935            ! pp.c t/op/repeat.t
6936 ____________________________________________________________________________
6937 [  3257] By: jhi                                   on 1999/04/13  14:25:08
6938         Log: Be polite about ccdlflags and lddflags, too.
6939              Avoid Perl's malloc only when threaded.
6940      Branch: cfgperl
6941            ! hints/aix.sh
6942 ____________________________________________________________________________
6943 [  3256] By: jhi                                   on 1999/04/13  10:21:33
6944         Log: Croak if no known ways to semctl() (don't assume union semun).
6945      Branch: cfgperl
6946            ! doio.c perl.h
6947 ____________________________________________________________________________
6948 [  3255] By: jhi                                   on 1999/04/13  09:10:26
6949         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6950              To: perl5-porters@perl.org, vmsperl@perl.org
6951              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
6952              Date: Mon, 12 Apr 1999 13:36:48 -0700
6953              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
6954      Branch: cfgperl
6955            ! lib/ExtUtils/MM_VMS.pm
6956 ____________________________________________________________________________
6957 [  3254] By: jhi                                   on 1999/04/13  06:56:26
6958         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6959              To: perlbug@perl.com
6960              Subject: Update for OpenBSD hints
6961              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
6962              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
6963      Branch: cfgperl
6964            ! hints/openbsd.sh
6965 ____________________________________________________________________________
6966 [  3229] By: chip                                  on 1999/04/13  04:04:14
6967         Log: Preserve errno from importunities of sfio.
6968      Branch: maint-5.004/perl
6969            ! pp_ctl.c util.c
6970 ____________________________________________________________________________
6971 [  3226] By: jhi                                   on 1999/04/11  12:52:26
6972         Log: If both ways to call semctl are broken,    skip the tests.
6973      Branch: cfgperl
6974            ! t/lib/ipc_sysv.t
6975 ____________________________________________________________________________
6976 [  3225] By: jhi                                   on 1999/04/10  22:27:28
6977         Log: From: Andy Dougherty <doughera@lafayette.edu>
6978              To: dsembr01@ox.slug.louisville.edu
6979              Cc: perlbug@perl.com
6980              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
6981              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
6982              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
6983      Branch: cfgperl
6984            ! ext/POSIX/POSIX.xs
6985 ____________________________________________________________________________
6986 [  3224] By: jhi                                   on 1999/04/09  18:50:32
6987         Log: From: Andy Dougherty <doughera@lafayette.edu>
6988              To: Perl Porters <perl5-porters@perl.org>
6989              Subject: [PATCH 5.005_56] Re: prefix= in hints
6990              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
6991              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
6992              
6993              (Overrides change #3204 from Kurt)
6994      Branch: cfgperl
6995            ! hints/linux.sh
6996 ____________________________________________________________________________
6997 [  3223] By: jhi                                   on 1999/04/09  18:37:55
6998         Log: Understand Apollo's //node notation.
6999              
7000              From: Johann Klasek <jk@auto.tuwien.ac.at>
7001              To: jhi@iki.fi
7002              Subject: Re: DomainPerl
7003              Date: Fri, 9 Apr 1999 18:21:37 +0200
7004              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
7005      Branch: cfgperl
7006            ! lib/Cwd.pm
7007 ____________________________________________________________________________
7008 [  3220] By: jhi                                   on 1999/04/04  16:33:49
7009         Log: Integrate from mainperl.
7010      Branch: cfgperl
7011           !> (integrate 39 files)
7012 ____________________________________________________________________________
7013 [  3219] By: gsar                                  on 1999/04/04  02:48:17
7014         Log: tweak previous change
7015      Branch: maint-5.005/perl
7016            ! win32/win32.c
7017 ____________________________________________________________________________
7018 [  3218] By: gsar                                  on 1999/04/04  02:44:47
7019         Log: be careful about extending the stack for the Win32:: builtins
7020      Branch: maint-5.005/perl
7021            ! win32/win32.c
7022 ____________________________________________________________________________
7023 [  3217] By: gsar                                  on 1999/04/04  01:59:26
7024         Log: correct places that said newSVpv() when they meant newSVpvn()
7025      Branch: perl
7026            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
7027            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
7028            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7029            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
7030            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
7031            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
7032            ! win32/win32.c
7033 ____________________________________________________________________________
7034 [  3216] By: gsar                                  on 1999/04/03  23:58:27
7035         Log: avoid duplicate code
7036      Branch: perl
7037            ! sv.c
7038 ____________________________________________________________________________
7039 [  3215] By: gsar                                  on 1999/04/03  23:14:34
7040         Log: grow PL_tmps_stack more efficiently; make it more amenable to
7041              STRESS_REALLOC testing
7042      Branch: perl
7043            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
7044            ! sv.c
7045 ____________________________________________________________________________
7046 [  3214] By: gsar                                  on 1999/04/03  21:01:09
7047         Log: scrounge and save three extra branches in pp_entersub()
7048      Branch: perl
7049            ! cv.h pp_ctl.c pp_hot.c
7050 ____________________________________________________________________________
7051 [  3213] By: gsar                                  on 1999/04/03  17:43:23
7052         Log: remove duplicate code and an extra branch in sv_setsv() and
7053              other hot code by making SvTHINKFIRST() think about FAKE SVs
7054      Branch: perl
7055            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
7056            ! proto.h scope.c sv.c sv.h
7057 ____________________________________________________________________________
7058 [  3212] By: jhi                                   on 1999/04/03  16:20:09
7059         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
7060              
7061              From: John Bley <jbb6@acpub.duke.edu>
7062              To: perlbug@perl.org
7063              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
7064              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
7065              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
7066      Branch: cfgperl
7067            ! doio.c pp_sys.c
7068 ____________________________________________________________________________
7069 [  3211] By: jhi                                   on 1999/04/03  13:27:26
7070         Log: Change #3210 was rather unportable.  This is better.
7071      Branch: cfgperl
7072            ! Configure config_h.SH
7073 ____________________________________________________________________________
7074 [  3210] By: jhi                                   on 1999/04/03  13:16:20
7075         Log: Avoid Digital UNIX' ksh.
7076              
7077              From: Jarkko Hietaniemi <jhi@iki.fi> 
7078              To: Henrik Tougaard <ht000@siberut.foa.dk> 
7079              Cc: perlbug@perl.com, ht000@foa.dk 
7080              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
7081              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
7082              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
7083      Branch: cfgperl
7084            ! Configure config_h.SH
7085 ____________________________________________________________________________
7086 [  3209] By: jhi                                   on 1999/04/03  12:49:04
7087         Log: Integrate from mainperl.
7088      Branch: cfgperl
7089           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
7090 ____________________________________________________________________________
7091 [  3208] By: jhi                                   on 1999/04/03  12:27:24
7092         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
7093              
7094              From: Lionel Cons <lionel.cons@cern.ch>
7095              To: jhi@iki.fi
7096              Cc: perlbug@perl.com, kstar@isinet.com,
7097              Philippe Defert <philippe.defert@cern.ch>
7098              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
7099              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
7100              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
7101      Branch: cfgperl
7102            ! hints/irix_6.sh
7103 ____________________________________________________________________________
7104 [  3207] By: jhi                                   on 1999/04/03  12:20:21
7105         Log: Be polite about usemymalloc.
7106      Branch: cfgperl
7107            ! hints/aix.sh
7108 ____________________________________________________________________________
7109 [  3206] By: gsar                                  on 1999/04/02  23:31:59
7110         Log: a typo in change#3205
7111      Branch: perl
7112            ! t/lib/bigfloatpm.t
7113 ____________________________________________________________________________
7114 [  3205] By: gsar                                  on 1999/04/02  23:20:31
7115         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
7116              returns NaNs faithfully)
7117      Branch: perl
7118            ! t/lib/bigfloatpm.t
7119 ____________________________________________________________________________
7120 [  3204] By: jhi                                   on 1999/04/02  22:03:23
7121         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
7122              
7123              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7124              To: perl5-porters@perl.org
7125              Subject: linux hints nit
7126              Date: Fri, 2 Apr 1999 16:49:47 -0500
7127              Message-ID: <19990402164947.E80926@O2.chapin.edu>
7128      Branch: cfgperl
7129            ! hints/linux.sh
7130 ____________________________________________________________________________
7131 [  3203] By: jhi                                   on 1999/04/02  22:00:56
7132         Log: Display exact glibc version in Linux. 
7133              
7134              From: Andy Dougherty <doughera@lafayette.edu>
7135              To: Perl Porters <perl5-porters@perl.org>
7136              Subject: Displaying glibc version on Linux
7137              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
7138              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
7139      Branch: cfgperl
7140            ! hints/linux.sh
7141 ____________________________________________________________________________
7142 [  3202] By: gsar                                  on 1999/04/02  21:23:18
7143         Log: various little goofs
7144      Branch: perl
7145            ! Changes Makefile.SH README installperl
7146 ____________________________________________________________________________
7147 [  3201] By: jhi                                   on 1999/04/02  13:13:39
7148         Log: Configure regen.
7149              
7150              Add llseek + offset_t probing.
7151              Change CONFIG to CONFIGDOTSH.
7152              'unset foo' is unportable, use foo=''.
7153      Branch: cfgperl
7154            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
7155            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
7156            ! perl_exp.SH writemain.SH
7157 ____________________________________________________________________________
7158 [  3200] By: jhi                                   on 1999/04/02  12:06:22
7159         Log: Introduce myconfig.SH.
7160              
7161              From: Andy Dougherty <doughera@lafayette.edu>
7162              To: Jarkko Hietaniemi <jhi@iki.fi>
7163              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
7164              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
7165              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
7166              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
7167      Branch: cfgperl
7168            + myconfig.SH
7169            - myconfig
7170            ! MANIFEST
7171 ____________________________________________________________________________
7172 [  3195] By: jhi                                   on 1999/03/28  16:42:54
7173         Log: Update perlhist on 5_03.
7174      Branch: maint-5.005/perl
7175            ! pod/perlhist.pod
7176 ____________________________________________________________________________
7177 [  3194] By: jhi                                   on 1999/03/28  12:30:01
7178         Log: Integrate from mainperl.
7179      Branch: cfgperl
7180           +> t/op/grep.t
7181            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
7182            ! t/lib/bigintpm.t
7183           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
7184           !> t/lib/thread.t
7185 ____________________________________________________________________________
7186 [  3189] By: gsar                                  on 1999/03/28  08:22:00
7187         Log: various pod niggles
7188      Branch: maint-5.005/perl
7189            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
7190            ! pod/perlfunc.pod pod/perlhist.pod
7191 ____________________________________________________________________________
7192 [  3187] By: gsar                                  on 1999/03/28  07:31:16
7193         Log: regularize CAPI declarations (CAPI extensions now build under
7194              the Borland compiler)
7195      Branch: maint-5.005/perl
7196            ! win32/GenCAPI.pl
7197 ____________________________________________________________________________
7198 [  3186] By: gsar                                  on 1999/03/28  07:26:33
7199         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
7200              -DPERL_CAPI
7201      Branch: maint-5.005/perl
7202            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
7203 ____________________________________________________________________________
7204 [  3183] By: gsar                                  on 1999/03/28  06:00:46
7205         Log: update p4 utility to ignore non-text files
7206      Branch: perl
7207            ! Porting/p4desc
7208 ____________________________________________________________________________
7209 [  3181] By: gsar                                  on 1999/03/28  03:37:23
7210         Log: integrate change#3179 from maint-5.005
7211      Branch: perl
7212           !> ext/Thread/Thread.xs t/lib/thread.t
7213 ____________________________________________________________________________
7214 [  3180] By: gsar                                  on 1999/03/28  02:28:20
7215         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
7216              (sometimes caused bizarreness in the BLOCK)
7217      Branch: perl
7218            + t/op/grep.t
7219            ! MANIFEST op.c
7220 ____________________________________________________________________________
7221 [  3179] By: gsar                                  on 1999/03/28  02:14:04
7222         Log: fix thread segfault when passing large number of arguments to child
7223              a la C<Thread->new($foo, 1..1000)>
7224      Branch: maint-5.005/perl
7225            ! ext/Thread/Thread.xs t/lib/thread.t
7226 ____________________________________________________________________________
7227 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
7228         Log: fix $Config{'usethreads'} typo in perlthrtut
7229              
7230              From: Ian Maloney <szhmf9@wsblob.ubs.com>
7231              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
7232              Message-Id: <199903251540.QAA02439@wsblob.>
7233              Subject: perlthrtut documentation error
7234      Branch: maint-5.005/perl
7235            ! pod/perlthrtut.pod
7236 ____________________________________________________________________________
7237 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
7238         Log: Update Test.pm to VERSION 1.122 from CPAN
7239      Branch: maint-5.005/perl
7240            ! lib/Test.pm
7241 ____________________________________________________________________________
7242 [  3171] By: jhi                                   on 1999/03/26  22:38:28
7243         Log: Integrate from mainperl.
7244      Branch: cfgperl
7245           !> (integrate 37 files)
7246 ____________________________________________________________________________
7247 [  3170] By: gsar                                  on 1999/03/26  01:30:25
7248         Log: specify type of bracket in "Unmatched bracket" diagnostic;
7249              prefer 'brace' or 'curly bracket' over 'curly brace'
7250      Branch: perl
7251            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
7252            ! t/op/misc.t t/op/re_tests toke.c
7253 ____________________________________________________________________________
7254 [  3169] By: gsar                                  on 1999/03/26  00:50:51
7255         Log: better description of "Integer overflow" diagnostic
7256      Branch: perl
7257            ! pod/perldiag.pod
7258 ____________________________________________________________________________
7259 [  3168] By: gsar                                  on 1999/03/25  11:02:46
7260         Log: applied needful parts of suggested patch
7261              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
7262              Date: Tue, 23 Mar 1999 16:21:43 -0800
7263              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
7264              Subject: [PATCH 5.005_56] pp_formline correction
7265      Branch: perl
7266            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
7267 ____________________________________________________________________________
7268 [  3167] By: gsar                                  on 1999/03/25  10:39:02
7269         Log: clarify what a "comment" means (due to Mark-Jason Dominus
7270              <mjd@plover.com>)
7271      Branch: perl
7272            ! pod/perlsyn.pod
7273 ____________________________________________________________________________
7274 [  3166] By: gsar                                  on 1999/03/25  10:33:18
7275         Log: describe current behavior on local($foo{nothere}) (suggested by
7276              Lionel Cons <lionel.cons@cern.ch>)
7277      Branch: perl
7278            ! pod/perlsub.pod
7279 ____________________________________________________________________________
7280 [  3165] By: gsar                                  on 1999/03/25  06:21:05
7281         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
7282              <vishalb@hotmail.com>)
7283      Branch: perl
7284            ! ext/B/B/C.pm
7285 ____________________________________________________________________________
7286 [  3164] By: gsar                                  on 1999/03/25  06:17:27
7287         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7288              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
7289              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
7290              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
7291      Branch: perl
7292            ! ext/B/B.xs op.h opcode.pl
7293 ____________________________________________________________________________
7294 [  3163] By: gsar                                  on 1999/03/25  06:15:49
7295         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
7296              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
7297              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
7298              Subject: [PATCH _56] B::Deparse 0.57
7299              --
7300              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
7301              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
7302              Subject: Re: [PATCH _56] B::Deparse 0.57 
7303      Branch: perl
7304            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
7305 ____________________________________________________________________________
7306 [  3162] By: gsar                                  on 1999/03/25  06:11:46
7307         Log: fix a few places that said 'int', but meant 'STRLEN'
7308      Branch: perl
7309            ! pod/perlguts.pod proto.h sv.c
7310 ____________________________________________________________________________
7311 [  3161] By: gsar                                  on 1999/03/25  06:01:18
7312         Log: From: Russ Allbery <rra@stanford.edu>
7313              Date: 22 Mar 1999 04:26:26 -0800
7314              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
7315              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
7316      Branch: perl
7317            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
7318            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
7319            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
7320            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
7321 ____________________________________________________________________________
7322 [  3160] By: gsar                                  on 1999/03/25  02:26:31
7323         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
7324      Branch: perl
7325            ! opcode.h opcode.pl
7326 ____________________________________________________________________________
7327 [  3159] By: gsar                                  on 1999/03/25  02:18:17
7328         Log: add statement-modifier loops to :base_loop class
7329      Branch: perl
7330            ! ext/Opcode/Opcode.pm
7331 ____________________________________________________________________________
7332 [  3158] By: gsar                                  on 1999/03/25  00:36:57
7333         Log: integrate changes#3105,3130,3154 from maint-5.005
7334      Branch: perl
7335           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
7336 ____________________________________________________________________________
7337 [  3157] By: gsar                                  on 1999/03/25  00:24:17
7338         Log: remove bogus panic()
7339      Branch: perl
7340            ! Changes lib/Math/BigFloat.pm
7341 ____________________________________________________________________________
7342 [  3156] By: jhi                                   on 1999/03/24  22:43:43
7343         Log: Integrate from mainperl.
7344      Branch: cfgperl
7345           +> (branch 38 files)
7346           !> (integrate 68 files)
7347 ____________________________________________________________________________
7348 [  3155] By: jhi                                   on 1999/03/24  22:12:17
7349         Log: Configure regenerated because of changes #3130/#3154 and #3147.
7350      Branch: cfgperl
7351            ! Configure config_h.SH
7352 ____________________________________________________________________________
7353 [  3154] By: jhi                                   on 1999/03/24  21:40:51
7354         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
7355              based on suggestions from Andy Dougherty.
7356      Branch: maint-5.005/perl
7357            ! INSTALL
7358 ____________________________________________________________________________
7359 [  3153] By: gsar                                  on 1999/03/24  10:38:05
7360         Log: applied suggested patch, modulo superceded parts
7361              From: Charles Bailey <BAILEY@newman.upenn.edu>
7362              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
7363              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
7364              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
7365      Branch: perl
7366            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
7367            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
7368            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
7369            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
7370 ____________________________________________________________________________
7371 [  3152] By: gsar                                  on 1999/03/24  10:30:51
7372         Log: applied suggested patch, modulo superceded parts
7373              From: Charles Bailey <BAILEY@newman.upenn.edu>
7374              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
7375              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
7376              Subject: [PATCH 5.005_56] Miscellaneous small fixes
7377      Branch: perl
7378            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
7379            ! lib/File/Basename.pm
7380 ____________________________________________________________________________
7381 [  3151] By: gsar                                  on 1999/03/24  10:15:00
7382         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
7383      Branch: perl
7384            ! pod/perlop.pod
7385 ____________________________________________________________________________
7386 [  3150] By: gsar                                  on 1999/03/24  10:09:13
7387         Log: missing integration in previous change
7388      Branch: perl
7389           !> README.apollo
7390 ____________________________________________________________________________
7391 [  3149] By: gsar                                  on 1999/03/24  10:06:44
7392         Log: integrate changes#3116,3119 from maint-5.005
7393      Branch: perl
7394            + README.apollo
7395           +> apollo/netinet/in.h
7396           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
7397 ____________________________________________________________________________
7398 [  3148] By: gsar                                  on 1999/03/24  10:01:56
7399         Log: integrate changes#3091-3094 from maint-5.005
7400      Branch: perl
7401           !> README.hurd vms/subconfigure.com vos/config.h
7402           !> vos/config_h.SH_orig
7403 ____________________________________________________________________________
7404 [  3147] By: gsar                                  on 1999/03/24  09:31:49
7405         Log: warn about newfangled vfork() caveats
7406      Branch: perl
7407            ! Configure
7408 ____________________________________________________________________________
7409 [  3146] By: jhi                                   on 1999/03/24  09:20:14
7410         Log: Bring in changes #2808 and #2812 (from mainline perl)
7411              that enhance the perlbug checklist.
7412      Branch: maint-5.005/perl
7413            ! utils/perlbug.PL
7414 ____________________________________________________________________________
7415 [  3145] By: gsar                                  on 1999/03/24  08:37:02
7416         Log: integrate change#3115 from maint-5.005
7417      Branch: perl
7418           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7419           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
7420 ____________________________________________________________________________
7421 [  3144] By: gsar                                  on 1999/03/24  08:33:59
7422         Log: add note about map in scalar context
7423      Branch: perl
7424            ! pod/perlfunc.pod
7425 ____________________________________________________________________________
7426 [  3143] By: gsar                                  on 1999/03/24  08:25:59
7427         Log: doc tweak
7428      Branch: perl
7429            ! lib/Time/Local.pm
7430 ____________________________________________________________________________
7431 [  3142] By: gsar                                  on 1999/03/24  08:20:37
7432         Log: applied suggested patch, modulo bogus hunk
7433              From: "Vishal Bhatia" <vishalb@hotmail.com>
7434              Date: Thu, 11 Mar 1999 07:40:27 PST
7435              Message-ID: <19990311154027.25891.qmail@hotmail.com>
7436              Subject: [PATCH 5.005_56] Minor fixes in perlcc
7437      Branch: perl
7438            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
7439 ____________________________________________________________________________
7440 [  3141] By: gsar                                  on 1999/03/24  08:06:12
7441         Log: integrate change#3104 from maint-5.005
7442      Branch: perl
7443           !> README.os390 t/lib/posix.t
7444 ____________________________________________________________________________
7445 [  3140] By: gsar                                  on 1999/03/24  06:34:56
7446         Log: fix failure of C<&locked_sub;> under -Dusethreads
7447      Branch: perl
7448            ! pp_hot.c t/lib/thread.t
7449 ____________________________________________________________________________
7450 [  3139] By: gsar                                  on 1999/03/24  05:52:00
7451         Log: debugger tweak (wasn't printing a newline after recalled commands)
7452      Branch: perl
7453            ! lib/perl5db.pl
7454 ____________________________________________________________________________
7455 [  3138] By: gsar                                  on 1999/03/24  05:33:28
7456         Log: document OO exceptions (based on a suggestion by Andreas Koenig
7457              <andreas.koenig@anima.de>)
7458      Branch: perl
7459            ! pod/perlfunc.pod
7460 ____________________________________________________________________________
7461 [  3137] By: gsar                                  on 1999/03/24  02:50:20
7462         Log: better "Illegal %s digit ignored" warnings
7463      Branch: perl
7464            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
7465            ! toke.c util.c
7466 ____________________________________________________________________________
7467 [  3136] By: gsar                                  on 1999/03/24  02:26:38
7468         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
7469      Branch: perl
7470            + t/pragma/utf8.t
7471            ! regcomp.c
7472 ____________________________________________________________________________
7473 [  3135] By: gsar                                  on 1999/03/24  01:29:09
7474         Log: flip release & version in win32_uname()
7475      Branch: perl
7476            ! win32/win32.c
7477 ____________________________________________________________________________
7478 [  3134] By: gsar                                  on 1999/03/24  01:08:33
7479         Log: support POSIX::uname() via win32_uname()
7480      Branch: perl
7481            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
7482            ! win32/config.gc win32/config.vc win32/config_H.bc
7483            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
7484            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
7485 ____________________________________________________________________________
7486 [  3133] By: gsar                                  on 1999/03/23  22:20:10
7487         Log: From: jan.dubois@ibm.net (Jan Dubois)
7488              Date: Sat, 06 Mar 1999 21:42:56 +0100
7489              Message-ID: <36e49281.50337171@smtp1.ibm.net>
7490              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
7491      Branch: perl
7492            ! pod/perldelta.pod
7493 ____________________________________________________________________________
7494 [  3132] By: gsar                                  on 1999/03/23  22:17:45
7495         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
7496              Date: Sat, 06 Mar 1999 17:50:49 +0100
7497              Message-ID: <36e25209.33833760@smtp1.ibm.net>
7498              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
7499              --
7500              Date: Sat, 06 Mar 1999 18:15:00 +0100
7501              Message-ID: <36e36222.37954195@smtp1.ibm.net>
7502              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
7503      Branch: perl
7504            + t/lib/filefunc.t
7505            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
7506            ! pod/perldelta.pod pod/perlmodlib.pod
7507 ____________________________________________________________________________
7508 [  3131] By: gsar                                  on 1999/03/23  22:07:59
7509         Log: integrate cfgperl changes into mainline
7510      Branch: perl
7511           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
7512           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
7513           !> installperl malloc.c perl.c perl.h pod/perl.pod
7514           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
7515 ____________________________________________________________________________
7516 [  3130] By: jhi                                   on 1999/03/23  22:02:23
7517         Log: Don't use config.msg to remind about the
7518              LD_LIBRARY_PATH because Makefile.SH takes
7519              care of that.
7520              
7521              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
7522              This used to be the default but in some MT or another it
7523              was dropped because of some transient error or another.
7524      Branch: maint-5.005/perl
7525            ! Configure hints/dec_osf.sh
7526 ____________________________________________________________________________
7527 [  3129] By: gsar                                  on 1999/03/23  21:38:03
7528         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
7529              to size    and better maintainability)
7530      Branch: perl
7531            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
7532            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
7533            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7534            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
7535            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
7536            + t/pod/include.xr t/pod/included.t t/pod/included.xr
7537            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
7538            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
7539            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
7540            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
7541            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
7542            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
7543            ! win32/Makefile win32/makefile.mk win32/pod.mak
7544 ____________________________________________________________________________
7545 [  3128] By: jhi                                   on 1999/03/23  10:14:54
7546         Log: Integrate from mainperl.
7547      Branch: cfgperl
7548           !> (integrate 46 files)
7549 ____________________________________________________________________________
7550 [  3127] By: gsar                                  on 1999/03/23  06:57:30
7551         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
7552              Date: Thu, 4 Mar 1999 10:54:01 -0800
7553              Message-Id: <9903041854.AA46868@frc0000>
7554              Subject: patch for useless Math::BigInt warnings
7555      Branch: perl
7556            ! lib/Math/BigInt.pm
7557 ____________________________________________________________________________
7558 [  3126] By: gsar                                  on 1999/03/23  05:54:37
7559         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
7560              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7561              Date: Fri, 19 Feb 1999 15:47:59 -0500
7562              Message-ID: <19990219154759.A32350@O2.chapin.edu>
7563              Subject: [PATCH] OSF/1 hints
7564      Branch: perl
7565            ! hints/dec_osf.sh
7566 ____________________________________________________________________________
7567 [  3125] By: gsar                                  on 1999/03/23  00:56:38
7568         Log: avoid typeglob persistence in pp_readline()
7569      Branch: perl
7570            ! sv.c t/op/gv.t
7571 ____________________________________________________________________________
7572 [  3124] By: gsar                                  on 1999/03/22  21:12:23
7573         Log: update copyright years
7574      Branch: perl
7575            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
7576            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
7577            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
7578            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
7579            ! sv.c sv.h toke.c utf8.c utf8.h util.c
7580 ____________________________________________________________________________
7581 [  3123] By: gsar                                  on 1999/03/22  07:07:06
7582         Log: implement win32_spawnvp() internally, making it return true PIDs
7583              for asynchronous spawns; fix win32_kill() to always deal with
7584              PIDs
7585      Branch: perl
7586            ! win32/win32.c win32/win32.h
7587 ____________________________________________________________________________
7588 [  3122] By: jhi                                   on 1999/03/19  21:12:14
7589         Log: Describe the new Benchmark feature in more detail.
7590      Branch: cfgperl
7591            ! pod/perldelta.pod
7592      Branch: maint-5.005/perl
7593            ! pod/perldelta.pod
7594 ____________________________________________________________________________
7595 [  3121] By: jhi                                   on 1999/03/19  08:16:12
7596         Log: AVAILABILITY tuning.
7597      Branch: cfgperl
7598            ! pod/perl.pod
7599      Branch: maint-5.005/perl
7600            ! pod/perl.pod
7601 ____________________________________________________________________________
7602 [  3120] By: jhi                                   on 1999/03/17  14:52:17
7603         Log: Rhapsody change assumed too much.
7604      Branch: cfgperl
7605            ! t/op/stat.t
7606 ____________________________________________________________________________
7607 [  3119] By: jhi                                   on 1999/03/17  14:33:43
7608         Log: More Apollo fixes.
7609      Branch: maint-5.005/perl
7610            ! README.apollo hints/apollo.sh t/lib/io_udp.t
7611 ____________________________________________________________________________
7612 [  3118] By: jhi                                   on 1999/03/16  17:23:39
7613         Log: Nada.
7614      Branch: maint-5.005/perl
7615            ! README.apollo
7616 ____________________________________________________________________________
7617 [  3117] By: jhi                                   on 1999/03/16  17:18:49
7618         Log: Apollo DomainOS AVAILABILITY.
7619      Branch: cfgperl
7620            ! pod/perl.pod
7621      Branch: maint-5.005/perl
7622            ! pod/perl.pod
7623 ____________________________________________________________________________
7624 [  3116] By: jhi                                   on 1999/03/16  17:14:00
7625         Log: Apollo DomainOS patch
7626              From: Johann Klasek <jk@auto.tuwien.ac.at>
7627              Subject: Re: DomainPerl
7628              Date: Tue, 16 Mar 1999 17:46:32 +0100
7629              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
7630      Branch: maint-5.005/perl
7631            + README.apollo apollo/netinet/in.h
7632            ! MANIFEST hints/apollo.sh
7633 ____________________________________________________________________________
7634 [  3115] By: jhi                                   on 1999/03/16  14:23:54
7635         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
7636              To: Gurusamy Sarathy <gsar@activestate.com>,
7637              Graham Barr <gbarr@pobox.com>
7638              Cc: Perl5 Porters <perl5-porters@perl.org>,
7639              "Paul.Marquess" <Paul.Marquess@btinternet.com>
7640              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
7641              Date: Sun, 14 Mar 1999 14:43:57 -0000
7642              Message-Id: <199903141841.NAA17040@defender.perl.org>
7643      Branch: maint-5.005/perl
7644            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7645            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7646 ____________________________________________________________________________
7647 [  3114] By: jhi                                   on 1999/03/16  12:42:20
7648         Log: Mention Rhapsody in 5.005_5X perldelta,
7649              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
7650              *planned* AVAILABILITY.
7651      Branch: cfgperl
7652            ! pod/perl.pod pod/perldelta.pod
7653      Branch: maint-5.005/perl
7654            ! pod/perl.pod
7655 ____________________________________________________________________________
7656 [  3113] By: jhi                                   on 1999/03/16  10:38:53
7657         Log: perldelta niggling.
7658      Branch: cfgperl
7659            ! pod/perldelta.pod
7660      Branch: maint-5.005/perl
7661            ! pod/perldelta.pod
7662 ____________________________________________________________________________
7663 [  3112] By: jhi                                   on 1999/03/16  10:35:21
7664         Log: Integrate from mainperl.
7665      Branch: cfgperl
7666           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
7667           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
7668 ____________________________________________________________________________
7669 [  3111] By: jhi                                   on 1999/03/16  10:28:10
7670         Log: AVAILABILITY update: still mention PowerUX,
7671              Novell Netware now has sources available.
7672      Branch: cfgperl
7673            ! pod/perl.pod
7674      Branch: maint-5.005/perl
7675            ! pod/perl.pod
7676 ____________________________________________________________________________
7677 [  3110] By: gsar                                  on 1999/03/16  04:34:23
7678         Log: sundry pod niggles
7679      Branch: perl
7680            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
7681            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
7682 ____________________________________________________________________________
7683 [  3109] By: jhi                                   on 1999/03/15  17:00:11
7684         Log: Integrate from mainperl.
7685      Branch: cfgperl
7686           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
7687           +> lib/unicode/Is/Syllable.pl
7688           +> lib/unicode/MakeEthiopicSyllables.PL
7689           +> lib/unicode/README.Ethiopic
7690           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
7691           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
7692           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
7693           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
7694           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
7695           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
7696           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
7697           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
7698 ____________________________________________________________________________
7699 [  3108] By: jhi                                   on 1999/03/15  16:58:12
7700         Log: First pass of integrating the Rhapsody port,
7701              
7702              From: Wilfredo Sanchez <wsanchez@apple.com> 
7703              Subject: Keeping the world in sync.
7704              Reply-To: wsanchez@apple.com 
7705              To: perlbug@perl.com 
7706              Date: Fri, 13 Nov 1998 17:11:30 -0800 
7707              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
7708      Branch: cfgperl
7709            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
7710            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
7711            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
7712            ! x2p/util.c
7713 ____________________________________________________________________________
7714 [  3107] By: gsar                                  on 1999/03/15  03:22:10
7715         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
7716              From: Daniel Yacob <dmulholl@cs.indiana.edu>
7717              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
7718              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
7719              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
7720      Branch: perl
7721            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
7722            + lib/unicode/Is/Syllable.pl
7723            + lib/unicode/MakeEthiopicSyllables.PL
7724            + lib/unicode/README.Ethiopic
7725            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
7726            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
7727            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
7728            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
7729            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
7730            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
7731            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
7732            ! lib/unicode/Name.pl lib/unicode/Number.pl
7733 ____________________________________________________________________________
7734 [  3106] By: gsar                                  on 1999/03/12  20:35:36
7735         Log: change#3067 failed package.t due to needless creation of $a and $b;
7736              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
7737      Branch: perl
7738            ! op.c
7739 ____________________________________________________________________________
7740 [  3105] By: jhi                                   on 1999/03/12  15:54:57
7741         Log: Recognize the NetBSD packages collection.
7742      Branch: maint-5.005/perl
7743            ! hints/netbsd.sh
7744 ____________________________________________________________________________
7745 [  3104] By: jhi                                   on 1999/03/12  09:07:04
7746         Log: From: pvhp@forte.com (Peter Prymmer)
7747              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
7748              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
7749              Date: Thu, 11 Mar 99 14:24:54 PST
7750              Message-Id: <9903112224.AA24346@forte.com>
7751      Branch: maint-5.005/perl
7752            ! README.os390 t/lib/posix.t
7753 ____________________________________________________________________________
7754 [  3103] By: jhi                                   on 1999/03/10  11:07:46
7755         Log: Integrate from mainperl.
7756      Branch: cfgperl
7757           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
7758           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
7759           !> t/pragma/warn/1global toke.c win32/makedef.pl
7760 ____________________________________________________________________________
7761 [  3102] By: jhi                                   on 1999/03/10  11:01:20
7762         Log: From: pvhp@forte.com (Peter Prymmer)
7763              To: perl5-porters@perl.org
7764              Subject: [5.005_03-MT6]Patch: time passes
7765              Date: Tue, 9 Mar 99 18:42:17 PST
7766              Message-Id: <9903100242.AA29057@forte.com>
7767      Branch: maint-5.005/perl
7768            ! perl.c
7769 ____________________________________________________________________________
7770 [  3101] By: jhi                                   on 1999/03/10  10:30:15
7771         Log: From: Mark-Jason Dominus <mjd@plover.com>
7772              To: perl5-porters@perl.com
7773              Subject: Minor fix to perlfunc.pod
7774              Date: Mon, 08 Mar 1999 20:05:53 -0500
7775              Message-ID: <19990309010553.13757.qmail@plover.com>
7776      Branch: maint-5.005/perl
7777            ! pod/perlfunc.pod
7778 ____________________________________________________________________________
7779 [  3100] By: gsar                                  on 1999/03/09  23:04:44
7780         Log: change#3060 had the wrong quotes
7781      Branch: perl
7782            ! pod/pod2man.PL
7783 ____________________________________________________________________________
7784 [  3099] By: jhi                                   on 1999/03/09  12:52:21
7785         Log: d_uname was broken (probably since _53), reported by
7786              
7787              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7788              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
7789              cpan-testers@perl.org
7790              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
7791              Date: Mon, 08 Mar 1999 13:22:31 +0000
7792              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
7793              
7794              and
7795              
7796              From: lvirden@cas.org (Larry W. Virden)
7797              To: perlbug@perl.com
7798              Subject: configure not correctly identifying uname posix compatibility
7799              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
7800              Message-Id: <199903081136.GAA23682@cas.org>
7801      Branch: cfgperl
7802            ! Configure config_h.SH
7803 ____________________________________________________________________________
7804 [  3098] By: gsar                                  on 1999/03/09  03:16:07
7805         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
7806      Branch: perl
7807            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
7808 ____________________________________________________________________________
7809 [  3097] By: gsar                                  on 1999/03/09  02:50:43
7810         Log: use yyerror() instead of croak() so that compile-time failures in
7811              my(LIST) don't confuse globals with lexicals
7812      Branch: perl
7813            ! op.c toke.c
7814 ____________________________________________________________________________
7815 [  3096] By: gsar                                  on 1999/03/09  02:47:36
7816         Log: adjust testsuite for change#3067
7817      Branch: perl
7818            ! t/pragma/warn/1global
7819 ____________________________________________________________________________
7820 [  3095] By: gsar                                  on 1999/03/08  21:04:48
7821         Log: remove bogus symbols from global.sym
7822      Branch: perl
7823            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
7824            ! perl.h win32/makedef.pl
7825 ____________________________________________________________________________
7826 [  3094] By: jhi                                   on 1999/03/06  16:16:15
7827         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
7828              To: jhi@iki.fi
7829              Subject: Oops
7830              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
7831              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
7832      Branch: maint-5.005/perl
7833            ! README.hurd
7834 ____________________________________________________________________________
7835 [  3093] By: jhi                                   on 1999/03/06  15:59:46
7836         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
7837              To: jhi@iki.fi
7838              Subject: New Hurd README
7839              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
7840              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
7841      Branch: maint-5.005/perl
7842            ! README.hurd
7843 ____________________________________________________________________________
7844 [  3092] By: jhi                                   on 1999/03/06  12:52:06
7845         Log: From: Paul_Green@stratus.com
7846              To: perl5-porters@perl.org
7847              Cc: jhi@iki.fi, Paul_Green@stratus.com
7848              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
7849              Date: Fri, 5 Mar 1999 18:08:49 -0500 
7850              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
7851      Branch: maint-5.005/perl
7852            ! vos/config.h vos/config_h.SH_orig
7853 ____________________________________________________________________________
7854 [  3091] By: jhi                                   on 1999/03/06  12:42:21
7855         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7856              To: perl5-porters@perl.org, vmsperl@perl.org
7857              Subject: [PATCH 5.005_03-MT6]VMS build patch
7858              Date: Fri, 05 Mar 1999 12:36:19 -0800
7859              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
7860      Branch: maint-5.005/perl
7861            ! vms/subconfigure.com
7862 ____________________________________________________________________________
7863 [  3090] By: gsar                                  on 1999/03/06  04:40:03
7864         Log: integrate change#3089 from mainline
7865              
7866              tolerate CRs after options
7867      Branch: maint-5.005/perl
7868           !> perl.c
7869 ____________________________________________________________________________
7870 [  3089] By: gsar                                  on 1999/03/06  04:30:40
7871         Log: tolerate CRs after options
7872      Branch: perl
7873            ! perl.c
7874 ____________________________________________________________________________
7875 [  3088] By: jhi                                   on 1999/03/05  12:49:01
7876         Log: Integrate from mainperl.
7877      Branch: cfgperl
7878           +> README.hurd
7879           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
7880 ____________________________________________________________________________
7881 [  3087] By: gsar                                  on 1999/03/05  06:41:16
7882         Log: adjust timeouts to accomodate slow/busy systems
7883      Branch: perl
7884            ! t/lib/io_sock.t
7885 ____________________________________________________________________________
7886 [  3083] By: gsar                                  on 1999/03/05  01:32:47
7887         Log: integrate change#3081 from maint-5.005
7888      Branch: perl
7889           !> ext/Errno/Errno_pm.PL
7890 ____________________________________________________________________________
7891 [  3082] By: gsar                                  on 1999/03/05  01:31:06
7892         Log: integrate change#2904 from maint-5.005
7893      Branch: perl
7894           +> README.hurd
7895           !> MANIFEST
7896 ____________________________________________________________________________
7897 [  3081] By: gsar                                  on 1999/03/05  00:14:33
7898         Log: protect against doubled backslashes
7899      Branch: maint-5.005/perl
7900            ! ext/Errno/Errno_pm.PL
7901 ____________________________________________________________________________
7902 [  3077] By: jhi                                   on 1999/03/04  08:10:13
7903         Log: Integrate from mainperl.
7904      Branch: cfgperl
7905           +> ext/B/B/Stash.pm
7906           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
7907           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
7908           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
7909           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
7910 ____________________________________________________________________________
7911 [  3076] By: jhi                                   on 1999/03/04  08:07:59
7912         Log: Regen config_h.SH once more because of *size, 
7913              noticed by
7914              
7915              From: Hans Mulder <hansm@icgned.icgroup.nl>
7916              To: Jarkko Hietaniemi <jhi@iki.fi>
7917              Cc: perl5-porters@perl.org
7918              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
7919              Date: Thu,  4 Mar 99 00:10:45 +0100
7920              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
7921      Branch: cfgperl
7922            ! Configure config_h.SH
7923 ____________________________________________________________________________
7924 [  3068] By: gsar                                  on 1999/03/04  05:48:03
7925         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
7926              Date: Thu,  4 Mar 99 00:10:45 +0100
7927              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
7928              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
7929      Branch: perl
7930            ! config_h.SH
7931 ____________________________________________________________________________
7932 [  3067] By: gsar                                  on 1999/03/04  05:44:32
7933         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
7934              From: Graham Barr <gbarr@ti.com>
7935              Date: Wed, 3 Mar 1999 17:23:56 -0600
7936              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
7937              Subject: Re: 'use strict' doesn't work for one-letter variables
7938      Branch: perl
7939            ! gv.c op.c
7940 ____________________________________________________________________________
7941 [  3066] By: gsar                                  on 1999/03/04  05:20:50
7942         Log: updates to compiler modules
7943              From: "Vishal Bhatia" <vishalb@hotmail.com>
7944              Date: Tue, 02 Mar 1999 23:27:25 PST
7945              Message-ID: <19990303072725.779.qmail@hotmail.com>
7946              Subject: PATCH 5.005_56 + Test procedure
7947      Branch: perl
7948            + ext/B/B/Stash.pm
7949            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
7950            ! lib/Test/Harness.pm utils/perlcc.PL
7951 ____________________________________________________________________________
7952 [  3065] By: gsar                                  on 1999/03/04  05:03:30
7953         Log: more s/s_/s!/ etc.
7954      Branch: perl
7955            ! pod/perldelta.pod pod/perlfunc.pod
7956 ____________________________________________________________________________
7957 [  3064] By: gsar                                  on 1999/03/04  04:50:45
7958         Log: integrate cfgperl contents into mainline
7959      Branch: perl
7960           !> Configure README.vms bytecode.h config_h.SH configure.com
7961           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
7962           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
7963           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
7964 ____________________________________________________________________________
7965 [  3063] By: gsar                                  on 1999/03/04  04:44:13
7966         Log: HP-UX has yet another spelling for /NaNQ?/
7967      Branch: perl
7968            ! t/lib/bigfloatpm.t
7969 ____________________________________________________________________________
7970 [  3062] By: gsar                                  on 1999/03/04  04:36:08
7971         Log: error-check for accept() test
7972      Branch: perl
7973            ! t/lib/io_sock.t
7974 ____________________________________________________________________________
7975 [  3061] By: gsar                                  on 1999/03/04  03:40:25
7976         Log: allow custom comparison function in File::Compare::compare_text()
7977              From: jan.dubois@ibm.net (Jan Dubois)
7978              Date: Fri, 26 Feb 1999 21:56:09 +0100
7979              Message-ID: <36db0838.8805651@smtp1.ibm.net>
7980              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
7981      Branch: perl
7982            ! lib/File/Compare.pm
7983 ____________________________________________________________________________
7984 [  3060] By: gsar                                  on 1999/03/04  03:37:38
7985         Log: better version of change#3038
7986              From: abigail@fnx.com
7987              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
7988              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
7989              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
7990      Branch: perl
7991            ! pod/pod2man.PL
7992 ____________________________________________________________________________
7993 [  3058] By: jhi                                   on 1999/03/03  22:30:40
7994         Log: Configure regen to
7995              (1) match maint-5.005 patches #3056 and #3057
7996              (2) better version of PHOSTNAME of #3050
7997              (3) the crosscompile/multiarch config_h.SH trouble solved for now
7998      Branch: cfgperl
7999            ! Configure config_h.SH
8000 ____________________________________________________________________________
8001 [  3054] By: jhi                                   on 1999/03/03  09:57:59
8002         Log: Change #3053 missed perldelta.
8003      Branch: cfgperl
8004            ! pod/perldelta.pod
8005 ____________________________________________________________________________
8006 [  3053] By: jhi                                   on 1999/03/03  08:29:43
8007         Log: Use '!' to mark native integer packings instead of '_'.
8008      Branch: cfgperl
8009            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
8010 ____________________________________________________________________________
8011 [  3052] By: jhi                                   on 1999/03/02  23:12:36
8012         Log: The HP-UX threads patch (change #3028) is needed also here.
8013      Branch: cfgperl
8014            ! hints/hpux.sh thread.h
8015 ____________________________________________________________________________
8016 [  3051] By: jhi                                   on 1999/03/02  08:24:52
8017         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8018              To: perl5-porters@perl.org, vmsperl@perl.org
8019              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
8020              Date: Mon, 01 Mar 1999 16:10:57 -0800
8021              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
8022      Branch: cfgperl
8023            ! README.vms
8024      Branch: maint-5.005/perl
8025            ! README.vms
8026 ____________________________________________________________________________
8027 [  3050] By: jhi                                   on 1999/03/02  08:22:29
8028         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8029              To: perl5-porters@perl.org, vmsperl@perl.org
8030              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
8031              Date: Mon, 01 Mar 1999 16:06:29 -0800
8032              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
8033              
8034              From: Dan Sugalski <sugalskd@osshe.edu>
8035              To: perl5-porters@perl.org, vmsperl@perl.org
8036              Subject: [PATCH 5.005_56]vmsish.pm patch
8037              Date: Mon, 01 Mar 1999 20:19:04 -0800
8038              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
8039              
8040              plus Configure regen containing a "solution" to the
8041              crosscompile/multiarch problem.
8042      Branch: cfgperl
8043            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
8044            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
8045 ____________________________________________________________________________
8046 [  3049] By: jhi                                   on 1999/03/02  07:34:21
8047         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
8048              To: perl5-porters@perl.org
8049              Subject: [PATCH] Eliminate (valid) warning in byterun.c
8050              Date: Mon, 01 Mar 1999 17:27:59 -0500
8051              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
8052      Branch: cfgperl
8053            ! bytecode.h
8054      Branch: maint-5.005/perl
8055            ! bytecode.h
8056 ____________________________________________________________________________
8057 [  3048] By: gsar                                  on 1999/03/02  06:41:21
8058         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8059      Branch: perl
8060            ! MANIFEST README.hpux
8061 ____________________________________________________________________________
8062 [  3047] By: jhi                                   on 1999/03/01  06:34:43
8063         Log: Integrate from mainperl.
8064      Branch: cfgperl
8065           +> README.hpux lib/File/Spec/Functions.pm
8066           !> (integrate 28 files)
8067 ____________________________________________________________________________
8068 [  3046] By: gsar                                  on 1999/03/01  05:34:28
8069         Log: this is 5.005_56
8070      Branch: perl
8071            ! Changes
8072
8073 ----------------
8074 Version 5.005_56
8075 ----------------
8076
8077 ____________________________________________________________________________
8078 [  3045] By: gsar                                  on 1999/03/01  03:32:30
8079         Log: destroy PL_svref_mutex in perl_destruct()
8080      Branch: perl
8081            ! perl.c
8082 ____________________________________________________________________________
8083 [  3044] By: gsar                                  on 1999/03/01  00:38:50
8084         Log: up patchlevel &c.
8085      Branch: perl
8086            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8087            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8088            ! win32/makefile.mk
8089 ____________________________________________________________________________
8090 [  3043] By: gsar                                  on 1999/03/01  00:14:15
8091         Log: integrate cfgperl contents into mainline
8092      Branch: perl
8093            ! pod/perldelta.pod
8094           !> Configure config_h.SH
8095 ____________________________________________________________________________
8096 [  3042] By: gsar                                  on 1999/02/28  23:55:08
8097         Log: slightly edited version of suggested patch
8098              From: jan.dubois@ibm.net (Jan Dubois)
8099              Date: Mon, 01 Mar 1999 00:32:05 +0100
8100              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
8101              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
8102      Branch: perl
8103            + lib/File/Spec/Functions.pm
8104            ! MANIFEST lib/File/Spec.pm
8105 ____________________________________________________________________________
8106 [  3041] By: gsar                                  on 1999/02/28  22:47:19
8107         Log: fix subtle bug in eval'' testsuite
8108      Branch: perl
8109            ! t/op/eval.t
8110 ____________________________________________________________________________
8111 [  3040] By: gsar                                  on 1999/02/28  22:46:24
8112         Log: avoid literal control characters in change#3039
8113      Branch: perl
8114            ! t/base/lex.t
8115 ____________________________________________________________________________
8116 [  3039] By: gsar                                  on 1999/02/28  21:47:18
8117         Log: todo item: permit extended control variables a la ${^Foo} (patch
8118              courtesy Mark-Jason Dominus <mjd@plover.com>)
8119      Branch: perl
8120            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
8121            ! t/base/lex.t toke.c
8122 ____________________________________________________________________________
8123 [  3038] By: gsar                                  on 1999/02/28  21:21:05
8124         Log: From: abigail@fnx.com
8125              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
8126              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
8127              Subject: Recognize -> and => inside [A-Z]<> sequences.
8128      Branch: perl
8129            ! pod/pod2man.PL
8130 ____________________________________________________________________________
8131 [  3037] By: gsar                                  on 1999/02/28  21:12:22
8132         Log: fix longstanding bug: searches for lexicals originating within eval''
8133              weren't stopping at the subroutine boundary correctly
8134      Branch: perl
8135            ! op.c proto.h t/op/eval.t
8136 ____________________________________________________________________________
8137 [  3036] By: gsar                                  on 1999/02/28  20:02:29
8138         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
8139              as stacked list values
8140              From: jan.dubois@ibm.net (Jan Dubois)
8141              Date: Sat, 27 Feb 1999 18:24:17 +0100
8142              Message-ID: <36e22849.36531259@smtp1.ibm.net>
8143              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
8144      Branch: perl
8145            ! win32/win32.c
8146 ____________________________________________________________________________
8147 [  3035] By: gsar                                  on 1999/02/28  19:48:54
8148         Log: remove superfluous stack_sp decl
8149      Branch: perl
8150            ! jpl/JNI/JNI.xs
8151 ____________________________________________________________________________
8152 [  3034] By: gsar                                  on 1999/02/28  19:34:58
8153         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
8154      Branch: perl
8155            ! lib/Getopt/Std.pm
8156 ____________________________________________________________________________
8157 [  3033] By: gsar                                  on 1999/02/28  19:23:41
8158         Log: add File::Compare::compare_text()
8159              From: jan.dubois@ibm.net (Jan Dubois)
8160              Date: Fri, 26 Feb 1999 00:20:41 +0100
8161              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
8162              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
8163      Branch: perl
8164            ! lib/File/Compare.pm pod/perltodo.pod
8165 ____________________________________________________________________________
8166 [  3032] By: gsar                                  on 1999/02/28  19:01:33
8167         Log: add README.hpux
8168      Branch: perl
8169            + README.hpux
8170            ! MAINTAIN MANIFEST
8171 ____________________________________________________________________________
8172 [  3031] By: gsar                                  on 1999/02/28  18:49:08
8173         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
8174              James Cromie <jcromie@fossil.uswc.uswest.com>
8175      Branch: perl
8176            ! lib/Pod/Html.pm
8177 ____________________________________________________________________________
8178 [  3030] By: gsar                                  on 1999/02/28  18:35:09
8179         Log: From: jan.dubois@ibm.net (Jan Dubois)
8180              Date: Wed, 24 Feb 1999 22:34:56 +0100
8181              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
8182              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
8183      Branch: perl
8184            ! lib/Test/Harness.pm
8185 ____________________________________________________________________________
8186 [  3029] By: gsar                                  on 1999/02/28  18:28:18
8187         Log: add note about env pollution
8188      Branch: perl
8189            ! INSTALL pod/perltodo.pod
8190 ____________________________________________________________________________
8191 [  3028] By: jhi                                   on 1999/02/26  14:40:00
8192         Log: HP-UX 11 threads.
8193              
8194              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8195              To: perl5-porters@perl.org
8196              Cc: jhi@cc.hut.fi
8197              Subject: Maint 5 and _54 with threading on HP-UX 11.00
8198              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
8199              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
8200              
8201              NOTE from jhi: the hpux hints could still be more robust by
8202              disabling gdbm when necessary.
8203              
8204              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
8205              linking -lgdbm -lpthread creates an executable that instantly
8206              core dumps on a pthreads internal panic:
8207              
8208              ./gdpt
8209              
8210              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
8211              Return Pointer is 0xc082bf33
8212              17639 quit (core dumped)  ./gdpt
8213              
8214              You don't have to *use* either gdbm or pthreads in the executable,
8215              just linking them together is enough.  Workaround is to recompile
8216              the GDBM under HP-UX 11, that makes the problem go away.
8217      Branch: maint-5.005/perl
8218            ! hints/hpux.sh thread.h
8219 ____________________________________________________________________________
8220 [  3025] By: jhi                                   on 1999/02/25  20:41:07
8221         Log: Temporary workaround for the config_h.SH versus
8222              crosscompile and multiarch plus introduce 'rt'
8223              to $libswanted: in UNIX98 sched_yield() lives there.
8224      Branch: cfgperl
8225            ! Configure config_h.SH
8226 ____________________________________________________________________________
8227 [  3024] By: jhi                                   on 1999/02/24  12:54:59
8228         Log: Integrate from mainperl.
8229      Branch: cfgperl
8230           +> t/lib/fatal.t
8231           !> (integrate 44 files)
8232 ____________________________________________________________________________
8233 [  3023] By: gsar                                  on 1999/02/24  07:02:12
8234         Log: integrate cfgperl contents
8235      Branch: perl
8236           !> (integrate 30 files)
8237 ____________________________________________________________________________
8238 [  3022] By: gsar                                  on 1999/02/24  05:59:47
8239         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
8240              Date: 23 Feb 1999 17:53:22 -0700
8241              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
8242              Subject: [PATCH: _55] perldoc -q broken
8243      Branch: perl
8244            ! utils/perldoc.PL
8245 ____________________________________________________________________________
8246 [  3021] By: gsar                                  on 1999/02/24  05:51:53
8247         Log: ansify perlio.c, fix PerlIO-ish typos
8248      Branch: perl
8249            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
8250            ! iperlsys.h perlio.c
8251 ____________________________________________________________________________
8252 [  3020] By: gsar                                  on 1999/02/24  05:28:06
8253         Log: adjust a Perl_malloc() flag for NeXT
8254              From: Hans Mulder <hansm@icgned.icgroup.nl>
8255              Date: Tue, 23 Feb 99 00:26:25 +0100
8256              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
8257              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
8258      Branch: perl
8259            ! perl.h
8260 ____________________________________________________________________________
8261 [  3019] By: gsar                                  on 1999/02/24  05:19:42
8262         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
8263      Branch: perl
8264            ! pod/perltodo.pod
8265 ____________________________________________________________________________
8266 [  3018] By: gsar                                  on 1999/02/24  04:15:18
8267         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8268              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
8269              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
8270              Subject: improved error message [PATCH _55] [RESEND]
8271      Branch: perl
8272            ! sv.c
8273 ____________________________________________________________________________
8274 [  3017] By: gsar                                  on 1999/02/24  03:50:34
8275         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8276              Date: Sun, 21 Feb 1999 20:02:18 -0700
8277              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
8278              Subject: perlfunc updates (against 55)
8279      Branch: perl
8280            ! pod/perlfunc.pod
8281 ____________________________________________________________________________
8282 [  3016] By: gsar                                  on 1999/02/24  03:17:05
8283         Log: testsuite adjustments
8284              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8285              Date: Sat, 20 Feb 1999 15:24:57 +0000
8286              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
8287              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
8288      Branch: perl
8289            ! t/lib/io_sock.t t/op/lex_assign.t
8290 ____________________________________________________________________________
8291 [  3015] By: gsar                                  on 1999/02/24  02:54:47
8292         Log: avoid modifying readonly values from qw()
8293      Branch: perl
8294            ! lib/ExtUtils/MM_Unix.pm
8295 ____________________________________________________________________________
8296 [  3014] By: gsar                                  on 1999/02/24  02:49:04
8297         Log: more "correct" utbuf for utime()
8298      Branch: perl
8299            ! doio.c
8300 ____________________________________________________________________________
8301 [  3013] By: jhi                                   on 1999/02/22  19:27:44
8302         Log: Fix MacPerl version, change PowerUX to PowerMAX.
8303              
8304              From: Chris Nandor <pudge@pobox.com>
8305              To: jhi@iki.fi
8306              Cc: perl5-porters@perl.org
8307              Subject: Re: perl current availability as documented by perl.pod
8308              Date: Sun, 21 Feb 1999 11:06:03 -0500
8309              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
8310              
8311              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
8312              To: jhi@iki.fi
8313              Cc: perl5-porters@perl.org
8314              Subject: Re: perl current availability as documented by perl.pod
8315              Date: Mon, 22 Feb 1999 13:08:30 GMT
8316              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
8317      Branch: cfgperl
8318            ! pod/perl.pod
8319      Branch: maint-5.005/perl
8320            ! pod/perl.pod
8321 ____________________________________________________________________________
8322 [  3012] By: jhi                                   on 1999/02/22  10:26:11
8323         Log: Snapshot the cross-compilation/multiarchitecture stuff
8324              (currently broken in next)
8325      Branch: cfgperl
8326            ! Configure config_h.SH pp.c
8327 ____________________________________________________________________________
8328 [  3011] By: jhi                                   on 1999/02/22  10:24:51
8329         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8330              To: gsar@activestate.com (Gurusamy Sarathy)
8331              Cc: perl5-porters@perl.org (Perl5 Porters)
8332              Subject: [PATCH 5.005_55] DB_File 1.64 patch
8333              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
8334              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
8335      Branch: cfgperl
8336            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8337            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
8338 ____________________________________________________________________________
8339 [  3009] By: jhi                                   on 1999/02/22  09:14:26
8340         Log: Scratch #3008 and introduce $crosscompile and $multiarch
8341              also in non-Configure lands.
8342      Branch: cfgperl
8343            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
8344            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
8345            ! win32/config.gc win32/config.vc win32/config_H.bc
8346            ! win32/config_H.gc win32/config_H.vc
8347 ____________________________________________________________________________
8348 [  3008] By: jhi                                   on 1999/02/22  08:58:04
8349         Log: Add -DMULTIARCH (see change #3006).
8350      Branch: cfgperl
8351            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
8352 ____________________________________________________________________________
8353 [  3007] By: jhi                                   on 1999/02/22  08:54:06
8354         Log: Undo the references to local{lib,arch} introduced by #3006.
8355      Branch: cfgperl
8356            ! Configure config_h.SH
8357 ____________________________________________________________________________
8358 [  3006] By: jhi                                   on 1999/02/22  08:43:50
8359         Log: From: hansm@icgned.icgroup.nl
8360              To: perlbug@perl.com
8361              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
8362              Date: Sun, 21 Feb 1999 22:58:55 +0100
8363              Reply-To: hansmu@xs4all.nl
8364              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
8365              
8366              plus other Configure changes: prepare for cross-compilation/
8367              multiarchitecture builds.
8368      Branch: cfgperl
8369            ! Configure config_h.SH
8370 ____________________________________________________________________________
8371 [  3005] By: jhi                                   on 1999/02/22  08:35:30
8372         Log: Configure/Perl knew how to look for use Mach cthreads
8373              but Configure didn't let them to be used ($osname 'next').
8374      Branch: cfgperl
8375            ! Configure config_h.SH
8376      Branch: maint-5.005/perl
8377            ! Configure
8378 ____________________________________________________________________________
8379 [  3004] By: jhi                                   on 1999/02/21  15:46:02
8380         Log: Update Acorn AVAILABILITY.
8381      Branch: cfgperl
8382            ! pod/perl.pod
8383      Branch: maint-5.005/perl
8384            ! pod/perl.pod
8385 ____________________________________________________________________________
8386 [  3003] By: jhi                                   on 1999/02/21  14:50:42
8387         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
8388              To: perl5-porters@perl.org (Perl 5 Porters)
8389              Subject: PATCH: perlref.pod - symbolic ref example
8390              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
8391              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
8392      Branch: cfgperl
8393            ! pod/perlref.pod
8394      Branch: maint-5.005/perl
8395            ! pod/perlref.pod
8396 ____________________________________________________________________________
8397 [  3002] By: jhi                                   on 1999/02/21  14:35:22
8398         Log: Sync cfgperl with maint-5.005 change #3000.
8399      Branch: cfgperl
8400            ! pod/perlfunc.pod t/op/pack.t
8401 ____________________________________________________________________________
8402 [  2999] By: gsar                                  on 1999/02/20  22:48:30
8403         Log: From:    John Bley <jbb6@acpub.duke.edu>
8404              Date:    Sat, 20 Feb 1999 16:02:34 EST
8405              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
8406              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
8407      Branch: perl
8408            ! regcomp.c
8409 ____________________________________________________________________________
8410 [  2998] By: jhi                                   on 1999/02/20  14:13:06
8411         Log: Enhanced the endianness description.
8412      Branch: cfgperl
8413            ! pod/perlfunc.pod
8414 ____________________________________________________________________________
8415 [  2996] By: jhi                                   on 1999/02/20  13:55:41
8416         Log: Glossary now mostly fixed.
8417      Branch: cfgperl
8418            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8419            ! config_h.SH
8420 ____________________________________________________________________________
8421 [  2994] By: jhi                                   on 1999/02/20  11:58:33
8422         Log: Perldeltify GNU/Hurd.
8423      Branch: cfgperl
8424            ! pod/perldelta.pod
8425 ____________________________________________________________________________
8426 [  2993] By: gsar                                  on 1999/02/20  00:59:10
8427         Log: fix typo in Perl_sbrk()
8428              From: hansm@icgned.icgroup.nl
8429              Date: Fri, 19 Feb 1999 23:19:31 +0100
8430              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
8431              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
8432      Branch: perl
8433            ! malloc.c
8434 ____________________________________________________________________________
8435 [  2992] By: gsar                                  on 1999/02/20  00:51:08
8436         Log: integrate change#2980 from maint-5.005
8437      Branch: perl
8438           !> utils/h2xs.PL
8439 ____________________________________________________________________________
8440 [  2991] By: gsar                                  on 1999/02/20  00:34:01
8441         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8442              Date: Thu, 18 Feb 1999 18:51:38 +0000
8443              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
8444              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
8445      Branch: perl
8446            ! pp_hot.c t/op/pat.t
8447 ____________________________________________________________________________
8448 [  2990] By: gsar                                  on 1999/02/20  00:30:48
8449         Log: From: jan.dubois@ibm.net (Jan Dubois)
8450              Date: Thu, 18 Feb 1999 19:14:07 +0100
8451              Message-ID: <36d15809.40853323@smtp1.ibm.net>
8452              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
8453      Branch: perl
8454            ! win32/win32.c
8455 ____________________________________________________________________________
8456 [  2989] By: gsar                                  on 1999/02/20  00:27:01
8457         Log: do poll() emulation unless HAS_POLL && I_POLL
8458      Branch: perl
8459            ! ext/IO/poll.h
8460 ____________________________________________________________________________
8461 [  2988] By: gsar                                  on 1999/02/19  23:52:12
8462         Log: tweak RE for NaNQ? recognition
8463      Branch: perl
8464            ! t/lib/bigfloatpm.t
8465 ____________________________________________________________________________
8466 [  2987] By: gsar                                  on 1999/02/19  23:29:59
8467         Log: mention C<use utf8> and C<use warning> in perldelta
8468      Branch: perl
8469            ! pod/perldelta.pod
8470 ____________________________________________________________________________
8471 [  2985] By: jhi                                   on 1999/02/19  20:43:19
8472         Log: pack/unpack better in (network-)short-non-16-bits and
8473              (network-)long-non-32-bits systems such as Cray C90.
8474      Branch: cfgperl
8475            ! perl.h pp.c t/op/pack.t
8476 ____________________________________________________________________________
8477 [  2984] By: jhi                                   on 1999/02/19  20:38:54
8478         Log: Regen Configure.
8479      Branch: cfgperl
8480            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8481            ! perl.c
8482 ____________________________________________________________________________
8483 [  2982] By: jhi                                   on 1999/02/19  19:51:49
8484         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
8485              not probed for and         
8486              
8487              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8488              To: Chaim Frenkel <chaimf@pobox.com>,
8489              Russ Allbery <rra@stanford.edu>,
8490              Jarkko Hietaniemi <jhi@iki.fi>,
8491              Gurusamy Sarathy <gsar@activestate.com>,
8492              Graham Barr <gbarr@pobox.com>
8493              Cc: bdensch@ameritech.net, perlbug@perl.com
8494              Subject: [PATCH] Re: Solaris 7 for Intel
8495              Message-ID: <19990219124404.A30182@O2.chapin.edu>
8496              
8497              Glossary is still missing some terms because
8498              mkglossary is misbehaving (change #2981 updated
8499              Glossary manually)
8500      Branch: cfgperl
8501            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8502            ! Porting/config_H
8503 ____________________________________________________________________________
8504 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
8505         Log: Make result of h2xs work when user adds C<use strict>
8506      Branch: maint-5.005/perl
8507            ! utils/h2xs.PL
8508 ____________________________________________________________________________
8509 [  2979] By: gsar                                  on 1999/02/19  05:24:29
8510         Log: doc for change#2978
8511      Branch: perl
8512            ! pod/perlsub.pod
8513 ____________________________________________________________________________
8514 [  2978] By: gsar                                  on 1999/02/19  05:08:29
8515         Log: bring '*' prototype closer to how it behaves internally
8516      Branch: perl
8517            + t/lib/fatal.t
8518            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
8519 ____________________________________________________________________________
8520 [  2977] By: gsar                                  on 1999/02/19  02:50:31
8521         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
8522      Branch: perl
8523            ! perly.h
8524 ____________________________________________________________________________
8525 [  2975] By: gsar                                  on 1999/02/18  21:41:57
8526         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
8527              of lexical searches in BEGIN|INIT|END)
8528      Branch: perl
8529            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
8530            ! vms/perly_c.vms
8531 ____________________________________________________________________________
8532 [  2974] By: gsar                                  on 1999/02/18  21:03:06
8533         Log: missing PERL_POLLUTE_MALLOC
8534      Branch: perl
8535            ! ext/SDBM_File/sdbm/sdbm.h
8536 ____________________________________________________________________________
8537 [  2973] By: gsar                                  on 1999/02/18  17:10:49
8538         Log: From:    Andy Dougherty <doughera@lafayette.edu>
8539              Date:    Wed, 17 Feb 1999 17:22:50 EST
8540              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
8541              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
8542      Branch: perl
8543            ! lib/dotsh.pl
8544 ____________________________________________________________________________
8545 [  2972] By: gsar                                  on 1999/02/18  17:04:12
8546         Log: s/#defined/#define/
8547      Branch: perl
8548            ! ext/Data/Dumper/Dumper.xs
8549 ____________________________________________________________________________
8550 [  2970] By: gsar                                  on 1999/02/18  03:26:43
8551         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
8552      Branch: perl
8553            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8554            ! ext/GDBM_File/typemap
8555 ____________________________________________________________________________
8556 [  2969] By: gsar                                  on 1999/02/17  23:30:47
8557         Log: correct slurp mode doc
8558      Branch: perl
8559            ! pod/perlfunc.pod pod/perlop.pod
8560 ____________________________________________________________________________
8561 [  2968] By: jhi                                   on 1999/02/17  23:15:49
8562         Log: Ultrix hints update.
8563              
8564              From: Spider Boardman <spider@zk3.dec.com>
8565              To: perlbug@perl.com
8566              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
8567              Date: Tue, 16 Feb 1999 23:04:28 -0500
8568              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
8569      Branch: cfgperl
8570            ! hints/ultrix_4.sh
8571 ____________________________________________________________________________
8572 [  2966] By: jhi                                   on 1999/02/17  23:09:21
8573         Log: Change #2965 wiped out some Sarathy's _55 changes.
8574              Now unwiped.
8575      Branch: cfgperl
8576            ! Configure pp.c t/op/pack.t
8577 ____________________________________________________________________________
8578 [  2965] By: jhi                                   on 1999/02/17  23:00:04
8579         Log: Configure tweaks.
8580              
8581              Fix the Unixware/SCO uname scan:
8582              
8583              From: Tom Hughes <thh@cyberscience.com>
8584              To: perlbug@perl.com
8585              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
8586              Date: 17 Feb 1999 15:34:15 +0000    
8587              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
8588              
8589              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
8590              
8591              From: Joe Buehler <jhpb@hekimian.com>
8592              To: perl5-porters@perl.org
8593              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
8594              Date: 12 Feb 1999 11:25:21 -0500
8595              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
8596              
8597              Make the pthreads joinable constant scan to output to fd 4, not 2.
8598      Branch: cfgperl
8599            ! Configure
8600 ____________________________________________________________________________
8601 [  2964] By: gsar                                  on 1999/02/17  21:30:07
8602         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8603              Date: Wed, 17 Feb 1999 06:53:13 -0700
8604              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
8605              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
8606      Branch: perl
8607            ! lib/Pod/Functions.pm
8608 ____________________________________________________________________________
8609 [  2963] By: gsar                                  on 1999/02/17  21:18:21
8610         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
8611              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8612              Date: Wed, 17 Feb 1999 10:06:01 +0000
8613              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
8614              Subject: Re: [5.005_53] panic: pad_free curpad 
8615      Branch: perl
8616            ! regcomp.c regexec.c t/op/misc.t
8617 ____________________________________________________________________________
8618 [  2962] By: gsar                                  on 1999/02/16  21:26:28
8619         Log: NaNQ? tweak
8620      Branch: perl
8621            ! t/lib/bigfloatpm.t
8622 ____________________________________________________________________________
8623 [  2961] By: jhi                                   on 1999/02/16  19:26:38
8624         Log: Integrate from mainperl.
8625      Branch: cfgperl
8626           !> (integrate 37 files)
8627 ____________________________________________________________________________
8628 [  2960] By: gsar                                  on 1999/02/16  18:04:29
8629         Log: undo change#2465 (qw[] is a real list now)
8630      Branch: perl
8631            ! pod/perlop.pod
8632 ____________________________________________________________________________
8633 [  2959] By: gsar                                  on 1999/02/16  07:09:33
8634         Log: this was 5.005_55
8635      Branch: perl
8636            ! Changes
8637
8638 ----------------
8639 Version 5.005_55
8640 ----------------
8641
8642 ____________________________________________________________________________
8643 [  2958] By: gsar                                  on 1999/02/16  06:18:27
8644         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
8645              elide dups and non-dependents from Changes
8646      Branch: perl
8647            ! Changes pod/perlhist.pod
8648           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
8649           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
8650           !> pod/perlport.pod pp.c t/op/pack.t
8651 ____________________________________________________________________________
8652 [  2957] By: gsar                                  on 1999/02/16  04:09:47
8653         Log: propagate PERL_VERSION everywhere, add to pod
8654      Branch: perl
8655            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
8656            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
8657            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
8658            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
8659            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
8660            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
8661            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
8662            ! win32/config.gc win32/config.vc win32/config_sh.PL
8663            ! win32/win32.c x2p/a2py.c
8664 ____________________________________________________________________________
8665 [  2955] By: jhi                                   on 1999/02/15  16:15:03
8666         Log: The pack tests now better in C90 (after the packnative patches).
8667      Branch: cfgperl
8668            ! t/op/pack.t
8669 ____________________________________________________________________________
8670 [  2954] By: gsar                                  on 1999/02/15  14:11:50
8671         Log: tweak Configure to follow new PERL_VERSION etc.
8672      Branch: perl
8673            ! Configure patchlevel.h pod/perlhist.pod
8674 ____________________________________________________________________________
8675 [  2953] By: jhi                                   on 1999/02/15  14:02:21
8676         Log: Integrate from mainperl.
8677      Branch: cfgperl
8678           !> MANIFEST Porting/makerel
8679 ____________________________________________________________________________
8680 [  2952] By: jhi                                   on 1999/02/15  13:50:07
8681         Log: Enhance the packnative patch: use the packnative code
8682              only if required.  Also added hefty testing (hopefully
8683              I didn't assume too much...).  Tested on alpha, ix86, sparc.
8684      Branch: cfgperl
8685            ! pod/perlfunc.pod pp.c t/op/pack.t
8686 ____________________________________________________________________________
8687 [  2951] By: jhi                                   on 1999/02/15  13:46:56
8688         Log: AVAILABILITY from 5.005_03-tobe, will of course
8689              require updating when 5.006 comes out.
8690      Branch: cfgperl
8691            ! pod/perl.pod
8692 ____________________________________________________________________________
8693 [  2949] By: gsar                                  on 1999/02/15  13:28:51
8694         Log: will this be it for 5.005_55?
8695      Branch: perl
8696            ! MANIFEST Porting/makerel
8697 ____________________________________________________________________________
8698 [  2948] By: jhi                                   on 1999/02/15  13:23:52
8699         Log: Integrate from mainperl.
8700      Branch: cfgperl
8701           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
8702           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8703           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8704           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
8705           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
8706           !> win32/config.gc win32/config.vc win32/config_H.bc
8707           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8708 ____________________________________________________________________________
8709 [  2947] By: jhi                                   on 1999/02/15  13:20:41
8710         Log: perlport.pod 1.39 from Chris.
8711      Branch: cfgperl
8712            ! pod/perlport.pod
8713 ____________________________________________________________________________
8714 [  2946] By: jhi                                   on 1999/02/15  13:09:58
8715         Log: Import Ultrix update, change #2864, 
8716              
8717              From: Spider Boardman <spider@zk3.dec.com>
8718              To: perlbug@perl.com
8719              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
8720              Date: Wed, 10 Feb 1999 23:33:31 -0500
8721              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
8722      Branch: cfgperl
8723            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
8724 ____________________________________________________________________________
8725 [  2945] By: jhi                                   on 1999/02/15  13:04:50
8726         Log: OpenBSD sparc SHMLBA.
8727      Branch: cfgperl
8728            ! ext/IPC/SysV/SysV.xs
8729 ____________________________________________________________________________
8730 [  2944] By: gsar                                  on 1999/02/15  12:09:52
8731         Log: update win32/config* stuff, Changes
8732      Branch: perl
8733            ! Changes win32/Makefile win32/config.bc win32/config.gc
8734            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8735            ! win32/config_H.vc win32/makefile.mk
8736 ____________________________________________________________________________
8737 [  2943] By: gsar                                  on 1999/02/15  11:54:08
8738         Log: #include patchlevel.h by default, provide
8739              PERL_{REVISION,VERSION,SUBVERSION}
8740      Branch: perl
8741            ! patchlevel.h perl.h
8742 ____________________________________________________________________________
8743 [  2942] By: gsar                                  on 1999/02/15  10:26:59
8744         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
8745              misc fixes
8746      Branch: perl
8747            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
8748 ____________________________________________________________________________
8749 [  2941] By: gsar                                  on 1999/02/15  10:24:37
8750         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
8751              Message-ID: <19990207002851.B9185@toldyouso.com>
8752              Message-ID: <19990207212152.A9765@toldyouso.com>
8753              Message-ID: <19990207212041.A9622@toldyouso.com>
8754              Message-ID: <19990207213127.A10244@toldyouso.com>
8755              Message-ID: <19990207212559.A9950@toldyouso.com>
8756              Message-ID: <19990207212842.A9994@toldyouso.com>
8757              Message-ID: <19990207212500.A9860@toldyouso.com>
8758              Message-ID: <19990207213013.A10105@toldyouso.com>
8759      Branch: perl
8760            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8761            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8762            ! pod/perlmodlib.pod pod/perltoc.pod
8763 ____________________________________________________________________________
8764 [  2940] By: gsar                                  on 1999/02/15  10:07:08
8765         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
8766              of suggested patch)
8767              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8768              Date: Mon, 08 Feb 1999 01:14:41 -0000
8769              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
8770              Subject: [PATCH 5.005_54] some pending C.pm stuff 
8771      Branch: perl
8772            ! ext/B/B/C.pm
8773 ____________________________________________________________________________
8774 [  2939] By: jhi                                   on 1999/02/15  08:40:18
8775         Log: Integrate from mainperl.
8776      Branch: cfgperl
8777           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
8778            - lib/File/PathConvert.pm
8779           !> (integrate 81 files)
8780 ____________________________________________________________________________
8781 [  2938] By: gsar                                  on 1999/02/15  06:56:39
8782         Log: change#2839 was bogus, redo
8783      Branch: perl
8784           !> t/lib/h2ph.pht
8785 ____________________________________________________________________________
8786 [  2937] By: gsar                                  on 1999/02/15  06:38:15
8787         Log: support Win32::GetFullPathName() and Win32::SetLastError()
8788              From: jan.dubois@ibm.net (Jan Dubois)
8789              Date: Tue, 09 Feb 1999 22:27:31 +0100
8790              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
8791              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
8792      Branch: perl
8793            ! win32/win32.c
8794 ____________________________________________________________________________
8795 [  2936] By: gsar                                  on 1999/02/15  06:26:39
8796         Log: support native integers, pack("L_",...) etc. (via private mail)
8797              From: Jarkko Hietaniemi <jhi@iki.fi>
8798              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
8799              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
8800              Subject: the "packnative" patch
8801      Branch: perl
8802            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
8803            ! t/lib/ipc_sysv.t t/op/pack.t
8804 ____________________________________________________________________________
8805 [  2935] By: gsar                                  on 1999/02/15  06:04:02
8806         Log: From: Michael G Schwern <schwern@pobox.com>
8807              Date: Tue, 9 Feb 1999 04:13:12 -0500
8808              Message-ID: <19990209041312.A15788@toldyouso.com>
8809              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
8810      Branch: perl
8811            ! utils/h2xs.PL
8812 ____________________________________________________________________________
8813 [  2934] By: gsar                                  on 1999/02/15  05:30:13
8814         Log: fix bugs in the handling of negative numbers, among other things
8815              From: Steven Knight <knight@theopera.baldmt.citilink.com>
8816              Date: Mon, 8 Feb 1999 01:16:24 -0600
8817              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
8818              Subject: Math::BigFloat and Math::BigInt
8819      Branch: perl
8820            + t/lib/bigfloat.t t/lib/bigfloatpm.t
8821            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8822            ! t/lib/bigintpm.t
8823 ____________________________________________________________________________
8824 [  2933] By: gsar                                  on 1999/02/15  04:57:52
8825         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
8826              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
8827              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
8828              Subject: s2p incorrectly handles hold space commands
8829      Branch: perl
8830            ! x2p/s2p.PL
8831 ____________________________________________________________________________
8832 [  2932] By: gsar                                  on 1999/02/15  04:45:55
8833         Log: clarify what a "line" is
8834      Branch: perl
8835            ! pod/perlfunc.pod pod/perlvar.pod
8836 ____________________________________________________________________________
8837 [  2931] By: gsar                                  on 1999/02/15  04:23:29
8838         Log: backout change#2811 and add newer version based on File::Spec
8839              From: Barrie Slaymaker <rbs@telerama.com>
8840              Date: Thu, 11 Feb 1999 16:29:24 -0500
8841              Message-ID: <36C34BB4.A62090E0@telerama.com>
8842              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
8843      Branch: perl
8844            - lib/File/PathConvert.pm
8845            ! MANIFEST installhtml lib/Pod/Html.pm
8846 ____________________________________________________________________________
8847 [  2930] By: gsar                                  on 1999/02/15  04:16:25
8848         Log: From: Barrie Slaymaker <rbs@telerama.com>
8849              Date: Thu, 11 Feb 1999 19:39:48 -0500
8850              Message-ID: <36C37854.707D139@telerama.com>
8851              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
8852      Branch: perl
8853            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
8854 ____________________________________________________________________________
8855 [  2929] By: gsar                                  on 1999/02/15  04:06:50
8856         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
8857              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
8858              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
8859              Subject: [PATCH]5.005_54 (DOC) fix many typos
8860              --
8861              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
8862              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
8863              Subject: [PATCH]5.005_54 (DOC) typos
8864      Branch: perl
8865            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
8866            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
8867            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8868            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8869            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
8870            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
8871            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
8872            ! pod/perlvar.pod pod/perlxs.pod
8873 ____________________________________________________________________________
8874 [  2928] By: gsar                                  on 1999/02/15  03:39:53
8875         Log: allow the Carp routines to pass through exception objects
8876      Branch: perl
8877            ! lib/Carp.pm
8878 ____________________________________________________________________________
8879 [  2927] By: gsar                                  on 1999/02/15  03:22:57
8880         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
8881      Branch: perl
8882            ! pod/perlfaq8.pod
8883 ____________________________________________________________________________
8884 [  2926] By: gsar                                  on 1999/02/15  03:19:39
8885         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
8886              have done that, but didn't)
8887      Branch: perl
8888           !> utils/h2ph.PL
8889 ____________________________________________________________________________
8890 [  2925] By: gsar                                  on 1999/02/15  03:17:01
8891         Log: integrate cfgperl changes into mainline
8892      Branch: perl
8893            ! Changes
8894           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8895           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
8896           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
8897           !> vms/subconfigure.com
8898 ____________________________________________________________________________
8899 [  2924] By: gsar                                  on 1999/02/15  03:07:08
8900         Log: add const qualifier to most char* prototypes, handle ripple effect
8901      Branch: perl
8902            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
8903            ! universal.c util.c
8904 ____________________________________________________________________________
8905 [  2923] By: gsar                                  on 1999/02/15  01:04:30
8906         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8907              Date: Thu, 04 Feb 1999 02:37:31 +0000
8908              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
8909              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
8910      Branch: perl
8911            ! pp_ctl.c t/op/range.t
8912 ____________________________________________________________________________
8913 [  2922] By: gsar                                  on 1999/02/15  00:24:34
8914         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8915              Date: Sun, 31 Jan 1999 01:50:06 +0000
8916              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
8917              Subject: [PATCH 5.005_03t4] regexp flags bug
8918      Branch: perl
8919            ! regcomp.c t/op/re_tests
8920 ____________________________________________________________________________
8921 [  2921] By: gsar                                  on 1999/02/15  00:13:02
8922         Log: use New() et al., rather than safemalloc() et al.
8923              From: jan.dubois@ibm.net (Jan Dubois)
8924              Date: Fri, 29 Jan 1999 23:27:22 +0100
8925              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
8926              Subject: [PATCH _03-MT5] POSIX.xs memory API
8927      Branch: perl
8928            ! ext/POSIX/POSIX.xs
8929 ____________________________________________________________________________
8930 [  2920] By: gsar                                  on 1999/02/15  00:05:33
8931         Log: tweak READ() docs to mention $buffer must be altered by reference
8932      Branch: perl
8933            ! pod/perltie.pod
8934 ____________________________________________________________________________
8935 [  2919] By: gsar                                  on 1999/02/14  23:50:39
8936         Log: applied suggested patch, with several language/readability tweaks
8937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8938              Date: Fri, 29 Jan 1999 00:25:02 -0500
8939              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
8940              Subject: Re: [PATCH 5.005_*] Better parsing docs
8941      Branch: perl
8942            ! pod/perlop.pod
8943 ____________________________________________________________________________
8944 [  2918] By: gsar                                  on 1999/02/14  23:20:42
8945         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
8946              of silently returning bogus values)
8947              From: Peter Chines <pchines@nhgri.nih.gov>
8948              Date: Wed, 27 Jan 1999 16:11:31 -0500
8949              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
8950              Subject: Time::Local
8951      Branch: perl
8952            ! lib/Time/Local.pm pod/perldelta.pod
8953 ____________________________________________________________________________
8954 [  2917] By: gsar                                  on 1999/02/14  11:21:43
8955         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8956              Date: Thu, 28 Jan 1999 10:02:20 -0500
8957              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
8958              Subject: Re: [PATCH 5.005_53] Better perldoc
8959      Branch: perl
8960            ! utils/perldoc.PL
8961 ____________________________________________________________________________
8962 [  2916] By: gsar                                  on 1999/02/14  10:59:38
8963         Log: back out change#2751, apply updated version 
8964              From: jan.dubois@ibm.net (Jan Dubois)
8965              Date: Sat, 06 Feb 1999 01:06:29 +0100
8966              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
8967              Subject: [PATCH] Cleanup of File::Spec module
8968      Branch: perl
8969            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8970            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8971            ! lib/File/Spec/Win32.pm
8972 ____________________________________________________________________________
8973 [  2915] By: gsar                                  on 1999/02/14  10:48:01
8974         Log: tweak select() test
8975      Branch: perl
8976            ! pod/perlipc.pod t/op/fh.t
8977 ____________________________________________________________________________
8978 [  2914] By: gsar                                  on 1999/02/14  10:25:55
8979         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
8980      Branch: perl
8981            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
8982 ____________________________________________________________________________
8983 [  2913] By: gsar                                  on 1999/02/14  10:03:51
8984         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
8985              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
8986              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
8987              Subject: Re: SvOPV() or SvPV_nolen() or ...
8988      Branch: perl
8989            ! pod/perlguts.pod
8990 ____________________________________________________________________________
8991 [  2912] By: gsar                                  on 1999/02/14  09:57:29
8992         Log: provide SvPV_nolen(sv) to avoid use of PL_na
8993              From: jan.dubois@ibm.net (Jan Dubois)
8994              Date: Sun, 24 Jan 1999 02:45:32 +0100
8995              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
8996              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
8997      Branch: perl
8998            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
8999            ! sv.h
9000 ____________________________________________________________________________
9001 [  2911] By: gsar                                  on 1999/02/14  06:51:05
9002         Log: elide stray effluvium
9003      Branch: perl
9004            ! pod/perldelta.pod
9005 ____________________________________________________________________________
9006 [  2910] By: gsar                                  on 1999/02/14  05:51:56
9007         Log: slurping an empty file should return '' rather than undef, with
9008              commensurate effects on ARGV processing
9009      Branch: perl
9010            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
9011            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
9012 ____________________________________________________________________________
9013 [  2909] By: gsar                                  on 1999/02/14  00:02:11
9014         Log: perly_c.diff typo
9015      Branch: perl
9016            ! perly.c perly_c.diff vms/perly_c.vms
9017 ____________________________________________________________________________
9018 [  2908] By: gsar                                  on 1999/02/13  18:20:13
9019         Log: From: jan.dubois@ibm.net (Jan Dubois)
9020              Date: Sat, 13 Feb 1999 13:25:53 +0100
9021              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
9022              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
9023      Branch: perl
9024            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
9025 ____________________________________________________________________________
9026 [  2907] By: jhi                                   on 1999/02/13  15:07:26
9027         Log: Integrate from mainperl.
9028      Branch: cfgperl
9029           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
9030           !> (integrate 150 files)
9031 ____________________________________________________________________________
9032 [  2903] By: gsar                                  on 1999/02/12  13:25:59
9033         Log: From: jan.dubois@ibm.net (Jan Dubois)
9034              Date: Sun, 24 Jan 1999 01:12:00 +0100
9035              Message-ID: <36b66479.62756298@smtp1.ibm.net>
9036              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
9037      Branch: perl
9038            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
9039            ! proto.h sv.c sv.h
9040 ____________________________________________________________________________
9041 [  2902] By: gsar                                  on 1999/02/12  12:55:11
9042         Log: script to generate ctags from etags
9043              From: Colin Kuskie <ckuskie@cadence.com>
9044              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
9045              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
9046              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
9047      Branch: perl
9048            + emacs/e2ctags.pl
9049            ! Makefile.SH pod/perlfaq3.pod
9050 ____________________________________________________________________________
9051 [  2901] By: gsar                                  on 1999/02/12  12:40:17
9052         Log: allow boolean assign ops to be lvalues
9053              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9054              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
9055              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
9056              --
9057              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9058              Date: Mon, 18 Jan 1999 10:04:00 +0000
9059              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
9060              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
9061      Branch: perl
9062            + t/op/lop.t
9063            ! MANIFEST op.c
9064 ____________________________________________________________________________
9065 [  2899] By: jhi                                   on 1999/02/12  12:03:48
9066         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
9067      Branch: cfgperl
9068            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9069            ! config_h.SH hints/openbsd.sh
9070 ____________________________________________________________________________
9071 [  2898] By: gsar                                  on 1999/02/12  11:49:25
9072         Log: support win32_putenv()
9073      Branch: perl
9074            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
9075            ! win32/win32.c win32/win32iop.h
9076 ____________________________________________________________________________
9077 [  2894] By: gsar                                  on 1999/02/12  11:09:27
9078         Log: add missing hunk in change#2657
9079      Branch: perl
9080            ! ext/B/B/CC.pm
9081 ____________________________________________________________________________
9082 [  2893] By: gsar                                  on 1999/02/12  11:00:13
9083         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9084              Date: Tue, 19 Jan 1999 20:13:15 -0500
9085              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
9086              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
9087      Branch: perl
9088            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
9089            ! t/pragma/subs.t t/pragma/warning.t
9090 ____________________________________________________________________________
9091 [  2892] By: gsar                                  on 1999/02/12  10:44:38
9092         Log: update change#2670 to later version
9093              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9094              Date: Sun, 31 Jan 1999 16:16:14 +0000
9095              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
9096              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
9097      Branch: perl
9098            ! t/op/subst.t toke.c
9099 ____________________________________________________________________________
9100 [  2891] By: gsar                                  on 1999/02/12  10:31:17
9101         Log: make testsuite somewhat location independent
9102      Branch: perl
9103            ! (edit 117 files)
9104 ____________________________________________________________________________
9105 [  2890] By: gsar                                  on 1999/02/12  10:00:30
9106         Log: add $AutoLoader::VERSION
9107      Branch: perl
9108            ! lib/AutoLoader.pm
9109 ____________________________________________________________________________
9110 [  2889] By: gsar                                  on 1999/02/12  09:55:48
9111         Log: tweak PERL_STRICT_CR notes
9112      Branch: perl
9113            ! pod/perl5005delta.pod
9114 ____________________________________________________________________________
9115 [  2888] By: gsar                                  on 1999/02/12  09:41:45
9116         Log: add note about test-notty target
9117      Branch: perl
9118            ! README.win32
9119 ____________________________________________________________________________
9120 [  2887] By: gsar                                  on 1999/02/12  09:37:37
9121         Log: add perltodo.pod
9122      Branch: perl
9123            + pod/perltodo.pod
9124            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
9125            ! win32/pod.mak
9126 ____________________________________________________________________________
9127 [  2886] By: jhi                                   on 1999/02/12  08:52:14
9128         Log: Integrate from mainperl.
9129      Branch: cfgperl
9130           +> t/op/fh.t
9131           !> (integrate 30 files)
9132 ____________________________________________________________________________
9133 [  2885] By: gsar                                  on 1999/02/12  08:42:10
9134         Log: note how to find REG_INFTY limit
9135      Branch: perl
9136            ! pod/perlre.pod
9137 ____________________________________________________________________________
9138 [  2884] By: jhi                                   on 1999/02/12  08:36:14
9139         Log: OpenBSD pthreads awareness, thanks to
9140              David Leonard <david.leonard@csee.uq.edu.au>
9141      Branch: maint-5.005/perl
9142            ! Configure hints/openbsd.sh
9143 ____________________________________________________________________________
9144 [  2882] By: gsar                                  on 1999/02/12  08:05:20
9145         Log: IO is maintained by p5p (per Graham Barr's wishes)
9146      Branch: perl
9147            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
9148            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
9149            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
9150            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9151 ____________________________________________________________________________
9152 [  2881] By: gsar                                  on 1999/02/12  07:57:13
9153         Log: fh.t typo
9154      Branch: perl
9155            ! t/op/fh.t
9156 ____________________________________________________________________________
9157 [  2880] By: gsar                                  on 1999/02/12  07:38:16
9158         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
9159      Branch: perl
9160            ! perl.c pod/perlrun.pod
9161 ____________________________________________________________________________
9162 [  2879] By: gsar                                  on 1999/02/12  05:39:29
9163         Log: fix ops that are not filehandle constructors to not create GV if it
9164              doesn't already exist (avoids leaks); extend semantics of defined()
9165              so that defined(*{$foo}) works (experimental)
9166      Branch: perl
9167            + t/op/fh.t
9168            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
9169            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
9170 ____________________________________________________________________________
9171 [  2877] By: jhi                                   on 1999/02/11  20:44:00
9172         Log: From: Chris Nandor <pudge@pobox.com>
9173              To: perl5-porters@perl.org
9174              Subject: [PATCH] perlport.pod 1.39
9175              Date: Thu, 11 Feb 1999 12:28:35 -0500
9176              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
9177      Branch: cfgperl
9178            ! pod/perlport.pod
9179 ____________________________________________________________________________
9180 [  2870] By: gsar                                  on 1999/02/11  11:17:08
9181         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
9182      Branch: perl
9183            ! ext/IO/lib/IO/Pipe.pm
9184 ____________________________________________________________________________
9185 [  2869] By: gsar                                  on 1999/02/11  11:00:56
9186         Log: update win32/pod.mak
9187      Branch: perl
9188            ! win32/pod.mak
9189 ____________________________________________________________________________
9190 [  2868] By: gsar                                  on 1999/02/11  10:42:44
9191         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
9192              Date: Fri, 08 Jan 1999 14:36:53 +1100
9193              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
9194              Subject: Re: [Fwd: IO::Socket::connect and blocking]
9195      Branch: perl
9196            ! ext/IO/lib/IO/Socket.pm
9197 ____________________________________________________________________________
9198 [  2867] By: gsar                                  on 1999/02/11  09:43:03
9199         Log: av_extend() doc tweak from Jan Dubois
9200      Branch: perl
9201            ! pod/perlguts.pod
9202 ____________________________________________________________________________
9203 [  2866] By: gsar                                  on 1999/02/11  09:27:17
9204         Log: display full pathname of unreadable files
9205      Branch: perl
9206            ! utils/perldoc.PL
9207 ____________________________________________________________________________
9208 [  2865] By: gsar                                  on 1999/02/11  09:02:31
9209         Log: missing patch in change#2522
9210      Branch: perl
9211            ! lib/Pod/Text.pm
9212 ____________________________________________________________________________
9213 [  2864] By: jhi                                   on 1999/02/11  08:45:00
9214         Log: From: Spider Boardman <spider@zk3.dec.com>
9215              To: perlbug@perl.com
9216              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
9217              Date: Wed, 10 Feb 1999 23:33:31 -0500
9218              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
9219      Branch: maint-5.005/perl
9220            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
9221 ____________________________________________________________________________
9222 [  2862] By: gsar                                  on 1999/02/11  08:14:34
9223         Log: integrate changes#2738,2740 from maint-5.005
9224      Branch: perl
9225           !> lib/ExtUtils/MakeMaker.pm
9226 ____________________________________________________________________________
9227 [  2861] By: jhi                                   on 1999/02/11  08:04:25
9228         Log: Integrate from mainperl.
9229      Branch: cfgperl
9230           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
9231           !> t/op/range.t win32/config.gc
9232 ____________________________________________________________________________
9233 [  2860] By: gsar                                  on 1999/02/11  07:30:08
9234         Log: binmode() support for cygwin32 (suggested by Steven Morlock
9235              <newspost@morlock.net>)
9236      Branch: perl
9237            ! perl.h
9238 ____________________________________________________________________________
9239 [  2859] By: gsar                                  on 1999/02/11  07:14:21
9240         Log: update Changes
9241      Branch: perl
9242            ! Changes
9243           !> pod/perl5005delta.pod
9244 ____________________________________________________________________________
9245 [  2856] By: gsar                                  on 1999/02/11  07:07:39
9246         Log: integrate perldelta changes from maint-5.005
9247      Branch: perl
9248           !> pod/perl5005delta.pod
9249 ____________________________________________________________________________
9250 [  2855] By: gsar                                  on 1999/02/11  06:31:50
9251         Log: applied suggested patch; added tests
9252              From: Adam Krolnik <adamk@gypsy.cyrix.com>
9253              Date: Sat, 12 Dec 98 15:30:18 -0600
9254              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
9255              Subject: Range operation doesn't handle IV_MAX
9256      Branch: perl
9257            ! pp_ctl.c t/op/range.t
9258 ____________________________________________________________________________
9259 [  2854] By: gsar                                  on 1999/02/11  05:00:55
9260         Log: compatibility fix: magic non-propagation in foreach implicit localization
9261      Branch: perl
9262            ! pp_ctl.c t/op/local.t win32/config.gc
9263 ____________________________________________________________________________
9264 [  2852] By: gsar                                  on 1999/02/10  23:17:49
9265         Log: fair warning about -Dusethreads
9266      Branch: maint-5.005/perl
9267            ! Configure INSTALL README.threads
9268 ____________________________________________________________________________
9269 [  2847] By: jhi                                   on 1999/02/09  19:13:28
9270         Log: Integrate from mainperl.
9271      Branch: cfgperl
9272           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
9273           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
9274 ____________________________________________________________________________
9275 [  2846] By: gsar                                  on 1999/02/09  13:53:28
9276         Log: a modified version of suggested patch for pack template 'Z'; added docs
9277              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
9278              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
9279              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
9280              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
9281      Branch: perl
9282            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
9283 ____________________________________________________________________________
9284 [  2845] By: gsar                                  on 1999/02/09  00:03:26
9285         Log: clarify docs for change#2835
9286      Branch: perl
9287            ! pod/perldelta.pod pod/perlop.pod
9288 ____________________________________________________________________________
9289 [  2844] By: gsar                                  on 1999/02/08  23:40:57
9290         Log: addendum to change#2823
9291              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9292              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
9293              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
9294              Subject: [PATCH] Docs and tests for method-call syntax
9295      Branch: perl
9296            ! pod/perlobj.pod t/op/method.t
9297 ____________________________________________________________________________
9298 [  2843] By: jhi                                   on 1999/02/08  21:06:28
9299         Log: Ultrix mmap tidbit.
9300      Branch: cfgperl
9301            ! hints/ultrix_4.sh
9302 ____________________________________________________________________________
9303 [  2842] By: jhi                                   on 1999/02/08  20:22:55
9304         Log: Integrate from mainperl.
9305      Branch: cfgperl
9306           +> t/op/subst_wamp.t
9307           !> (integrate 35 files)
9308 ____________________________________________________________________________
9309 [  2841] By: jhi                                   on 1999/02/08  18:23:26
9310         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9311              To: Mailing list Perl5 <perl5-porters@perl.org>
9312              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
9313              Date: Sun, 7 Feb 1999 17:25:22 -0500
9314              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
9315      Branch: cfgperl
9316            + t/op/subst_amp.t
9317            ! MANIFEST regcomp.c t/op/subst.t
9318 ____________________________________________________________________________
9319 [  2840] By: jhi                                   on 1999/02/08  18:16:54
9320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9321              To: Mailing list Perl5 <perl5-porters@perl.org>
9322              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
9323              Date: Sun, 7 Feb 1999 17:00:10 -0500
9324              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
9325      Branch: cfgperl
9326            ! pp_hot.c t/op/pat.t
9327 ____________________________________________________________________________
9328 [  2839] By: jhi                                   on 1999/02/08  17:25:30
9329         Log: A require was missing.
9330      Branch: cfgperl
9331            ! t/lib/h2ph.pht
9332 ____________________________________________________________________________
9333 [  2838] By: jhi                                   on 1999/02/08  16:38:41
9334         Log: Bring in the change #2809 (the Configure part has been
9335              modified rather a lot since the #2809, though.)
9336      Branch: cfgperl
9337            ! Configure utils/h2ph.PL
9338 ____________________________________________________________________________
9339 [  2835] By: gsar                                  on 1999/02/08  14:40:23
9340         Log: make qw() into a true list at compile time (slightly modified
9341              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
9342      Branch: perl
9343            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
9344 ____________________________________________________________________________
9345 [  2834] By: gsar                                  on 1999/02/08  13:23:16
9346         Log: make safesysmalloc() etc., always available; safemalloc() et al are
9347              now macros that point to the right malloc; fix various places in
9348              sources that need to always use safesysmalloc() et al
9349      Branch: perl
9350            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
9351            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
9352 ____________________________________________________________________________
9353 [  2833] By: gsar                                  on 1999/02/08  10:56:16
9354         Log: remove spurious #endif in last change
9355      Branch: perl
9356            ! perl.h
9357 ____________________________________________________________________________
9358 [  2832] By: gsar                                  on 1999/02/08  10:34:55
9359         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
9360              them ask for insanity (untested)
9361      Branch: perl
9362            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
9363            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
9364            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
9365 ____________________________________________________________________________
9366 [  2831] By: jhi                                   on 1999/02/08  08:33:33
9367         Log: Update vms/subconfigure.com along the lines of change #2829.
9368      Branch: cfgperl
9369            ! vms/subconfigure.com
9370 ____________________________________________________________________________
9371 [  2830] By: gsar                                  on 1999/02/08  00:19:46
9372         Log: integrate cfgperl changes into mainline
9373      Branch: perl
9374           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
9375           +> lib/File/PathConvert.pm pod/perlthrtut.pod
9376            ! Changes
9377           !> (integrate 93 files)
9378 ____________________________________________________________________________
9379 [  2829] By: jhi                                   on 1999/02/07  23:49:46
9380         Log: Configure update.
9381              
9382              Probe for mmap() et alia.
9383              The *cc*symbols patch (just Configure, no h2ph).
9384      Branch: cfgperl
9385            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9386            ! config_h.SH perl.h
9387 ____________________________________________________________________________
9388 [  2828] By: gsar                                  on 1999/02/07  23:38:47
9389         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9390              Date: Sun, 7 Feb 1999 17:25:22 -0500
9391              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
9392              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
9393      Branch: perl
9394            + t/op/subst_amp.t t/op/subst_wamp.t
9395            ! MANIFEST regcomp.c t/op/subst.t
9396 ____________________________________________________________________________
9397 [  2827] By: gsar                                  on 1999/02/07  23:27:32
9398         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9399              Date: Sun, 7 Feb 1999 17:00:10 -0500
9400              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
9401              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
9402      Branch: perl
9403            ! pp_hot.c t/op/pat.t
9404 ____________________________________________________________________________
9405 [  2826] By: gsar                                  on 1999/02/07  23:26:04
9406         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
9407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9408              Date: Sun, 7 Feb 1999 15:07:27 -0500
9409              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
9410              Subject: Re: fixing memory leaks in REx compilation
9411      Branch: perl
9412            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
9413            ! regexec.c
9414 ____________________________________________________________________________
9415 [  2825] By: jhi                                   on 1999/02/07  18:05:13
9416         Log: Integrate from mainperl.
9417      Branch: cfgperl
9418           +> lib/DB.pm t/comp/bproto.t
9419           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
9420           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
9421           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
9422           !> toke.c vms/perly_c.vms
9423 ____________________________________________________________________________
9424 [  2824] By: gsar                                  on 1999/02/07  14:21:48
9425         Log: tweak doc on bitwise ops
9426      Branch: perl
9427            ! pod/perlop.pod
9428 ____________________________________________________________________________
9429 [  2823] By: gsar                                  on 1999/02/07  13:38:31
9430         Log: applied suggested patch; regen perly* and vms/perly*
9431              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9432              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
9433              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
9434              Subject: [PATCH] Re: Suggestion for perlobj man page
9435      Branch: perl
9436            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
9437 ____________________________________________________________________________
9438 [  2822] By: gsar                                  on 1999/02/07  12:39:09
9439         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
9440              disabled, fails tests)
9441      Branch: perl
9442            ! regcomp.h
9443 ____________________________________________________________________________
9444 [  2821] By: gsar                                  on 1999/02/07  11:09:39
9445         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
9446              <Alexander.Barilo@aexp.com>)
9447      Branch: perl
9448            ! lib/Pod/Html.pm
9449 ____________________________________________________________________________
9450 [  2820] By: gsar                                  on 1999/02/07  10:20:35
9451         Log: add draft debugging API implementation
9452      Branch: perl
9453            + lib/DB.pm
9454            ! MANIFEST
9455 ____________________________________________________________________________
9456 [  2819] By: gsar                                  on 1999/02/07  09:58:45
9457         Log: avoid garbage in db->dirbuf
9458              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
9459              Date: Sat, 05 Dec 1998 14:14:54 +0900
9460              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
9461              Subject: SDBM bug
9462      Branch: perl
9463            ! ext/SDBM_File/sdbm/sdbm.c
9464 ____________________________________________________________________________
9465 [  2818] By: gsar                                  on 1999/02/07  09:32:24
9466         Log: missing entry
9467      Branch: perl
9468            ! MANIFEST
9469 ____________________________________________________________________________
9470 [  2817] By: gsar                                  on 1999/02/07  09:30:47
9471         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
9472      Branch: perl
9473            + t/comp/bproto.t
9474            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
9475 ____________________________________________________________________________
9476 [  2816] By: gsar                                  on 1999/02/06  00:14:29
9477         Log: minor bug in dumping blessed subrefs
9478      Branch: perl
9479            ! ext/Data/Dumper/Dumper.pm
9480 ____________________________________________________________________________
9481 [  2812] By: jhi                                   on 1999/02/03  22:02:24
9482         Log: Enhance change #2808.
9483              
9484              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9485              To: perl5-porters@perl.org
9486              Subject: Re: [PATCH 5.00*]: perlbug checklist
9487              Date: Wed, 3 Feb 1999 19:02:27 +0000
9488              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
9489      Branch: cfgperl
9490            ! utils/perlbug.PL
9491 ____________________________________________________________________________
9492 [  2811] By: jhi                                   on 1999/02/03  21:53:23
9493         Log: From: Barrie Slaymaker <rbs@telerama.com>
9494              To: perl5-porters@perl.org
9495              CC: pod-people@perl.org
9496              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
9497              Date: Wed, 03 Feb 1999 10:34:18 -0500
9498              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
9499              
9500              Add File::PathConvert.pm.
9501              Fix Pod::Html and installhtml to understand relative urls.
9502      Branch: cfgperl
9503            + lib/File/PathConvert.pm
9504            ! MANIFEST installhtml lib/Pod/Html.pm
9505 ____________________________________________________________________________
9506 [  2810] By: jhi                                   on 1999/02/03  20:25:10
9507         Log: From: Francois Desarmenien <desar@club-internet.fr>
9508              To: Mailing list Perl5 <perl5-porters@perl.org>
9509              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
9510              Date: Wed, 03 Feb 1999 13:13:24 +0000
9511              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
9512              
9513              (note: this patch completely overrides Tom Wolfe's patch,
9514              change #2604)
9515      Branch: cfgperl
9516            + ext/GDBM_File/hints/sco.pl
9517            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
9518 ____________________________________________________________________________
9519 [  2809] By: jhi                                   on 1999/02/03  19:54:16
9520         Log: h2ph fixes + Configure patch to support them.
9521              
9522              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9523              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
9524              Gurusamy Sarathy <gsar@engin.umich.edu>
9525              Cc: perl5-porters@perl.org
9526              Subject: [PATCH 5.00503_MT5] h2ph.PL
9527              Date: Tue, 2 Feb 1999 19:48:06 -0500
9528              Message-ID: <19990202194806.E10647@O2.chapin.edu>
9529      Branch: maint-5.005/perl
9530            ! Configure utils/h2ph.PL
9531 ____________________________________________________________________________
9532 [  2808] By: jhi                                   on 1999/02/03  16:59:55
9533         Log: Enhance the perlbug checklist.
9534      Branch: cfgperl
9535            ! utils/perlbug.PL
9536 ____________________________________________________________________________
9537 [  2807] By: jhi                                   on 1999/02/03  14:01:37
9538         Log: Document the standard strftime %formats.
9539              
9540              From: Dominic Dunlop <domo@vo.lu>
9541              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
9542              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
9543              Date: Tue, 2 Feb 1999 15:55:29 +0100
9544              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
9545      Branch: cfgperl
9546            ! ext/POSIX/POSIX.pod
9547 ____________________________________________________________________________
9548 [  2806] By: jhi                                   on 1999/02/03  13:58:00
9549         Log: Integrate from mainperl.
9550      Branch: cfgperl
9551           !> perl.h
9552 ____________________________________________________________________________
9553 [  2805] By: gsar                                  on 1999/02/03  03:32:31
9554         Log: PL_uuemap[] init needs help for sizeof()
9555      Branch: perl
9556            ! perl.h
9557 ____________________________________________________________________________
9558 [  2804] By: jhi                                   on 1999/02/02  20:44:30
9559         Log: These should've been already in #2803.
9560      Branch: cfgperl
9561            ! Configure config_h.SH vms/subconfigure.com
9562 ____________________________________________________________________________
9563 [  2803] By: jhi                                   on 1999/02/02  20:38:45
9564         Log: telldir prototype issue, from mists of time...
9565      Branch: cfgperl
9566            ! hints/netbsd.sh pp_sys.c
9567 ____________________________________________________________________________
9568 [  2801] By: jhi                                   on 1999/02/02  17:40:14
9569         Log: From: John Bley <jbb6@acpub.duke.edu>
9570              To: perlbug@perl.org
9571              Subject: [PATCH]5.005_54 (DOC) fix minor typos
9572              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
9573              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
9574      Branch: cfgperl
9575            ! pod/perlre.pod
9576 ____________________________________________________________________________
9577 [  2800] By: jhi                                   on 1999/02/02  17:26:49
9578         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
9579      Branch: cfgperl
9580            ! Todo-5.005
9581 ____________________________________________________________________________
9582 [  2799] By: jhi                                   on 1999/02/02  17:18:51
9583         Log: Update FindBin from maint-5.005.
9584      Branch: cfgperl
9585            ! lib/FindBin.pm
9586 ____________________________________________________________________________
9587 [  2798] By: jhi                                   on 1999/02/02  17:16:07
9588         Log: Fix typecasts in #2797
9589              
9590              From: "G. Del Merritt" <del@intranetics.com>
9591              Date: Fri, 29 Jan 1999 11:47:25 -0700
9592              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
9593              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
9594      Branch: cfgperl
9595            ! ext/POSIX/POSIX.xs
9596 ____________________________________________________________________________
9597 [  2797] By: jhi                                   on 1999/02/02  17:14:37
9598         Log: From: Ted Law <tedlaw@cibcwg.com>
9599              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
9600              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
9601              Subject: POSIX::strftime buffer overflow problem
9602      Branch: cfgperl
9603            ! ext/POSIX/POSIX.xs
9604 ____________________________________________________________________________
9605 [  2796] By: jhi                                   on 1999/02/02  17:13:23
9606         Log: Do not use File::Slurp.
9607      Branch: cfgperl
9608            ! t/lib/textfill.t
9609 ____________________________________________________________________________
9610 [  2795] By: jhi                                   on 1999/02/02  17:11:48
9611         Log: perlhist update from maint-5.005.
9612      Branch: cfgperl
9613            ! pod/perlhist.pod
9614 ____________________________________________________________________________
9615 [  2794] By: jhi                                   on 1999/02/02  17:10:33
9616         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
9617      Branch: cfgperl
9618            ! ext/POSIX/POSIX.pm
9619 ____________________________________________________________________________
9620 [  2793] By: jhi                                   on 1999/02/02  17:08:39
9621         Log: Missed the html test from change #2787. 
9622      Branch: cfgperl
9623            ! t/lib/cgi-html.t
9624 ____________________________________________________________________________
9625 [  2792] By: jhi                                   on 1999/02/02  17:01:24
9626         Log: Update Getopt::Long to 2.19.
9627      Branch: cfgperl
9628            ! lib/Getopt/Long.pm
9629 ____________________________________________________________________________
9630 [  2791] By: jhi                                   on 1999/02/02  16:59:13
9631         Log: overload syntax is no longer experimental
9632      Branch: cfgperl
9633            ! lib/overload.pm
9634 ____________________________________________________________________________
9635 [  2789] By: jhi                                   on 1999/02/02  16:47:50
9636         Log: Still doc fixes.
9637      Branch: cfgperl
9638            ! lib/diagnostics.pm
9639 ____________________________________________________________________________
9640 [  2788] By: jhi                                   on 1999/02/02  16:47:07
9641         Log: Doc fixes.
9642      Branch: cfgperl
9643            ! lib/CGI.pm lib/diagnostics.pm
9644 ____________________________________________________________________________
9645 [  2787] By: jhi                                   on 1999/02/02  16:38:55
9646         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
9647              where applicable).
9648      Branch: cfgperl
9649            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
9650            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
9651            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
9652            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
9653            ! eg/cgi/frameset.cgi eg/cgi/index.html
9654            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
9655            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
9656            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
9657            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
9658            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9659            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
9660 ____________________________________________________________________________
9661 [  2786] By: jhi                                   on 1999/02/02  16:17:52
9662         Log: Update CPAN to 1.47.
9663      Branch: cfgperl
9664            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9665 ____________________________________________________________________________
9666 [  2785] By: jhi                                   on 1999/02/02  16:09:03
9667         Log: From: Mark-Jason Dominus <mjd@plover.com>
9668              Date: Sat, 16 Jan 1999 17:22:06 -0500
9669              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
9670              Message-ID: <19990116222206.3674.qmail@plover.com>
9671      Branch: cfgperl
9672            ! pod/perlsub.pod
9673 ____________________________________________________________________________
9674 [  2784] By: jhi                                   on 1999/02/02  16:01:31
9675         Log: Fix incorrect "used only once" warnings
9676              
9677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9678              Date: Fri, 8 Jan 1999 04:37:10 -0500
9679              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
9680              Subject: Re: change#965 flakiness
9681      Branch: cfgperl
9682            ! gv.c
9683 ____________________________________________________________________________
9684 [  2783] By: jhi                                   on 1999/02/02  15:50:38
9685         Log: perldelta updates.
9686      Branch: cfgperl
9687            ! pod/perldelta.pod
9688 ____________________________________________________________________________
9689 [  2782] By: jhi                                   on 1999/02/02  14:28:26
9690         Log: Mirror change #2781.
9691      Branch: cfgperl
9692            ! hints/linux.sh
9693 ____________________________________________________________________________
9694 [  2781] By: jhi                                   on 1999/02/02  14:27:01
9695         Log: Update the MkLinux note.
9696      Branch: maint-5.005/perl
9697            ! hints/linux.sh
9698 ____________________________________________________________________________
9699 [  2780] By: jhi                                   on 1999/02/02  14:10:59
9700         Log: Update todo.
9701      Branch: cfgperl
9702            ! Todo-5.005
9703 ____________________________________________________________________________
9704 [  2779] By: jhi                                   on 1999/02/02  14:00:25
9705         Log: Integrate from mainperl.
9706      Branch: cfgperl
9707            ! t/lib/textfill.t t/lib/textwrap.t
9708           !> (integrate 32 files)
9709 ____________________________________________________________________________
9710 [  2778] By: jhi                                   on 1999/02/02  13:56:23
9711         Log: VMS update, applicable parts of
9712              
9713              From: Dan Sugalski <sugalskd@osshe.edu>
9714              To: perl5-porters@perl.org
9715              Subject: [PATCH 5.005_03MT3]VMS configure tweak
9716              Date: Wed, 20 Jan 1999 12:05:18 -0800
9717              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
9718              
9719              From: Dan Sugalski <sugalskd@osshe.edu>
9720              To: perlbug@perl.com, vmsperl@perl.org
9721              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
9722              Date: Tue, 26 Jan 1999 14:40:38 -0800
9723              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
9724              
9725              From: Dan Sugalski <sugalskd@osshe.edu>
9726              To: perl5-porters@perl.org, vmsperl@perl.org
9727              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
9728              Date: Tue, 26 Jan 1999 14:55:29 -0800
9729              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
9730      Branch: cfgperl
9731            ! vms/ext/Stdio/test.pl vms/subconfigure.com
9732 ____________________________________________________________________________
9733 [  2777] By: jhi                                   on 1999/02/02  13:43:24
9734         Log: Synch usethreads parts from maint-5.005.
9735      Branch: cfgperl
9736            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
9737            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
9738            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
9739            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
9740 ____________________________________________________________________________
9741 [  2776] By: jhi                                   on 1999/02/02  13:17:16
9742         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
9743      Branch: cfgperl
9744            ! Makefile.SH hints/freebsd.sh
9745 ____________________________________________________________________________
9746 [  2774] By: jhi                                   on 1999/02/02  13:10:39
9747         Log: Add perlthrtut, update pod/* machinery.
9748              (a pod/Makefile.SH is sorely needed)
9749      Branch: cfgperl
9750            + pod/perlthrtut.pod
9751            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
9752 ____________________________________________________________________________
9753 [  2773] By: jhi                                   on 1999/02/02  12:54:24
9754         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9755              To: perl5-porters@perl.org
9756              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
9757              Date: Tue, 26 Jan 1999 22:25:07 +0000
9758              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
9759      Branch: cfgperl
9760            ! pod/perlguts.pod
9761 ____________________________________________________________________________
9762 [  2771] By: jhi                                   on 1999/02/02  12:47:34
9763         Log: Use perlbug instead of personal email address.
9764      Branch: cfgperl
9765            ! Configure
9766 ____________________________________________________________________________
9767 [  2770] By: jhi                                   on 1999/02/02  12:42:06
9768         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
9769              
9770              From: "G. Del Merritt" <del@intranetics.com>
9771              To: perlbug@perl.com
9772              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
9773              Date: Tue, 26 Jan 1999 12:09:09 -0700
9774              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
9775      Branch: cfgperl
9776            ! iperlsys.h
9777 ____________________________________________________________________________
9778 [  2769] By: jhi                                   on 1999/02/02  12:37:57
9779         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9780              To: Mailing list Perl5 <perl5-porters@perl.org>
9781              Subject: [PATCH 5.005_*] OS/2 threads
9782              Date: Tue, 26 Jan 1999 13:39:46 -0500
9783              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
9784      Branch: cfgperl
9785            ! os2/os2ish.h
9786 ____________________________________________________________________________
9787 [  2768] By: jhi                                   on 1999/02/02  12:36:16
9788         Log: Apply change #2711 from maint-5.005:
9789              
9790              make ok", "make okfile", and "make nok" were broken
9791              with -Duseshrplib, because of a shared typo.
9792              
9793              From: Spider Boardman <spider@web.zk3.dec.com>
9794              To: perlbug@perl.com
9795              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
9796              Date: Wed, 27 Jan 1999 12:27:15 -0500
9797              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
9798      Branch: cfgperl
9799            ! Makefile.SH
9800 ____________________________________________________________________________
9801 [  2766] By: jhi                                   on 1999/02/02  12:27:08
9802         Log: Make Configure use "int main()" instead of bare "main()".
9803              Like maint-5.005 change #2703 but now via metaconfig.
9804      Branch: cfgperl
9805            ! Configure
9806 ____________________________________________________________________________
9807 [  2765] By: jhi                                   on 1999/02/02  11:59:30
9808         Log: Undo part of change #2562.
9809      Branch: cfgperl
9810            ! Configure
9811 ____________________________________________________________________________
9812 [  2764] By: jhi                                   on 1999/02/02  11:52:39
9813         Log: NetBSD synch with maint-5.005.
9814      Branch: cfgperl
9815            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
9816 ____________________________________________________________________________
9817 [  2763] By: jhi                                   on 1999/02/02  11:44:07
9818         Log: $Config{installusrbinperl}
9819              (maint-5.005 changes #2614 and #2709)
9820      Branch: cfgperl
9821            ! Configure installperl
9822 ____________________________________________________________________________
9823 [  2762] By: jhi                                   on 1999/02/02  11:29:13
9824         Log: Errno update from maint-5.005 (changes #2583, #2710).
9825      Branch: cfgperl
9826            ! Configure ext/Errno/Errno_pm.PL
9827 ____________________________________________________________________________
9828 [  2759] By: jhi                                   on 1999/02/02  10:53:20
9829         Log: Update Trig.pm from maint-5.005.
9830      Branch: cfgperl
9831            ! lib/Math/Trig.pm
9832 ____________________________________________________________________________
9833 [  2757] By: jhi                                   on 1999/02/02  10:41:26
9834         Log: MPE/iX update (mirror maint-5.005 change #2715)
9835      Branch: cfgperl
9836            ! hints/mpeix.sh mpeix/relink
9837 ____________________________________________________________________________
9838 [  2756] By: jhi                                   on 1999/02/02  10:38:08
9839         Log: BeOS update (Mirror maint-5.005 change #2727).
9840      Branch: cfgperl
9841            + ext/DynaLoader/dl_beos.xs
9842            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
9843            ! lib/ExtUtils/MM_Unix.pm
9844 ____________________________________________________________________________
9845 [  2754] By: gsar                                  on 1999/02/02  08:52:13
9846         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
9847      Branch: perl
9848            ! Porting/pumpkin.pod Todo Todo-5.005
9849 ____________________________________________________________________________
9850 [  2753] By: gsar                                  on 1999/02/02  08:46:21
9851         Log: Todo tweaks
9852      Branch: perl
9853            ! Todo Todo-5.005
9854 ____________________________________________________________________________
9855 [  2752] By: jhi                                   on 1999/02/01  22:15:12
9856         Log: Add perlthrtut.pod.
9857              
9858              From: Dan Sugalski <sugalskd@osshe.edu>
9859              To: perl5-porters@perl.org
9860              Subject: perlthrtut.pod
9861              Date: Mon, 01 Feb 1999 10:57:11 -0800
9862              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
9863      Branch: maint-5.005/perl
9864            + pod/perlthrtut.pod
9865            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
9866            ! pod/roffitall
9867 ____________________________________________________________________________
9868 [  2751] By: gsar                                  on 1999/02/01  07:28:05
9869         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
9870      Branch: perl
9871            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9872            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9873 ____________________________________________________________________________
9874 [  2750] By: gsar                                  on 1999/02/01  07:09:20
9875         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9876              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
9877              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
9878              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
9879      Branch: perl
9880            ! regexec.c
9881 ____________________________________________________________________________
9882 [  2749] By: gsar                                  on 1999/02/01  07:07:59
9883         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9884              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
9885              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
9886              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
9887      Branch: perl
9888            ! regexec.c
9889 ____________________________________________________________________________
9890 [  2748] By: gsar                                  on 1999/02/01  06:47:06
9891         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
9892              Date: Thu, 3 Dec 1998 15:10:17 -0500
9893              Message-Id: <199812032010.PAA09692@jik.shore.net>
9894              Subject: sample checksum code in "perlfunc" man page is wrong
9895      Branch: perl
9896            ! pod/perlfunc.pod
9897 ____________________________________________________________________________
9898 [  2747] By: gsar                                  on 1999/02/01  06:35:13
9899         Log: typos in Pod/Text.pm
9900              From: "Greg Chapman" <glc@well.com>
9901              Date: Tue, 1 Dec 1998 10:50:18 -0800
9902              Message-Id: <199812011849.KAA08816@smtp.well.com>
9903              Subject: Glitch in Pod::Text
9904      Branch: perl
9905            ! lib/Pod/Text.pm
9906 ____________________________________________________________________________
9907 [  2746] By: gsar                                  on 1999/02/01  06:27:35
9908         Log: various win32-ish changes merged from maint-5.005
9909      Branch: perl
9910            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
9911            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
9912            ! win32/Makefile win32/config.bc win32/config.vc
9913            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
9914            ! win32/win32.c
9915 ____________________________________________________________________________
9916 [  2745] By: gsar                                  on 1999/02/01  04:51:54
9917         Log: integrate cfgperl changes into mainline
9918      Branch: perl
9919           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
9920 ____________________________________________________________________________
9921 [  2744] By: gsar                                  on 1999/02/01  04:31:09
9922         Log: improved diagnostic on syntax errors at EOL
9923      Branch: perl
9924            ! toke.c
9925 ____________________________________________________________________________
9926 [  2743] By: gsar                                  on 1999/02/01  03:59:13
9927         Log: don't attempt connect() to bogus IP addresses
9928              From:    Graham Barr <gbarr@pobox.com>
9929              Date:    Sun, 31 Jan 1999 21:50:45 CST
9930              Message-Id: <19990131215045.A633@pobox.com>
9931      Branch: perl
9932            ! t/lib/io_multihomed.t
9933 ____________________________________________________________________________
9934 [  2742] By: gsar                                  on 1999/02/01  03:08:58
9935         Log: update Changes
9936      Branch: perl
9937            ! Changes pod/perldelta.pod
9938 ____________________________________________________________________________
9939 [  2740] By: gsar                                  on 1999/02/01  02:43:07
9940         Log: CAPI inheritance tweak and doc
9941      Branch: maint-5.005/perl
9942            ! lib/ExtUtils/MakeMaker.pm
9943 ____________________________________________________________________________
9944 [  2739] By: jhi                                   on 1999/01/31  18:31:54
9945         Log: Undo changes #2730 and #2731 and replace them
9946              with an extensively tested patch from
9947              Anton Berezin <tobez@plab.ku.dk> (via private email).
9948      Branch: maint-5.005/perl
9949            ! Makefile.SH hints/freebsd.sh
9950 ____________________________________________________________________________
9951 [  2738] By: gsar                                  on 1999/01/31  05:04:32
9952         Log: fix bogus CAPI inheritance from change#2541
9953      Branch: maint-5.005/perl
9954            ! lib/ExtUtils/MakeMaker.pm
9955 ____________________________________________________________________________
9956 [  2731] By: jhi                                   on 1999/01/29  14:33:12
9957         Log: FreeBSD version numbers can be like "2.2.8-release".
9958      Branch: maint-5.005/perl
9959            ! hints/freebsd.sh
9960 ____________________________________________________________________________
9961 [  2730] By: jhi                                   on 1999/01/29  12:40:38
9962         Log: FreeBSD hints iteration (hopefully convergent).
9963              usethreads: require at least FreeBSD 2.2.8.
9964              signal type: mirror change #2429 in cfgperl.
9965      Branch: maint-5.005/perl
9966            ! hints/freebsd.sh
9967 ____________________________________________________________________________
9968 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
9969         Log: From: Tom Spindler <dogcow@isi.net>
9970              Date: Thu, 28 Jan 1999 17:15:11 -0800
9971              Message-ID: <19990128171510.A11778@isi.net>
9972              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
9973      Branch: maint-5.005/perl
9974            + ext/DynaLoader/dl_beos.xs
9975            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
9976            ! lib/ExtUtils/MM_Unix.pm
9977 ____________________________________________________________________________
9978 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
9979         Log: Remove use of File::Slurp in t/lib/textfill.t
9980      Branch: maint-5.005/perl
9981            ! t/lib/textfill.t
9982 ____________________________________________________________________________
9983 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
9984         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
9985              Date: Wed, 27 Jan 1999 23:14:33 -0800
9986              Message-Id: <199901280714.XAA10176@activestate.com>
9987              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
9988      Branch: maint-5.005/perl
9989            ! win32/Makefile win32/makefile.mk
9990 ____________________________________________________________________________
9991 [  2720] By: gsar                                  on 1999/01/27  21:54:42
9992         Log: missing space while munging CCFLAGS for PERL_CAPI
9993      Branch: perl
9994            ! lib/ExtUtils/MM_Unix.pm
9995 ____________________________________________________________________________
9996 [  2718] By: jhi                                   on 1999/01/27  19:46:04
9997         Log: io/fs.t fails test #18 (sense of tests appears to have been
9998              changed incompletely; this patch just skips the test attached,
9999              a la test #17 preceding it).
10000              
10001              From: "G. Del Merritt" <del@intranetics.com>
10002              To: perlbug@perl.com
10003              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
10004              Date: Tue, 26 Jan 1999 12:09:09 -0700
10005              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
10006      Branch: maint-5.005/perl
10007            ! t/io/fs.t
10008 ____________________________________________________________________________
10009 [  2717] By: jhi                                   on 1999/01/27  19:44:46
10010         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
10011              
10012              From: "G. Del Merritt" <del@intranetics.com>
10013              To: perlbug@perl.com
10014              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
10015              Date: Tue, 26 Jan 1999 12:09:09 -0700
10016              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
10017      Branch: maint-5.005/perl
10018            ! iperlsys.h
10019 ____________________________________________________________________________
10020 [  2715] By: jhi                                   on 1999/01/27  19:34:28
10021         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10022              To: perl5-porters@perl.org
10023              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
10024              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
10025              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
10026      Branch: maint-5.005/perl
10027            ! hints/mpeix.sh mpeix/relink
10028 ____________________________________________________________________________
10029 [  2710] By: jhi                                   on 1999/01/27  19:22:23
10030         Log: Errno fixes:
10031              
10032              From: Spider Boardman <spider@web.zk3.dec.com>
10033              To: perlbug@perl.com
10034              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
10035              Date: Wed, 27 Jan 1999 12:27:15 -0500
10036              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
10037              
10038              From: Spider Boardman <spider@web.zk3.dec.com>
10039              To: perlbug@perl.com
10040              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
10041              Date: Wed, 27 Jan 1999 13:31:16 -0500
10042              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
10043      Branch: maint-5.005/perl
10044            ! Configure ext/Errno/Errno_pm.PL
10045 ____________________________________________________________________________
10046 [  2709] By: jhi                                   on 1999/01/27  19:17:35
10047         Log: Fix Configure installusrbinperl:
10048              
10049              From: Spider Boardman <spider@web.zk3.dec.com>
10050              To: jhi@iki.fi
10051              cc: perl5-porters@perl.org
10052              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
10053              Date: Wed, 27 Jan 1999 13:03:35 -0500
10054              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
10055      Branch: maint-5.005/perl
10056            ! Configure
10057 ____________________________________________________________________________
10058 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
10059         Log: Add redef IO::Handle::* for setv?buf()
10060      Branch: maint-5.005/perl
10061            ! ext/POSIX/POSIX.pm
10062 ____________________________________________________________________________
10063 [  2705] By: jhi                                   on 1999/01/24  15:14:30
10064         Log: Mention year-1900 and month 0..11.
10065      Branch: cfgperl
10066            ! lib/Time/Local.pm
10067 ____________________________________________________________________________
10068 [  2704] By: jhi                                   on 1999/01/24  15:13:36
10069         Log: Document Configure -Uinstallusrbinperl.
10070      Branch: cfgperl
10071            ! INSTALL pod/perldelta.pod
10072 ____________________________________________________________________________
10073 [  2698] By: jhi                                   on 1999/01/24  12:46:00
10074         Log: Use only xlc_r for usethreads.
10075      Branch: cfgperl
10076            ! hints/aix.sh
10077 ____________________________________________________________________________
10078 [  2695] By: gsar                                  on 1999/01/24  07:09:05
10079         Log: integrate cfgperl changes into mainline
10080      Branch: perl
10081           +> lib/Exporter/Heavy.pm
10082           !> (integrate 65 files)
10083 ____________________________________________________________________________
10084 [  2694] By: gsar                                  on 1999/01/24  01:28:49
10085         Log: better notes on 'make' on win32
10086      Branch: perl
10087            ! README.win32
10088 ____________________________________________________________________________
10089 [  2683] By: jhi                                   on 1999/01/22  15:41:00
10090         Log: More de-cut-and-pastos.
10091      Branch: cfgperl
10092            ! hints/irix_6.sh hints/os2.sh
10093 ____________________________________________________________________________
10094 [  2682] By: jhi                                   on 1999/01/22  15:30:51
10095         Log: usethreads.cbu cut-and-pasto.
10096      Branch: cfgperl
10097            ! hints/solaris_2.sh
10098 ____________________________________________________________________________
10099 [  2681] By: jhi                                   on 1999/01/22  14:54:55
10100         Log: Better (I hope) LANGUAGE documentation.
10101      Branch: cfgperl
10102            ! pod/perllocale.pod
10103 ____________________________________________________________________________
10104 [  2680] By: jhi                                   on 1999/01/22  09:20:29
10105         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10106              To: perl5-porters@perl.org
10107              Subject: [PATCH 5.005_03MT3]VMS configure tweak
10108              Date: Wed, 20 Jan 1999 12:05:18 -0800
10109              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
10110      Branch: cfgperl
10111            ! vms/subconfigure.com
10112 ____________________________________________________________________________
10113 [  2679] By: jhi                                   on 1999/01/22  09:13:18
10114         Log: nosuid getmntent() branch.
10115      Branch: cfgperl
10116            ! perl.c perl.h
10117 ____________________________________________________________________________
10118 [  2678] By: jhi                                   on 1999/01/22  08:54:19
10119         Log: nosuid patch continued: *BSD needs <sys/param.h>.
10120      Branch: cfgperl
10121            ! Configure config_h.SH
10122 ____________________________________________________________________________
10123 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
10124         Log: Fixup FindBin to use File::Spec
10125              
10126              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
10127              Date: Wed, 20 Jan 1999 18:51:57 +0000
10128              From: Paul Johnson <pjcj@transeda.com>
10129              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
10130      Branch: maint-5.005/perl
10131            ! lib/FindBin.pm
10132 ____________________________________________________________________________
10133 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
10134         Log: Fix win32 for Borland compiler and spaces in paths
10135              
10136              From: Gurusamy Sarathy <gsar@activestate.com>
10137              Date: Mon, 18 Jan 1999 20:33:17 -0800
10138              Message-Id: <199901190433.UAA03656@activestate.com>
10139              Subject: [PATCH] 5.005_03-trial3 win32 issues
10140      Branch: maint-5.005/perl
10141            ! README.win32 win32/Makefile win32/config_sh.PL
10142            ! win32/makefile.mk win32/runperl.c
10143 ____________________________________________________________________________
10144 [  2670] By: jhi                                   on 1999/01/21  16:12:38
10145         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10146              To: perl5-porters@perl.org
10147              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
10148              Date: Thu, 21 Jan 1999 12:08:01 +0000
10149              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
10150      Branch: cfgperl
10151            ! pod/perldiag.pod t/op/subst.t toke.c
10152 ____________________________________________________________________________
10153 [  2669] By: jhi                                   on 1999/01/21  16:11:46
10154         Log: To: perl5-porters@perl.org
10155              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
10156              From: Anton Berezin <tobez@plab.ku.dk>
10157              Date: 21 Jan 1999 17:07:28 +0100
10158              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
10159      Branch: cfgperl
10160            ! hints/freebsd.sh
10161 ____________________________________________________________________________
10162 [  2668] By: jhi                                   on 1999/01/21  15:38:34
10163         Log: Add Daniel Grisinger <dgris@dimensional.com>.
10164      Branch: cfgperl
10165            ! AUTHORS MAINTAIN
10166 ____________________________________________________________________________
10167 [  2667] By: jhi                                   on 1999/01/21  15:32:28
10168         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10169              To: Mailing list Perl5 <perl5-porters@perl.org>
10170              Subject: [PATCH 5.005_53] Lean Exporter.pm
10171              Date: Thu, 21 Jan 1999 03:25:23 -0500
10172              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
10173      Branch: cfgperl
10174            + lib/Exporter/Heavy.pm
10175            ! MANIFEST lib/Exporter.pm
10176 ____________________________________________________________________________
10177 [  2666] By: jhi                                   on 1999/01/21  15:24:10
10178         Log: From: "W. Phillip Moore" <wpm@ms.com>
10179              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
10180              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
10181              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
10182              Message-ID: <13988.46383.298992.97303@zappa>
10183      Branch: cfgperl
10184            ! lib/File/Path.pm
10185 ____________________________________________________________________________
10186 [  2665] By: jhi                                   on 1999/01/21  15:20:48
10187         Log: CPAN update (CPAN-1.44_54) from Andreas and
10188              jumbo doc patch from Abigail.
10189              
10190              From: abigail@fnx.com
10191              To: perl5-porters@perl.org (Perl Porters)
10192              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
10193              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
10194              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
10195              
10196              From: abigail@fnx.com
10197              To: perl5-porters@perl.org (Perl Porters)
10198              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
10199              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
10200              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
10201              
10202              From: abigail@fnx.com
10203              To: perl5-porters@perl.org (Perl Porters)
10204              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
10205              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
10206              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
10207              
10208              From: abigail@fnx.com
10209              To: perl5-porters@perl.org (Perl Porters)
10210              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
10211              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
10212              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
10213              
10214              From: abigail@fnx.com
10215              To: perl5-porters@perl.org (Perl Porters)
10216              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
10217              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
10218              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
10219              
10220              From: abigail@fnx.com
10221              To: perl5-porters@perl.org (Perl Porters)
10222              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
10223              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
10224              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
10225              
10226              From: abigail@fnx.com
10227              To: perl5-porters@perl.org (Perl Porters)
10228              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
10229              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
10230              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
10231              
10232              From: abigail@fnx.com
10233              To: perl5-porters@perl.org (Perl Porters)
10234              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
10235              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
10236              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
10237              
10238              From: abigail@fnx.com
10239              To: perl5-porters@perl.org (Perl Porters)
10240              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
10241              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
10242              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
10243              
10244              From: abigail@fnx.com
10245              To: perl5-porters@perl.org (Perl Porters)
10246              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
10247              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
10248              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
10249              
10250              From: abigail@fnx.com
10251              To: perl5-porters@perl.org (Perl Porters)
10252              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
10253              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
10254              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
10255              
10256              From: abigail@fnx.com
10257              To: perl5-porters@perl.org (Perl Porters)
10258              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
10259              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
10260              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
10261              
10262              From: abigail@fnx.com
10263              To: perl5-porters@perl.org (Perl Porters)
10264              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
10265              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
10266              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
10267      Branch: cfgperl
10268            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
10269            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10270            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
10271            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
10272 ____________________________________________________________________________
10273 [  2664] By: jhi                                   on 1999/01/21  14:47:43
10274         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10275              To: Mailing list Perl5 <perl5-porters@perl.org>
10276              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
10277              Date: Thu, 21 Jan 1999 03:58:29 -0500
10278              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
10279      Branch: cfgperl
10280            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
10281 ____________________________________________________________________________
10282 [  2663] By: jhi                                   on 1999/01/21  14:43:58
10283         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10284              To: Mailing list Perl5 <perl5-porters@perl.org>
10285              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
10286              Date: Thu, 21 Jan 1999 02:46:34 -0500
10287              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
10288      Branch: cfgperl
10289            ! ext/Errno/Errno_pm.PL
10290 ____________________________________________________________________________
10291 [  2662] By: jhi                                   on 1999/01/21  14:42:42
10292         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
10293              To: Francois Desarmenien <desar@club-internet.fr>
10294              Cc: Gurusamy Sarathy <gsar@activestate.com>,
10295              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
10296              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
10297              Date: 21 Jan 1999 00:17:35 -0700
10298              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
10299      Branch: cfgperl
10300            ! Porting/patching.pod
10301 ____________________________________________________________________________
10302 [  2661] By: jhi                                   on 1999/01/21  14:41:13
10303         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10304              To: Mailing list Perl5 <perl5-porters@perl.org>
10305              Subject: [PATCH 5.00*] makedepend
10306              Date: Thu, 21 Jan 1999 02:08:27 -0500
10307              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
10308      Branch: cfgperl
10309            ! makedepend.SH
10310 ____________________________________________________________________________
10311 [  2660] By: jhi                                   on 1999/01/21  14:36:45
10312         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10313              To: Mailing list Perl5 <perl5-porters@perl.org>
10314              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
10315              Date: Tue, 19 Jan 1999 20:06:45 -0500
10316              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
10317      Branch: cfgperl
10318            ! os2/Changes os2/os2.c
10319 ____________________________________________________________________________
10320 [  2657] By: jhi                                   on 1999/01/21  11:40:35
10321         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10322              To: perl5-porters@perl.org
10323              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
10324              Date: Mon, 18 Jan 1999 01:32:31 PST
10325              Message-ID: <19990118093231.18443.qmail@hotmail.com>
10326      Branch: cfgperl
10327            ! ext/B/B/CC.pm
10328 ____________________________________________________________________________
10329 [  2656] By: jhi                                   on 1999/01/21  11:35:34
10330         Log: From: Achim Bohnet <ach@mpe.mpg.de>
10331              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
10332              Date: Wed, 20 Jan 1999 20:25:53 +0100
10333              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
10334      Branch: cfgperl
10335            ! pp.c
10336 ____________________________________________________________________________
10337 [  2655] By: jhi                                   on 1999/01/21  10:46:01
10338         Log: Handle NIS (and NetInfo) more robustly.
10339      Branch: cfgperl
10340            ! t/op/grent.t t/op/pwent.t
10341 ____________________________________________________________________________
10342 [  2654] By: jhi                                   on 1999/01/21  10:17:20
10343         Log: Two-argument eaccess() of SCO.
10344      Branch: cfgperl
10345            ! pp_sys.c
10346 ____________________________________________________________________________
10347 [  2653] By: jhi                                   on 1999/01/21  08:53:14
10348         Log: -DNO_NOSUID_CHECK for those platforms which have no way
10349              of checking for nosuid but still want suidperl.
10350      Branch: cfgperl
10351            ! perl.c
10352 ____________________________________________________________________________
10353 [  2652] By: jhi                                   on 1999/01/21  08:22:50
10354         Log: The LANGUAGE mirrors LC_ALL usage.
10355      Branch: cfgperl
10356            ! Configure config_h.SH
10357 ____________________________________________________________________________
10358 [  2651] By: jhi                                   on 1999/01/20  22:01:21
10359         Log: I_MNTENT was missing.
10360      Branch: cfgperl
10361            ! Configure config_h.SH
10362 ____________________________________________________________________________
10363 [  2650] By: jhi                                   on 1999/01/19  13:42:03
10364         Log: NetBSD update, based on patches from the NetBSD packages system.
10365      Branch: cfgperl
10366            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
10367 ____________________________________________________________________________
10368 [  2649] By: jhi                                   on 1999/01/19  12:44:02
10369         Log: Jumbo Configure update.
10370              * -Uinstallusrbinperl: disable /usr/bin/perl installation
10371              by installperl
10372              * usethreads.cbu
10373              * use64bits.cbu
10374              * "nosuid"
10375      Branch: cfgperl
10376            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
10377            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
10378            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
10379            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
10380            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
10381            ! pod/perldiag.pod
10382 ____________________________________________________________________________
10383 [  2648] By: jhi                                   on 1999/01/19  09:16:44
10384         Log: Mention /usr/share/locale.
10385      Branch: cfgperl
10386            ! pod/perllocale.pod
10387 ____________________________________________________________________________
10388 [  2647] By: jhi                                   on 1999/01/19  09:11:11
10389         Log: SHMLBA strikes back in NetBSD/sparc.
10390              
10391              From: Dave Nelson <David.Nelson@bellcow.com>
10392              To: jhi@iki.fi
10393              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
10394              Date: Mon, 18 Jan 1999 22:07:56 -0600
10395              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
10396      Branch: cfgperl
10397            ! ext/IPC/SysV/SysV.xs
10398 ____________________________________________________________________________
10399 [  2646] By: jhi                                   on 1999/01/19  08:58:17
10400         Log: Show LANGUAGE env var when needed. (Augment change #2645).
10401      Branch: cfgperl
10402            ! util.c utils/perlbug.PL
10403 ____________________________________________________________________________
10404 [  2645] By: jhi                                   on 1999/01/19  08:52:15
10405         Log: Document the GNU LANGUAGE env var.
10406      Branch: cfgperl
10407            ! pod/perllocale.pod
10408 ____________________________________________________________________________
10409 [  2644] By: jhi                                   on 1999/01/19  08:42:25
10410         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10411              To: Mailing list Perl5 <perl5-porters@perl.org>
10412              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
10413              Date: Mon, 18 Jan 1999 20:57:02 -0500
10414              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
10415      Branch: cfgperl
10416            ! pp_hot.c t/op/pat.t
10417 ____________________________________________________________________________
10418 [  2643] By: jhi                                   on 1999/01/18  11:23:41
10419         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
10420      Branch: cfgperl
10421            ! Makefile.SH
10422 ____________________________________________________________________________
10423 [  2642] By: jhi                                   on 1999/01/18  11:03:38
10424         Log: GNU libc locale system has LANGUAGE env var that partly
10425              overrides even LC_ALL.
10426      Branch: cfgperl
10427            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
10428 ____________________________________________________________________________
10429 [  2641] By: jhi                                   on 1999/01/18  10:55:04
10430         Log: Integrate from mainperl.
10431      Branch: cfgperl
10432           +> ext/B/defsubs.h.PL
10433            ! t/op/groups.t
10434           !> (integrate 38 files)
10435 ____________________________________________________________________________
10436 [  2640] By: gsar                                  on 1999/01/18  10:06:29
10437         Log: a few random cleanups
10438      Branch: perl
10439            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
10440 ____________________________________________________________________________
10441 [  2639] By: gsar                                  on 1999/01/18  05:56:21
10442         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
10443              Date:    Sun, 17 Jan 1999 16:41:10 PST
10444              Message-Id: <19990118004111.29667.qmail@hotmail.com>
10445              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
10446      Branch: perl
10447            ! ext/B/B/C.pm
10448 ____________________________________________________________________________
10449 [  2638] By: gsar                                  on 1999/01/18  05:41:21
10450         Log: From:    jan.dubois@ibm.net (Jan Dubois)
10451              Date:    Mon, 18 Jan 1999 00:37:41 +0100
10452              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
10453              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
10454      Branch: perl
10455            ! dump.c
10456 ____________________________________________________________________________
10457 [  2633] By: gsar                                  on 1999/01/17  13:39:59
10458         Log: bogus assert()
10459      Branch: perl
10460            ! pp.c t/op/groups.t
10461 ____________________________________________________________________________
10462 [  2632] By: gsar                                  on 1999/01/17  13:22:04
10463         Log: various tweaks for clean build and test on win32
10464      Branch: perl
10465            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
10466            ! op.c t/pragma/warn/doio
10467 ____________________________________________________________________________
10468 [  2631] By: gsar                                  on 1999/01/17  12:28:06
10469         Log: undo change#2336, and add clarification about subversive
10470              CPAN distributions from Andreas Koenig
10471      Branch: perl
10472            ! Porting/pumpkin.pod lib/CPAN.pm
10473 ____________________________________________________________________________
10474 [  2630] By: gsar                                  on 1999/01/17  12:04:06
10475         Log: fix silent taint failures under -U
10476      Branch: perl
10477            ! doio.c
10478 ____________________________________________________________________________
10479 [  2629] By: gsar                                  on 1999/01/17  12:00:23
10480         Log: sanity check piped opens (tweaked version of patch suggested
10481              by Mark-Jason Dominus)
10482      Branch: perl
10483            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
10484            ! t/op/taint.t t/pragma/warn/doio
10485 ____________________________________________________________________________
10486 [  2628] By: gsar                                  on 1999/01/17  11:26:21
10487         Log: regen headers
10488      Branch: perl
10489            ! embed.h embedvar.h objXSUB.h
10490 ____________________________________________________________________________
10491 [  2627] By: gsar                                  on 1999/01/17  11:23:37
10492         Log: PERL_OBJECTness for change#2595
10493      Branch: perl
10494            ! embed.pl op.c pod/perlport.pod proto.h
10495 ____________________________________________________________________________
10496 [  2626] By: gsar                                  on 1999/01/17  09:47:07
10497         Log: PERL_OBJECT tweaks for change#2426
10498      Branch: perl
10499            ! embed.pl proto.h regcomp.c
10500 ____________________________________________________________________________
10501 [  2625] By: gsar                                  on 1999/01/17  09:37:58
10502         Log: documentation in change#2596 is not quite right; fix it
10503      Branch: perl
10504            ! lib/Math/BigFloat.pm pod/perlguts.pod
10505 ____________________________________________________________________________
10506 [  2624] By: gsar                                  on 1999/01/17  09:28:34
10507         Log: undo change#2571; C<use File::Spec> instead
10508      Branch: perl
10509            ! lib/FindBin.pm
10510 ____________________________________________________________________________
10511 [  2623] By: gsar                                  on 1999/01/17  09:20:42
10512         Log: change#2572 is not applicable; undo, retaining scan_bin addition
10513              to global.sym
10514      Branch: perl
10515            ! global.sym perl.c proto.h
10516 ____________________________________________________________________________
10517 [  2622] By: gsar                                  on 1999/01/17  09:17:42
10518         Log: change#2576 is based on a wrong premise; undo it
10519      Branch: perl
10520            ! pp_ctl.c
10521 ____________________________________________________________________________
10522 [  2621] By: gsar                                  on 1999/01/17  09:12:42
10523         Log: fix change#2602 to not used hard coded constants
10524      Branch: perl
10525            ! ext/B/B/C.pm ext/B/defsubs.h.PL
10526 ____________________________________________________________________________
10527 [  2620] By: gsar                                  on 1999/01/17  09:02:07
10528         Log: integrate cfgperl changes into mainline, fix conflicts
10529      Branch: perl
10530           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
10531           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
10532           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
10533           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
10534           +> pod/perlopentut.pod
10535           !> (integrate 162 files)
10536 ____________________________________________________________________________
10537 [  2619] By: gsar                                  on 1999/01/17  08:42:04
10538         Log: a few doc typos
10539      Branch: perl
10540            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
10541 ____________________________________________________________________________
10542 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
10543         Log: Win32 changes from Jan
10544              
10545              From: jan.dubois@ibm.net (Jan Dubois)
10546              Date: Fri, 15 Jan 1999 23:38:35 +0100
10547              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
10548              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
10549              
10550              From: jan.dubois@ibm.net (Jan Dubois)
10551              Date: Sat, 16 Jan 1999 13:02:45 +0100
10552              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
10553              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
10554      Branch: maint-5.005/perl
10555            ! README.win32 win32/Makefile win32/makefile.mk
10556 ____________________________________________________________________________
10557 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
10558         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
10559              
10560              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10561              Date: Thu, 07 Jan 1999 00:12:00 -0500
10562              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
10563              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10564              
10565              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10566              Date: Thu, 14 Jan 1999 19:21:46 -0500
10567              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
10568              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10569      Branch: maint-5.005/perl
10570            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
10571            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
10572            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
10573            ! win32/makedef.pl win32/runperl.c win32/win32.c
10574 ____________________________________________________________________________
10575 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
10576         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10577              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
10578              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
10579              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
10580              
10581              From: Jarkko Hietaniemi <jhi@iki.fi>
10582              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
10583              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
10584              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
10585              
10586              From: Jarkko Hietaniemi <jhi@iki.fi>
10587              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
10588              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
10589              Subject: the promised "installusrbinperl + NetBSD" fix
10590      Branch: maint-5.005/perl
10591            ! Configure Makefile.SH hints/netbsd.sh installperl
10592            ! makedepend.SH unixish.h
10593 ____________________________________________________________________________
10594 [  2611] By: jhi                                   on 1999/01/14  12:16:14
10595         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10596              To: pumpkings@jhereg.perl.com
10597              Subject: perlopentut.pod
10598              Date: Sat, 09 Jan 1999 08:13:18 -0700
10599              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
10600      Branch: cfgperl
10601            + pod/perlopentut.pod
10602            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
10603 ____________________________________________________________________________
10604 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
10605         Log: Added Carp::cluck to perldelta.pod
10606      Branch: maint-5.005/perl
10607            ! pod/perldelta.pod
10608 ____________________________________________________________________________
10609 [  2605] By: jhi                                   on 1999/01/13  18:26:19
10610         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
10611              To: "'cpan@perl.org'" <cpan@perl.org>
10612              Subject: "Bug" fix for File::Find.pm
10613              Date:   Thu, 31 Dec 1998 13:01:50 -0500
10614              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
10615      Branch: cfgperl
10616            ! lib/File/Find.pm
10617 ____________________________________________________________________________
10618 [  2604] By: jhi                                   on 1999/01/13  18:08:45
10619         Log: From: Peter Wolfe <wolfe@teloseng.com>
10620              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
10621              To: perlbug@perl.com
10622              Date: 11 Jan 1999 23:00:05 +0200
10623              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
10624      Branch: cfgperl
10625            ! hints/sco.sh
10626 ____________________________________________________________________________
10627 [  2603] By: jhi                                   on 1999/01/13  18:06:56
10628         Log: From: hans@icgroup.nl (Hans Mulder)
10629              Subject: [Patch for 5.005_54] re::debugcolors dumps core
10630              To: perlbug@perl.com
10631              Cc: hansmu@xs4all.nl
10632              Date: 11 Jan 1999 22:22:45 +0200
10633              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
10634      Branch: cfgperl
10635            ! ext/re/re.pm regcomp.c
10636 ____________________________________________________________________________
10637 [  2602] By: jhi                                   on 1999/01/13  18:05:43
10638         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10639              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
10640              Date: 11 Jan 1999 08:02:41 +0200
10641              Lines: 134
10642              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
10643      Branch: cfgperl
10644            ! ext/B/B.xs ext/B/B/C.pm
10645 ____________________________________________________________________________
10646 [  2601] By: jhi                                   on 1999/01/13  18:01:53
10647         Log: From: James FitzGibbon <james@ican.net>
10648              Subject: Trivial patch for HP-UX 11 and shared libperl
10649              To: perl5-porters@perl.org
10650              Date: 8 Jan 1999 19:13:23 +0200
10651              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
10652      Branch: cfgperl
10653            ! Makefile.SH
10654 ____________________________________________________________________________
10655 [  2600] By: jhi                                   on 1999/01/13  17:59:45
10656         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
10657              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
10658              To: perl5-porters@perl.org
10659              Date: 8 Jan 1999 12:43:36 +0200
10660              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
10661      Branch: cfgperl
10662            ! ext/B/B/CC.pm
10663 ____________________________________________________________________________
10664 [  2599] By: jhi                                   on 1999/01/13  17:50:11
10665         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
10666              Subject: PATCH to installperl
10667              To: perl5-porters@perl.org
10668              Date: 4 Jan 1999 16:15:18 +0200
10669              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
10670      Branch: cfgperl
10671            ! installperl
10672 ____________________________________________________________________________
10673 [  2598] By: jhi                                   on 1999/01/13  17:34:51
10674         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10675              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
10676              Cc: perl5-porters@perl.org
10677              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
10678              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
10679              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
10680      Branch: cfgperl
10681            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10682            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
10683 ____________________________________________________________________________
10684 [  2597] By: jhi                                   on 1999/01/13  17:30:33
10685         Log: From: David Dyck <dcd@tc.fluke.com>
10686              To: Perl Porters <perl5-porters@perl.org>,
10687              Gurusamy Sarathy <gsar@engin.umich.edu>
10688              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
10689              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
10690              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
10691      Branch: cfgperl
10692            ! pod/perldsc.pod
10693 ____________________________________________________________________________
10694 [  2596] By: jhi                                   on 1999/01/13  17:26:44
10695         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10696              To: perl5-porters@perl.org
10697              Subject: [PATCH] modglobal w/ spelling fixes
10698              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
10699              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
10700      Branch: cfgperl
10701            ! pod/perlguts.pod
10702 ____________________________________________________________________________
10703 [  2595] By: jhi                                   on 1999/01/13  17:24:59
10704         Log: From: Hans Mulder <hansm@icgroup.nl>
10705              Optimize common sort routines.  Thread started by the message
10706              
10707              From: Hans Mulder <hansm@icgroup.nl>
10708              Sender: owner-perl5-porters@perl.org
10709              To: perl5-porters@perl.org
10710              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
10711              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
10712              
10713              and the patch from the message
10714              
10715              From: Hans Mulder <hans@icgroup.nl>
10716              To: jhi@iki.fi
10717              Cc: perl5-porters@perl.org
10718              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
10719              $b }
10720              Date: Wed, 13 Jan 1999 17:39:35 +0100
10721              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
10722      Branch: cfgperl
10723            ! Todo op.c op.h pp_ctl.c t/op/sort.t
10724 ____________________________________________________________________________
10725 [  2594] By: jhi                                   on 1999/01/13  16:50:17
10726         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
10727              (the diffs were based on 5.004_02).  Tested by Guido
10728              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
10729      Branch: cfgperl
10730            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
10731            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
10732            + mint/sys/time.h mint/time.h
10733            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
10734            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
10735 ____________________________________________________________________________
10736 [  2593] By: jhi                                   on 1999/01/09  16:54:26
10737         Log: Detypo.
10738      Branch: cfgperl
10739            ! hints/dec_osf.sh
10740 ____________________________________________________________________________
10741 [  2592] By: jhi                                   on 1999/01/09  16:17:13
10742         Log: Move usethreads and use64bits logic from hints to Configure.
10743      Branch: cfgperl
10744            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
10745            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
10746            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
10747            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
10748 ____________________________________________________________________________
10749 [  2591] By: jhi                                   on 1999/01/09  14:45:24
10750         Log: Missing dTHRs added.
10751      Branch: cfgperl
10752            ! regcomp.c toke.c
10753 ____________________________________________________________________________
10754 [  2590] By: jhi                                   on 1999/01/08  15:27:17
10755         Log: Finalize change #2589 and add better AIX nm scanning from:
10756              
10757              Message-Id: <m0zyNW0-00017VC@gentoo.com>
10758              From: bll@gentoo.com (Brad Lanam)
10759              Subject: Re: mailhelp returned a non-zero status
10760              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
10761              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
10762      Branch: cfgperl
10763            ! Configure hints/freebsd.sh hints/linux.sh
10764 ____________________________________________________________________________
10765 [  2589] By: jhi                                   on 1999/01/08  15:14:54
10766         Log: Undo change #2581.
10767      Branch: cfgperl
10768            ! Configure hints/freebsd.sh hints/linux.sh
10769 ____________________________________________________________________________
10770 [  2588] By: jhi                                   on 1999/01/08  11:51:52
10771         Log: FAQ jumbo patch from tchrist.
10772              
10773              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
10774              From: Tom Christiansen <tchrist@jhereg.perl.com>
10775              To: pumpkings@jhereg.perl.com
10776              Subject: newest version of perlfaq.pod
10777              Date: Thu, 7 Jan 1999 23:05:02 -0700
10778              
10779              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
10780              From: Tom Christiansen <tchrist@jhereg.perl.com>
10781              To: pumpkings@jhereg.perl.com
10782              Subject: newest version of perlfaq1.pod
10783              Date: Thu, 7 Jan 1999 23:05:02 -0700
10784              
10785              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
10786              From: Tom Christiansen <tchrist@jhereg.perl.com>
10787              To: pumpkings@jhereg.perl.com
10788              Subject: newest version of perlfaq2.pod
10789              Date: Thu, 7 Jan 1999 23:05:02 -0700
10790              
10791              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
10792              From: Tom Christiansen <tchrist@jhereg.perl.com>
10793              To: pumpkings@jhereg.perl.com
10794              Subject: newest version of perlfaq3.pod
10795              Date: Thu, 7 Jan 1999 23:05:02 -0700
10796              
10797              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
10798              From: Tom Christiansen <tchrist@jhereg.perl.com>
10799              To: pumpkings@jhereg.perl.com
10800              Subject: newest version of perlfaq4.pod
10801              Date: Thu, 7 Jan 1999 23:05:02 -0700
10802              
10803              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
10804              From: Tom Christiansen <tchrist@jhereg.perl.com>
10805              To: pumpkings@jhereg.perl.com
10806              Subject: newest version of perlfaq5.pod
10807              Date: Thu, 7 Jan 1999 23:05:02 -0700
10808              
10809              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
10810              From: Tom Christiansen <tchrist@jhereg.perl.com>
10811              To: pumpkings@jhereg.perl.com
10812              Subject: newest version of perlfaq6.pod
10813              Date: Thu, 7 Jan 1999 23:05:02 -0700
10814              
10815              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
10816              From: Tom Christiansen <tchrist@jhereg.perl.com>
10817              To: pumpkings@jhereg.perl.com
10818              Subject: newest version of perlfaq7.pod
10819              Date: Thu, 7 Jan 1999 23:05:03 -0700
10820              
10821              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
10822              From: Tom Christiansen <tchrist@jhereg.perl.com>
10823              To: pumpkings@jhereg.perl.com
10824              Subject: newest version of perlfaq8.pod
10825              Date: Thu, 7 Jan 1999 23:05:03 -0700
10826              
10827              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
10828              From: Tom Christiansen <tchrist@jhereg.perl.com>
10829              To: pumpkings@jhereg.perl.com
10830              Subject: newest version of perlfaq9.pod
10831              Date: Thu, 7 Jan 1999 23:05:03 -0700
10832      Branch: cfgperl
10833            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10834            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10835            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10836            ! pod/perlfaq9.pod
10837 ____________________________________________________________________________
10838 [  2587] By: jhi                                   on 1999/01/08  11:17:43
10839         Log: More doc fixes from Abigail.
10840      Branch: cfgperl
10841            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
10842            ! lib/User/pwent.pm
10843 ____________________________________________________________________________
10844 [  2585] By: jhi                                   on 1999/01/08  08:31:02
10845         Log: Change #2584 from maint-5.005:
10846              
10847              implemented Ilya's suggested fix, and added a testcase
10848              
10849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10850              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
10851              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
10852              Subject: Re: Text::ParseWords: regex fix
10853      Branch: cfgperl
10854            ! lib/Text/ParseWords.pm t/lib/parsewords.t
10855 ____________________________________________________________________________
10856 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
10857         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10858              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
10859              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
10860              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
10861      Branch: maint-5.005/perl
10862            ! ext/Errno/Errno_pm.PL
10863 ____________________________________________________________________________
10864 [  2581] By: jhi                                   on 1999/01/07  16:38:03
10865         Log: Configure update:
10866              - usethreads, use64bits, and usemultiplicity
10867              are no more interactively asked by Configure
10868              - "int main()" (vs bare "main()") enforced in test programs
10869      Branch: cfgperl
10870            ! Configure hints/freebsd.sh hints/linux.sh
10871 ____________________________________________________________________________
10872 [  2580] By: jhi                                   on 1999/01/07  11:19:12
10873         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10874              Date: Wed, 06 Jan 1999 13:47:34 -0800
10875              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
10876              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
10877      Branch: cfgperl
10878            ! vms/vms.c
10879 ____________________________________________________________________________
10880 [  2579] By: jhi                                   on 1999/01/07  09:08:36
10881         Log: Another set of doc patches from Abigail
10882              
10883              From: abigail@fnx.com
10884              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
10885              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
10886              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
10887              
10888              From: abigail@fnx.com
10889              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
10890              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
10891              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
10892              
10893              From: abigail@fnx.com
10894              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
10895              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
10896              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
10897              
10898              From: abigail@fnx.com
10899              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
10900              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
10901              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
10902              
10903              From: abigail@fnx.com
10904              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
10905              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
10906              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
10907              
10908              From: abigail@fnx.com
10909              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
10910              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
10911              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
10912              
10913              From: abigail@fnx.com
10914              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
10915              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
10916              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
10917              
10918              From: abigail@fnx.com
10919              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
10920              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
10921              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
10922              
10923              From: abigail@fnx.com
10924              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
10925              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
10926              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
10927              
10928              From: abigail@fnx.com
10929              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
10930              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
10931              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
10932              
10933              From: abigail@fnx.com
10934              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
10935              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
10936              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
10937              
10938              From: abigail@fnx.com
10939              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
10940              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
10941              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
10942              
10943              From: abigail@fnx.com
10944              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
10945              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
10946              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
10947              
10948              From: abigail@fnx.com
10949              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
10950              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
10951              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
10952      Branch: cfgperl
10953            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
10954            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
10955            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
10956            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
10957            ! lib/Tie/Array.pm lib/Tie/Hash.pm
10958 ____________________________________________________________________________
10959 [  2576] By: jhi                                   on 1999/01/06  17:05:20
10960         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
10961      Branch: cfgperl
10962            ! pp_ctl.c
10963 ____________________________________________________________________________
10964 [  2575] By: jhi                                   on 1999/01/06  13:18:56
10965         Log: Enhance the great_circle_distance() documentation.
10966      Branch: cfgperl
10967            ! lib/Math/Trig.pm
10968 ____________________________________________________________________________
10969 [  2574] By: jhi                                   on 1999/01/06  12:58:03
10970         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10971              To: perlbug@perl.com
10972              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
10973              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
10974              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
10975      Branch: cfgperl
10976            ! t/op/sysio.t
10977 ____________________________________________________________________________
10978 [  2573] By: jhi                                   on 1999/01/06  12:40:19
10979         Log: From: "W. Phillip Moore" <wpm@ms.com>
10980              To: perlbug@perl.org
10981              Subject: [PATCH] POSIX getpgrp is not -w clean
10982              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
10983              Message-ID: <13970.20107.190314.549471@zappa>
10984      Branch: cfgperl
10985            ! ext/POSIX/POSIX.pm
10986 ____________________________________________________________________________
10987 [  2572] By: jhi                                   on 1999/01/06  12:25:24
10988         Log: Based on
10989              From: jan.dubois@ibm.net (Jan Dubois)
10990              To: perl5-porters@perl.org
10991              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
10992              Date: Wed, 06 Jan 1999 01:24:09 +0100
10993              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
10994              except that
10995              - objXSUB.h was already okay
10996              - embed.h patching is futile, global.sym patched instead
10997              - objpp.h does not exist
10998              - proto.h addition applied manually
10999              - win32/GenCAPI.pl was already okay
11000              - win32/makedef.pl was already okay
11001      Branch: cfgperl
11002            ! global.sym perl.c proto.h
11003 ____________________________________________________________________________
11004 [  2571] By: jhi                                   on 1999/01/06  11:25:48
11005         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
11006              To: perlbug@perl.com
11007              Subject: FindBin.pm on Win32 systems
11008              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
11009              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
11010      Branch: cfgperl
11011            ! lib/FindBin.pm
11012 ____________________________________________________________________________
11013 [  2570] By: jhi                                   on 1999/01/06  11:21:48
11014         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11015              To: perl5-porters@perl.org, vmsperl@perl.org
11016              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
11017              Date: Tue, 05 Jan 1999 16:47:31 -0800
11018              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
11019              
11020              (the ext/IO/lib/IO/Socket.pm was not really changed here;
11021              it was a leftover from #2569)
11022      Branch: cfgperl
11023            ! ext/IO/lib/IO/Socket.pm taint.c
11024 ____________________________________________________________________________
11025 [  2569] By: jhi                                   on 1999/01/06  11:18:22
11026         Log: Jumbo doc patch from Abigail (almost identical to
11027              the 5.005-maint change #2562 except for the
11028              ext/IO/lib/IO/Socket.pm patch which was not
11029              applicable because the IO version of 5.005-devel
11030              is somewhat different (why?))
11031              
11032              From: abigail@fnx.com
11033              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
11034              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
11035              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
11036              
11037              From: abigail@fnx.com
11038              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
11039              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
11040              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
11041              
11042              From: abigail@fnx.com
11043              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
11044              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
11045              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
11046              
11047              From: abigail@fnx.com
11048              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
11049              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
11050              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
11051              
11052              From: abigail@fnx.com
11053              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
11054              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
11055              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
11056              
11057              From: abigail@fnx.com
11058              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
11059              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
11060              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
11061              
11062              From: abigail@fnx.com
11063              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
11064              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
11065              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
11066              
11067              From: abigail@fnx.com
11068              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
11069              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
11070              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
11071              
11072              From: abigail@fnx.com
11073              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
11074              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
11075              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
11076              
11077              From: abigail@fnx.com
11078              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
11079              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
11080              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
11081      Branch: cfgperl
11082            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
11083            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11084            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
11085            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11086            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
11087 ____________________________________________________________________________
11088 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
11089         Log: From: jan.dubois@ibm.net (Jan Dubois)
11090              Date: Wed, 06 Jan 1999 01:24:09 +0100
11091              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
11092              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11093      Branch: maint-5.005/perl
11094            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
11095            ! win32/GenCAPI.pl win32/makedef.pl
11096 ____________________________________________________________________________
11097 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
11098         Log: From: "W. Phillip Moore" <wpm@ms.com>
11099              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
11100              Message-ID: <13970.20107.190314.549471@zappa>
11101              Subject: [PATCH] POSIX getpgrp is not -w clean
11102      Branch: maint-5.005/perl
11103            ! ext/POSIX/POSIX.pm
11104 ____________________________________________________________________________
11105 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
11106         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
11107              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
11108              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
11109              Subject: FindBin.pm on Win32 systems
11110      Branch: maint-5.005/perl
11111            ! lib/FindBin.pm
11112 ____________________________________________________________________________
11113 [  2561] By: jhi                                   on 1999/01/05  10:49:10
11114         Log: Reword the setlocale() 1-arg case better.
11115      Branch: cfgperl
11116            ! ext/POSIX/POSIX.pod
11117 ____________________________________________________________________________
11118 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
11119         Log: From: Blair Zajac <bzajac@geostaff.com>
11120              Date: Wed, 23 Dec 1998 17:13:32 -0800
11121              Message-ID: <3681953C.8B6A90AA@geostaff.com>
11122              Subject: Tie::SubstrHash patch
11123      Branch: maint-5.005/perl
11124            ! lib/Tie/SubstrHash.pm
11125 ____________________________________________________________________________
11126 [  2554] By: jhi                                   on 1999/01/02  14:55:06
11127         Log: Object destruction order testing.
11128      Branch: cfgperl
11129            ! t/op/misc.t
11130 ____________________________________________________________________________
11131 [  2553] By: jhi                                   on 1999/01/02  14:49:40
11132         Log: perldelta the Dumpvalue.pm of change #2513.
11133      Branch: cfgperl
11134            ! lib/Dumpvalue.pm pod/perldelta.pod
11135 ____________________________________________________________________________
11136 [  2552] By: nick                                  on 1999/01/02  14:45:38
11137         Log: Tone down Makefile.PL so it works on Win32
11138      Branch: perl
11139            ! ext/B/Makefile.PL
11140 ____________________________________________________________________________
11141 [  2551] By: nick                                  on 1999/01/02  14:06:30
11142         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
11143              Use them in various B::* rather than have local defs.
11144      Branch: perl
11145            + ext/B/defsubs.h.PL
11146            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
11147            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
11148            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
11149 ____________________________________________________________________________
11150 [  2550] By: nick                                  on 1999/01/02  10:04:02
11151         Log: Integrate ext/B changes from //depot/cfgperl
11152      Branch: perl
11153           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
11154 ____________________________________________________________________________
11155 [  2549] By: jhi                                   on 1999/01/01  13:54:16
11156         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
11157              To: perlbug@perl.com
11158              Subject: op/groups.t fails test 1 on HP-UX 10.20
11159              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
11160              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
11161      Branch: cfgperl
11162            ! t/op/groups.t
11163 ____________________________________________________________________________
11164 [  2548] By: jhi                                   on 1999/01/01  13:53:31
11165         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11166              To: perl5-porters@perl.org
11167              cc: hv@crypt0.demon.co.uk
11168              Subject: [bug 5.004_54] duplicate error message
11169              Date: Thu, 31 Dec 1998 04:05:25 +0000
11170              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
11171              
11172              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
11173              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11174              To: hv@crypt0.demon.co.uk
11175              Cc: perl5-porters@perl.org
11176              Subject: [PATCH _54] Re: duplicate error message
11177              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
11178              
11179              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
11180              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11181              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
11182              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
11183              Subject: [TEST PATCH _54] Re: duplicate error message 
11184              Date: Fri, 01 Jan 1999 07:32:14 +0000
11185      Branch: cfgperl
11186            ! op.c t/pragma/warn/op
11187 ____________________________________________________________________________
11188 [  2547] By: jhi                                   on 1998/12/31  14:15:04
11189         Log: From: Chris Nandor <pudge@pobox.com>
11190              To: jhi@iki.fi
11191              Cc: perl5-porters@perl.org
11192              Subject: Re: [PATCH] perlport.pod 1.38
11193              Date: Thu, 31 Dec 1998 09:06:48 -0500
11194              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
11195      Branch: cfgperl
11196            ! pod/perlport.pod
11197 ____________________________________________________________________________
11198 [  2546] By: jhi                                   on 1998/12/31  11:18:17
11199         Log: From: Wilson P. Snyder II
11200              To: perl5-porters@perl.org
11201              Subject: [PATCH v5.5.53] REV2: Binary number support
11202              Date: 1998/11/30
11203              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
11204      Branch: cfgperl
11205            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
11206            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
11207            ! toke.c util.c
11208 ____________________________________________________________________________
11209 [  2545] By: jhi                                   on 1998/12/31  09:27:40
11210         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11211              To: perlbug@perl.com
11212              Subject: "perl -T -P" dumps core on OpenBSD and Linux
11213              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
11214              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
11215      Branch: cfgperl
11216            ! taint.c
11217 ____________________________________________________________________________
11218 [  2544] By: jhi                                   on 1998/12/31  09:21:45
11219         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
11220              To: perlbug@perl.com 
11221              Subject: bug in pod2man search for perl binary [5.005_5x]
11222              Date: Sat, 12 Dec 1998 23:08:51 +0000 
11223              Message-ID: <19981212230851.A20578@ig.co.uk> 
11224      Branch: cfgperl
11225            ! pod/pod2man.PL
11226 ____________________________________________________________________________
11227 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
11228         Log: From: jan.dubois@ibm.net (Jan Dubois)
11229              Date: Wed, 23 Dec 1998 21:26:38 +0100
11230              Message-ID: <36895086.8849224@smtp1.ibm.net>
11231              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
11232      Branch: maint-5.005/perl
11233            ! lib/ExtUtils/MakeMaker.pm
11234 ____________________________________________________________________________
11235 [  2540] By: jhi                                   on 1998/12/30  08:42:04
11236         Log: Evermore AUTHORS and MAINTAIN.
11237      Branch: cfgperl
11238            ! AUTHORS MAINTAIN
11239 ____________________________________________________________________________
11240 [  2539] By: jhi                                   on 1998/12/29  15:10:34
11241         Log: More AUTHORS and MAINTAIN.
11242      Branch: cfgperl
11243            ! AUTHORS MAINTAIN
11244 ____________________________________________________________________________
11245 [  2537] By: jhi                                   on 1998/12/29  14:34:47
11246         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
11247              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
11248              Message-ID: <13942.32480.700000.640927@utensil>
11249              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
11250              (mirror change#2531 in the 5.005-maint)
11251      Branch: cfgperl
11252            ! lib/AutoSplit.pm
11253 ____________________________________________________________________________
11254 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
11255         Log: change in_pod pattern to /^=\w/ from /^=/
11256              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
11257              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
11258              Message-ID: <13942.32480.700000.640927@utensil>
11259              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
11260      Branch: maint-5.005/perl
11261            ! lib/AutoSplit.pm
11262 ____________________________________________________________________________
11263 [  2525] By: jhi                                   on 1998/12/29  13:06:26
11264         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11265              To: perl5-porters@perl.org
11266              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
11267              Date: 16 Dec 1998 03:17:03 +0200
11268              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
11269      Branch: cfgperl
11270            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
11271 ____________________________________________________________________________
11272 [  2524] By: jhi                                   on 1998/12/29  13:00:06
11273         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11274              To: perl5-porters@perl.org
11275              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
11276              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
11277              Date: 10 Dec 1998 08:30:02 +0200
11278              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
11279              
11280              (Nick's part was applied earlier, in change #2460)
11281      Branch: cfgperl
11282            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
11283 ____________________________________________________________________________
11284 [  2523] By: jhi                                   on 1998/12/29  12:41:31
11285         Log: From: "vishal bhatia" <vishalb@hotmail.com>
11286              To: nick@ni-s.u-net.com
11287              Cc: perl5-porters@perl.org
11288              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
11289              Date: 9 Dec 1998 06:50:30 +0200
11290              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
11291      Branch: cfgperl
11292            ! ext/B/B/CC.pm
11293 ____________________________________________________________________________
11294 [  2522] By: jhi                                   on 1998/12/29  12:15:18
11295         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
11296              To: perl5-porters@perl.org (Perl 5 Porters)
11297              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
11298              Date: 25 Dec 1998 23:02:28 +0200
11299              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
11300      Branch: cfgperl
11301            ! lib/Pod/Text.pm
11302 ____________________________________________________________________________
11303 [  2521] By: jhi                                   on 1998/12/29  12:07:54
11304         Log: Undo #2519 (breaks universal.c).
11305      Branch: cfgperl
11306            ! XSUB.h
11307 ____________________________________________________________________________
11308 [  2519] By: jhi                                   on 1998/12/29  11:41:10
11309         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11310              To: perl5-porters@perl.org
11311              Cc: perl-xs@perl.org
11312              Subject: XSUB.h refinement [PATCH]
11313              Date: 18 Dec 1998 03:58:44 +0200
11314              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
11315      Branch: cfgperl
11316            ! XSUB.h
11317 ____________________________________________________________________________
11318 [  2518] By: jhi                                   on 1998/12/29  11:36:19
11319         Log: From: abigail@fnx.com
11320              To: perl5-porters@perl.org (Perl Porters)
11321              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
11322              Date: 28 Dec 1998 21:39:15 +0200
11323              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
11324      Branch: cfgperl
11325            ! lib/fields.pm
11326 ____________________________________________________________________________
11327 [  2517] By: jhi                                   on 1998/12/29  11:35:03
11328         Log: Document change #2516.
11329      Branch: cfgperl
11330            ! pod/perldelta.pod
11331 ____________________________________________________________________________
11332 [  2516] By: jhi                                   on 1998/12/29  11:32:26
11333         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11334              To: perl5-porters@perl.org (Mailing list Perl5)
11335              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
11336              Date: 9 Dec 1998 10:39:31 +0200
11337              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
11338      Branch: cfgperl
11339            ! pod/perldiag.pod regcomp.c toke.c
11340 ____________________________________________________________________________
11341 [  2515] By: jhi                                   on 1998/12/29  11:27:11
11342         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11343              To: perl5-porters@perl.org (Mailing list Perl5)
11344              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
11345              Date: 8 Dec 1998 09:02:04 +0200
11346              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
11347              
11348              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
11349      Branch: cfgperl
11350            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
11351 ____________________________________________________________________________
11352 [  2514] By: jhi                                   on 1998/12/29  11:21:31
11353         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11354              To: perl5-porters@perl.org (Mailing list Perl5)
11355              Subject: [PATCH 5.005_53] Regexp tests and UTF8
11356              Date: 8 Dec 1998 07:02:01 +0200
11357              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
11358      Branch: cfgperl
11359            ! regcomp.c
11360 ____________________________________________________________________________
11361 [  2513] By: jhi                                   on 1998/12/29  11:18:34
11362         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11363              Subject: [PATCH 5.005_*] Dumpvar.pm
11364              To: perl5-porters@perl.org (Mailing list Perl5)
11365              Date: 7 Dec 1998 10:17:35 +0200
11366              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
11367      Branch: cfgperl
11368            + lib/Dumpvalue.pm
11369            ! MANIFEST
11370 ____________________________________________________________________________
11371 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
11372         Log: From: jan.dubois@ibm.net (Jan Dubois)
11373              Date: Tue, 01 Dec 1998 00:07:33 +0100
11374              Message-ID: <366921b5.14512598@smtp1.ibm.net>
11375              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
11376              
11377              From: jan.dubois@ibm.net (Jan Dubois)
11378              Date: Wed, 02 Dec 1998 00:24:54 +0100
11379              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
11380              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
11381      Branch: maint-5.005/perl
11382            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
11383            ! win32/config.bc win32/config.gc win32/config.vc
11384            ! win32/config_sh.PL win32/makedef.pl
11385 ____________________________________________________________________________
11386 [  2509] By: jhi                                   on 1998/12/28  13:00:31
11387     Log: Kickstart AUTHORS and MAINTAIN.
11388  Branch: cfgperl
11389        + AUTHORS MAINTAIN
11390        ! MANIFEST
11391 ____________________________________________________________________________
11392 [  2508] By: jhi                                   on 1998/12/28  08:04:00
11393     Log: From: Nathan Torkington <gnat@frii.com>
11394          To: perlbug@perl.com
11395          Subject: [PATCH] perlxstut.pod fix
11396          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
11397          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
11398  Branch: cfgperl
11399        ! pod/perlxstut.pod
11400 ____________________________________________________________________________
11401 [  2507] By: jhi                                   on 1998/12/28  07:59:00
11402     Log: From: abigail@fnx.com
11403          To: perlbug@perl.com
11404          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
11405          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
11406          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
11407          (slightly modified, a part of the patch was rejected)
11408          (strange, I thought I had already submitted this one
11409          but Perforce disagrees with me...)
11410  Branch: cfgperl
11411        ! pod/perlop.pod
11412 ____________________________________________________________________________
11413 [  2506] By: jhi                                   on 1998/12/28  07:56:59
11414     Log: From: Artur <artur@vogon-solutions.com>
11415          To: perlbug@perl.com
11416          Subject: PATCH: perlmodlib.pod
11417          Date: Fri, 25 Dec 1998 00:48:39 +0000
11418          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
11419  Branch: cfgperl
11420        ! pod/perlmodlib.pod pod/perlop.pod
11421 ____________________________________________________________________________
11422 [  2505] By: jhi                                   on 1998/12/28  07:46:06
11423     Log: From: abigail@fnx.com
11424          To: perl5-porters@perl.org (Perl Porters)
11425          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
11426          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
11427          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
11428  Branch: cfgperl
11429        ! pod/pod2html.PL
11430 ____________________________________________________________________________
11431 [  2504] By: jhi                                   on 1998/12/28  07:44:35
11432     Log: From: Jim Avera <avera@fjst.com>
11433          To: perlbug@perl.com
11434          Subject: perlbug bug - shows dates reversed
11435          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
11436          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
11437  Branch: cfgperl
11438        ! utils/perlbug.PL
11439 ____________________________________________________________________________
11440 [  2503] By: jhi                                   on 1998/12/28  07:41:39
11441     Log: From: jan.dubois@ibm.net (Jan Dubois)
11442          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
11443          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
11444          Date: Wed, 23 Dec 1998 21:26:38 +0100
11445          Message-ID: <36895086.8849224@smtp1.ibm.net>
11446  Branch: cfgperl
11447        ! lib/ExtUtils/MakeMaker.pm
11448 ____________________________________________________________________________
11449 [  2502] By: jhi                                   on 1998/12/28  07:39:20
11450     Log: From: Blair Zajac <bzajac@geostaff.com>
11451          To: perl5-porters@perl.org
11452          Subject: Tie::SubstrHash patch
11453          Date: Wed, 23 Dec 1998 17:13:32 -0800
11454          Message-ID: <3681953C.8B6A90AA@geostaff.com>
11455  Branch: cfgperl
11456        ! lib/Tie/SubstrHash.pm
11457 ____________________________________________________________________________
11458 [  2501] By: jhi                                   on 1998/12/28  07:37:16
11459     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
11460          To: perlbug@perl.com
11461          Subject: perlfaq9 minor error
11462          Date: Wed, 23 Dec 1998 14:54:19 -0800
11463          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
11464  Branch: cfgperl
11465        ! pod/perlfaq9.pod
11466 ____________________________________________________________________________
11467 [  2500] By: jhi                                   on 1998/12/23  10:38:18
11468     Log: More porting notes about filesystems, AmigaOS, and MiNT.
11469  Branch: cfgperl
11470        ! pod/perlport.pod
11471 ____________________________________________________________________________
11472 [  2499] By: jhi                                   on 1998/12/22  09:26:49
11473     Log: Add few MSG_ and uio constants.
11474  Branch: cfgperl
11475        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
11476 ____________________________________________________________________________
11477 [  2498] By: jhi                                   on 1998/12/22  08:39:30
11478     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
11479          a Digital C compiler optimizer bug that broke the 'x'
11480          operator under certain circumstances.  See t/op/repeat.t
11481          test #20 for graphic details.  Reported in
11482          
11483          From: Gisle Aas <gisle@aas.no>
11484          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
11485          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
11486          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
11487          Date: 18 Dec 1998 14:27:40 +0100
11488          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
11489          
11490          and discussed further in the thread
11491          
11492          From: Jarkko Hietaniemi <jhi@iki.fi>
11493          To: Gisle Aas <gisle@aas.no>
11494          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
11495          cpan-testers@perl.org, perl5-porters@perl.org
11496          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
11497          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
11498          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
11499  Branch: cfgperl
11500        ! t/op/repeat.t util.c
11501 ____________________________________________________________________________
11502 [  2497] By: jhi                                   on 1998/12/21  14:18:57
11503     Log: Change #2483 update.
11504  Branch: cfgperl
11505        ! t/op/tr.t
11506 ____________________________________________________________________________
11507 [  2496] By: jhi                                   on 1998/12/21  14:07:41
11508     Log: Update on change #2493.
11509  Branch: cfgperl
11510        ! t/pragma/warn/op
11511 ____________________________________________________________________________
11512 [  2495] By: jhi                                   on 1998/12/21  13:52:00
11513     Log: Change #2487 aftershock.
11514  Branch: cfgperl
11515        ! warning.pl
11516 ____________________________________________________________________________
11517 [  2494] By: jhi                                   on 1998/12/21  12:35:00
11518     Log: From: Chris Nandor <pudge@pobox.com>
11519          To: perl5-porters@perl.org
11520          Subject: [PATCH] perlport.pod v1.37
11521          Date: Sat, 19 Dec 1998 12:54:34 -0500
11522          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
11523  Branch: cfgperl
11524        ! pod/perlport.pod
11525 ____________________________________________________________________________
11526 [  2493] By: jhi                                   on 1998/12/21  12:22:44
11527     Log: From: Mark-Jason Dominus <mjd@plover.com>
11528          To: perl5-porters@perl.com
11529          Subject: PATCH (5.005_02): Dejargonizing
11530          Date: Sun, 20 Dec 1998 14:35:20 -0500
11531          Message-ID: <19981220193520.11230.qmail@plover.com>
11532          
11533          From: Mark-Jason Dominus <mjd@plover.com>
11534          To: perl5-porters@perl.com
11535          Subject: PATCH (5.005_02): Spelling correction in warning message
11536          Date: Sun, 20 Dec 1998 13:51:30 -0500
11537          Message-ID: <19981220185130.11067.qmail@plover.com>
11538  Branch: cfgperl
11539        ! doio.c op.c
11540 ____________________________________________________________________________
11541 [  2492] By: jhi                                   on 1998/12/21  09:00:05
11542     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11543          To: perl5-porters@perl.org
11544          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
11545          Date: Sun, 20 Dec 1998 19:03:25 PST
11546          Message-ID: <19981221030326.27660.qmail@hotmail.com>
11547          
11548          (slightly reformatted)
11549  Branch: cfgperl
11550        ! ext/B/B/CC.pm
11551 ____________________________________________________________________________
11552 [  2491] By: nick                                  on 1998/12/20  14:21:29
11553     Log: Save _all_ GV's which have SV, AV or HV set.
11554  Branch: perl
11555        ! ext/B/B/C.pm
11556 ____________________________________________________________________________
11557 [  2490] By: jhi                                   on 1998/12/18  15:13:19
11558     Log: Add idea about generalising cpp symbol probing of Errno.
11559  Branch: cfgperl
11560        ! Todo
11561 ____________________________________________________________________________
11562 [  2489] By: jhi                                   on 1998/12/18  14:47:57
11563     Log: Address some of the issues of:
11564          
11565          From: Tom Christiansen <tchrist@jhereg.perl.com>
11566          To: perl-porters-active@jhereg.perl.com
11567          Subject: Undocumentation Issues for 5.005
11568          Date: Thu, 17 Dec 1998 14:46:24 -0700
11569          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
11570  Branch: cfgperl
11571        ! pod/perl5005delta.pod
11572 ____________________________________________________________________________
11573 [  2488] By: jhi                                   on 1998/12/18  11:26:32
11574     Log: From: root <root@dubravka.in-berlin.de>
11575          To: perlbug@perl.com
11576          Cc: k@dubravka.in-berlin.de
11577          Subject: Please add no_modify to PERL_POLLUTE
11578          Date: Fri, 18 Dec 1998 10:45:52 +0100
11579          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
11580          
11581          (Really from Andreas König)
11582  Branch: cfgperl
11583        ! embed.pl
11584 ____________________________________________________________________________
11585 [  2487] By: jhi                                   on 1998/12/17  14:05:52
11586     Log: Some (by far not all) issues of the below message addressed.
11587          
11588          From: Tom Christiansen <tchrist@jhereg.perl.com>
11589          To: The Perl Porters Mailing List <perl5-porters@perl.org>
11590          Subject: important UNDOC issues for 5.005_54
11591          Date: Wed, 16 Dec 1998 21:14:53 -0700
11592          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
11593  Branch: cfgperl
11594        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
11595 ____________________________________________________________________________
11596 [  2486] By: jhi                                   on 1998/12/17  12:47:15
11597     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11598          To: domo@computer.org
11599          Cc: jhi@iki.fi, perl5-porters@perl.org
11600          Subject: Re: stuff related to malloc.c
11601          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
11602          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
11603  Branch: cfgperl
11604        ! malloc.c
11605 ____________________________________________________________________________
11606 [  2485] By: jhi                                   on 1998/12/17  12:17:19
11607     Log: More porting notes.
11608  Branch: cfgperl
11609        ! Porting/pumpkin.pod
11610 ____________________________________________________________________________
11611 [  2484] By: jhi                                   on 1998/12/15  08:38:05
11612     Log: Undo #2386 and #2205.
11613  Branch: cfgperl
11614        ! pod/perlfunc.pod
11615 ____________________________________________________________________________
11616 [  2483] By: jhi                                   on 1998/12/14  17:58:35
11617     Log: lib was missing from @INC.
11618  Branch: cfgperl
11619        ! t/op/tr.t
11620 ____________________________________________________________________________
11621 [  2482] By: jhi                                   on 1998/12/14  17:52:42
11622     Log: Was missing use Text::Wrap.
11623  Branch: cfgperl
11624        ! t/lib/textfill.t
11625 ____________________________________________________________________________
11626 [  2481] By: jhi                                   on 1998/12/14  16:00:22
11627     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
11628          
11629          From: Jonathan Roy <roy@idle.com>
11630          To: perl5-porters@perl.org
11631          Subject: nlist.h add to Configure checks?
11632          Date: Sun, 13 Dec 1998 22:22:49 -0500
11633          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
11634  Branch: cfgperl
11635        + ext/DynaLoader/hints/linux.pl
11636        ! MANIFEST
11637 ____________________________________________________________________________
11638 [  2480] By: jhi                                   on 1998/12/14  15:02:44
11639     Log: Give up completely using nm in AIX.
11640          
11641          From: "Kurt D. Starsinic" <kstar@chapin.edu>
11642          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
11643          Cc: perl5-porters@perl.org
11644          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
11645          Date: Thu, 10 Dec 1998 00:51:46 -0500
11646          Message-ID: <19981210005146.B29986@O2.chapin.edu>
11647  Branch: cfgperl
11648        ! hints/aix.sh
11649 ____________________________________________________________________________
11650 [  2479] By: jhi                                   on 1998/12/14  14:39:52
11651     Log: AIX' error messages are different.
11652          
11653          From: "Kurt D. Starsinic" <kstar@chapin.edu>
11654          To: Gurusamy Sarathy <gsar@engin.umich.edu>
11655          Cc: perl5-porters@perl.org
11656          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
11657          Date: Thu, 10 Dec 1998 00:42:36 -0500
11658          Message-ID: <19981210004236.A29986@O2.chapin.edu>
11659          
11660          From: Michael Engel <engel@nms1.cc.huji.ac.il>
11661          To: perlbug@perl.com
11662          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
11663          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
11664          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
11665  Branch: cfgperl
11666        ! t/pragma/warn/doio
11667 ____________________________________________________________________________
11668 [  2475] By: jhi                                   on 1998/12/13  12:35:55
11669     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11670          To: jhi@iki.fi
11671          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
11672          Subject: Re: stuff related to malloc.c
11673          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
11674          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
11675  Branch: cfgperl
11676        ! malloc.c
11677 ____________________________________________________________________________
11678 [  2474] By: jhi                                   on 1998/12/13  12:32:42
11679     Log: Some notes about porting issues.
11680  Branch: cfgperl
11681        ! Porting/pumpkin.pod
11682 ____________________________________________________________________________
11683 [  2473] By: jhi                                   on 1998/12/13  12:03:58
11684     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
11685          To: Perl 5 Porters <perl5-porters@perl.org>
11686          Subject: [patch 5.005_02] dos-djgpp update
11687          Date: Sun, 13 Dec 1998 00:08:44 +0100
11688          Message-ID: <19981213000844.C264@beeblebrox>
11689  Branch: cfgperl
11690        ! djgpp/config.over
11691 ____________________________________________________________________________
11692 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
11693     Log: undo changes to Exporter.pm from #2312
11694  Branch: maint-5.005/perl
11695        ! lib/Exporter.pm
11696 ____________________________________________________________________________
11697 [  2465] By: jhi                                   on 1998/12/12  12:31:21
11698     Log: Document that qw() taints.
11699          
11700          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
11701          To: perlbug@perl.com 
11702          Subject: taint problems
11703          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
11704          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
11705  Branch: cfgperl
11706        ! pod/perlop.pod
11707 ____________________________________________________________________________
11708 [  2464] By: jhi                                   on 1998/12/11  14:09:51
11709     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
11710          To: dist-users@foretune.co.jp
11711          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
11712          Date: Mon, 07 Dec 1998 20:13:04 -0400
11713          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
11714  Branch: cfgperl
11715        ! Configure
11716 ____________________________________________________________________________
11717 [  2463] By: jhi                                   on 1998/12/11  13:29:54
11718     Log: MAXPATHLEN.
11719  Branch: cfgperl
11720        ! perl.h
11721 ____________________________________________________________________________
11722 [  2462] By: jhi                                   on 1998/12/11  08:37:58
11723     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
11724          To: perl5-porters@perl.org
11725          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
11726          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
11727          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
11728  Branch: cfgperl
11729        + hints/gnu.sh
11730 ____________________________________________________________________________
11731 [  2461] By: nick                                  on 1998/12/10  21:00:50
11732     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
11733          From: Vishal Bhatia <vishalb@hotmail.com>
11734          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
11735          2. Fixes the bug  regarding return value of c-functions generated out 
11736          of perl subs. ( Just includes the patch I sent earlier)
11737          3. Incorporates the other changes that need to be done to get CC.pm
11738          use ISA search for packages and methods on the same lines as C.pm
11739          
11740          Vishal would appreciate comments about B::Stackobj changes from 
11741          someone knowing that module well.
11742  Branch: perl
11743        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
11744 ____________________________________________________________________________
11745 [  2460] By: jhi                                   on 1998/12/08  08:11:27
11746     Log: Integrate from mainperl.
11747  Branch: cfgperl
11748       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11749       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
11750       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
11751       !> toke.c util.c
11752 ____________________________________________________________________________
11753 [  2459] By: jhi                                   on 1998/12/07  07:50:11
11754     Log: From: hansm@icgroup.nl 
11755          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11756          Reply-To: hansmu@xs4all.nl 
11757          To: perlbug@perl.com 
11758          Date: Sun, 6 Dec 98 22:19:54 +0100 
11759          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
11760  Branch: cfgperl
11761        ! util.c
11762 ____________________________________________________________________________
11763 [  2458] By: gsar                                  on 1998/12/07  06:00:55
11764     Log: fix dup lexical
11765  Branch: perl
11766        ! ext/B/B/Deparse.pm t/lib/io_unix.t
11767 ____________________________________________________________________________
11768 [  2457] By: gsar                                  on 1998/12/06  14:38:59
11769     Log: mention limit on line numbers reported by diagnostics
11770  Branch: perl
11771        ! pod/perl.pod toke.c
11772 ____________________________________________________________________________
11773 [  2456] By: gsar                                  on 1998/12/06  13:49:02
11774     Log: branch perldelta.pod
11775  Branch: maint-5.005/perl
11776       +> pod/perldelta.pod
11777 ____________________________________________________________________________
11778 [  2455] By: gsar                                  on 1998/12/06  13:47:21
11779     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
11780  Branch: maint-5.005/perl
11781        - pod/perldelta.pod
11782 ____________________________________________________________________________
11783 [  2454] By: gsar                                  on 1998/12/06  13:35:31
11784     Log: fix outdated/incorrect info about arbitrary limits
11785  Branch: perl
11786        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
11787        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
11788 ____________________________________________________________________________
11789 [  2453] By: nick                                  on 1998/12/05  16:14:42
11790     Log: Avoid hard-coding op numbers
11791          Update CC.pm to save %INC, and to co-exist with new C.pm
11792  Branch: perl
11793        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11794 ____________________________________________________________________________
11795 [  2452] By: nick                                  on 1998/12/05  10:44:28
11796     Log: B.xs had its own code to calculate hash() which differed from
11797          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
11798          which meant that run-time require was re-done.
11799          Removed some debug from C.pm
11800  Branch: perl
11801        ! ext/B/B.xs ext/B/B/C.pm
11802 ____________________________________________________________________________
11803 [  2451] By: nick                                  on 1998/12/04  21:58:49
11804     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
11805          well as _54, but with pre-scan for classes and save the ISA scheme.
11806  Branch: perl
11807        ! ext/B/B/C.pm
11808 ____________________________________________________________________________
11809 [  2450] By: nick                                  on 1998/12/04  17:58:44
11810     Log: Vishal Bhatia's patch as a basis.
11811  Branch: perl
11812        ! ext/B/B/C.pm ext/B/B/CC.pm
11813 ____________________________________________________________________________
11814 [  2449] By: jhi                                   on 1998/12/04  16:39:21
11815     Log: Integrate from mainperl.
11816  Branch: cfgperl
11817       !> t/op/goto.t t/op/tr.t
11818 ____________________________________________________________________________
11819 [  2448] By: gsar                                  on 1998/12/04  06:06:49
11820     Log: tweak test for UTEST
11821  Branch: perl
11822        ! t/op/tr.t
11823 ____________________________________________________________________________
11824 [  2444] By: jhi                                   on 1998/12/03  14:37:22
11825     Log: s/\bthe the\b/the/g *.pod
11826  Branch: cfgperl
11827        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
11828 ____________________________________________________________________________
11829 [  2443] By: jhi                                   on 1998/12/03  13:39:53
11830     Log: Change#2441 aftermath.
11831  Branch: cfgperl
11832        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11833        ! config_h.SH thread.h vms/subconfigure.com
11834 ____________________________________________________________________________
11835 [  2441] By: jhi                                   on 1998/12/03  08:15:13
11836     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11837          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
11838          Subject: [PATCH 5.005_54]Initial VMS patches
11839          Date: 3 Dec 1998 01:05:55 +0200
11840          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
11841          
11842          The patch to config_h.SH requires more study because
11843          metaconfig needs to agree.
11844  Branch: cfgperl
11845        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
11846        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
11847        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
11848 ____________________________________________________________________________
11849 [  2440] By: gsar                                  on 1998/12/03  01:32:16
11850     Log: add failed check-in of goto.t from change#1867
11851  Branch: perl
11852        ! t/op/goto.t
11853 ____________________________________________________________________________
11854 [  2437] By: jhi                                   on 1998/12/02  18:03:51
11855     Log: Fix most of the bad L<> links of
11856          
11857          From: Tom Christiansen <tchrist@jhereg.perl.com> 
11858          Subject: bad L<> links
11859          Reply-to: tchrist@perl.com 
11860          To: perlbug@jhereg.perl.com 
11861          Date: Tue, 11 Aug 1998 10:58:07 -0500 
11862          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
11863          
11864          The ones not fixed may require darker Pod::HTML magic,
11865          for example the perlguts.html#tags should work fine, IMHO.
11866  Branch: cfgperl
11867        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
11868        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
11869        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
11870        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
11871        ! pod/perlvar.pod
11872 ____________________________________________________________________________
11873 [  2436] By: jhi                                   on 1998/12/02  16:35:04
11874     Log: One paste too many in #2345.
11875  Branch: cfgperl
11876        ! lib/Pod/Html.pm
11877 ____________________________________________________________________________
11878 [  2435] By: jhi                                   on 1998/12/02  16:32:33
11879     Log: Pod::Html and Pod::Text were not locale-savvy:
11880          for example in =head1 all non-ASCII-\w-runs were
11881          turned into underscores in NAME tags.  This could
11882          result in several NAME tags becoming identical.
11883          Reported by:
11884          
11885          From: Fyodor Krasnov <fyodor@aha.ru> 
11886          Subject: pod2html vs Russian Characters
11887          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
11888          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
11889          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
11890  Branch: cfgperl
11891        ! lib/Pod/Html.pm lib/Pod/Text.pm
11892 ____________________________________________________________________________
11893 [  2434] By: jhi                                   on 1998/12/02  10:29:00
11894     Log: The real Mc5_54 integration.
11895  Branch: cfgperl
11896       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
11897 ____________________________________________________________________________
11898 [  2433] By: jhi                                   on 1998/12/02  08:52:13
11899     Log: From: Andy Dougherty <doughera@lafayette.edu>
11900          To: Perl Porters <perl5-porters@perl.org>
11901          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
11902          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
11903          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
11904  Branch: cfgperl
11905        ! Configure
11906 ____________________________________________________________________________
11907 [  2432] By: jhi                                   on 1998/12/02  08:49:47
11908     Log: From: Andy Dougherty <doughera@lafayette.edu>
11909          To: Perl Porters <perl5-porters@perl.org>
11910          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
11911          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
11912          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
11913  Branch: cfgperl
11914        ! Configure
11915 ____________________________________________________________________________
11916 [  2431] By: jhi                                   on 1998/12/01  16:11:50
11917     Log: From: achampio@lehman.com (Alan Champion)
11918          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
11919          To: perlbug@perl.com
11920          Date: 1 Dec 1998 17:36:33 +0200
11921          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
11922          
11923          Skip NIS includes.
11924  Branch: cfgperl
11925        ! t/op/pwent.t
11926 ____________________________________________________________________________
11927 [  2430] By: gsar                                  on 1998/12/01  12:12:50
11928     Log: 5.005_54, as released
11929  Branch: perl
11930        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
11931 ____________________________________________________________________________
11932 [  2429] By: jhi                                   on 1998/12/01  11:28:39
11933     Log: From: Anton Berezin <tobez@plab.ku.dk>
11934          To: perl5-porters@perl.org
11935          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
11936          Date: 30 Nov 1998 19:46:24 +0100
11937          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
11938  Branch: cfgperl
11939        ! hints/freebsd.sh
11940 ____________________________________________________________________________
11941 [  2428] By: jhi                                   on 1998/12/01  11:08:16
11942     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
11943  Branch: cfgperl
11944       +> (branch 30 files)
11945       !> (integrate 71 files)
11946 ____________________________________________________________________________
11947 [  2427] By: jhi                                   on 1998/12/01  10:51:37
11948     Log: Default to accepting a hinted $randfunc even when $csym
11949          does not find it.  (the previous defaylt behaviour was not
11950          to accept).
11951  Branch: cfgperl
11952        ! Configure
11953 ____________________________________________________________________________
11954 [  2426] By: jhi                                   on 1998/12/01  10:13:03
11955     Log: Separated the [:foo:] parsing to its own function.
11956          Passes all tests.
11957  Branch: cfgperl
11958        ! regcomp.c
11959 ____________________________________________________________________________
11960 [  2425] By: jhi                                   on 1998/12/01  08:22:49
11961     Log: Typo in comments.
11962  Branch: cfgperl
11963        ! regexec.c
11964 ____________________________________________________________________________
11965 [  2424] By: jhi                                   on 1998/12/01  08:21:38
11966     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11967          Subject: [PATCH 5.005_*] Debugger 'v' command
11968          To: perl5-porters@perl.org (Mailing list Perl5)
11969          Date: 1 Dec 1998 07:55:11 +0200
11970          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
11971  Branch: cfgperl
11972        ! lib/perl5db.pl
11973 ____________________________________________________________________________
11974 [  2423] By: jhi                                   on 1998/12/01  08:19:08
11975     Log: From: pvhp@forte.com (Peter Prymmer)
11976          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
11977          To: perl5-porters@perl.org
11978          Date: 1 Dec 1998 07:27:11 +0200
11979          Message-ID: <MLIST_9812010508.AA07791@forte.com>
11980  Branch: cfgperl
11981        ! hints/os390.sh
11982 ____________________________________________________________________________
11983 [  2417] By: jhi                                   on 1998/11/30  08:14:00
11984     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
11985  Branch: cfgperl
11986        ! ext/Socket/Socket.xs
11987 ____________________________________________________________________________
11988 [  2416] By: jhi                                   on 1998/11/30  08:00:15
11989     Log: Undo #2395, seems more like a problem in netbsd-current.
11990  Branch: cfgperl
11991        ! util.c
11992
11993 ----------------
11994 Version 5.005_54
11995 ----------------
11996
11997 ____________________________________________________________________________
11998 [  2414] By: gsar                                  on 1998/11/30  02:23:55
11999     Log: more JPL tweaks
12000  Branch: perl
12001        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
12002        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
12003 ____________________________________________________________________________
12004 [  2413] By: gsar                                  on 1998/11/30  01:35:56
12005     Log: stub bin/jpl that just runs JPL::Compile::files()
12006  Branch: perl
12007        + jpl/bin/jpl
12008 ____________________________________________________________________________
12009 [  2412] By: gsar                                  on 1998/11/30  01:32:14
12010     Log: delete symlink
12011  Branch: perl
12012        - jpl/bin/jpl
12013 ____________________________________________________________________________
12014 [  2410] By: gsar                                  on 1998/11/30  01:30:44
12015     Log: branch jpl from perlext to perl
12016  Branch: perl
12017       +> (branch 30 files)
12018 ____________________________________________________________________________
12019 [  2407] By: gsar                                  on 1998/11/30  01:24:53
12020     Log: JPL tweaks to build with 5.005
12021  Branch: perlext
12022        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
12023        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
12024 ____________________________________________________________________________
12025 [  2406] By: gsar                                  on 1998/11/30  00:55:54
12026     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
12027  Branch: perl
12028        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
12029 ____________________________________________________________________________
12030 [  2405] By: gsar                                  on 1998/11/30  00:28:55
12031     Log: patchlevel up to 54
12032  Branch: perl
12033        ! patchlevel.h win32/Makefile win32/config_H.bc
12034        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12035 ____________________________________________________________________________
12036 [  2403] By: gsar                                  on 1998/11/29  23:35:50
12037     Log: integrate cfgperl changes into mainline
12038  Branch: perl
12039       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12040       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
12041 ____________________________________________________________________________
12042 [  2402] By: gsar                                  on 1998/11/29  23:08:42
12043     Log: sync Text::Wrap version number
12044  Branch: perl
12045        ! lib/Text/Wrap.pm
12046 ____________________________________________________________________________
12047 [  2401] By: gsar                                  on 1998/11/29  22:56:21
12048     Log: textfill.t tweak
12049  Branch: perl
12050        ! t/lib/textfill.t
12051 ____________________________________________________________________________
12052 [  2400] By: gsar                                  on 1998/11/29  22:50:41
12053     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
12054          <muir@idiom.com>
12055  Branch: perl
12056        + t/lib/textfill.t
12057        ! MANIFEST lib/Text/Wrap.pm
12058 ____________________________________________________________________________
12059 [  2399] By: gsar                                  on 1998/11/29  22:28:05
12060     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
12061          has happened without the authors knowledge or consent; the subversive
12062          version (which is in 5.00502) breaks one of the tests in the
12063          authors testsuite; attempts are being made to find a fix that
12064          avoids breaking code already running with the 5.005_02 version
12065          From:    David Muir Sharnoff <muir@idiom.com>
12066          Date:    Sat, 28 Nov 1998 04:34:17 PST
12067          Message-Id: <199811281234.EAA03082@idiom.com>
12068          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
12069  Branch: perl
12070        ! lib/Text/Wrap.pm t/lib/textwrap.t
12071 ____________________________________________________________________________
12072 [  2397] By: nick                                  on 1998/11/29  20:13:58
12073     Log: Update docs and English.pm for $^C
12074  Branch: perl
12075        ! lib/English.pm pod/perlvar.pod
12076 ____________________________________________________________________________
12077 [  2396] By: jhi                                   on 1998/11/29  20:13:03
12078     Log: Mirror #2384.
12079  Branch: cfgperl
12080        ! t/op/pwent.t
12081 ____________________________________________________________________________
12082 [  2395] By: jhi                                   on 1998/11/29  19:59:12
12083     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
12084  Branch: cfgperl
12085        ! util.c
12086 ____________________________________________________________________________
12087 [  2394] By: gsar                                  on 1998/11/29  19:49:08
12088     Log: updated perlreftut.pod
12089  Branch: perl
12090        ! pod/perlreftut.pod
12091 ____________________________________________________________________________
12092 [  2393] By: gsar                                  on 1998/11/29  19:31:56
12093     Log: misc tweaks
12094  Branch: perl
12095        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
12096 ____________________________________________________________________________
12097 [  2392] By: gsar                                  on 1998/11/29  19:31:18
12098     Log: notes about -DPERL_POLLUTE
12099  Branch: perl
12100        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
12101 ____________________________________________________________________________
12102 [  2391] By: gsar                                  on 1998/11/29  19:13:52
12103     Log: explain various win32 build caveats more clearly
12104  Branch: perl
12105        ! README.win32 win32/Makefile win32/makefile.mk
12106 ____________________________________________________________________________
12107 [  2390] By: gsar                                  on 1998/11/29  16:51:59
12108     Log: remove I_POLL detection (Configure will do that now)
12109  Branch: perl
12110        ! ext/IO/Makefile.PL
12111 ____________________________________________________________________________
12112 [  2389] By: jhi                                   on 1998/11/29  16:39:16
12113     Log: Add I_POLL for IO 1.20.
12114  Branch: cfgperl
12115        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12116        ! config_h.SH
12117 ____________________________________________________________________________
12118 [  2388] By: gsar                                  on 1998/11/29  16:23:30
12119     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
12120  Branch: perl
12121        + Porting/p4desc
12122        ! MANIFEST
12123 ____________________________________________________________________________
12124 [  2387] By: gsar                                  on 1998/11/29  16:08:03
12125     Log: another threads reliability fix: serialize writes to thr->threadsv
12126          avoid most uses of PL_na (which is much more inefficient than a
12127          simple local); update docs to suit; PL_na now being thr->Tna may
12128          be a minor compatibility issue for extensions--will require dTHR
12129          outside of XSUBs (those get automatic dTHR)
12130  Branch: perl
12131        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
12132        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
12133        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
12134        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
12135        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
12136        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
12137        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
12138        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
12139        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
12140 ____________________________________________________________________________
12141 [  2386] By: jhi                                   on 1998/11/29  15:40:42
12142     Log: Tune the "if" entry.
12143  Branch: cfgperl
12144        ! pod/perlfunc.pod
12145 ____________________________________________________________________________
12146 [  2385] By: gsar                                  on 1998/11/29  12:40:28
12147     Log: various fixes for race conditions under threads: mutex locks based
12148          on PL_threadnum were seriously flawed, since it means more than one
12149          thread could enter the critical region; PL_na was global instead of
12150          thread-local; child thread could finish and free thr structures
12151          before Thread->new() got around to creating the Thread object;
12152          cv_clone() needed locking, as it mucks with PL_comppad and other
12153          global data; new_struct_thread() needed to lock template-thread's
12154          mutex while copying its data
12155  Branch: perl
12156        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
12157        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
12158 ____________________________________________________________________________
12159 [  2384] By: gsar                                  on 1998/11/29  10:54:38
12160     Log: s/warn/print/ on multiply defined groups
12161  Branch: perl
12162        ! t/op/grent.t
12163 ____________________________________________________________________________
12164 [  2383] By: gsar                                  on 1998/11/29  10:48:39
12165     Log: backout change#2334
12166  Branch: perl
12167        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
12168 ____________________________________________________________________________
12169 [  2382] By: jhi                                   on 1998/11/29  10:33:40
12170     Log: Better NetInfo behaviour.
12171  Branch: cfgperl
12172        ! t/op/grent.t t/op/pwent.t
12173 ____________________________________________________________________________
12174 [  2381] By: jhi                                   on 1998/11/29  10:08:15
12175     Log: Integrate from mainperl.
12176  Branch: cfgperl
12177       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
12178       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12179       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
12180       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
12181       +> t/lib/io_poll.t t/lib/io_unix.t
12182       !> (integrate 58 files)
12183 ____________________________________________________________________________
12184 [  2380] By: gsar                                  on 1998/11/29  08:22:49
12185     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
12186          Tim Bunce)
12187  Branch: perl
12188        ! gv.c
12189 ____________________________________________________________________________
12190 [  2379] By: gsar                                  on 1998/11/29  07:06:43
12191     Log: fix for pat.t failure under USE_THREADS
12192  Branch: perl
12193        ! pp_ctl.c regexec.c
12194 ____________________________________________________________________________
12195 [  2378] By: nick                                  on 1998/11/28  22:46:57
12196     Log: More C.pm tweaks
12197          Save globs even if we have saved cv itself before - may be imported.
12198          
12199          While we don't save "bootstrap" CV we need to provide a stub,
12200          so that if we require it later we don't fall through and attempt
12201          to DynaLoad module again.
12202          
12203          Attempt to save %INC so that "require" does not reload things
12204          we have compiled-in (does not work right yet - seems to be due
12205          to PL_incgv being created in perl_parse() current scheme setting 
12206          GvHV() is "better" than saving the glob, but still does not 
12207          work as I expect). 
12208  Branch: perl
12209        ! ext/B/B/C.pm
12210 ____________________________________________________________________________
12211 [  2377] By: gsar                                  on 1998/11/28  22:30:38
12212     Log: various tweaks; result passes all tests for normal build on Solaris;
12213          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
12214          win32 due to lack of select() that works on non-socket fds
12215  Branch: perl
12216        ! ext/IO/poll.c regcomp.c regexec.c scope.c
12217        ! t/lib/io_multihomed.t win32/makefile.mk
12218 ____________________________________________________________________________
12219 [  2376] By: gsar                                  on 1998/11/28  20:44:39
12220     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
12221  Branch: perl
12222        ! myconfig
12223 ____________________________________________________________________________
12224 [  2375] By: gsar                                  on 1998/11/28  20:42:58
12225     Log: integrate cfgperl changes into mainline
12226  Branch: perl
12227       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
12228       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
12229 ____________________________________________________________________________
12230 [  2374] By: gsar                                  on 1998/11/28  20:02:03
12231     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12232          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
12233          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
12234          Subject: [PATCH 5.00553] Yet another OS/2 patch
12235  Branch: perl
12236        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
12237 ____________________________________________________________________________
12238 [  2373] By: gsar                                  on 1998/11/28  19:30:06
12239     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12240          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
12241          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
12242          Subject: [PATCH 5.005_53] Change $#+
12243  Branch: perl
12244        ! mg.c pod/perlvar.pod t/op/pat.t
12245 ____________________________________________________________________________
12246 [  2372] By: gsar                                  on 1998/11/28  19:28:00
12247     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12248          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
12249          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
12250          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
12251  Branch: perl
12252        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
12253        ! thrdvar.h
12254 ____________________________________________________________________________
12255 [  2371] By: gsar                                  on 1998/11/28  19:23:53
12256     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12257          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
12258          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
12259          Subject: [PATCH 5.005_53] better -Mre=debugcolor
12260  Branch: perl
12261        ! embedvar.h objXSUB.h regexec.c thrdvar.h
12262 ____________________________________________________________________________
12263 [  2370] By: gsar                                  on 1998/11/28  19:21:17
12264     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12265          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
12266          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
12267          Subject: [PATCH 5.005_*] regcolors
12268  Branch: perl
12269        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
12270 ____________________________________________________________________________
12271 [  2369] By: gsar                                  on 1998/11/28  19:00:15
12272     Log: allow final period in a file (not followed by a newline) to
12273          terminate format spec
12274  Branch: perl
12275        ! toke.c
12276 ____________________________________________________________________________
12277 [  2368] By: gsar                                  on 1998/11/28  18:58:25
12278     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
12279          add C<$Config{installarchlib}/CORE> to the default locations searched
12280          on win32
12281  Branch: perl
12282        ! lib/ExtUtils/Liblist.pm
12283 ____________________________________________________________________________
12284 [  2367] By: gsar                                  on 1998/11/28  18:46:05
12285     Log: applied suggested patch with PERL_OBJECT tweaks
12286          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12287          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
12288          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
12289          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
12290  Branch: perl
12291        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
12292        ! regexec.c t/op/pat.t thrdvar.h
12293 ____________________________________________________________________________
12294 [  2366] By: gsar                                  on 1998/11/28  18:38:34
12295     Log: additional documentation for qr//
12296          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12297          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
12298          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
12299          Subject: [PATCH 5.005_*] Documentation (fwd)
12300  Branch: perl
12301        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
12302 ____________________________________________________________________________
12303 [  2365] By: gsar                                  on 1998/11/28  18:35:35
12304     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12305          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
12306          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
12307          Subject: [PATCH 5.005_*] Fix \G in REx without //g
12308  Branch: perl
12309        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
12310        ! regexp.h t/op/pat.t thrdvar.h
12311 ____________________________________________________________________________
12312 [  2364] By: gsar                                  on 1998/11/28  18:24:20
12313     Log: update Test.pm to Test-1.12; tweak 're' detection
12314  Branch: perl
12315        ! lib/Test.pm
12316 ____________________________________________________________________________
12317 [  2363] By: gsar                                  on 1998/11/28  18:12:04
12318     Log: avoid command-line quoting portability problems in lex_assign.t
12319  Branch: perl
12320        ! t/op/lex_assign.t
12321 ____________________________________________________________________________
12322 [  2362] By: gsar                                  on 1998/11/28  18:08:50
12323     Log: From: John Tobey <jtobey@channel1.com>
12324          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
12325          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
12326          Subject: PATCH: document English.pm sawampersand and thread issues
12327  Branch: perl
12328        ! lib/English.pm pod/perlvar.pod
12329 ____________________________________________________________________________
12330 [  2361] By: gsar                                  on 1998/11/28  18:03:04
12331     Log: fix uninitialized warnings
12332          From: Brian Callaghan <callagh@itginc.com>
12333          Date: Thu, 19 Nov 1998 17:49:10 -0800
12334          Message-Id: <3654CA96.B64FCAEB@itginc.com>
12335          Subject: Complete.pm patch (version 1.1)
12336  Branch: perl
12337        ! lib/Term/Complete.pm
12338 ____________________________________________________________________________
12339 [  2360] By: gsar                                  on 1998/11/28  17:59:16
12340     Log: s/Array/List/ suggested by John Tobey
12341  Branch: perl
12342        ! pod/perldata.pod
12343 ____________________________________________________________________________
12344 [  2359] By: gsar                                  on 1998/11/28  17:47:48
12345     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
12346  Branch: perl
12347        ! lib/Tie/Handle.pm pod/perlfunc.pod
12348 ____________________________________________________________________________
12349 [  2358] By: jhi                                   on 1998/11/28  17:23:15
12350     Log: Revamp the locale tests.
12351          (0) Instead of rewiring a few locales scan for them.
12352          (1) Bogus test #101 removed.
12353          (2) All the locales are checked, the lists of failed
12354          and non-failed ones are displayed.
12355          (3) The test #103 is again 'active' so that it may fail.
12356          (4) To balance (3) a hopefully pacifying message is shown
12357          if the #103 fails.
12358  Branch: cfgperl
12359        ! t/pragma/locale.t
12360 ____________________________________________________________________________
12361 [  2357] By: gsar                                  on 1998/11/28  17:21:07
12362     Log: add perlreftut.pod
12363  Branch: perl
12364        + pod/perlreftut.pod
12365        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
12366        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
12367        ! win32/pod.mak
12368 ____________________________________________________________________________
12369 [  2356] By: jhi                                   on 1998/11/28  16:58:01
12370     Log: Change #2346 fallout.
12371  Branch: cfgperl
12372        ! t/op/undef.t
12373 ____________________________________________________________________________
12374 [  2355] By: gsar                                  on 1998/11/28  16:46:43
12375     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
12376          ANSI prototypes
12377  Branch: perl
12378        ! ext/IO/IO.xs
12379 ____________________________________________________________________________
12380 [  2354] By: gsar                                  on 1998/11/28  16:08:07
12381     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
12382          keep platform hacks that aren't in the 1.20 dist; add new files
12383          to MANIFEST; hack Makefile.PL; result hasn't been tested
12384          anywhere
12385  Branch: perl
12386        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
12387        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12388        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
12389        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
12390        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
12391        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
12392        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12393        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
12394        ! t/lib/io_sock.t t/lib/io_udp.t
12395 ____________________________________________________________________________
12396 [  2353] By: jhi                                   on 1998/11/28  15:51:03
12397     Log: Locale collation, ctype, and numeric, were initialized wrong
12398          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
12399          as reported by
12400          
12401          From: Ilya.Sandler@etak.com (Ilya Sandler)
12402          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
12403          To: perlbug@perl.com
12404          Date: 25 Nov 1998 04:53:52 +0200
12405          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
12406  Branch: cfgperl
12407        ! util.c
12408 ____________________________________________________________________________
12409 [  2352] By: nick                                  on 1998/11/28  15:21:59
12410     Log: Implement $^C to allow perl access to -c flag - I think this 
12411          was agreed once...
12412  Branch: perl
12413        ! gv.c mg.c
12414 ____________________________________________________________________________
12415 [  2351] By: jhi                                   on 1998/11/28  15:14:24
12416     Log: Change #2251 fixup.
12417  Branch: cfgperl
12418        ! myconfig
12419 ____________________________________________________________________________
12420 [  2350] By: jhi                                   on 1998/11/28  14:58:19
12421     Log: Integrate from mainperl.
12422  Branch: cfgperl
12423       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
12424       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12425       +> pod/perl5005delta.pod
12426       !> (integrate 49 files)
12427 ____________________________________________________________________________
12428 [  2349] By: jhi                                   on 1998/11/28  14:27:36
12429     Log: Passwd and group file groveling.
12430  Branch: cfgperl
12431        ! t/op/grent.t t/op/pwent.t
12432 ____________________________________________________________________________
12433 [  2348] By: gsar                                  on 1998/11/28  14:09:50
12434     Log: more conservative version of changes#2345,2346,2347; those break
12435          C<defined(@{"foo::ISA"})> which seems to be extensively used in
12436          the libs :-(
12437  Branch: perl
12438        ! pp.c t/op/method.t
12439 ____________________________________________________________________________
12440 [  2347] By: gsar                                  on 1998/11/28  13:36:08
12441     Log: tweak bogus test
12442  Branch: perl
12443        ! t/op/method.t
12444 ____________________________________________________________________________
12445 [  2346] By: gsar                                  on 1998/11/28  13:20:34
12446     Log: test cases for previous change
12447  Branch: perl
12448        ! t/op/undef.t
12449 ____________________________________________________________________________
12450 [  2345] By: gsar                                  on 1998/11/28  13:07:17
12451     Log: fix typo in pp_defined() causing C<defined %tied> to fail
12452  Branch: perl
12453        ! pp.c
12454 ____________________________________________________________________________
12455 [  2344] By: gsar                                  on 1998/11/28  13:03:29
12456     Log: s/comment/comment_t/ tweak (suggested by John Gorman
12457          <jgorman@webbysoft.com>)
12458  Branch: perl
12459        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
12460 ____________________________________________________________________________
12461 [  2343] By: gsar                                  on 1998/11/28  12:52:40
12462     Log: add (stub) perldelta.pod
12463  Branch: perl
12464        + pod/perldelta.pod
12465 ____________________________________________________________________________
12466 [  2342] By: gsar                                  on 1998/11/28  12:49:26
12467     Log: rename perldelta.pod to perl5005delta.pod in preparation for
12468          starting a new one
12469  Branch: perl
12470       +> pod/perl5005delta.pod
12471        - pod/perldelta.pod
12472        ! MANIFEST pod/perl.pod
12473 ____________________________________________________________________________
12474 [  2341] By: gsar                                  on 1998/11/28  12:41:55
12475     Log: fix MALLOC_LOCK #define
12476  Branch: perl
12477        ! malloc.c
12478 ____________________________________________________________________________
12479 [  2340] By: gsar                                  on 1998/11/28  12:18:23
12480     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12481          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
12482          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
12483          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
12484  Branch: perl
12485        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
12486 ____________________________________________________________________________
12487 [  2339] By: jhi                                   on 1998/11/28  11:59:01
12488     Log: Add -lm to dynix/ptx POSIX hints.
12489          From: "Martin J. Bligh" <mbligh@sequent.com>
12490          To: jhi@iki.fi
12491          Subject: Re: Making Perl work on DYNIX/ptx
12492          Date: Wed, 25 Nov 1998 10:34:41 -0800
12493          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
12494  Branch: cfgperl
12495        ! ext/POSIX/hints/dynixptx.pl
12496 ____________________________________________________________________________
12497 [  2338] By: jhi                                   on 1998/11/28  11:57:19
12498     Log: Detypo.
12499  Branch: cfgperl
12500        ! lib/filetest.pm
12501 ____________________________________________________________________________
12502 [  2337] By: jhi                                   on 1998/11/28  11:56:29
12503     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
12504  Branch: cfgperl
12505        ! Configure
12506 ____________________________________________________________________________
12507 [  2336] By: gsar                                  on 1998/11/28  11:41:14
12508     Log: teach CPAN.pm to ignore beta perl distributions when looking for
12509          modules
12510          From: root@dogberry.rutgers.edu (root)
12511          Date: Thu, 12 Nov 1998 23:08:39 -0500
12512          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
12513          Subject: recompile tries getting a perl distribution
12514  Branch: perl
12515        ! lib/CPAN.pm
12516 ____________________________________________________________________________
12517 [  2335] By: gsar                                  on 1998/11/28  11:27:46
12518     Log: make $1 et al readonly under threads; make C<undef $1> fail like
12519          C<$1 = undef> does
12520  Branch: perl
12521        ! op.c pp.c t/op/undef.t
12522 ____________________________________________________________________________
12523 [  2334] By: gsar                                  on 1998/11/28  10:24:52
12524     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
12525  Branch: perl
12526        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
12527 ____________________________________________________________________________
12528 [  2333] By: gsar                                  on 1998/11/28  09:36:40
12529     Log: document changed PERL_HASH()
12530  Branch: perl
12531        ! pod/perlfunc.pod pod/perlguts.pod
12532 ____________________________________________________________________________
12533 [  2332] By: nick                                  on 1998/11/27  21:10:27
12534     Log: Handle INIT list in C.pm
12535          1. Provide init_av() from B.xs
12536          2. Export it in B.pm
12537          3. Use it in C.pm
12538          Also disable some pruning in savecv() which seems to undo
12539          my previous patch.
12540          Experimental feature - save pathnames of .so files in easily 
12541          grep-able form for use in wrapper to feed to linker.  
12542  Branch: perl
12543        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
12544 ____________________________________________________________________________
12545 [  2327] By: gsar                                  on 1998/11/27  15:12:01
12546     Log: integrate change#2315 from maint-5.005
12547  Branch: perl
12548        ! t/op/sort.t
12549       !> op.c sv.c
12550 ____________________________________________________________________________
12551 [  2326] By: gsar                                  on 1998/11/27  15:00:42
12552     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
12553  Branch: perl
12554       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
12555       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12556       !> lib/ExtUtils/typemap
12557 ____________________________________________________________________________
12558 [  2325] By: gsar                                  on 1998/11/27  14:46:18
12559     Log: malloc bugfix and documentation from Ilya Zakharevich
12560          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
12561          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
12562          Subject: [PATCH 5.005_*] Re: Internal coredump
12563          --
12564          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
12565          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
12566          Subject: [PATCH 5.005_*] malloc.c documentation
12567  Branch: perl
12568        ! malloc.c
12569 ____________________________________________________________________________
12570 [  2324] By: gsar                                  on 1998/11/27  14:41:38
12571     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
12572  Branch: perl
12573        ! ext/B/B/C.pm
12574 ____________________________________________________________________________
12575 [  2323] By: gsar                                  on 1998/11/27  14:33:44
12576     Log: From: maeda@src.ricoh.co.jp
12577          Date: Tue, 24 Nov 1998 10:37:45 +0900
12578          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
12579          Subject: format "..." bug
12580  Branch: perl
12581        ! pp_ctl.c t/op/write.t
12582 ____________________________________________________________________________
12583 [  2322] By: gsar                                  on 1998/11/27  14:20:12
12584     Log: add ext/Devel/Peek
12585          From: jan.dubois@ibm.net (Jan Dubois)
12586          Date: Mon, 23 Nov 1998 00:48:11 +0100
12587          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
12588          Subject: [PATCH 5.005_53] Devel::Peek integration
12589  Branch: perl
12590        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
12591        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12592        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
12593        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
12594        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
12595 ____________________________________________________________________________
12596 [  2321] By: gsar                                  on 1998/11/27  13:03:08
12597     Log: ensure 'make regen_headers' even without perl installed
12598          (suggested by Ilya Zakharevich)
12599  Branch: perl
12600        ! bytecode.pl warning.pl
12601 ____________________________________________________________________________
12602 [  2320] By: gsar                                  on 1998/11/27  12:58:36
12603     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12604          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
12605          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
12606          Subject: [PATCH 5.005_*] Cosmetic malloc patch
12607  Branch: perl
12608        ! malloc.c
12609 ____________________________________________________________________________
12610 [  2319] By: gsar                                  on 1998/11/27  12:56:13
12611     Log: eliminate dup hunk from integration
12612  Branch: perl
12613        ! lib/filetest.pm perl.h
12614 ____________________________________________________________________________
12615 [  2318] By: gsar                                  on 1998/11/27  12:50:08
12616     Log: integrate cfgperl changes into mainline
12617  Branch: perl
12618       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
12619        ! pod/perlfaq4.pod
12620       !> (integrate 30 files)
12621 ____________________________________________________________________________
12622 [  2317] By: jhi                                   on 1998/11/27  11:38:13
12623     Log: C<-x>.
12624  Branch: cfgperl
12625        ! lib/filetest.pm
12626 ____________________________________________________________________________
12627 [  2316] By: jhi                                   on 1998/11/27  11:10:22
12628     Log: Integrate from mainperl.
12629  Branch: cfgperl
12630       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
12631       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
12632       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
12633       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
12634       !> win32/win32sck.c
12635 ____________________________________________________________________________
12636 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
12637     Log: integrate change#2246 from mainline, while still allowing
12638          C<sort $globref @foo>
12639          
12640          allow C<sort $coderef @foo>
12641  Branch: maint-5.005/perl
12642        ! op.c sv.c
12643       !> t/op/sort.t
12644 ____________________________________________________________________________
12645 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
12646     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
12647          forwarded by Jarkko Hietaniemi from Mark Bixby
12648  Branch: maint-5.005/perl
12649        ! ext/DynaLoader/dl_mpeix.xs installperl
12650 ____________________________________________________________________________
12651 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
12652     Log: Allow PL_FILES to have multiple targets from one source by allowing
12653          an array ref as the value in the hash
12654  Branch: maint-5.005/perl
12655        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12656        ! lib/ExtUtils/MakeMaker.pm
12657 ____________________________________________________________________________
12658 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
12659     Log: fix unsigned variables to use SvUV and sv_setuv
12660  Branch: maint-5.005/perl
12661        ! lib/ExtUtils/typemap
12662 ____________________________________________________________________________
12663 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
12664     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
12665  Branch: maint-5.005/perl
12666        ! lib/ExtUtils/MM_Unix.pm
12667 ____________________________________________________________________________
12668 [  2301] By: gsar                                  on 1998/11/26  10:16:54
12669     Log: fix PL_defoutgv leak under threads
12670  Branch: perl
12671        ! ext/Thread/Thread.xs
12672 ____________________________________________________________________________
12673 [  2300] By: gsar                                  on 1998/11/26  09:04:44
12674     Log: properly free temporaries created by threads
12675  Branch: perl
12676        ! ext/Thread/Thread.xs
12677 ____________________________________________________________________________
12678 [  2299] By: gsar                                  on 1998/11/26  06:51:16
12679     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
12680          to set the package for the block properly
12681  Branch: perl
12682        ! op.c t/comp/package.t t/lib/dumper.t
12683 ____________________________________________________________________________
12684 [  2298] By: nick                                  on 1998/11/24  22:04:20
12685     Log: Part-1 of tweaks to allow Tk to be "compiled"
12686          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
12687          (May also need attention to exports etc. - to follow.)
12688  Branch: perl
12689        ! universal.c
12690 ____________________________________________________________________________
12691 [  2294] By: jhi                                   on 1998/11/23  10:44:26
12692     Log: The new socket tests need in some platforms
12693          to #include <sys/types.h>.
12694  Branch: cfgperl
12695        ! Configure
12696 ____________________________________________________________________________
12697 [  2293] By: jhi                                   on 1998/11/23  10:33:42
12698     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12699          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
12700          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12701          Date: Mon, 23 Nov 1998 10:07:04 +0100
12702          Message-Id: <9811230907.AA06484@AWT.nl>
12703          
12704          NeXTstep NetInfo uses nidump to get the user/group databases.
12705  Branch: cfgperl
12706        ! t/op/grent.t t/op/pwent.t
12707 ____________________________________________________________________________
12708 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
12709     Log: Updated Porting/patchls utility.
12710  Branch: maint-5.004/perl
12711        ! Porting/patchls
12712 ____________________________________________________________________________
12713 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
12714     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
12715          From:  Henrik Tougaard <ht.000@foa.dk>
12716          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
12717          Files:  lib/Sys/Syslog.pm
12718  Branch: maint-5.004/perl
12719        ! lib/Sys/Syslog.pm
12720 ____________________________________________________________________________
12721 [  2286] By: jhi                                   on 1998/11/22  19:08:42
12722     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
12723  Branch: cfgperl
12724        ! ext/Socket/Socket.xs
12725 ____________________________________________________________________________
12726 [  2285] By: jhi                                   on 1998/11/22  18:21:07
12727     Log: MSG_PROXY for GNU/Hurd (previously we believed that
12728          all GNU libc platforms have MSG_PROXY.  Untrue).
12729          In fact this ended up as a major MSG_* and SCM_*
12730          update.  The MSG_XXX known to be enums in some
12731          versions of the glibc are now probed for and respective
12732          HAS_MSG_XXX are defined.  While I was at it I noticed
12733          SCM_RIGHTS being similarly an enum.  This reminded me of
12734          an ancient discussion in perl5-porters:
12735          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
12736          The BSD socket interface has a nifty feature for passing
12737          file descriptors and credentials--via sockets.  It may be
12738          too late to add this functionality to the CORE but
12739          at least Configure now probes for the functions,
12740          structs, and includes, defining the appropriate
12741          HAS_YYY and I_ZZZ, and the Socket extension exports
12742          the constants, in case somebody wants to write an
12743          extension for this interface.
12744  Branch: cfgperl
12745        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12746        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
12747        ! iperlsys.h
12748 ____________________________________________________________________________
12749 [  2284] By: jhi                                   on 1998/11/22  18:13:21
12750     Log: perlhist.pod 1.54, containing 5_53.
12751  Branch: cfgperl
12752        ! pod/perlhist.pod
12753 ____________________________________________________________________________
12754 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
12755     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
12756  Branch: maint-5.004/perl
12757        ! doio.c
12758 ____________________________________________________________________________
12759 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
12760     Log: Improve op/die_exit.t test for implicit close changing $!
12761  Branch: maint-5.004/perl
12762        ! t/op/die_exit.t
12763 ____________________________________________________________________________
12764 [  2268] By: jhi                                   on 1998/11/22  14:44:11
12765     Log: Fix thinko.
12766  Branch: cfgperl
12767        ! hints/dynixptx.sh
12768 ____________________________________________________________________________
12769 [  2267] By: jhi                                   on 1998/11/22  13:19:41
12770     Log: Document the d_socket override.
12771  Branch: cfgperl
12772        ! hints/dynixptx.sh
12773 ____________________________________________________________________________
12774 [  2266] By: jhi                                   on 1998/11/22  12:12:29
12775     Log: From: John Tobey <jtobey@channel1.com>
12776          Subject: [PATCH] perlfaq typos
12777          To: perl5-porters@perl.com
12778          Date: 22 Nov 1998 04:25:15 +0200
12779          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
12780  Branch: cfgperl
12781        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12782        ! pod/perlfaq7.pod pod/perlfaq8.pod
12783 ____________________________________________________________________________
12784 [  2265] By: jhi                                   on 1998/11/22  12:06:29
12785     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12786          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
12787          Newsgroups: hut.lists.perl5-porters
12788          To: gsar@engin.umich.edu (Gurusamy Sarathy)
12789          Cc: perl5-porters@perl.org (Perl5 Porters)
12790          Date: 20 Nov 1998 12:20:41 +0200
12791  Branch: cfgperl
12792        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12793        ! ext/DB_File/DB_File.xs
12794 ____________________________________________________________________________
12795 [  2264] By: jhi                                   on 1998/11/22  11:55:09
12796     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
12797          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12798          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12799          To: perlbug@perl.com
12800          Date: 20 Nov 1998 18:39:06 +0200
12801          Lines: 47
12802          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
12803  Branch: cfgperl
12804        ! t/op/grent.t t/op/pwent.t
12805 ____________________________________________________________________________
12806 [  2263] By: jhi                                   on 1998/11/22  11:42:59
12807     Log: Permission testing is tricky when we have too much power.
12808          Problem reported in
12809          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
12810          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
12811          To: perlbug@perl.com
12812          Date: 20 Nov 1998 18:39:06 +0200
12813          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
12814  Branch: cfgperl
12815        ! t/op/filetest.t
12816 ____________________________________________________________________________
12817 [  2262] By: gsar                                  on 1998/11/22  11:37:02
12818     Log: fix broken CAPI generation
12819  Branch: perl
12820        ! win32/GenCAPI.pl
12821 ____________________________________________________________________________
12822 [  2261] By: jhi                                   on 1998/11/22  11:17:00
12823     Log: -x should be C<-x>, reported by Gerben Wierda.
12824  Branch: cfgperl
12825        ! pod/perlfunc.pod
12826 ____________________________________________________________________________
12827 [  2260] By: gsar                                  on 1998/11/22  11:12:02
12828     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
12829  Branch: perl
12830        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
12831        ! proto.h
12832 ____________________________________________________________________________
12833 [  2259] By: jhi                                   on 1998/11/22  11:06:40
12834     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12835          Subject: Re: [PATCH] Re: pod2man bug in date generated line
12836          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
12837          Cc: perlbug@perl.com
12838          Date: 20 Nov 1998 21:30:17 +0200
12839          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
12840  Branch: cfgperl
12841        ! pod/pod2man.PL
12842 ____________________________________________________________________________
12843 [  2256] By: jhi                                   on 1998/11/21  10:44:01
12844     Log: From: Thomas Bowditch <bowditch@inmet.com>
12845          Subject: Benchmark.pm suggestion
12846          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
12847          Date: Fri, 20 Nov 1998 17:43:46 -0500
12848          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
12849          
12850          Added timesum().
12851  Branch: cfgperl
12852        ! lib/Benchmark.pm
12853 ____________________________________________________________________________
12854 [  2255] By: gsar                                  on 1998/11/21  08:45:06
12855     Log: another win32 portability fix: make sysread() and syswrite()
12856          work on sockets
12857  Branch: perl
12858        ! pp_sys.c win32/win32.h
12859 ____________________________________________________________________________
12860 [  2254] By: gsar                                  on 1998/11/21  07:49:06
12861     Log: win32_recvfrom() compatibility fix
12862  Branch: perl
12863        ! win32/win32sck.c
12864 ____________________________________________________________________________
12865 [  2253] By: jhi                                   on 1998/11/20  08:22:06
12866     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12867          To: jhi@iki.fi
12868          Subject: MPE/iX Perl 5.005_02 oops
12869          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
12870          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
12871  Branch: cfgperl
12872        ! ext/DynaLoader/dl_mpeix.xs installperl
12873 ____________________________________________________________________________
12874 [  2252] By: gsar                                  on 1998/11/19  17:38:03
12875     Log: mess_sv tweak for change#2249
12876  Branch: perl
12877        ! util.c
12878 ____________________________________________________________________________
12879 [  2251] By: jhi                                   on 1998/11/18  12:32:19
12880     Log: Display use64bits and usemultiplicity but only if necessary.
12881  Branch: cfgperl
12882        ! myconfig
12883 ____________________________________________________________________________
12884 [  2250] By: jhi                                   on 1998/11/18  12:26:50
12885     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
12886          Subject: pp.c uses 'unsigned Quad_t'
12887          To: perlbug@perl.com 
12888          Date: Sun, 15 Nov 1998 20:57:05 -0300 
12889          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
12890  Branch: cfgperl
12891        ! perl.h pp.c
12892 ____________________________________________________________________________
12893 [  2249] By: gsar                                  on 1998/11/18  05:43:11
12894     Log: use PL_mess_sv only during global destruction (fixes problems with
12895          overlapping invocations of form()/warn()/die()/croak() trampling on
12896          each other's messages)
12897  Branch: perl
12898        ! mg.c util.c
12899 ____________________________________________________________________________
12900 [  2248] By: gsar                                  on 1998/11/18  05:39:36
12901     Log: tweak change#2245 to skip previous message if any
12902  Branch: perl
12903        ! pp_ctl.c t/pragma/warn/pp_ctl
12904 ____________________________________________________________________________
12905 [  2247] By: jhi                                   on 1998/11/17  11:46:56
12906     Log: Integrate from mainperl.
12907  Branch: cfgperl
12908       !> (integrate 26 files)
12909 ____________________________________________________________________________
12910 [  2246] By: gsar                                  on 1998/11/17  09:41:10
12911     Log: allow C<sort $coderef @foo>
12912  Branch: perl
12913        ! op.c t/op/sort.t t/pragma/overload.t
12914 ____________________________________________________________________________
12915 [  2245] By: gsar                                  on 1998/11/17  08:28:26
12916     Log: propagate failures in DESTROY() as (optional) warnings
12917  Branch: perl
12918        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
12919 ____________________________________________________________________________
12920 [  2244] By: gsar                                  on 1998/11/17  07:43:08
12921     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
12922  Branch: perl
12923        ! perl.c thrdvar.h
12924 ____________________________________________________________________________
12925 [  2243] By: gsar                                  on 1998/11/17  07:40:09
12926     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
12927  Branch: perl
12928        ! lib/warning.pm warning.h warning.pl
12929 ____________________________________________________________________________
12930 [  2242] By: gsar                                  on 1998/11/17  06:32:39
12931     Log: fix skipspace() to properly account for newlines in eval''-ed
12932          strings (caused bogus line numbers in diagnostics and debugger)
12933  Branch: perl
12934        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
12935 ____________________________________________________________________________
12936 [  2241] By: gsar                                  on 1998/11/17  03:48:12
12937     Log: s/Perl_utf8skip/PL_utf8skip/g
12938  Branch: perl
12939        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
12940 ____________________________________________________________________________
12941 [  2240] By: gsar                                  on 1998/11/14  06:09:06
12942     Log: rework op/groups.t
12943  Branch: perl
12944        ! t/op/filetest.t t/op/groups.t
12945 ____________________________________________________________________________
12946 [  2235] By: gsar                                  on 1998/11/14  00:17:05
12947     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
12948  Branch: perl
12949        ! op.c
12950 ____________________________________________________________________________
12951 [  2234] By: gsar                                  on 1998/11/14  00:14:02
12952     Log: update Changes
12953  Branch: perl
12954        ! Changes win32/config.bc win32/config.gc win32/config.vc
12955 ____________________________________________________________________________
12956 [  2233] By: gsar                                  on 1998/11/13  09:43:03
12957     Log: doc tweak
12958  Branch: perl
12959        ! README.win32
12960 ____________________________________________________________________________
12961 [  2230] By: jhi                                   on 1998/11/12  17:07:45
12962     Log: Allow hints file override for d_socket
12963          (based on Sequent-induced change #2229).
12964  Branch: cfgperl
12965        ! Configure
12966 ____________________________________________________________________________
12967 [  2229] By: jhi                                   on 1998/11/12  16:32:33
12968     Log: 
12969          From: "Martin J. Bligh" <mbligh@sequent.com>
12970          To: jhi@iki.fi
12971          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
12972          Subject: Re: Making Perl work on DYNIX/ptx
12973          Date: Tue, 10 Nov 1998 16:24:26 -0800
12974          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
12975  Branch: cfgperl
12976        ! hints/dynixptx.sh
12977 ____________________________________________________________________________
12978 [  2228] By: jhi                                   on 1998/11/12  11:40:37
12979     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
12980          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
12981          To: jhi@iki.fi
12982          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
12983          Subject: Re: Making Perl work on DYNIX/ptx
12984          Date: Tue, 10 Nov 1998 18:01:10 -0800
12985  Branch: cfgperl
12986        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
12987 ____________________________________________________________________________
12988 [  2227] By: jhi                                   on 1998/11/12  11:17:42
12989     Log: Integrate from mainperl.
12990  Branch: cfgperl
12991       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
12992       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
12993       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
12994       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
12995       !> win32/win32.c x2p/s2p.PL
12996 ____________________________________________________________________________
12997 [  2226] By: gsar                                  on 1998/11/11  21:05:42
12998     Log: provide -DPERL_POLLUTE
12999  Branch: perl
13000        ! embed.pl embedvar.h
13001 ____________________________________________________________________________
13002 [  2225] By: jhi                                   on 1998/11/09  07:45:12
13003     Log: From: Hans Mulder <hansm@icgroup.nl>
13004          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
13005          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
13006          perl5-porters@perl.org
13007          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
13008          (UNINSTALLED)
13009          Date: Sun,  8 Nov 98 22:20:23 +0100
13010          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
13011  Branch: cfgperl
13012        ! malloc.c perl.h
13013 ____________________________________________________________________________
13014 [  2224] By: gsar                                  on 1998/11/09  03:13:14
13015     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
13016          Christoph <lupe@alanya.m.isar.de>)
13017  Branch: perl
13018        ! lib/Text/Wrap.pm
13019 ____________________________________________________________________________
13020 [  2223] By: gsar                                  on 1998/11/09  02:09:06
13021     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
13022          <lionel.fourquaux@wanadoo.fr>)
13023  Branch: perl
13024        ! x2p/s2p.PL
13025 ____________________________________________________________________________
13026 [  2222] By: gsar                                  on 1998/11/09  01:56:24
13027     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
13028          Date: Wed, 04 Nov 1998 12:19:44 +0000
13029          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
13030          Subject: [PATCH] Re: [5.005_53] read overflow? 
13031          --
13032          Date: Wed, 04 Nov 1998 13:15:18 +0000
13033          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
13034          Subject: [PATCH 5.005_53] perl -V fix
13035  Branch: perl
13036        ! perl.c regexec.c
13037 ____________________________________________________________________________
13038 [  2221] By: gsar                                  on 1998/11/09  01:34:56
13039     Log: From: jan.dubois@ibm.net (Jan Dubois)
13040          Date: Sun, 01 Nov 1998 00:05:01 +0100
13041          Message-ID: <364294bd.18052307@smtp1.ibm.net>
13042          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
13043  Branch: perl
13044        ! Changes win32/makedef.pl
13045 ____________________________________________________________________________
13046 [  2220] By: gsar                                  on 1998/11/08  21:13:07
13047     Log: integrate changes#2120,2168,2218 from maint-5.005;
13048          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
13049          enum; make regen_headers
13050  Branch: perl
13051        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
13052        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
13053 ____________________________________________________________________________
13054 [  2219] By: gsar                                  on 1998/11/08  19:42:57
13055     Log: integrate cfgperl changes into mainline
13056  Branch: perl
13057       +> README.vmesa
13058       !> Configure MANIFEST Porting/Glossary Porting/config.sh
13059       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
13060       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
13061       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
13062       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
13063       !> thread.h vms/subconfigure.com vos/config.h
13064 ____________________________________________________________________________
13065 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
13066     Log: From: Graham Barr <gbarr@ti.com>
13067          Date: Mon, 2 Nov 1998 07:38:52 -0600
13068          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
13069          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
13070  Branch: maint-5.005/perl
13071        ! ext/IPC/SysV/Msg.pm
13072 ____________________________________________________________________________
13073 [  2215] By: gsar                                  on 1998/11/08  02:52:52
13074     Log: set close-on-exec bit on pipe() FDs
13075  Branch: perl
13076        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
13077 ____________________________________________________________________________
13078 [  2214] By: gsar                                  on 1998/11/08  02:27:57
13079     Log: typo in newHVhv()
13080  Branch: perl
13081        ! hv.c
13082 ____________________________________________________________________________
13083 [  2211] By: jhi                                   on 1998/11/07  21:14:18
13084     Log: Finalize the Mach CThreads support.
13085          
13086          From: Hans Mulder <hansm@icgroup.nl>
13087          Date: Sat,  7 Nov 98 22:06:20 +0100
13088          To: Gurusamy Sarathy <gsar@engin.umich.edu>
13089          Cc: jhi@iki.fi, perl5-porters@perl.org
13090          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
13091          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
13092  Branch: cfgperl
13093        ! malloc.c perl.h
13094 ____________________________________________________________________________
13095 [  2210] By: gsar                                  on 1998/11/06  20:36:50
13096     Log: fix AvREALISH bogusness
13097  Branch: perl
13098        ! av.c t/op/array.t
13099 ____________________________________________________________________________
13100 [  2209] By: jhi                                   on 1998/11/06  08:05:31
13101     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
13102          ASSERT() causes problems in {NeXTStep,OpenStep}.
13103          
13104          From: Hans Mulder <hansm@icgroup.nl>
13105          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
13106          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13107          Date: Fri,  6 Nov 98 01:27:41 +0100
13108          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
13109          
13110          and
13111          
13112          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13113          Subject: Re: ASSERT() in malloc.c
13114          To: jhi@iki.fi
13115          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
13116          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
13117  Branch: cfgperl
13118        ! malloc.c
13119 ____________________________________________________________________________
13120 [  2208] By: jhi                                   on 1998/11/06  07:55:38
13121     Log: Mach CThreads needs #include <mach/cthreads.h>.
13122  Branch: cfgperl
13123        ! perl.h
13124 ____________________________________________________________________________
13125 [  2206] By: jhi                                   on 1998/11/05  14:54:52
13126     Log: PERL_BADLANG wrongly documented.
13127          
13128          From: ts <decoux@moulon.inra.fr>
13129          To: jhi@cc.hut.fi
13130          Subject: Re: Locale warning messages
13131          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
13132          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
13133          
13134          and
13135          
13136          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13137          Subject: Re: PERL_BADLANG
13138          To: jhi@iki.fi
13139          Subject: Re: PERL_BADLANG
13140          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
13141          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
13142  Branch: cfgperl
13143        ! pod/perllocale.pod
13144 ____________________________________________________________________________
13145 [  2205] By: jhi                                   on 1998/11/05  14:24:33
13146     Log: Document all the control flow keywords in perlfunc
13147          so that "perlfunc -f while" works.
13148  Branch: cfgperl
13149        ! pod/perlfunc.pod
13150 ____________________________________________________________________________
13151 [  2204] By: jhi                                   on 1998/11/05  12:46:02
13152     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
13153          (from vos/config.h).  Update Porting/{Glossary,config*}.
13154  Branch: cfgperl
13155        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13156        ! config_h.SH vos/config.h
13157 ____________________________________________________________________________
13158 [  2203] By: jhi                                   on 1998/11/05  08:34:39
13159     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
13160  Branch: cfgperl
13161        ! hints/vmesa.sh vms/subconfigure.com
13162 ____________________________________________________________________________
13163 [  2202] By: jhi                                   on 1998/11/05  08:03:20
13164     Log: Integrate from mainperl.
13165  Branch: cfgperl
13166       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
13167       !> win32/Makefile win32/makefile.mk win32/win32.c
13168 ____________________________________________________________________________
13169 [  2201] By: gsar                                  on 1998/11/05  04:40:44
13170     Log: another POPSTACK victim
13171  Branch: perl
13172        ! cop.h sv.c
13173 ____________________________________________________________________________
13174 [  2196] By: gsar                                  on 1998/11/05  02:07:54
13175     Log: fix a location affected by change#2191, add note about POPSTACK
13176  Branch: perl
13177        ! cop.h gv.c pp_ctl.c
13178 ____________________________________________________________________________
13179 [  2195] By: gsar                                  on 1998/11/05  02:04:45
13180     Log: makefile notes
13181  Branch: perl
13182        ! win32/Makefile win32/makefile.mk
13183 ____________________________________________________________________________
13184 [  2192] By: gsar                                  on 1998/11/04  23:48:53
13185     Log: indeterminate order-of-evaluation fixes
13186  Branch: perl
13187        ! mg.c
13188 ____________________________________________________________________________
13189 [  2191] By: gsar                                  on 1998/11/04  23:02:16
13190     Log: refetch local stack pointer in POPSTACK
13191  Branch: perl
13192        ! cop.h perl.c
13193 ____________________________________________________________________________
13194 [  2190] By: jhi                                   on 1998/11/04  08:50:40
13195     Log: Configure update.
13196          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
13197          
13198          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
13199          To: Martin Bligh <mbligh@sequent.com>
13200          Cc: Jarkko Hietaniemi <jhi@iki.fi>
13201          Subject: Re: Perl 5's configure on DYNIX/ptx
13202          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
13203          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
13204          
13205          find sockets also from libsocket, not just libnet.
13206          OS390: $compile_ok instead of $compile for <inttypes.h>,
13207          
13208          From: pvhp@forte.com (Peter Prymmer)
13209          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
13210          Subject: _53 not OK on os390 but looking better than ever
13211          Date: Tue, 3 Nov 98 17:33:22 PST
13212          Message-Id: <9811040133.AA09450@forte.com>
13213  Branch: cfgperl
13214        ! Configure
13215 ____________________________________________________________________________
13216 [  2189] By: jhi                                   on 1998/11/04  07:43:58
13217     Log: sysio.t failure: fix undefined order of evaluation, from
13218          
13219          From: Spider Boardman <spider@web.zk3.dec.com>
13220          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
13221          To: perlbug@perl.com
13222          Date: 4 Nov 1998 01:22:30 +0200
13223          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
13224  Branch: cfgperl
13225        ! pp_sys.c
13226 ____________________________________________________________________________
13227 [  2188] By: gsar                                  on 1998/11/04  02:59:16
13228     Log: fix return value of win32_pclose()
13229  Branch: perl
13230        ! win32/win32.c
13231 ____________________________________________________________________________
13232 [  2187] By: gsar                                  on 1998/11/04  02:56:34
13233     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
13234  Branch: perl
13235        ! Changes doop.c gv.c util.c
13236 ____________________________________________________________________________
13237 [  2186] By: jhi                                   on 1998/11/03  08:17:52
13238     Log: Document quads in pack.
13239  Branch: cfgperl
13240        ! pod/perlfunc.pod
13241 ____________________________________________________________________________
13242 [  2185] By: jhi                                   on 1998/11/03  07:49:35
13243     Log: (IV) vs (I32) vs I_V()
13244          
13245          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
13246          From: Anton Berezin <tobez@plab.ku.dk> 
13247          To: "p5p" <perl5-porters@perl.org> 
13248          Date: 01 Nov 1998 15:09:11 +0100 
13249          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
13250          
13251          and
13252          
13253          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
13254          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
13255          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
13256  Branch: cfgperl
13257        ! sv.c
13258 ____________________________________________________________________________
13259 [  2184] By: jhi                                   on 1998/11/03  07:42:46
13260     Log: VM/ESA updates.
13261  Branch: cfgperl
13262        + README.vmesa
13263        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
13264 ____________________________________________________________________________
13265 [  2183] By: jhi                                   on 1998/11/02  12:58:13
13266     Log: The id(1)-parsing is real fun.
13267  Branch: cfgperl
13268        ! t/op/groups.t
13269 ____________________________________________________________________________
13270 [  2182] By: jhi                                   on 1998/11/02  12:07:43
13271     Log: Decommission the symlink test.
13272  Branch: cfgperl
13273        ! t/op/lex_assign.t
13274 ____________________________________________________________________________
13275 [  2181] By: jhi                                   on 1998/11/02  12:03:08
13276     Log: Replace ATTR_JOINABLE with true Configure probe
13277          for PTHREAD_CREATE_JOINABLE (or equivalent:
13278          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
13279          Remove ATTR_JOINABLE itself: Thread.xs uses
13280          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
13281          
13282          Really scan for <mach/cthreads.h> only if usethreads.
13283  Branch: cfgperl
13284        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
13285 ____________________________________________________________________________
13286 [  2180] By: jhi                                   on 1998/11/02  11:07:34
13287     Log: In HP-UX 10.X usethreads only if the required files are present.
13288  Branch: cfgperl
13289        ! hints/hpux.sh
13290 ____________________________________________________________________________
13291 [  2179] By: jhi                                   on 1998/11/02  09:10:33
13292     Log: Prefer groups(1).
13293          id -Gn can be broken.
13294          id -a can save the day.
13295  Branch: cfgperl
13296        ! t/op/groups.t
13297 ____________________________________________________________________________
13298 [  2178] By: jhi                                   on 1998/11/02  08:35:29
13299     Log: Detrail enum comma.
13300  Branch: cfgperl
13301        ! perl.h
13302 ____________________________________________________________________________
13303 [  2177] By: jhi                                   on 1998/11/02  08:24:12
13304     Log: 0**0 = 1, from
13305          
13306          From: d-lewart@uiuc.edu (Daniel S. Lewart)
13307          Subject: Math::Complex 0**0 patches
13308          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
13309          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
13310          To: jhi@iki.fi (Jarkko Hietaniemi),
13311          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
13312  Branch: cfgperl
13313        ! lib/Math/Complex.pm t/lib/complex.t
13314 ____________________________________________________________________________
13315 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
13316     Log: From: jan.dubois@ibm.net (Jan Dubois)   
13317          Date: Fri, 09 Oct 1998 23:28:31 +0200
13318          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
13319          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
13320  Branch: maint-5.005/perl
13321        ! XSUB.h
13322 ____________________________________________________________________________
13323 [  2164] By: jhi                                   on 1998/10/31  15:50:02
13324     Log: Integrate from mainperl.
13325  Branch: cfgperl
13326       +> t/op/lex_assign.t
13327       !> (integrate 45 files)
13328
13329 ----------------
13330 Version 5.005_53
13331 ----------------
13332
13333 ____________________________________________________________________________
13334 [  2163] By: gsar                                  on 1998/10/31  11:31:12
13335     Log: bump patchlevel; other minor fixes for clean build and test on
13336          Solaris and win32
13337  Branch: perl
13338        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
13339        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
13340        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
13341        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13342        ! x2p/a2p.c
13343 ____________________________________________________________________________
13344 [  2162] By: gsar                                  on 1998/10/31  09:40:31
13345     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13346          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
13347          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
13348          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
13349  Branch: perl
13350        ! pp.h
13351 ____________________________________________________________________________
13352 [  2161] By: gsar                                  on 1998/10/31  09:39:13
13353     Log: From: Albert Dvornik <bert@genscan.com>
13354          Date: 30 Oct 1998 17:50:04 -0500
13355          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
13356          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
13357  Branch: perl
13358        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
13359 ____________________________________________________________________________
13360 [  2160] By: gsar                                  on 1998/10/31  09:35:03
13361     Log: fix for bugs in -x mode
13362          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13363          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
13364          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
13365          Subject: [PATCH 5.00552] Fix h2xs
13366  Branch: perl
13367        ! utils/h2xs.PL
13368 ____________________________________________________________________________
13369 [  2159] By: gsar                                  on 1998/10/31  09:31:36
13370     Log: Data::Dumper update
13371  Branch: perl
13372        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
13373        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
13374 ____________________________________________________________________________
13375 [  2153] By: gsar                                  on 1998/10/30  21:40:09
13376     Log: add testsuite portion of patch
13377          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13378          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
13379          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
13380          Subject: [PATCH 5.00321 ;-)] 87% speedup
13381  Branch: perl
13382        + t/op/lex_assign.t
13383        ! MANIFEST
13384 ____________________________________________________________________________
13385 [  2152] By: gsar                                  on 1998/10/30  21:08:11
13386     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
13387  Branch: perl
13388        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
13389 ____________________________________________________________________________
13390 [  2151] By: gsar                                  on 1998/10/30  20:18:09
13391     Log: From: Mark-Jason Dominus <mjd@plover.com>
13392          Date: Fri, 30 Oct 1998 14:24:23 EST
13393          Message-Id: <19981030192423.27276.qmail@plover.com>
13394          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
13395  Branch: perl
13396        ! x2p/walk.c
13397 ____________________________________________________________________________
13398 [  2150] By: gsar                                  on 1998/10/30  20:08:57
13399     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13400          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
13401          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
13402          Subject: [PATCH 5.00552] Overloaded <> and deref again
13403  Branch: perl
13404        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
13405        ! t/pragma/overload.t toke.c
13406 ____________________________________________________________________________
13407 [  2149] By: gsar                                  on 1998/10/30  19:38:15
13408     Log: From: Roderick Schertler <roderick@argon.org>
13409          Date: Thu, 29 Oct 1998 14:50:18 -0500
13410          Message-ID: <17625.909690618@eeyore.ibcinc.com>
13411          Subject: patch for daemonization docs in perlipc
13412  Branch: perl
13413        ! pod/perlipc.pod
13414 ____________________________________________________________________________
13415 [  2148] By: gsar                                  on 1998/10/30  19:36:07
13416     Log: From: Anton Berezin <tobez@plab.ku.dk>
13417          Date: 29 Oct 1998 17:06:25 +0100
13418          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
13419          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
13420  Branch: perl
13421        ! win32/win32.c
13422 ____________________________________________________________________________
13423 [  2147] By: gsar                                  on 1998/10/30  19:31:37
13424     Log: tweaked version of suggested patch
13425          From: Anton Berezin <tobez@plab.ku.dk>
13426          Date: 29 Oct 1998 14:48:54 +0100
13427          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
13428          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
13429  Branch: perl
13430        ! win32/win32.c
13431 ____________________________________________________________________________
13432 [  2146] By: gsar                                  on 1998/10/30  19:03:50
13433     Log: hand-apply whitespace-mutiliated patch
13434          From: "vishal bhatia" <vishalb@hotmail.com>
13435          Date: Wed, 28 Oct 1998 23:45:32 PST
13436          Message-ID: <19981029074534.2334.qmail@hotmail.com>
13437          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
13438  Branch: perl
13439        ! ext/B/B/C.pm ext/B/B/CC.pm
13440 ____________________________________________________________________________
13441 [  2145] By: gsar                                  on 1998/10/30  18:46:58
13442     Log: remaining PL_foo stragglers
13443  Branch: perl
13444        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
13445        ! op.h os2/os2.c vms/gen_shrfls.pl
13446 ____________________________________________________________________________
13447 [  2144] By: gsar                                  on 1998/10/30  17:38:36
13448     Log: integrate cfgperl tweaks into mainline
13449  Branch: perl
13450       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
13451       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
13452 ____________________________________________________________________________
13453 [  2143] By: jhi                                   on 1998/10/30  13:27:39
13454     Log: There can be multiple yacc/bison errors.
13455  Branch: cfgperl
13456        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
13457 ____________________________________________________________________________
13458 [  2142] By: jhi                                   on 1998/10/30  13:18:43
13459     Log: README.posix-bc update.
13460  Branch: cfgperl
13461        ! README.posix-bc
13462 ____________________________________________________________________________
13463 [  2141] By: jhi                                   on 1998/10/30  09:12:59
13464     Log: #2133 fallout.
13465  Branch: cfgperl
13466        ! doio.c ext/POSIX/POSIX.xs
13467 ____________________________________________________________________________
13468 [  2140] By: jhi                                   on 1998/10/30  08:43:18
13469     Log: Integrate from mainperl.
13470  Branch: cfgperl
13471       +> globvar.sym pp.sym
13472        - objpp.h thread.sym
13473       !> (integrate 61 files)
13474 ____________________________________________________________________________
13475 [  2133] By: gsar                                  on 1998/10/30  02:51:39
13476     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
13477          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
13478          should soon be automated also; the global variables that
13479          escaped the PL_foo conversion are now reined in; renamed
13480          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
13481          type of same name; duplicated lists of pp_things in various
13482          places is now gone; result has only been tested on win32
13483  Branch: perl
13484        + globvar.sym pp.sym
13485        - objpp.h thread.sym
13486        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
13487        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
13488        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
13489        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
13490        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
13491        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
13492        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
13493        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
13494        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
13495        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13496        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
13497 ____________________________________________________________________________
13498 [  2130] By: jhi                                   on 1998/10/29  15:31:26
13499     Log: Pure bison yylex() proto was broken.
13500  Branch: cfgperl
13501        ! proto.h
13502 ____________________________________________________________________________
13503 [  2126] By: jhi                                   on 1998/10/29  08:35:54
13504     Log: Integrate mainperl.
13505  Branch: cfgperl
13506       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
13507       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
13508       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
13509       !> t/pragma/warn/doio toke.c win32/makefile.mk
13510 ____________________________________________________________________________
13511 [  2125] By: jhi                                   on 1998/10/29  08:32:38
13512     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
13513  Branch: cfgperl
13514        ! Makefile.SH
13515 ____________________________________________________________________________
13516 [  2124] By: jhi                                   on 1998/10/29  08:06:44
13517     Log: EBCDIC Makefile.SH tuneup.
13518  Branch: cfgperl
13519        ! Makefile.SH
13520 ____________________________________________________________________________
13521 [  2119] By: gsar                                  on 1998/10/28  23:24:04
13522     Log: remove doubled hunk from integration
13523  Branch: perl
13524        ! pp.c
13525 ____________________________________________________________________________
13526 [  2118] By: gsar                                  on 1998/10/28  22:03:31
13527     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13528          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
13529          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
13530          Subject: [PATCH 5.00552] Minor debugger tweaks
13531  Branch: perl
13532        ! lib/perl5db.pl
13533 ____________________________________________________________________________
13534 [  2117] By: gsar                                  on 1998/10/28  22:02:30
13535     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13536          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
13537          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
13538          Subject: [PATCH 5.00552] Make sort respect overloading
13539  Branch: perl
13540        ! pp_ctl.c proto.h t/pragma/overload.t
13541 ____________________________________________________________________________
13542 [  2116] By: gsar                                  on 1998/10/28  21:51:11
13543     Log: MM patches from Ilya Zakharevich
13544          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
13545          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
13546          Subject: [PATCH 5.00552] Make MakeMaker more verbose
13547          --
13548          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
13549          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
13550          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
13551  Branch: perl
13552        ! lib/ExtUtils/MakeMaker.pm
13553 ____________________________________________________________________________
13554 [  2115] By: gsar                                  on 1998/10/28  21:46:19
13555     Log: add explicit references to perl source path in ld2 and gcc2
13556  Branch: perl
13557        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
13558 ____________________________________________________________________________
13559 [  2114] By: gsar                                  on 1998/10/28  21:39:56
13560     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
13561          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
13562          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
13563          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
13564  Branch: perl
13565        ! INSTALL
13566 ____________________________________________________________________________
13567 [  2113] By: gsar                                  on 1998/10/28  21:21:16
13568     Log: integrate cfgperl into mainline
13569  Branch: perl
13570       +> t/op/filetest.t
13571       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
13572       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
13573       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
13574       !> thread.h toke.c vmesa/Makefile
13575 ____________________________________________________________________________
13576 [  2112] By: gsar                                  on 1998/10/28  21:14:18
13577     Log: minor cleanup
13578  Branch: perl
13579        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
13580 ____________________________________________________________________________
13581 [  2111] By: gsar                                  on 1998/10/28  18:52:10
13582     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
13583  Branch: perl
13584        ! toke.c
13585 ____________________________________________________________________________
13586 [  2110] By: jhi                                   on 1998/10/28  15:07:54
13587     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
13588  Branch: cfgperl
13589        ! Makefile.SH
13590 ____________________________________________________________________________
13591 [  2109] By: jhi                                   on 1998/10/28  13:39:54
13592     Log: a2p.y needs to generate also y.tab.h.
13593  Branch: cfgperl
13594        ! Makefile.SH
13595 ____________________________________________________________________________
13596 [  2108] By: jhi                                   on 1998/10/28  10:33:36
13597     Log: The "parse error" must be converted to "syntax error",
13598          just matching it aint' enough.
13599  Branch: cfgperl
13600        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13601        ! t/pragma/warning.t
13602 ____________________________________________________________________________
13603 [  2107] By: jhi                                   on 1998/10/28  10:23:05
13604     Log: Regen sig_n{ame,umber}* if slightest doubt.
13605  Branch: cfgperl
13606        ! Configure
13607 ____________________________________________________________________________
13608 [  2106] By: jhi                                   on 1998/10/28  08:44:49
13609     Log: Bison says 'parse error', not 'parser error'.
13610  Branch: cfgperl
13611        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13612        ! t/pragma/warning.t
13613 ____________________________________________________________________________
13614 [  2105] By: jhi                                   on 1998/10/28  08:42:09
13615     Log: yylex() parametrization.
13616  Branch: cfgperl
13617        ! proto.h toke.c
13618 ____________________________________________________________________________
13619 [  2104] By: jhi                                   on 1998/10/28  08:25:09
13620     Log: Bring in #2102.
13621  Branch: cfgperl
13622        ! pp.c
13623 ____________________________________________________________________________
13624 [  2103] By: jhi                                   on 1998/10/28  08:22:04
13625     Log: From: Dominic Dunlop <domo@vo.lu>
13626          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
13627          Date: 27 Oct 1998 20:47:25 +0200
13628          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
13629  Branch: cfgperl
13630        ! t/op/groups.t
13631 ____________________________________________________________________________
13632 [  2102] By: larry                                 on 1998/10/27  18:58:55
13633     Log: utf8 change to quotemeta broke EBCDIC
13634  Branch: perl
13635        ! pp.c
13636 ____________________________________________________________________________
13637 [  2101] By: jhi                                   on 1998/10/27  12:55:34
13638     Log: $Config{sig_num_init}.
13639          Also, a new approach to the 'pthreads-created-joinable': drop
13640          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
13641          directly. (See also #2096).
13642  Branch: cfgperl
13643        ! Configure config_h.SH
13644 ____________________________________________________________________________
13645 [  2100] By: jhi                                   on 1998/10/27  10:48:55
13646     Log: Regenerated perly_c.diff.
13647  Branch: cfgperl
13648        ! perly_c.diff
13649 ____________________________________________________________________________
13650 [  2099] By: jhi                                   on 1998/10/27  08:42:25
13651     Log: First the mangler was Netscape, then it was me.
13652  Branch: cfgperl
13653        ! vmesa/Makefile
13654 ____________________________________________________________________________
13655 [  2098] By: jhi                                   on 1998/10/27  08:34:40
13656     Log: `id -Gn` might be available where `groups` is not.
13657  Branch: cfgperl
13658        ! t/op/groups.t
13659 ____________________________________________________________________________
13660 [  2097] By: jhi                                   on 1998/10/27  08:05:17
13661     Log: Netscape had mangled the tabs.
13662  Branch: cfgperl
13663        ! vmesa/Makefile
13664 ____________________________________________________________________________
13665 [  2096] By: jhi                                   on 1998/10/27  08:03:05
13666     Log: ATTR_JOINABLE logic, based on (private email)
13667          
13668          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
13669          Subject: Some little diffs
13670          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
13671          Date: Tue, 27 Oct 1998 13:44:42 +1300
13672  Branch: cfgperl
13673        ! thread.h
13674 ____________________________________________________________________________
13675 [  2095] By: jhi                                   on 1998/10/27  07:56:57
13676     Log: Mach cthreads support based on:
13677          
13678          From: brie@corp.home.net (Brian Harrison)
13679          Subject: perl5.005_02 patch for mthreads
13680          To: perl5-porters@perl.org
13681          Date: 24 Oct 1998 01:01:55 +0300
13682          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
13683          
13684          Pthread yield probe (dejavu)
13685          Cosmetic nanochange for the union semun output.
13686          Better inttypes.h probe.
13687          Undo the 'void *' $selecttype probe from #1971 because
13688          it breaks the $selectminbits test.
13689  Branch: cfgperl
13690        ! Configure config_h.SH perl.h thread.h
13691 ____________________________________________________________________________
13692 [  2094] By: jhi                                   on 1998/10/26  13:02:07
13693     Log: Also posix-bc wants to reyacc.
13694  Branch: cfgperl
13695        ! Makefile.SH
13696 ____________________________________________________________________________
13697 [  2093] By: jhi                                   on 1998/10/26  10:17:21
13698     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
13699          5_02 and really breaking things in non-ASCII worlds.
13700  Branch: cfgperl
13701        ! pp.c
13702 ____________________________________________________________________________
13703 [  2092] By: jhi                                   on 1998/10/26  09:08:00
13704     Log: More robustness.
13705  Branch: cfgperl
13706        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
13707        ! t/pragma/warning.t
13708 ____________________________________________________________________________
13709 [  2091] By: jhi                                   on 1998/10/26  08:47:32
13710     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
13711          Bison really wants YYLEX_PARAM.
13712  Branch: cfgperl
13713        ! perly.y proto.h toke.c
13714 ____________________________________________________________________________
13715 [  2090] By: jhi                                   on 1998/10/26  08:21:25
13716     Log: s/YYLEX_PARAM/YYLEXPARAM/
13717  Branch: cfgperl
13718        ! perly.y
13719 ____________________________________________________________________________
13720 [  2089] By: jhi                                   on 1998/10/26  08:17:33
13721     Log: Indicate skipped subtests.
13722  Branch: cfgperl
13723        ! t/io/pipe.t
13724 ____________________________________________________________________________
13725 [  2088] By: jhi                                   on 1998/10/26  08:11:36
13726     Log: Integrate from mainperl.
13727  Branch: cfgperl
13728       !> (integrate 54 files)
13729 ____________________________________________________________________________
13730 [  2087] By: jhi                                   on 1998/10/26  08:08:02
13731     Log: Add test for filetests.
13732  Branch: cfgperl
13733        + t/op/filetest.t
13734        ! MANIFEST
13735 ____________________________________________________________________________
13736 [  2086] By: gsar                                  on 1998/10/26  02:44:44
13737     Log: various win32 tweaks; disable new xs_cpp section (it creates
13738          ambiguous inference graph for %.xs --> %.o)
13739  Branch: perl
13740        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
13741        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
13742        ! win32/config.gc win32/config_H.gc win32/makedef.pl
13743        ! win32/makefile.mk win32/win32.h
13744 ____________________________________________________________________________
13745 [  2085] By: gsar                                  on 1998/10/26  00:50:02
13746     Log: sanity-check $Config{drand01} in rand.t
13747  Branch: perl
13748        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
13749        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13750 ____________________________________________________________________________
13751 [  2078] By: gsar                                  on 1998/10/25  10:22:04
13752     Log: update win32/config*.?c
13753  Branch: perl
13754        ! Changes win32/config.bc win32/config.gc win32/config.vc
13755        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13756 ____________________________________________________________________________
13757 [  2077] By: gsar                                  on 1998/10/25  08:39:25
13758     Log: From: Graham Barr <gbarr@pobox.com>
13759          Date: Sat, 24 Oct 1998 21:45:50 -0500
13760          Message-ID: <19981024214550.C508@pobox.com>
13761          Subject: Re: die with a reference  should use overload "" operator
13762  Branch: perl
13763        ! pp_ctl.c
13764 ____________________________________________________________________________
13765 [  2076] By: gsar                                  on 1998/10/25  08:37:49
13766     Log: From: Graham Barr <gbarr@pobox.com>
13767          Date: Sat, 24 Oct 1998 12:45:21 -0500
13768          Message-ID: <19981024124521.C512@pobox.com>
13769          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
13770  Branch: perl
13771        ! sv.c
13772 ____________________________________________________________________________
13773 [  2075] By: gsar                                  on 1998/10/25  08:24:09
13774     Log: fix C<print $n += 5;> etc.
13775  Branch: perl
13776        ! toke.c
13777 ____________________________________________________________________________
13778 [  2074] By: gsar                                  on 1998/10/25  08:12:28
13779     Log: list builtins with portability caveats
13780          From: Jarkko Hietaniemi <jhi@iki.fi>
13781          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
13782          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
13783          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
13784  Branch: perl
13785        ! pod/perlfunc.pod
13786 ____________________________________________________________________________
13787 [  2073] By: gsar                                  on 1998/10/25  07:55:43
13788     Log: fix stack overrun in file test operators
13789  Branch: perl
13790        ! pp_sys.c
13791 ____________________________________________________________________________
13792 [  2072] By: gsar                                  on 1998/10/25  07:29:45
13793     Log: implement C<goto &func> and other fixes (via private mail)
13794          From:    "vishal bhatia" <vishalb@hotmail.com>
13795          Date:    Wed, 21 Oct 1998 22:59:03 PDT
13796          Message-Id: <19981022055904.20083.qmail@hotmail.com>
13797          Subject: [PATCH 5.005_52] More fixes for B
13798  Branch: perl
13799        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
13800 ____________________________________________________________________________
13801 [  2071] By: gsar                                  on 1998/10/25  07:14:41
13802     Log: From: Graham Barr <gbarr@pobox.com>
13803          Date: Sat, 17 Oct 1998 20:42:41 -0500
13804          Message-ID: <19981017204241.G510@pobox.com>
13805          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
13806  Branch: perl
13807        ! pp_ctl.c
13808 ____________________________________________________________________________
13809 [  2070] By: gsar                                  on 1998/10/25  07:07:29
13810     Log: avoid bogus line number in XSUB redefined warnings
13811  Branch: perl
13812        ! op.c
13813 ____________________________________________________________________________
13814 [  2069] By: gsar                                  on 1998/10/25  06:59:03
13815     Log: From: Martijn Koster <mak@excitecorp.com>
13816          Date: Wed, 21 Oct 1998 13:12:03 +0100
13817          Message-ID: <19981021131203.A15661@excitecorp.com>
13818          Subject: File::Path::mkpath reports the wrong error
13819  Branch: perl
13820        ! lib/File/Path.pm
13821 ____________________________________________________________________________
13822 [  2068] By: gsar                                  on 1998/10/25  06:54:43
13823     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
13824          Date: Tue, 20 Oct 1998 20:52:20 -0500
13825          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
13826          Subject: Exporter.pm's export_to_level() argument handling buggy
13827  Branch: perl
13828        ! lib/Exporter.pm
13829 ____________________________________________________________________________
13830 [  2067] By: gsar                                  on 1998/10/25  06:50:19
13831     Log: From: jan.dubois@ibm.net (Jan Dubois)
13832          Date: Wed, 21 Oct 1998 00:55:51 +0200
13833          Message-ID: <36380269.55370608@smtp1.ibm.net>
13834          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
13835  Branch: perl
13836        ! ext/DynaLoader/DynaLoader_pm.PL
13837 ____________________________________________________________________________
13838 [  2066] By: gsar                                  on 1998/10/25  06:48:19
13839     Log: recognize '%' as a shell metachar for win32
13840          From: jan.dubois@ibm.net (Jan Dubois)
13841          Date: Tue, 20 Oct 1998 21:57:35 +0200
13842          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
13843          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
13844  Branch: perl
13845        ! win32/win32.c
13846 ____________________________________________________________________________
13847 [  2065] By: gsar                                  on 1998/10/25  06:46:30
13848     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
13849  Branch: perl
13850        ! sv.c
13851 ____________________________________________________________________________
13852 [  2064] By: gsar                                  on 1998/10/25  06:45:09
13853     Log: From: Gisle Aas <gisle@aas.no>
13854          Date: 20 Oct 1998 14:24:44 +0200
13855          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
13856          Subject: ord() and unpack("U*",...) should not be negative
13857  Branch: perl
13858        ! pp.c
13859 ____________________________________________________________________________
13860 [  2063] By: gsar                                  on 1998/10/25  06:42:29
13861     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13862          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
13863          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
13864          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
13865  Branch: perl
13866        ! os2/os2.c
13867 ____________________________________________________________________________
13868 [  2062] By: gsar                                  on 1998/10/25  06:41:26
13869     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13870          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
13871          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
13872          Subject: [PATCH 5.005_*] Speed up aassign
13873  Branch: perl
13874        ! pp_hot.c
13875 ____________________________________________________________________________
13876 [  2061] By: gsar                                  on 1998/10/25  06:39:04
13877     Log: From: Graham Barr <gbarr@pobox.com>
13878          Date: Sat, 17 Oct 1998 22:22:02 -0500
13879          Message-ID: <19981017222202.J510@pobox.com>
13880          Subject: Re: '*' prototype does not allow bareword with strict
13881  Branch: perl
13882        ! toke.c
13883 ____________________________________________________________________________
13884 [  2060] By: gsar                                  on 1998/10/25  06:37:34
13885     Log: handle '::' in section names properly
13886          From: Graham Barr <gbarr@pobox.com>
13887          Date: Sat, 17 Oct 1998 12:57:54 -0500
13888          Message-ID: <19981017125754.C510@pobox.com>
13889          Subject: Re: pod2html
13890  Branch: perl
13891        ! lib/Pod/Html.pm
13892 ____________________________________________________________________________
13893 [  2059] By: gsar                                  on 1998/10/25  06:33:43
13894     Log: integrate changes#1982,2014,2021 (from maint-5.005)
13895  Branch: perl
13896       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
13897       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
13898 ____________________________________________________________________________
13899 [  2058] By: gsar                                  on 1998/10/25  05:44:17
13900     Log: allow more win32 symbol exports (suggested by Jan Dubois)
13901  Branch: perl
13902        ! win32/makedef.pl
13903 ____________________________________________________________________________
13904 [  2057] By: gsar                                  on 1998/10/25  05:40:40
13905     Log: integrate change#2053 from maint-5.005
13906  Branch: perl
13907       !> cop.h t/cmd/while.t
13908 ____________________________________________________________________________
13909 [  2056] By: gsar                                  on 1998/10/25  05:16:41
13910     Log: commented version of a patch suggested by Drago Goricanec
13911          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13912          Date: 16 Oct 1998 15:24:45 +0300
13913          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
13914          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
13915  Branch: perl
13916        ! pp_sys.c
13917 ____________________________________________________________________________
13918 [  2055] By: gsar                                  on 1998/10/25  05:11:03
13919     Log: include eof() in description of buffering caveats
13920          From: Anton Berezin <tobez@plab.ku.dk>
13921          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
13922          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
13923          Subject: [DOCPATCH] pod/perlfunc.pod
13924  Branch: perl
13925        ! pod/perlfunc.pod
13926 ____________________________________________________________________________
13927 [  2054] By: gsar                                  on 1998/10/25  05:07:42
13928     Log: disallow 'x' in hex numbers (except leading '0x')
13929          From: Gisle Aas <gisle@aas.no>
13930          Date: 16 Oct 1998 16:33:12 +0200
13931          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
13932          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
13933  Branch: perl
13934        ! perlvars.h t/op/oct.t util.c
13935 ____________________________________________________________________________
13936 [  2052] By: gsar                                  on 1998/10/25  04:49:04
13937     Log: avoid the circular refcnt logic in magic_mutexfree()
13938  Branch: perl
13939        ! mg.c pp.c pp_hot.c
13940 ____________________________________________________________________________
13941 [  2051] By: gsar                                  on 1998/10/25  04:35:07
13942     Log: properly restore PL_rsfp_filters after require
13943  Branch: perl
13944        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
13945        ! scope.h
13946 ____________________________________________________________________________
13947 [  2050] By: gsar                                  on 1998/10/25  02:42:32
13948     Log: integrate cfgperl changes back into mainline
13949  Branch: perl
13950       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
13951       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
13952       !> (integrate 33 files)
13953 ____________________________________________________________________________
13954 [  2049] By: gsar                                  on 1998/10/25  01:30:48
13955     Log: avoid "mysterious" compile-time failures without messages
13956  Branch: perl
13957        ! gv.c
13958 ____________________________________________________________________________
13959 [  2041] By: gsar                                  on 1998/10/23  21:11:56
13960     Log: checkin jpl under //depot/perlext/jpl/...
13961  Branch: perlext
13962        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
13963        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
13964        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
13965        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
13966        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
13967        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
13968        + jpl/PerlInterpreter/Makefile.PL
13969        + jpl/PerlInterpreter/PerlInterpreter.c
13970        + jpl/PerlInterpreter/PerlInterpreter.h
13971        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
13972        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
13973        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
13974        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
13975        + jpl/get_jdk/jdk_hosts jpl/install-jpl
13976 ____________________________________________________________________________
13977 [  2040] By: larry                                 on 1998/10/23  19:31:42
13978     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
13979  Branch: perl
13980        ! pp.c
13981 ____________________________________________________________________________
13982 [  2039] By: larry                                 on 1998/10/23  18:48:34
13983     Log: tr///d does not seem to work
13984  Branch: perl
13985        ! lib/utf8_heavy.pl
13986 ____________________________________________________________________________
13987 [  2038] By: larry                                 on 1998/10/23  18:00:41
13988     Log: Program with utf8 identifiers fails to compile
13989  Branch: perl
13990        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
13991 ____________________________________________________________________________
13992 [  2037] By: jhi                                   on 1998/10/23  14:04:51
13993     Log: Test suite portability:
13994          - posix-bc does not write to broken pipes
13995          - filehand #11 only iff we have fork
13996          - warning.t can now match $expected using regular expressions
13997  Branch: cfgperl
13998        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
13999        ! t/pragma/warning.t
14000 ____________________________________________________________________________
14001 [  2036] By: jhi                                   on 1998/10/23  12:12:07
14002     Log: yacc clarification.
14003  Branch: cfgperl
14004        ! README.posix-bc
14005 ____________________________________________________________________________
14006 [  2035] By: jhi                                   on 1998/10/23  12:09:59
14007     Log: Some C compilers get upset about 8-bit characters in /* comments. */
14008  Branch: cfgperl
14009        ! mg.c
14010 ____________________________________________________________________________
14011 [  2034] By: jhi                                   on 1998/10/22  09:11:52
14012     Log: Configure update: both for pthread_yield more robust
14013          testing (all variants of pthread_attr_getdetachstate()) --
14014          and because Configure was broken in major way! About 1000
14015          last lines were truncated.
14016  Branch: cfgperl
14017        ! Configure
14018 ____________________________________________________________________________
14019 [  2033] By: jhi                                   on 1998/10/22  07:47:10
14020     Log: DJGPP feedback for #2028.
14021  Branch: cfgperl
14022        ! thread.h
14023 ____________________________________________________________________________
14024 [  2032] By: jhi                                   on 1998/10/21  13:03:57
14025     Log: yielding, the saga continues.
14026  Branch: cfgperl
14027        ! Configure config_h.SH
14028       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
14029       !> t/op/goto.t t/pragma/constant.t
14030 ____________________________________________________________________________
14031 [  2031] By: jhi                                   on 1998/10/21  09:15:42
14032     Log: VM/ESA feedback for #2028.
14033  Branch: cfgperl
14034        ! Configure config_h.SH thread.h
14035 ____________________________________________________________________________
14036 [  2030] By: gsar                                  on 1998/10/21  04:22:53
14037     Log: fix handling of mayhaps-extended @_ in goto &sub
14038  Branch: perl
14039        ! av.c pp_ctl.c t/op/goto.t
14040 ____________________________________________________________________________
14041 [  2029] By: gsar                                  on 1998/10/21  00:54:14
14042     Log: restore sanity to "constant" references
14043  Branch: perl
14044        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
14045 ____________________________________________________________________________
14046 [  2028] By: jhi                                   on 1998/10/20  15:01:20
14047     Log: OLD_PTHREADS_API reorganizing.
14048  Branch: cfgperl
14049        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
14050        ! vmesa/vmesaish.h
14051 ____________________________________________________________________________
14052 [  2027] By: jhi                                   on 1998/10/20  14:14:51
14053     Log: #2026 fallout.
14054  Branch: cfgperl
14055        ! Makefile.SH
14056 ____________________________________________________________________________
14057 [  2026] By: jhi                                   on 1998/10/20  11:47:21
14058     Log: VM/ESA update.
14059  Branch: cfgperl
14060        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
14061 ____________________________________________________________________________
14062 [  2025] By: jhi                                   on 1998/10/20  08:20:56
14063     Log: 64-bitness, based on
14064          
14065          From: Scott Henry <scotth@sgi.com>
14066          To: perl-64bit@perl.org
14067          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
14068          Subject: Re: Configure problems/questions...
14069          Date: 19 Oct 1998 22:38:06 -0700
14070  Branch: cfgperl
14071        ! hints/irix_6.sh perl.h
14072 ____________________________________________________________________________
14073 [  2024] By: jhi                                   on 1998/10/20  08:09:07
14074     Log: Add lseeksize.
14075  Branch: cfgperl
14076        ! config_h.SH
14077 ____________________________________________________________________________
14078 [  2023] By: jhi                                   on 1998/10/20  08:08:33
14079     Log: Mumble about _yields() only when threaded.
14080  Branch: cfgperl
14081        ! Configure
14082 ____________________________________________________________________________
14083 [  2022] By: jhi                                   on 1998/10/20  07:46:26
14084     Log: Thinko at PTHREADS_CREATED_JOINABLE.
14085  Branch: cfgperl
14086        ! thread.h
14087 ____________________________________________________________________________
14088 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
14089     Log: From: Chip Salzenberg <chip@perlsupport.com>
14090          Date: Tue, 6 Oct 1998 13:33:05 -0400
14091          Message-ID: <19981006133305.A2348@perlsupport.com>
14092          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
14093  Branch: maint-5.005/perl
14094        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
14095        ! t/op/tie.t
14096 ____________________________________________________________________________
14097 [  2020] By: jhi                                   on 1998/10/19  09:15:53
14098     Log: YIELD more robustly.
14099  Branch: cfgperl
14100        ! thread.h
14101 ____________________________________________________________________________
14102 [  2019] By: jhi                                   on 1998/10/19  08:48:33
14103     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
14104          the 'new' one (just like DJGPP, it seems).
14105  Branch: cfgperl
14106        ! thread.h
14107 ____________________________________________________________________________
14108 [  2018] By: jhi                                   on 1998/10/19  07:02:44
14109     Log: vmesaish.h doesn't exclude unixish.h.
14110  Branch: cfgperl
14111        ! perl.h
14112 ____________________________________________________________________________
14113 [  2017] By: jhi                                   on 1998/10/19  06:44:19
14114     Log: 1<<$randbits is not good for randbits=48.
14115  Branch: cfgperl
14116        ! t/op/rand.t
14117 ____________________________________________________________________________
14118 [  2016] By: jhi                                   on 1998/10/19  06:39:47
14119     Log: Make #2012 glob pattern more portable.
14120  Branch: cfgperl
14121        ! Makefile.SH
14122 ____________________________________________________________________________
14123 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
14124     Log: Fix POSIX::sigprocmask not to check type of $old parameter
14125          as it is output only
14126  Branch: maint-5.005/perl
14127        ! ext/POSIX/POSIX.xs
14128 ____________________________________________________________________________
14129 [  2012] By: jhi                                   on 1998/10/17  15:04:23
14130     Log: clean numbered core dumps and t/tmp[0-9]*.
14131  Branch: cfgperl
14132        ! Makefile.SH
14133 ____________________________________________________________________________
14134 [  2011] By: jhi                                   on 1998/10/17  14:59:15
14135     Log: More robust yacc/bison failure output handling.
14136  Branch: cfgperl
14137        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14138 ____________________________________________________________________________
14139 [  2010] By: jhi                                   on 1998/10/17  14:51:05
14140     Log: BC2000 POSIX update.
14141  Branch: cfgperl
14142        ! MANIFEST
14143 ____________________________________________________________________________
14144 [  2009] By: jhi                                   on 1998/10/17  14:49:46
14145     Log: POSIX BC2000 port from perl-mvs:
14146          
14147          Subject: Ported perl 5.005.02 to BS2000 / POSIX
14148          From: Dorner Thomas <Thomas.Dorner@start.de> 
14149          Date: Tue, 29 Sep 1998 13:29:36 +0100 
14150          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
14151  Branch: cfgperl
14152        + README.posix-bc hints/posix-bc.sh
14153        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
14154        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
14155        ! unixish.h
14156 ____________________________________________________________________________
14157 [  2008] By: jhi                                   on 1998/10/17  14:07:49
14158     Log: VM/ESA-update.
14159  Branch: cfgperl
14160        ! MANIFEST
14161 ____________________________________________________________________________
14162 [  2007] By: jhi                                   on 1998/10/17  13:55:34
14163     Log: Forgot few S_I* imports.
14164  Branch: cfgperl
14165        ! t/lib/ipc_sysv.t
14166 ____________________________________________________________________________
14167 [  2006] By: jhi                                   on 1998/10/17  13:43:54
14168     Log: The VM/ESA port essentials, based on
14169          
14170          perl-mvs:
14171          
14172          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
14173          Subject: Re: Can't find Data/Dumper.pm
14174          Date: Mon, 28 Sep 1998 07:40:49 +1300
14175          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
14176          
14177          private email:
14178          
14179          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
14180          Subject: Re: Perl thread problems in VM/ESA
14181          Date: Thu, 15 Oct 1998 07:18:35 +1300
14182          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
14183          
14184          and private email:
14185          
14186          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
14187          Subject:  perl archive
14188          Date:  Sun, 11 Oct 1998 19:28:54 EDT
14189          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
14190          which gave a pointer to
14191          
14192          http://pucc.princeton.edu/~neale/perl.tar
14193          
14194          (based on Perl 5.005_51)
14195  Branch: cfgperl
14196        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
14197        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
14198        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
14199        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
14200 ____________________________________________________________________________
14201 [  2005] By: jhi                                   on 1998/10/17  13:17:19
14202     Log: Integrate mainperl.
14203  Branch: cfgperl
14204       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
14205       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14206       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
14207       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
14208       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
14209       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
14210       !> win32/makefile.mk
14211 ____________________________________________________________________________
14212 [  2004] By: jhi                                   on 1998/10/17  11:19:06
14213     Log: Removed an extra ' from the int64_t test.
14214  Branch: cfgperl
14215        ! Configure
14216 ____________________________________________________________________________
14217 [  2003] By: gsar                                  on 1998/10/17  04:11:40
14218     Log: silence -w noises (suggested by Greg Bacon)
14219  Branch: perl
14220        ! lib/Term/Complete.pm
14221 ____________________________________________________________________________
14222 [  2002] By: gsar                                  on 1998/10/17  04:07:48
14223     Log: From: Gisle Aas <gisle@aas.no>
14224          Date: 14 Oct 1998 15:53:14 +0200
14225          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
14226          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
14227  Branch: perl
14228        ! util.c
14229 ____________________________________________________________________________
14230 [  2001] By: gsar                                  on 1998/10/17  04:06:10
14231     Log: From: Gisle Aas <gisle@aas.no>
14232          Date: 14 Oct 1998 15:17:44 +0200
14233          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
14234          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
14235  Branch: perl
14236        ! toke.c
14237 ____________________________________________________________________________
14238 [  2000] By: gsar                                  on 1998/10/17  03:06:33
14239     Log: From: Gisle Aas <gisle@aas.no>
14240          Date: 14 Oct 1998 00:38:06 +0200
14241          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
14242          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
14243  Branch: perl
14244        ! sv.c
14245 ____________________________________________________________________________
14246 [  1999] By: gsar                                  on 1998/10/17  03:04:48
14247     Log: From: Dan Sugalski <sugalskd@osshe.edu>
14248          Date: Tue, 13 Oct 1998 15:10:57 -0700
14249          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
14250          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
14251  Branch: perl
14252        ! vms/ext/Stdio/Stdio.pm
14253 ____________________________________________________________________________
14254 [  1998] By: gsar                                  on 1998/10/17  03:00:40
14255     Log: skip readonly vars and unref references when doing a reset()
14256  Branch: perl
14257        ! sv.c
14258 ____________________________________________________________________________
14259 [  1997] By: gsar                                  on 1998/10/17  02:49:19
14260     Log: fix buggy treatment of large checksums on unicode strings
14261          From: Gisle Aas <gisle@aas.no>
14262          Date: 13 Oct 1998 21:35:39 +0200
14263          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
14264          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
14265  Branch: perl
14266        ! pp.c
14267 ____________________________________________________________________________
14268 [  1996] By: gsar                                  on 1998/10/17  02:43:22
14269     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14270          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
14271          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
14272          Subject: [PATCH 5.005_52] Memory overrun in os2.c
14273  Branch: perl
14274        ! os2/Makefile.SHs os2/os2.c
14275 ____________________________________________________________________________
14276 [  1995] By: gsar                                  on 1998/10/17  02:42:01
14277     Log: clarify section name rules for typemaps
14278  Branch: perl
14279        ! pod/perlxs.pod
14280 ____________________________________________________________________________
14281 [  1994] By: gsar                                  on 1998/10/17  02:33:02
14282     Log: whitespace-proof grent.t
14283  Branch: perl
14284        ! t/op/grent.t
14285 ____________________________________________________________________________
14286 [  1993] By: gsar                                  on 1998/10/17  02:27:29
14287     Log: fix bug in B::CC::pp_sassign()
14288          From: "vishal bhatia" <vishalb@hotmail.com>
14289          Date: Sun, 11 Oct 1998 18:41:38 PDT
14290          Message-ID: <19981012014139.19614.qmail@hotmail.com>
14291          Subject: B::CC problems with pp_sassign routine
14292  Branch: perl
14293        ! ext/B/B/CC.pm
14294 ____________________________________________________________________________
14295 [  1992] By: gsar                                  on 1998/10/17  02:17:49
14296     Log: applied suggested patch with small doc tweak
14297          From: Gisle Aas <gisle@aas.no>
14298          Date: 11 Oct 1998 12:53:13 +0200
14299          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
14300          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
14301  Branch: perl
14302        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
14303        ! t/op/tiehandle.t
14304 ____________________________________________________________________________
14305 [  1991] By: gsar                                  on 1998/10/17  02:08:30
14306     Log: apply non-conflicting parts from suggested patch
14307          From: jan.dubois@ibm.net (Jan Dubois)
14308          Date: Sat, 10 Oct 1998 13:15:45 +0200
14309          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
14310          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
14311  Branch: perl
14312        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14313 ____________________________________________________________________________
14314 [  1990] By: gsar                                  on 1998/10/17  02:01:24
14315     Log: provide option to enable optimization with VC (suggested by Jan
14316          Dubois)
14317  Branch: perl
14318        ! win32/Makefile win32/makefile.mk
14319 ____________________________________________________________________________
14320 [  1989] By: gsar                                  on 1998/10/17  01:55:27
14321     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
14322          Dave Leppik <dleppik@gage.com>
14323  Branch: perl
14324        ! perl.h
14325 ____________________________________________________________________________
14326 [  1988] By: gsar                                  on 1998/10/17  01:49:05
14327     Log: stray typo found by Hugo van der Sanden
14328  Branch: perl
14329        ! op.c
14330 ____________________________________________________________________________
14331 [  1987] By: gsar                                  on 1998/10/17  01:45:52
14332     Log: perldoc pod update
14333          From: Daniel Grisinger <dgris@perrin.dimensional.com>
14334          Date: 06 Oct 1998 23:56:51 -0600
14335          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
14336          Subject: [PATCH _02 and _52] perldoc
14337  Branch: perl
14338        ! utils/perldoc.PL
14339 ____________________________________________________________________________
14340 [  1986] By: gsar                                  on 1998/10/17  01:41:40
14341     Log: qualify names of builtins
14342  Branch: perl
14343        ! ext/POSIX/POSIX.pm
14344 ____________________________________________________________________________
14345 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
14346     Log: From: Jochen Wiedmann <joe@ispsoft.de>
14347          Date: Thu, 17 Sep 1998 17:16:06 +0200
14348          Message-ID: <360127B6.E44564A@ispsoft.de>
14349          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
14350  Branch: maint-5.005/perl
14351        ! lib/ExtUtils/MakeMaker.pm
14352 ____________________________________________________________________________
14353 [  1978] By: gsar                                  on 1998/10/16  01:58:58
14354     Log: integrate cfgperl mods into mainline
14355  Branch: perl
14356       +> ext/DynaLoader/dl_vmesa.xs
14357        ! Porting/genlog
14358       !> Configure MANIFEST Makefile.SH config_h.SH
14359       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
14360       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
14361       !> x2p/Makefile.SH
14362 ____________________________________________________________________________
14363 [  1976] By: gsar                                  on 1998/10/16  00:10:52
14364     Log: stray tweak
14365  Branch: perl
14366        ! op.c
14367 ____________________________________________________________________________
14368 [  1975] By: gsar                                  on 1998/10/15  23:54:38
14369     Log: propagate typeness of lexicals while cloning them
14370  Branch: perl
14371        ! op.c
14372 ____________________________________________________________________________
14373 [  1974] By: gsar                                  on 1998/10/15  23:53:25
14374     Log: s/last/first/ typo in append_list()
14375  Branch: perl
14376        ! op.c
14377 ____________________________________________________________________________
14378 [  1973] By: gsar                                  on 1998/10/15  20:06:17
14379     Log: nuke confperl branch and contents
14380  Branch: confperl
14381        - (delete 1284 files)
14382 ____________________________________________________________________________
14383 [  1972] By: jhi                                   on 1998/10/15  07:07:35
14384     Log: Test #162 had been added but the "print 1..161" had not been updated.
14385  Branch: cfgperl
14386        ! t/op/pat.t
14387 ____________________________________________________________________________
14388 [  1971] By: gsar                                  on 1998/10/15  03:09:58
14389     Log: check in all confperl changes as of change#1964 into cfgperl
14390  Branch: cfgperl
14391        + ext/DynaLoader/dl_vmesa.xs
14392        ! Configure MANIFEST Makefile.SH config_h.SH
14393        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
14394        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
14395 ____________________________________________________________________________
14396 [  1970] By: gsar                                  on 1998/10/15  03:05:59
14397     Log: integrate mainline to get tr.t
14398  Branch: cfgperl
14399       +> t/op/tr.t
14400 ____________________________________________________________________________
14401 [  1969] By: gsar                                  on 1998/10/15  03:04:17
14402     Log: add missing tr.t to repository
14403  Branch: perl
14404        + t/op/tr.t
14405 ____________________________________________________________________________
14406 [  1968] By: gsar                                  on 1998/10/15  03:02:43
14407     Log: create cfgperl branch
14408  Branch: cfgperl
14409       +> (branch 1282 files)
14410 ____________________________________________________________________________
14411 [  1967] By: gsar                                  on 1998/10/15  02:46:08
14412     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
14413          (MAN3PODS cannot be set to ' '; stray stricture violation)
14414  Branch: perl
14415        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
14416        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
14417        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
14418        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
14419        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
14420        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
14421        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
14422        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
14423        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
14424        ! lib/ExtUtils/MM_Unix.pm
14425 ____________________________________________________________________________
14426 [  1966] By: gsar                                  on 1998/10/15  02:19:03
14427     Log: tweak to make fix in change#1944 behave correctly for closures
14428          created within eval''
14429  Branch: perl
14430        ! op.c t/op/eval.t
14431 ____________________________________________________________________________
14432 [  1965] By: gsar                                  on 1998/10/14  23:22:41
14433     Log: use better numbers for exitstatus test
14434  Branch: perl
14435        ! t/op/die_exit.t
14436 ____________________________________________________________________________
14437 [  1964] By: jhi                                   on 1998/10/14  17:25:41
14438     Log: Add VM/ESA dynaloading (uses <dll.h>).
14439  Branch: confperl
14440        + ext/DynaLoader/dl_vmesa.xs
14441        ! MANIFEST
14442 ____________________________________________________________________________
14443 [  1963] By: jhi                                   on 1998/10/14  17:17:10
14444     Log: Remove a2p.loadmap in 'clean' target.
14445  Branch: confperl
14446        ! x2p/Makefile.SH
14447 ____________________________________________________________________________
14448 [  1962] By: jhi                                   on 1998/10/14  17:13:11
14449     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
14450  Branch: confperl
14451        ! Makefile.SH
14452 ____________________________________________________________________________
14453 [  1961] By: jhi                                   on 1998/10/14  16:27:39
14454     Log: VM/ESA creates executable.loadmaps.
14455  Branch: confperl
14456        ! Makefile.SH
14457 ____________________________________________________________________________
14458 [  1960] By: jhi                                   on 1998/10/14  15:37:39
14459     Log: Introduce SCHED_YIELD (one of sched_yield(),
14460          pthread_yield(), or pthread_yield(NULL)).
14461          YIELD is then defined using SCHED_YIELD unless
14462          a platform-specific YIELD has already been defined.
14463          
14464          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
14465          
14466          The need for pthread_yield(NULL) and pthread_attr_setdet...
14467          introduced by (private email)
14468          
14469          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
14470          Date: Sat, 10 Oct 1998 21:08:15 +1300
14471          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
14472          Subject: Re: Perl thread problems in VM/ESA
14473          
14474          Better select() protoprobe (for AIX), from (private email)
14475          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14476          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
14477          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
14478          Subject: AIX select (fwd)
14479          From: Lars Hecking <lhecking@nmrc.ucc.ie>
14480          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
14481          Date: Fri, 2 Oct 1998 10:40:01 +0100
14482          Subject: AIX select
14483          
14484          Linux-avoid-so.X.Y, based on
14485          From: "Kurt D. Starsinic" <kstar@chapin.edu>
14486          Date: Tue, 13 Oct 1998 15:55:07 -0400
14487          Message-ID: <19981013155507.B4004@O2.chapin.edu>
14488          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
14489  Branch: confperl
14490        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
14491        ! thread.h
14492 ____________________________________________________________________________
14493 [  1959] By: jhi                                   on 1998/10/14  12:51:26
14494     Log: Some old pthread implementations have
14495          pthread_attr_setdetachstate(pthread_attr_t*, int*).
14496  Branch: confperl
14497        ! ext/Thread/Thread.xs
14498 ____________________________________________________________________________
14499 [  1958] By: jhi                                   on 1998/10/14  12:41:11
14500     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
14501          counterparts will follow soon.
14502  Branch: confperl
14503        ! thread.h
14504 ____________________________________________________________________________
14505 [  1957] By: jhi                                   on 1998/10/14  12:38:11
14506     Log: Add tr.t (MANIFEST already knew about it, strange)
14507  Branch: confperl
14508        + t/op/tr.t
14509 ____________________________________________________________________________
14510 [  1956] By: jhi                                   on 1998/10/14  12:24:35
14511     Log: Mutexen should be initialized only once.
14512  Branch: confperl
14513        ! gv.c op.c
14514 ____________________________________________________________________________
14515 [  1955] By: jhi                                   on 1998/10/14  12:19:38
14516     Log: os390 has its own cppstdin.
14517  Branch: confperl
14518        ! hints/os390.sh
14519 ____________________________________________________________________________
14520 [  1954] By: jhi                                   on 1998/10/14  12:15:06
14521     Log: Integrate with mainperl.
14522  Branch: confperl
14523       !> (integrate 1280 files)
14524 ____________________________________________________________________________
14525 [  1953] By: jhi                                   on 1998/10/14  11:48:08
14526     Log: Removed duplicate CMA threads code for HPUX 10.X.
14527          (probably residue of patch(1) being too understanding)
14528          Enhanced 64-bit settings. (redo change#1940)
14529  Branch: confperl
14530        ! hints/hpux.sh
14531 ____________________________________________________________________________
14532 [  1952] By: jhi                                   on 1998/10/14  11:45:16
14533     Log: (redo change#1949) Detypo in the d_open64 warning about
14534          the impending WHOA.
14535  Branch: confperl
14536        ! hints/irix_6.sh
14537 ____________________________________________________________________________
14538 [  1951] By: jhi                                   on 1998/10/14  10:54:16
14539     Log: Mutexen should only be inited once, after they have been New()ed.
14540  Branch: confperl
14541        ! gv.c op.c
14542 ____________________________________________________________________________
14543 [  1950] By: jhi                                   on 1998/10/14  10:41:43
14544     Log: Own cppstdin.
14545  Branch: confperl
14546        ! hints/os390.sh
14547 ____________________________________________________________________________
14548 [  1949] By: jhi                                   on 1998/10/14  10:34:23
14549     Log: Detypo in the d_open64 warning about the impending WHOA.
14550  Branch: confperl
14551        ! hints/irix_6.sh
14552 ____________________________________________________________________________
14553 [  1948] By: gsar                                  on 1998/10/14  05:38:01
14554     Log: two typos
14555  Branch: perl
14556        ! pp_hot.c t/op/eval.t
14557 ____________________________________________________________________________
14558 [  1947] By: gsar                                  on 1998/10/14  05:37:10
14559     Log: let docatch() pass the buck when restartop turns out to be null,
14560          making exceptions in BEGIN{} propagate as expected
14561  Branch: perl
14562        ! pp_ctl.c t/op/misc.t
14563 ____________________________________________________________________________
14564 [  1946] By: gsar                                  on 1998/10/13  03:41:49
14565     Log: add missing file from change#1943
14566  Branch: perl
14567        ! proto.h
14568 ____________________________________________________________________________
14569 [  1945] By: gsar                                  on 1998/10/13  03:32:02
14570     Log: defer "deep recursion" warnings until CXt_SUB context is properly
14571          set up
14572  Branch: perl
14573        ! pp_hot.c t/pragma/warn/pp_hot
14574 ____________________________________________________________________________
14575 [  1944] By: gsar                                  on 1998/10/13  03:15:50
14576     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
14577          fixup the cop_seq value that must be seen by lexical lookups that
14578          emanate within eval''
14579  Branch: perl
14580        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
14581 ____________________________________________________________________________
14582 [  1943] By: gsar                                  on 1998/10/13  02:06:09
14583     Log: ensure recursive attempts to findlex()icals know enough about where
14584          the last eval'' context was encountered
14585  Branch: perl
14586        ! op.c t/op/eval.t
14587 ____________________________________________________________________________
14588 [  1942] By: gsar                                  on 1998/10/13  02:01:24
14589     Log: force copy of substrings when matching against temporaries
14590  Branch: perl
14591        ! pp_hot.c t/op/pat.t
14592 ____________________________________________________________________________
14593 [  1941] By: gsar                                  on 1998/10/13  01:49:16
14594     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
14595          implementation)
14596  Branch: perl
14597        ! pp_ctl.c t/op/runlevel.t
14598 ____________________________________________________________________________
14599 [  1940] By: jhi                                   on 1998/10/12  09:57:44
14600     Log: Removed duplicate CMA threads code for HPUX 10.X.
14601          (probably residue of patch(1) being too understanding)
14602          Enhanced 64-bit settings.
14603  Branch: confperl
14604        ! hints/hpux.sh
14605 ____________________________________________________________________________
14606 [  1939] By: jhi                                   on 1998/10/12  09:53:11
14607     Log: Initial sync from mainline perl.
14608  Branch: confperl
14609        + (add 1282 files)
14610 ____________________________________________________________________________
14611 [  1937] By: gsar                                  on 1998/10/06  21:16:34
14612     Log: fix $/ init for USE_THREADS
14613  Branch: perl
14614        ! perl.c
14615 ____________________________________________________________________________
14616 [  1936] By: gsar                                  on 1998/10/06  07:19:39
14617     Log: fix globals caught by change#1927; builds and tests on Solaris
14618  Branch: perl
14619        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
14620        ! warning.h warning.pl
14621 ____________________________________________________________________________
14622 [  1935] By: gsar                                  on 1998/10/06  06:50:35
14623     Log: add test for previous fix
14624  Branch: perl
14625        ! ext/Thread/create.t
14626 ____________________________________________________________________________
14627 [  1934] By: gsar                                  on 1998/10/06  06:37:36
14628     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
14629  Branch: perl
14630        ! util.c
14631 ____________________________________________________________________________
14632 [  1933] By: gsar                                  on 1998/10/06  05:04:20
14633     Log: undo bogus part of change#1903 (as pointed out by Larry)
14634  Branch: perl
14635        ! pp_ctl.c
14636 ____________________________________________________________________________
14637 [  1932] By: gsar                                  on 1998/10/06  04:21:31
14638     Log: added tweaked version of suggested patch
14639          From: jan.dubois@ibm.net (Jan Dubois)
14640          Date: Sat, 03 Oct 1998 19:04:48 +0200
14641          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
14642          Subject: [PATCH 5.005_52] More MakeMaker  patches
14643  Branch: perl
14644        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14645        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
14646 ____________________________________________________________________________
14647 [  1931] By: gsar                                  on 1998/10/06  04:04:33
14648     Log: use cpp symbols instead of hardwired constants
14649          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14650          Date: Mon, 05 Oct 1998 09:23:33 +0100
14651          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
14652          Subject: [PATCH 5.005_52] By the numbers (resend)
14653  Branch: perl
14654        ! op.c
14655 ____________________________________________________________________________
14656 [  1930] By: gsar                                  on 1998/10/06  04:01:55
14657     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14658          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
14659          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
14660          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
14661  Branch: perl
14662        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
14663        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
14664 ____________________________________________________________________________
14665 [  1929] By: gsar                                  on 1998/10/06  03:50:36
14666     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14667          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
14668          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
14669          Subject: [PATCH 5.00552] Minor test improvement
14670  Branch: perl
14671        ! t/op/magic.t
14672 ____________________________________________________________________________
14673 [  1928] By: gsar                                  on 1998/10/06  03:49:03
14674     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14675          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
14676          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
14677          Subject: [PATCH 5.00552] emacs/ptags inprovements
14678  Branch: perl
14679        ! emacs/ptags
14680 ____________________________________________________________________________
14681 [  1927] By: gsar                                  on 1998/10/06  03:47:44
14682     Log: disable C<#define dirty PL_dirty> et al.
14683  Branch: perl
14684        ! embed.pl embedvar.h
14685 ____________________________________________________________________________
14686 [  1926] By: gsar                                  on 1998/10/06  03:43:32
14687     Log: From: Mark-Jason Dominus <mjd@plover.com>
14688          Date: Sun, 04 Oct 1998 14:48:11 -0400
14689          Message-ID: <19981004184811.16048.qmail@plover.com>
14690          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
14691  Branch: perl
14692        ! utils/perldoc.PL
14693 ____________________________________________________________________________
14694 [  1925] By: gsar                                  on 1998/10/06  03:27:35
14695     Log: disable USE_THREADS when PERL_OBJECT is enabled
14696  Branch: perl
14697        ! win32/Makefile win32/makefile.mk
14698 ____________________________________________________________________________
14699 [  1924] By: gsar                                  on 1998/10/06  03:26:54
14700     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
14701  Branch: perl
14702        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
14703        ! vms/perly_c.vms
14704 ____________________________________________________________________________
14705 [  1923] By: gsar                                  on 1998/10/03  05:19:56
14706     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
14707          overridden
14708  Branch: perl
14709        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
14710        ! proto.h vms/perly_c.vms
14711 ____________________________________________________________________________
14712 [  1922] By: gsar                                  on 1998/10/03  03:59:50
14713     Log: suppress manifypods leak in extensions
14714  Branch: perl
14715        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
14716 ____________________________________________________________________________
14717 [  1921] By: gsar                                  on 1998/10/02  22:30:15
14718     Log: os390 fixes (suggested by Peter Prymmer)
14719  Branch: perl
14720        ! Makefile.SH regcomp.c
14721 ____________________________________________________________________________
14722 [  1920] By: gsar                                  on 1998/10/02  21:41:19
14723     Log: squelch undef warnings
14724          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14725          Date: Fri, 02 Oct 1998 11:01:14 +0100
14726          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
14727          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
14728  Branch: perl
14729        ! Changes lib/Math/BigInt.pm
14730 ____________________________________________________________________________
14731 [  1919] By: gsar                                  on 1998/10/02  04:59:13
14732     Log: add note to INSTALL about ANSI C
14733  Branch: perl
14734        ! INSTALL
14735 ____________________________________________________________________________
14736 [  1918] By: gsar                                  on 1998/10/02  04:21:10
14737     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
14738          From: jan.dubois@ibm.net (Jan Dubois)
14739          Date: Wed, 30 Sep 1998 23:35:30 +0200
14740          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
14741          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
14742  Branch: perl
14743        ! lib/ExtUtils/xsubpp
14744 ____________________________________________________________________________
14745 [  1917] By: gsar                                  on 1998/10/02  04:16:02
14746     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14747          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
14748          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
14749          Subject: Re: Configure test for selectbits busted
14750  Branch: perl
14751        ! Configure
14752 ____________________________________________________________________________
14753 [  1916] By: gsar                                  on 1998/10/02  04:14:17
14754     Log: From: Dan Sugalski <sugalskd@osshe.edu>
14755          Date: Wed, 30 Sep 1998 17:15:20 -0700
14756          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
14757          Subject: [PATCH 5.005_02]VMS config tweaks
14758  Branch: perl
14759        ! vms/descrip_mms.template vms/subconfigure.com
14760 ____________________________________________________________________________
14761 [  1915] By: gsar                                  on 1998/10/02  04:10:47
14762     Log: use Off_t to permit 64-bit seek()
14763          From: Scott Henry <scotth@sgi.com>
14764          Date: 29 Sep 1998 17:38:46 -0700
14765          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
14766          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
14767          --
14768          Date: 28 Sep 1998 18:55:37 -0700
14769          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
14770          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
14771  Branch: perl
14772        ! doio.c pp_sys.c proto.h sv.c
14773 ____________________________________________________________________________
14774 [  1914] By: gsar                                  on 1998/10/02  04:05:36
14775     Log: normalize tm struct passed to strftime() with mktime()
14776          From: Spider Boardman <spider@orb.nashua.nh.us>
14777          Date: Wed, 30 Sep 1998 15:12:09 -0400
14778          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
14779          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
14780  Branch: perl
14781        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14782 ____________________________________________________________________________
14783 [  1913] By: gsar                                  on 1998/10/02  03:59:46
14784     Log: don't try to run foo_SH.orig etc.
14785  Branch: perl
14786        ! Configure
14787 ____________________________________________________________________________
14788 [  1912] By: gsar                                  on 1998/10/02  03:45:37
14789     Log: make warning about glob process failure optional
14790  Branch: perl
14791        ! pod/perldiag.pod pp_hot.c
14792 ____________________________________________________________________________
14793 [  1911] By: gsar                                  on 1998/10/02  02:52:21
14794     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
14795          From: Dominic Dunlop <domo@vo.lu>
14796          Date: Tue, 29 Sep 1998 21:06:30 +0000
14797          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
14798          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
14799          --
14800          Date: Wed, 30 Sep 1998 11:46:44 +0000
14801          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
14802          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
14803  Branch: perl
14804        ! pod/perldiag.pod regcomp.c
14805 ____________________________________________________________________________
14806 [  1910] By: gsar                                  on 1998/10/02  02:48:48
14807     Log: minor Configure tweaks (via private mail)
14808          From: Jarkko Hietaniemi <jhi@iki.fi>
14809          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
14810          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
14811          Subject: [PATCH] 5.005_52: the drizzle continues
14812  Branch: perl
14813        ! Configure config_h.SH handy.h
14814 ____________________________________________________________________________
14815 [  1909] By: gsar                                  on 1998/10/02  02:46:39
14816     Log: update SCO hints for dynamic loading
14817          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14818          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
14819          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
14820          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
14821          --
14822          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
14823          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
14824          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
14825  Branch: perl
14826        ! hints/sco.sh
14827 ____________________________________________________________________________
14828 [  1908] By: gsar                                  on 1998/10/02  02:33:39
14829     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
14830  Branch: perl
14831        ! lib/File/Find.pm
14832 ____________________________________________________________________________
14833 [  1907] By: gsar                                  on 1998/10/02  02:21:52
14834     Log: applied patches, but retained old behavior for win32 (where compilers
14835          can't read from stdin at all)
14836          From: Graham Barr <gbarr@ti.com>
14837          Date: Mon, 28 Sep 1998 09:41:49 -0500
14838          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
14839          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
14840          --
14841          Date: Tue, 29 Sep 1998 12:35:43 -0500
14842          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
14843          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
14844  Branch: perl
14845        ! ext/Errno/Errno_pm.PL
14846 ____________________________________________________________________________
14847 [  1906] By: gsar                                  on 1998/10/02  02:02:19
14848     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
14849          Hietaniemi)
14850  Branch: perl
14851        ! t/op/grent.t
14852 ____________________________________________________________________________
14853 [  1905] By: gsar                                  on 1998/10/02  01:59:56
14854     Log: win32 caveats about truncate()
14855  Branch: perl
14856        ! pod/perlport.pod
14857 ____________________________________________________________________________
14858 [  1904] By: gsar                                  on 1998/10/02  01:53:25
14859     Log: various Configure and hints updates (prefer drand48() or random()
14860          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
14861          applied modulo SCO hints superceded by later patch
14862          From: Jarkko Hietaniemi <jhi@iki.fi>
14863          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
14864          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
14865          Subject: [PATCH] 5.005_52: Configure et al:
14866  Branch: perl
14867        + ext/IPC/SysV/hints/next_3.pl
14868        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
14869        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
14870        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
14871 ____________________________________________________________________________
14872 [  1903] By: gsar                                  on 1998/10/02  01:42:37
14873     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
14874          Date: Mon, 28 Sep 1998 17:41:49 +0100
14875          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
14876          Subject: [PATCH 5.005_52] Re: More on ?p 
14877          --
14878          Date: Thu, 01 Oct 1998 09:10:58 +0100
14879          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
14880          Subject: [PATCH 5.005_52] ?p fix
14881          --
14882          Date: Thu, 01 Oct 1998 10:45:56 +0100
14883          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
14884          Subject: [PATCH 5.005_52] more on ?p
14885  Branch: perl
14886        ! pp_ctl.c
14887 ____________________________________________________________________________
14888 [  1902] By: gsar                                  on 1998/10/02  01:36:14
14889     Log: From: Kenneth Duda <kjd@cisco.com>
14890          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
14891          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
14892          Subject: writemain dies when there are more than 4000 characters of extensions
14893  Branch: perl
14894        ! writemain.SH
14895 ____________________________________________________________________________
14896 [  1901] By: gsar                                  on 1998/10/02  01:33:16
14897     Log: tweak run_byacc recipe
14898  Branch: perl
14899        ! Makefile.SH Porting/pumpkin.pod
14900 ____________________________________________________________________________
14901 [  1900] By: gsar                                  on 1998/10/02  01:02:09
14902     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
14903  Branch: perl
14904        ! perl.h pp_ctl.c
14905 ____________________________________________________________________________
14906 [  1899] By: gsar                                  on 1998/09/28  20:46:30
14907     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
14908          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
14909          Dvornik)
14910  Branch: perl
14911        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
14912 ____________________________________________________________________________
14913 [  1898] By: gsar                                  on 1998/09/28  20:42:52
14914     Log: flush unsubmitted 5.00552 change
14915  Branch: perl
14916        ! MANIFEST
14917 ____________________________________________________________________________
14918 [  1897] By: gsar                                  on 1998/09/27  04:43:06
14919     Log: run vms_yfix.pl
14920  Branch: perl
14921        ! vms/perly_c.vms
14922 ____________________________________________________________________________
14923 [  1896] By: gsar                                  on 1998/09/27  03:38:55
14924     Log: small tweak on last change
14925  Branch: perl
14926        ! win32/win32.c
14927 ____________________________________________________________________________
14928 [  1895] By: gsar                                  on 1998/09/27  03:17:17
14929     Log: fix win32_stat() to do the right thing for share names
14930  Branch: perl
14931        ! win32/win32.c
14932 ____________________________________________________________________________
14933 [  1891] By: larry                                 on 1998/09/25  18:50:40
14934     Log: Fixed apostrophe problem from Mark Knutsen.
14935  Branch: perl
14936        ! sv.h
14937
14938 ----------------
14939 Version 5.005_52
14940 ----------------
14941
14942 ____________________________________________________________________________
14943 [  1890] By: gsar                                  on 1998/09/25  10:25:00
14944     Log: update template config.sh, add new config vars to win32 stuff
14945  Branch: perl
14946        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
14947        ! pp_sys.c proto.h win32/config.bc win32/config.gc
14948        ! win32/config.vc win32/config_H.bc win32/config_H.gc
14949        ! win32/config_H.vc win32/win32.h
14950 ____________________________________________________________________________
14951 [  1889] By: gsar                                  on 1998/09/25  07:13:13
14952     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
14953          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
14954          of full-fledged 64-bit support (including support for: fseeko/ftello,
14955          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
14956          in Fcntl)
14957          From: Jarkko Hietaniemi <jhi@iki.fi>
14958          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
14959          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
14960          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
14961          --
14962          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14963          Date: 12 Sep 1998 09:44:25 +0300
14964          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
14965          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
14966  Branch: perl
14967        + lib/filetest.pm
14968        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
14969        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
14970        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
14971        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
14972        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
14973        ! win32/makedef.pl
14974 ____________________________________________________________________________
14975 [  1888] By: gsar                                  on 1998/09/25  06:27:12
14976     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
14977  Branch: perl
14978        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
14979        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14980        ! win32/makedef.pl win32/makefile.mk win32/win32.c
14981 ____________________________________________________________________________
14982 [  1887] By: gsar                                  on 1998/09/25  04:50:49
14983     Log: win32.c tweak
14984  Branch: perl
14985        ! win32/win32.c
14986 ____________________________________________________________________________
14987 [  1886] By: gsar                                  on 1998/09/25  04:47:32
14988     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
14989  Branch: perl
14990        ! lib/ExtUtils/MakeMaker.pm
14991 ____________________________________________________________________________
14992 [  1885] By: gsar                                  on 1998/09/25  04:05:09
14993     Log: From: Dominic Dunlop <domo@vo.lu>
14994          Date: Thu, 10 Sep 1998 11:02:46 +0000
14995          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
14996          Subject: MM_Unix::canonpath erroneously turns leading // into /
14997  Branch: perl
14998        ! lib/ExtUtils/MM_Unix.pm
14999 ____________________________________________________________________________
15000 [  1884] By: gsar                                  on 1998/09/25  03:06:10
15001     Log: temporarily disable perl malloc for a2p until we clean up
15002          conflicting malloc() declarations everywhere
15003  Branch: perl
15004        ! x2p/Makefile.SH
15005 ____________________________________________________________________________
15006 [  1883] By: gsar                                  on 1998/09/25  02:27:00
15007     Log: remove obsolete win32/bin/*.pl
15008  Branch: perl
15009        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
15010        ! Changes MANIFEST win32/Makefile win32/makefile.mk
15011 ____________________________________________________________________________
15012 [  1882] By: gsar                                  on 1998/09/25  02:04:43
15013     Log: missing file in last submit
15014  Branch: perl
15015        ! proto.h
15016 ____________________________________________________________________________
15017 [  1881] By: gsar                                  on 1998/09/25  01:56:54
15018     Log: serial access to PL_x[inpr]v_root for USE_THREADS
15019  Branch: perl
15020        ! sv.c
15021 ____________________________________________________________________________
15022 [  1880] By: gsar                                  on 1998/09/25  01:19:38
15023     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
15024          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
15025          Date: Thu, 24 Sep 1998 22:01:09 +0900
15026          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
15027          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
15028  Branch: perl
15029        ! hv.c proto.h
15030 ____________________________________________________________________________
15031 [  1879] By: gsar                                  on 1998/09/25  00:20:07
15032     Log: tweaks to enable PERL_OBJECT to build & test on win32
15033  Branch: perl
15034        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
15035        ! win32/GenCAPI.pl
15036 ____________________________________________________________________________
15037 [  1878] By: gsar                                  on 1998/09/25  00:13:36
15038     Log: fix change#1861, which breaks default boot_xxx symbol generation
15039  Branch: perl
15040        ! lib/ExtUtils/Mksymlists.pm
15041 ____________________________________________________________________________
15042 [  1877] By: gsar                                  on 1998/09/24  10:29:54
15043     Log: two tweaks for clean build and test on Solaris
15044  Branch: perl
15045        ! op.c t/op/subst.t
15046 ____________________________________________________________________________
15047 [  1876] By: gsar                                  on 1998/09/24  09:04:43
15048     Log: From: Colin Kuskie <ckuskie@cadence.com>
15049          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
15050          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
15051          Subject: [PATCH 5.005_51] perlform.pod
15052  Branch: perl
15053        ! pod/perlform.pod
15054 ____________________________________________________________________________
15055 [  1875] By: gsar                                  on 1998/09/24  08:47:47
15056     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15057          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
15058          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
15059          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
15060  Branch: perl
15061        ! regexec.c
15062 ____________________________________________________________________________
15063 [  1874] By: gsar                                  on 1998/09/24  08:44:55
15064     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15065          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
15066          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
15067          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
15068  Branch: perl
15069        ! toke.c
15070 ____________________________________________________________________________
15071 [  1873] By: gsar                                  on 1998/09/24  08:39:41
15072     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15073          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
15074          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
15075          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
15076  Branch: perl
15077        ! Changes regcomp.c
15078 ____________________________________________________________________________
15079 [  1872] By: gsar                                  on 1998/09/24  08:37:00
15080     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
15081          Date: Sun, 23 Aug 1998 23:18:38 PDT
15082          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
15083          Subject: new irix_6.sh hints file
15084  Branch: perl
15085        ! hints/irix_6.sh
15086 ____________________________________________________________________________
15087 [  1871] By: gsar                                  on 1998/09/24  07:26:37
15088     Log: correct FSF address in various places
15089  Branch: perl
15090        ! Copying README ext/B/README lib/Getopt/Long.pm
15091 ____________________________________________________________________________
15092 [  1870] By: gsar                                  on 1998/09/24  07:11:56
15093     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
15094          Date:    Fri, 14 Aug 1998 09:20:16 PDT
15095          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
15096          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
15097  Branch: perl
15098        ! configure.com
15099 ____________________________________________________________________________
15100 [  1869] By: gsar                                  on 1998/09/24  06:55:59
15101     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
15102          From:    Scott Henry <scotth@sgi.com>
15103          Date:    13 Aug 1998 09:52:15 PDT
15104          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
15105          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
15106  Branch: perl
15107        ! hints/irix_6.sh
15108 ____________________________________________________________________________
15109 [  1868] By: gsar                                  on 1998/09/24  06:51:23
15110     Log: From:    Nathan Torkington <gnat@frii.com>
15111          Date:    Thu, 13 Aug 1998 10:59:48 MDT
15112          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
15113          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
15114  Branch: perl
15115        ! pod/perlfunc.pod
15116 ____________________________________________________________________________
15117 [  1867] By: gsar                                  on 1998/09/24  06:45:13
15118     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
15119          that are autoloaded)
15120  Branch: perl
15121        ! pp_ctl.c
15122 ____________________________________________________________________________
15123 [  1866] By: gsar                                  on 1998/09/24  05:21:19
15124     Log: grandfather deprecated "$$<digit>" no more
15125  Branch: perl
15126        ! pod/perldiag.pod toke.c
15127 ____________________________________________________________________________
15128 [  1865] By: gsar                                  on 1998/09/24  04:52:48
15129     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
15130          low bits (suggested by Ilya Zakharevich)
15131  Branch: perl
15132        ! hv.h
15133 ____________________________________________________________________________
15134 [  1864] By: gsar                                  on 1998/09/24  04:29:14
15135     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
15136          perly_c.diff
15137  Branch: perl
15138        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
15139        ! perly_c.diff toke.c
15140 ____________________________________________________________________________
15141 [  1863] By: gsar                                  on 1998/09/24  03:36:30
15142     Log: provide locked access to string table for USE_THREADS
15143  Branch: perl
15144        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
15145 ____________________________________________________________________________
15146 [  1862] By: gsar                                  on 1998/09/24  03:30:32
15147     Log: remove bogus warn()
15148  Branch: perl
15149        ! embed.pl
15150 ____________________________________________________________________________
15151 [  1861] By: gsar                                  on 1998/09/24  02:58:51
15152     Log: applied suggested patch, adapted for all platforms
15153          From: jan.dubois@ibm.net (Jan Dubois)
15154          Date: Sun, 20 Sep 1998 12:56:38 +0200
15155          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
15156          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
15157  Branch: perl
15158        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
15159        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15160        ! lib/ExtUtils/MakeMaker.pm
15161 ____________________________________________________________________________
15162 [  1860] By: gsar                                  on 1998/09/24  02:16:14
15163     Log: upgrade to CPAN-1.40
15164  Branch: perl
15165        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
15166 ____________________________________________________________________________
15167 [  1859] By: gsar                                  on 1998/09/24  02:08:59
15168     Log: use $ENV{MAKEMAKEROPT} to set default command line args
15169  Branch: perl
15170        ! lib/ExtUtils/MakeMaker.pm
15171 ____________________________________________________________________________
15172 [  1857] By: gsar                                  on 1998/09/23  10:58:36
15173     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15174          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
15175          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
15176          Subject: More verbose Test::Harness [PATCH]
15177  Branch: perl
15178        ! lib/Test/Harness.pm
15179 ____________________________________________________________________________
15180 [  1856] By: gsar                                  on 1998/09/23  10:56:24
15181     Log: update hints for OPENSTEP 4.2 on i386
15182          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
15183          Date: Sun, 20 Sep 1998 01:03:18 +0200
15184          Message-Id: <9809192303.AA29190@Spike>
15185          Subject: Perl 5.005_02 compilation problems
15186  Branch: perl
15187        ! hints/next_4.sh
15188 ____________________________________________________________________________
15189 [  1855] By: gsar                                  on 1998/09/23  10:52:27
15190     Log: reset errno after C<require> search (as suggested by Larry)
15191  Branch: perl
15192        ! pp_ctl.c
15193 ____________________________________________________________________________
15194 [  1854] By: gsar                                  on 1998/09/23  10:50:26
15195     Log: misc pod tweaks
15196  Branch: perl
15197        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
15198 ____________________________________________________________________________
15199 [  1853] By: gsar                                  on 1998/09/23  10:46:06
15200     Log: make Pod/Html.pm handle the --title option properly (as suggested
15201          by gml4410@ggr.co.uk)
15202  Branch: perl
15203        ! lib/Pod/Html.pm
15204 ____________________________________________________________________________
15205 [  1852] By: gsar                                  on 1998/09/23  10:41:39
15206     Log: SSNEW() API for allocating memory on the savestack
15207          From: Albert Dvornik <bert@genscan.com>
15208          Date: 17 Sep 1998 19:23:07 -0400
15209          Message-Id: <tqemtae338.fsf@puma.genscan.com>
15210          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
15211  Branch: perl
15212        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
15213        ! perl.h proto.h scope.c scope.h t/io/tell.t
15214 ____________________________________________________________________________
15215 [  1851] By: gsar                                  on 1998/09/23  10:37:05
15216     Log: From: Jochen Wiedmann <joe@ispsoft.de>
15217          Date: Thu, 17 Sep 1998 17:16:06 +0200
15218          Message-ID: <360127B6.E44564A@ispsoft.de>
15219          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
15220  Branch: perl
15221        ! lib/ExtUtils/MakeMaker.pm
15222 ____________________________________________________________________________
15223 [  1850] By: gsar                                  on 1998/09/23  10:33:05
15224     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
15225          Date: 15 Sep 1998 01:32:31 +0200
15226          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
15227          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
15228  Branch: perl
15229        ! lib/ExtUtils/MM_Unix.pm
15230 ____________________________________________________________________________
15231 [  1849] By: gsar                                  on 1998/09/23  10:29:04
15232     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
15233          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
15234          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
15235          Subject: Re: extralibs.ld problem in MM_VMS.pm
15236  Branch: perl
15237        ! lib/ExtUtils/MM_VMS.pm
15238 ____________________________________________________________________________
15239 [  1848] By: gsar                                  on 1998/09/23  10:25:24
15240     Log: From: Roderick Schertler <roderick@argon.org>
15241          Date: 11 Sep 1998 16:19:21 -0400
15242          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
15243          Subject: Re: Open2 and memory leaks
15244  Branch: perl
15245        ! lib/IPC/Open3.pm
15246 ____________________________________________________________________________
15247 [  1847] By: gsar                                  on 1998/09/23  10:18:31
15248     Log: From: Roderick Schertler <roderick@argon.org>
15249          Date: Wed, 09 Sep 1998 23:52:48 -0400
15250          Message-ID: <20567.905399568@eeyore.ibcinc.com>
15251          Subject: seed srand from /dev/urandom when possible
15252  Branch: perl
15253        ! pod/perlfunc.pod pp.c
15254 ____________________________________________________________________________
15255 [  1846] By: gsar                                  on 1998/09/23  10:12:22
15256     Log: From: Roderick Schertler <roderick@argon.org>
15257          Date: Thu, 10 Sep 1998 00:32:17 -0400
15258          Message-ID: <21142.905401937@eeyore.ibcinc.com>
15259          Subject: doc update for crypt()'s salt
15260  Branch: perl
15261        ! pod/perlfunc.pod
15262 ____________________________________________________________________________
15263 [  1845] By: gsar                                  on 1998/09/23  10:09:23
15264     Log: fix h2ph handling of C<#error "foo">
15265          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
15266          Date: Thu, 10 Sep 1998 09:59:33 +0900
15267          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
15268          Subject: [5.005_02] h2ph problem
15269  Branch: perl
15270        ! utils/h2ph.PL
15271 ____________________________________________________________________________
15272 [  1844] By: gsar                                  on 1998/09/23  10:06:13
15273     Log: plug strictly private function leaks in API listing
15274  Branch: perl
15275        ! pod/perlguts.pod
15276 ____________________________________________________________________________
15277 [  1843] By: gsar                                  on 1998/09/23  10:02:57
15278     Log: hide symbol for static build
15279          From: Dominic Dunlop <domo@vo.lu>
15280          Date: Tue, 8 Sep 1998 21:40:46 +0000
15281          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
15282          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
15283  Branch: perl
15284        ! regcomp.c
15285 ____________________________________________________________________________
15286 [  1842] By: gsar                                  on 1998/09/23  09:52:46
15287     Log: define PUT_svindex(), PUT_opindex()
15288  Branch: perl
15289        ! ext/B/B/Assembler.pm
15290 ____________________________________________________________________________
15291 [  1841] By: gsar                                  on 1998/09/23  09:44:25
15292     Log: From: Dominic Dunlop <domo@vo.lu>
15293          Date: Tue, 8 Sep 1998 15:34:53 +0000
15294          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
15295          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
15296  Branch: perl
15297        ! t/pragma/warn/regexec
15298 ____________________________________________________________________________
15299 [  1840] By: gsar                                  on 1998/09/23  09:42:17
15300     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
15301  Branch: perl
15302        ! win32/bin/pl2bat.pl
15303 ____________________________________________________________________________
15304 [  1839] By: gsar                                  on 1998/09/23  09:38:18
15305     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
15306          Date: Mon, 7 Sep 1998 17:36:09 +0900
15307          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
15308          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
15309  Branch: perl
15310        ! ext/Thread/Thread.xs
15311 ____________________________________________________________________________
15312 [  1838] By: gsar                                  on 1998/09/23  09:21:11
15313     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
15314          Date: Thu, 10 Sep 1998 00:02:07 -0400
15315          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
15316          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
15317  Branch: perl
15318        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
15319        + vos/config.h vos/config_h.SH_orig vos/perl.bind
15320        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
15321        ! MANIFEST perl.c perl.h pod/perlport.pod
15322 ____________________________________________________________________________
15323 [  1837] By: gsar                                  on 1998/09/23  08:45:58
15324     Log: (via private mail)
15325          From: Charles Bailey <BAILEY@newman.upenn.edu>
15326          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
15327          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
15328          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
15329  Branch: perl
15330        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
15331        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
15332        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
15333        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
15334        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
15335        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
15336        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
15337        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
15338        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
15339        ! vms/writemain.pl
15340 ____________________________________________________________________________
15341 [  1836] By: gsar                                  on 1998/09/23  08:17:42
15342     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15343          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
15344          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
15345          Subject: [PATCH 5.005_*] OS/2 spawning typos
15346  Branch: perl
15347        ! os2/os2.c
15348 ____________________________________________________________________________
15349 [  1835] By: gsar                                  on 1998/09/23  08:09:55
15350     Log: warn on C<my($foo,$foo)>
15351  Branch: perl
15352        ! op.c pod/perldiag.pod
15353 ____________________________________________________________________________
15354 [  1834] By: gsar                                  on 1998/09/23  07:35:56
15355     Log: From: pvhp@forte.com (Peter Prymmer)
15356          Date: Fri, 4 Sep 98 13:27:41 PDT
15357          Message-Id: <9809042027.AA04463@forte.com>
15358          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
15359  Branch: perl
15360        ! README.vms
15361 ____________________________________________________________________________
15362 [  1833] By: gsar                                  on 1998/09/23  07:27:34
15363     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15364          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
15365          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
15366          Subject: PATCH: 5.005_02 hint/hpux.sh
15367  Branch: perl
15368        ! hints/hpux.sh
15369 ____________________________________________________________________________
15370 [  1832] By: gsar                                  on 1998/09/23  07:22:40
15371     Log: fix (some) installhtml bugs
15372          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
15373          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
15374          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
15375          Subject: installhtml script needs work
15376  Branch: perl
15377        ! installhtml
15378 ____________________________________________________________________________
15379 [  1831] By: gsar                                  on 1998/09/23  07:19:30
15380     Log: document 'U' magic with examples
15381          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
15382          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
15383          Message-Id: <199809011455.PAA00631@sale-wts>
15384          Subject: Re: Looking for some XS MAGIC examples...
15385  Branch: perl
15386        ! pod/perlguts.pod
15387 ____________________________________________________________________________
15388 [  1830] By: gsar                                  on 1998/09/23  07:16:43
15389     Log: From: pvhp@forte.com (Peter Prymmer)
15390          Date: Mon, 31 Aug 98 17:13:49 PDT
15391          Message-Id: <9809010013.AA06737@forte.com>
15392          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
15393  Branch: perl
15394        ! README.os390
15395 ____________________________________________________________________________
15396 [  1829] By: gsar                                  on 1998/09/23  07:15:08
15397     Log: fix problematic typecast in filter_del()
15398          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
15399          Date: Mon, 31 Aug 1998 21:13:11 GMT
15400          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
15401          Subject: perl5.005_02 does not build on Cray T90
15402  Branch: perl
15403        ! toke.c
15404 ____________________________________________________________________________
15405 [  1828] By: gsar                                  on 1998/09/23  07:11:34
15406     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15407          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
15408          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
15409          Subject: [PATCH 5.005_5*] (?>) broken in RE
15410  Branch: perl
15411        ! regexec.c t/op/re_tests
15412 ____________________________________________________________________________
15413 [  1827] By: gsar                                  on 1998/09/23  07:09:50
15414     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
15415  Branch: perl
15416        ! t/op/grent.t t/op/groups.t
15417 ____________________________________________________________________________
15418 [  1826] By: gsar                                  on 1998/09/23  07:03:16
15419     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15420          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
15421          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
15422          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
15423  Branch: perl
15424        - interp.sym
15425        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
15426 ____________________________________________________________________________
15427 [  1825] By: gsar                                  on 1998/09/23  06:56:40
15428     Log: re-introduce change#1703
15429  Branch: perl
15430        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
15431 ____________________________________________________________________________
15432 [  1824] By: gsar                                  on 1998/09/23  06:44:19
15433     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15434          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
15435          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
15436          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
15437  Branch: perl
15438        ! lib/perl5db.pl
15439 ____________________________________________________________________________
15440 [  1823] By: gsar                                  on 1998/09/23  06:41:34
15441         Log: From: Joe Buehler <jhpb@hekimian.com>
15442              Date: 29 Aug 1998 17:13:28 -0400
15443              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
15444              Subject: patches for perl 5.005_51 under U/WIN
15445      Branch: perl
15446            + hints/uwin.sh
15447            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
15448            ! t/lib/posix.t
15449 ____________________________________________________________________________
15450 [  1822] By: gsar                                  on 1998/09/23  06:36:59
15451         Log: add missing C<no utf8;> tweak from Larry
15452      Branch: perl
15453            ! t/op/subst.t
15454 ____________________________________________________________________________
15455 [  1821] By: gsar                                  on 1998/09/23  06:27:51
15456         Log: s/runops/CALLRUNOPS/
15457      Branch: perl
15458            ! cc_runtime.h
15459 ____________________________________________________________________________
15460 [  1820] By: gsar                                  on 1998/09/23  06:24:49
15461         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
15462      Branch: perl
15463           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
15464           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
15465           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
15466           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
15467           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
15468           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
15469           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
15470           +> t/pragma/warn/util
15471            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
15472            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
15473            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
15474            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
15475            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
15476            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
15477            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
15478            - t/pragma/warn-util
15479            ! MANIFEST t/pragma/warning.t
15480 ____________________________________________________________________________
15481 [  1819] By: gsar                                  on 1998/09/23  06:08:46
15482         Log: make \(%foo) return refs to values (not copies of values)
15483              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15484              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
15485              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
15486              --
15487              From: Roderick Schertler <roderick@argon.org>
15488              Date: Sat, 29 Aug 1998 00:58:33 -0400
15489              Message-ID: <29894.904366713@eeyore.ibcinc.com>
15490              Subject: Re: \(%x) problems
15491      Branch: perl
15492            ! doop.c pod/perlref.pod
15493 ____________________________________________________________________________
15494 [  1818] By: gsar                                  on 1998/09/23  06:05:08
15495         Log: make h2xs generate ANSI prototypes
15496      Branch: perl
15497            ! utils/h2xs.PL
15498 ____________________________________________________________________________
15499 [  1817] By: gsar                                  on 1998/09/23  05:57:16
15500         Log: updated usethreads hints for hpux 10.X
15501              From: Matthew T Harden <mthard@mthard1.monsanto.com>
15502              Date: Fri, 28 Aug 1998 14:10:42 GMT
15503              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
15504              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
15505      Branch: perl
15506            ! hints/hpux.sh perl.h
15507 ____________________________________________________________________________
15508 [  1816] By: gsar                                  on 1998/09/23  05:53:31
15509         Log: don't create empty directories in installperl
15510              From: Robin Barker <rmb1@cise.npl.co.uk>
15511              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
15512              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
15513              Subject: [PATCH 5.005_02] install: empty dirs
15514      Branch: perl
15515            ! installperl
15516 ____________________________________________________________________________
15517 [  1815] By: gsar                                  on 1998/09/23  05:50:36
15518         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
15519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15520              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
15521              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
15522              Subject: Re: your mail
15523      Branch: perl
15524            ! regexec.c t/op/re_tests
15525 ____________________________________________________________________________
15526 [  1814] By: gsar                                  on 1998/09/23  05:45:17
15527         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
15528              Date: Thu, 20 Aug 1998 20:59:03 -0400
15529              Message-ID: <19980820205903.A12908@O2.chapin.edu>
15530              Subject: [PATCH] h2ph misquotes #error directives
15531      Branch: perl
15532            ! t/lib/h2ph.pht utils/h2ph.PL
15533 ____________________________________________________________________________
15534 [  1813] By: gsar                                  on 1998/09/23  05:42:41
15535         Log: patch to support computed regular subexpressions
15536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15537              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
15538              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
15539              Subject: [5.005_5* PATCH] Postponed RE - now!
15540      Branch: perl
15541            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
15542            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
15543 ____________________________________________________________________________
15544 [  1812] By: gsar                                  on 1998/09/23  05:26:26
15545         Log: better CR-handling on shebang line and in formats (fixed variant of
15546              patch suggested by Igor Sysoev <igor@nitek.ru>)
15547      Branch: perl
15548            ! perl.c toke.c
15549 ____________________________________________________________________________
15550 [  1811] By: gsar                                  on 1998/09/23  04:35:46
15551         Log: document non-loopish blocks better
15552              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15553              Date: Tue, 18 Aug 1998 12:28:36 +0100
15554              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
15555              Subject: Re: next in do {} while block gives error message
15556      Branch: perl
15557            ! pod/perlfunc.pod
15558 ____________________________________________________________________________
15559 [  1810] By: gsar                                  on 1998/09/23  04:12:05
15560         Log: fix bogus integerization of pop()'s return value
15561              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15562              Date: Sat, 15 Aug 1998 23:27:54 -0400
15563              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
15564              Subject: Re: Complex expression does integer arithmetic 
15565      Branch: perl
15566            ! opcode.h opcode.pl
15567 ____________________________________________________________________________
15568 [  1809] By: gsar                                  on 1998/09/23  04:09:43
15569         Log: tweak README.win32
15570      Branch: perl
15571            ! README.win32
15572 ____________________________________________________________________________
15573 [  1808] By: gsar                                  on 1998/09/23  03:40:57
15574         Log: better diagnostic for do{} used as lvalue
15575      Branch: perl
15576            ! op.c pod/perlport.pod
15577 ____________________________________________________________________________
15578 [  1807] By: gsar                                  on 1998/09/23  03:38:30
15579         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
15580              From: hansm@icgroup.nl
15581              Date: Tue, 11 Aug 98 21:08:51 +0200
15582              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
15583              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15584      Branch: perl
15585            ! malloc.c
15586 ____________________________________________________________________________
15587 [  1806] By: gsar                                  on 1998/09/23  03:36:08
15588         Log: support make written in perl (aka "pmake") on win32
15589      Branch: perl
15590            ! lib/ExtUtils/MM_Win32.pm
15591 ____________________________________________________________________________
15592 [  1805] By: gsar                                  on 1998/09/23  03:30:07
15593         Log: fix mismatched UV/U32 types for to_utf8_*()
15594      Branch: perl
15595            ! utf8.c
15596 ____________________________________________________________________________
15597 [  1804] By: gsar                                  on 1998/09/23  03:22:22
15598         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15599              Date: Sun, 9 Aug 1998 22:38:23 +0200
15600              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
15601              Subject: [PATCH 5.5002] dos-djgpp update
15602      Branch: perl
15603            ! t/io/fs.t
15604 ____________________________________________________________________________
15605 [  1803] By: gsar                                  on 1998/09/23  03:20:13
15606         Log: apply minimal variant of patch (sent via private mail)
15607              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
15608              Date: Wed, 12 Aug 1998 15:42:35 +0300
15609              Message-Id: <199808121242.PAA29761@comanche.spices>
15610              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
15611      Branch: perl
15612            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
15613            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
15614 ____________________________________________________________________________
15615 [  1802] By: gsar                                  on 1998/09/23  03:03:39
15616         Log: adjust searchdict.t for EBCDIC (still needs documenting)
15617              From: pvhp@forte.com (Peter Prymmer)
15618              Date: Thu, 6 Aug 98 18:09:39 PDT
15619              Message-Id: <9808070109.AA06158@forte.com>
15620              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
15621      Branch: perl
15622            ! README.os390 t/lib/searchdict.t
15623 ____________________________________________________________________________
15624 [  1801] By: gsar                                  on 1998/09/23  02:54:15
15625         Log: silence redefined warning for XS(INIT) {}
15626      Branch: perl
15627            ! op.c
15628 ____________________________________________________________________________
15629 [  1800] By: gsar                                  on 1998/09/23  02:42:23
15630         Log: support match indices via special variables @- and @+
15631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15632              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
15633              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
15634              Subject: [PATCH 5.004_76] @- and @+
15635      Branch: perl
15636            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
15637            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
15638 ____________________________________________________________________________
15639 [  1799] By: gsar                                  on 1998/09/23  01:44:31
15640         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15641              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
15642              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
15643              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
15644      Branch: perl
15645            ! regcomp.c t/op/re_tests
15646 ____________________________________________________________________________
15647 [  1798] By: gsar                                  on 1998/09/23  01:39:23
15648         Log: integrate maint-5.005 changes (except conflicting change#1794)
15649      Branch: perl
15650            ! Changes
15651           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
15652           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
15653           !> win32/win32.h
15654 ____________________________________________________________________________
15655 [  1797] By: gsar                                  on 1998/09/23  01:32:36
15656         Log: add note to win32/Makefile about setting CCHOME
15657      Branch: perl
15658            ! win32/Makefile win32/makefile.mk
15659 ____________________________________________________________________________
15660 [  1796] By: gsar                                  on 1998/09/23  01:31:32
15661         Log: perl.pod tweak
15662      Branch: perl
15663            ! pod/perl.pod
15664 ____________________________________________________________________________
15665 [  1795] By: gsar                                  on 1998/09/21  20:34:10
15666         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
15667      Branch: perl
15668            ! lib/ExtUtils/xsubpp
15669 ____________________________________________________________________________
15670 [  1789] By: gsar                                  on 1998/09/18  18:01:37
15671         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
15672      Branch: perl
15673            ! cop.h t/cmd/for.t
15674 ____________________________________________________________________________
15675 [  1788] By: gsar                                  on 1998/09/17  02:19:11
15676         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
15677      Branch: perl
15678            ! win32/config.bc win32/config.gc win32/config.vc
15679 ____________________________________________________________________________
15680 [  1787] By: gsar                                  on 1998/09/17  01:45:14
15681         Log: suppress bogus warning on C<sub x {} x()>
15682      Branch: perl
15683            ! toke.c
15684 ____________________________________________________________________________
15685 [  1786] By: gsar                                  on 1998/09/17  01:42:51
15686         Log: ntohl typo in objXSUB.h
15687      Branch: perl
15688            ! objXSUB.h
15689 ____________________________________________________________________________
15690 [  1785] By: gsar                                  on 1998/09/17  01:41:48
15691         Log: fill gaps in sig_* entries in win32/config.?c
15692      Branch: perl
15693            ! win32/config.bc win32/config.gc win32/config.vc
15694 ____________________________________________________________________________
15695 [  1781] By: larry                                 on 1998/09/05  23:48:24
15696         Log: tr/// logic was hosed under utf8
15697      Branch: perl
15698            ! doop.c op.c op.h pp.c proto.h
15699 ____________________________________________________________________________
15700 [  1780] By: larry                                 on 1998/09/05  23:44:16
15701         Log: several new tests needed tweaking to work under utf8
15702      Branch: perl
15703            ! t/comp/require.t t/op/pack.t t/op/substr.t
15704 ____________________________________________________________________________
15705 [  1779] By: larry                                 on 1998/09/05  23:41:42
15706         Log: index() applied BM optimization to wrong argument
15707      Branch: perl
15708            ! op.c util.c
15709 ____________________________________________________________________________
15710 [  1778] By: larry                                 on 1998/09/05  23:38:29
15711         Log: Implicit require during compile reset line numbering
15712      Branch: perl
15713            ! pp_ctl.c
15714
15715 ----------------
15716 Version 5.005_51
15717 ----------------
15718
15719 ____________________________________________________________________________
15720 [  1777] By: gsar                                  on 1998/08/10  07:02:38
15721         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
15722              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
15723              lexical warning testsuite for win32
15724      Branch: perl
15725            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
15726            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
15727            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
15728            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
15729            ! win32/Makefile win32/makefile.mk
15730 ____________________________________________________________________________
15731 [  1776] By: gsar                                  on 1998/08/09  17:53:48
15732         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
15733      Branch: perl
15734            ! Changes MANIFEST perl.c pod/perlhist.pod
15735 ____________________________________________________________________________
15736 [  1775] By: gsar                                  on 1998/08/09  14:35:33
15737         Log: tweak warning test
15738      Branch: perl
15739            ! t/pragma/warn-toke
15740 ____________________________________________________________________________
15741 [  1774] By: gsar                                  on 1998/08/09  14:13:46
15742         Log: add missing dTHR; notes for test failures due to small stacksize
15743      Branch: perl
15744            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
15745            ! toke.c universal.c util.c
15746 ____________________________________________________________________________
15747 [  1773] By: gsar                                  on 1998/08/09  11:31:53
15748         Log: lexical warnings; tweaks to places that didn't apply correctly
15749              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
15750              Date:    Wed, 29 Jul 1998 09:28:45 BST
15751              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
15752              Subject: lexical warnings patch for 5.005_50
15753      Branch: perl
15754            + README.lexwarn lib/warning.pm t/pragma/warn-2use
15755            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
15756            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
15757            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
15758            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
15759            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
15760            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
15761            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
15762            + warning.h warning.pl
15763            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
15764            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
15765            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
15766            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
15767            ! universal.c util.c
15768 ____________________________________________________________________________
15769 [  1772] By: gsar                                  on 1998/08/08  23:06:00
15770         Log: bump patchlevel to 5.005_51
15771      Branch: perl
15772            ! patchlevel.h win32/Makefile win32/config_H.bc
15773            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15774 ____________________________________________________________________________
15775 [  1771] By: gsar                                  on 1998/08/08  23:01:57
15776         Log: fix bogus warning on "\x{123}"
15777              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
15778              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
15779              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
15780              Subject: [5.005_50 PATCH] Some unicode problems
15781      Branch: perl
15782            ! regcomp.c toke.c
15783 ____________________________________________________________________________
15784 [  1770] By: gsar                                  on 1998/08/08  22:56:55
15785         Log: hide dup symbol for static build of ext/re
15786              From: Dominic Dunlop <domo@ppp72.vo.lu>
15787              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
15788              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
15789              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
15790      Branch: perl
15791            ! regcomp.c
15792 ____________________________________________________________________________
15793 [  1769] By: gsar                                  on 1998/08/08  22:45:06
15794         Log: fix double free on -Mutf8 -e '$b=uc("")'
15795              From: larry@wall.org (Larry Wall)
15796              Date: Fri, 7 Aug 1998 14:42:43 -0700
15797              Message-Id: <199808072142.OAA14920@wall.org>
15798              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
15799      Branch: perl
15800            ! pp.c
15801 ____________________________________________________________________________
15802 [  1768] By: gsar                                  on 1998/08/08  22:42:29
15803         Log: substr() assumes utf8 without say-so
15804              From: larry@wall.org (Larry Wall)
15805              Date: Fri, 7 Aug 1998 12:25:12 -0700
15806              Message-Id: <199808071925.MAA13436@wall.org>
15807              Subject: [PATCH 5.005_50] substr bug?
15808      Branch: perl
15809            ! pp.c
15810 ____________________________________________________________________________
15811 [  1767] By: gsar                                  on 1998/08/08  22:38:25
15812         Log: fix intolerance of SWASHes for blank lines
15813              From: Gisle Aas <aas@sn.no>
15814              Date: 06 Aug 1998 23:28:57 +0200
15815              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
15816              Subject: Re: Re[2]: another joyride begins
15817      Branch: perl
15818            ! lib/utf8_heavy.pl
15819 ____________________________________________________________________________
15820 [  1766] By: gsar                                  on 1998/08/08  22:33:10
15821         Log: utf8 doc tweak
15822              From: Gisle Aas <aas@sn.no>
15823              Date: 05 Aug 1998 00:41:04 +0200
15824              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
15825              Subject: Matching clumps
15826      Branch: perl
15827            ! lib/utf8.pm
15828 ____________________________________________________________________________
15829 [  1765] By: gsar                                  on 1998/08/08  22:31:37
15830         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
15831              From: Gisle Aas <aas@sn.no>
15832              Date: 04 Aug 1998 22:56:11 +0200
15833              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
15834              Subject: Re: another joyride begins
15835      Branch: perl
15836            ! lib/utf8_heavy.pl
15837 ____________________________________________________________________________
15838 [  1764] By: gsar                                  on 1998/08/08  22:28:43
15839         Log: From: larry@wall.org (Larry Wall)
15840              Date: Tue, 4 Aug 1998 17:04:51 -0700
15841              Message-Id: <199808050004.RAA22592@wall.org>
15842              Subject: [PATCH 5.005_50] \pX not implemented!
15843      Branch: perl
15844            ! regcomp.c
15845 ____________________________________________________________________________
15846 [  1763] By: gsar                                  on 1998/08/08  22:27:15
15847         Log: From: Stephen McCamant <alias@mcs.com>
15848              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
15849              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
15850              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
15851      Branch: perl
15852            ! op.c
15853 ____________________________________________________________________________
15854 [  1762] By: gsar                                  on 1998/08/08  22:26:09
15855         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15856              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
15857              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
15858              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
15859      Branch: perl
15860            + t/op/grent.t t/op/pwent.t
15861            ! MANIFEST
15862 ____________________________________________________________________________
15863 [  1761] By: gsar                                  on 1998/08/08  22:21:52
15864         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15865              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
15866              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
15867              Subject: [5.005_50 PATCH] misprint in RE engine
15868      Branch: perl
15869            ! regexec.c t/op/re_tests
15870 ____________________________________________________________________________
15871 [  1760] By: gsar                                  on 1998/08/08  22:18:54
15872         Log: integrate maint-5.005 changes into mainline
15873      Branch: perl
15874           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
15875           !> (integrate 138 files)
15876 ____________________________________________________________________________
15877 [  1672] By: gsar                                  on 1998/07/27  18:35:28
15878         Log: create new Changes
15879      Branch: perl
15880            + Changes
15881            ! Changes5.005 MANIFEST
15882 ____________________________________________________________________________
15883 [  1671] By: gsar                                  on 1998/07/27  18:30:57
15884         Log: rename Changes --> Changes5.005
15885      Branch: perl
15886           +> Changes5.005
15887            - Changes
15888 ____________________________________________________________________________
15889 [  1670] By: gsar                                  on 1998/07/27  18:10:14
15890         Log: integrate 5.005_01 changes from maint
15891      Branch: perl
15892            ! Changes
15893           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
15894           !> win32/win32.c
15895 ____________________________________________________________________________
15896 [  1667] By: nick                                  on 1998/07/26  14:31:01
15897         Log: Add dTHR so that it compiles miniperl in threaded mode
15898      Branch: perl
15899            ! doop.c mg.c regcomp.c regexec.c
15900 ____________________________________________________________________________
15901 [  1666] By: nick                                  on 1998/07/26  13:01:10
15902         Log: Resolve ansiperl against mainline (@1648?)
15903              Unclear that change number has "taken".
15904      Branch: ansiperl
15905           +> (branch 169 files)
15906            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
15907           !> (integrate 131 files)
15908
15909 ----------------
15910 Version 5.005_50
15911 ----------------
15912
15913 ____________________________________________________________________________
15914 [  1665] By: gsar                                  on 1998/07/26  05:38:48
15915         Log: add trailing newline to file
15916      Branch: perl
15917            ! Changes lib/unicode/blocks.txt
15918 ____________________________________________________________________________
15919 [  1664] By: gsar                                  on 1998/07/26  05:08:48
15920         Log: integrate proto.h additions from maint-5.005
15921      Branch: perl
15922           !> pod/perlhist.pod proto.h
15923 ____________________________________________________________________________
15924 [  1663] By: gsar                                  on 1998/07/26  05:07:05
15925         Log: add new files to MANIFEST; add missing prototypes to proto.h;
15926              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
15927              add typecasts to silence warnings; tweaks for win32 builds
15928      Branch: perl
15929            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
15930            ! win32/Makefile win32/makefile.mk
15931 ____________________________________________________________________________
15932 [  1662] By: gsar                                  on 1998/07/26  05:01:52
15933         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
15934      Branch: maint-5.005/perl
15935            ! pod/perlhist.pod proto.h
15936 ____________________________________________________________________________
15937 [  1661] By: gsar                                  on 1998/07/26  02:52:48
15938         Log: up patchlevel to 5.005_50
15939      Branch: perl
15940            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
15941            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
15942 ____________________________________________________________________________
15943 [  1660] By: gsar                                  on 1998/07/26  02:43:57
15944         Log: integrate utfperl
15945      Branch: perl
15946           +> (branch 162 files)
15947           !> (integrate 29 files)
15948 ____________________________________________________________________________
15949 [  1659] By: gsar                                  on 1998/07/26  02:38:22
15950         Log: integrate maint-5.005 changes
15951      Branch: perl
15952           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
15953           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
15954           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
15955           !> vms/descrip_mms.template vms/subconfigure.com
15956 ____________________________________________________________________________
15957 [  1658] By: gsar                                  on 1998/07/26  02:23:46
15958         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
15959              Date: Fri, 24 Jul 1998 11:38:25 -0700
15960              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
15961              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
15962              --
15963              Date: Fri, 24 Jul 1998 12:30:36 -0700
15964              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
15965              Subject: [PATCH 5.005]Tweaks to README.vms
15966              --
15967              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
15968              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
15969              Subject: [PATCH 5.005] Final build cleanup patch
15970      Branch: maint-5.005/perl
15971            ! README.vms vms/descrip_mms.template vms/subconfigure.com
15972 ____________________________________________________________________________
15973 [  1657] By: gsar                                  on 1998/07/26  02:19:50
15974         Log: another platform where pp_sselect() needs a whole fd_set buffer
15975              From: Lupe Christoph <lupe@alanya.m.isar.de>
15976              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
15977              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
15978              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
15979      Branch: maint-5.005/perl
15980            ! pp_sys.c
15981 ____________________________________________________________________________
15982 [  1656] By: gsar                                  on 1998/07/26  02:12:46
15983         Log: fix problem building modules on dos-djgpp
15984              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
15985              Date: Sat, 25 Jul 1998 00:53:39 +0200
15986              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
15987              Subject: [PATCH 5.005] dos-djgpp and modules problem
15988      Branch: maint-5.005/perl
15989            ! djgpp/fixpmain
15990 ____________________________________________________________________________
15991 [  1655] By: gsar                                  on 1998/07/26  02:11:09
15992         Log: From: Tom Spindler <dogcow@home.merit.edu>
15993              Date: Wed, 22 Jul 1998 16:11:07 -0400
15994              Message-ID: <19980722161107.A16813@home.merit.edu>
15995              Subject: [PATCH 5.005] BeOS tweak
15996      Branch: maint-5.005/perl
15997            ! hints/beos.sh
15998 ____________________________________________________________________________
15999 [  1654] By: gsar                                  on 1998/07/26  02:09:29
16000         Log: various pod tweaks
16001      Branch: maint-5.005/perl
16002            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
16003            ! pod/perltoc.pod
16004 ____________________________________________________________________________
16005 [  1653] By: gsar                                  on 1998/07/26  02:05:46
16006         Log: fix emacs/ptags for PL_* changes
16007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16008              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
16009              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
16010              Subject: [PATCH 5.004_76] Yet better ptags
16011      Branch: maint-5.005/perl
16012            ! emacs/ptags
16013 ____________________________________________________________________________
16014 [  1652] By: gsar                                  on 1998/07/26  02:03:01
16015         Log: fix behavior of <=> on bigints
16016              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16017              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
16018              Date: Fri, 24 Jul 1998 18:29:53 +0100
16019              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
16020      Branch: maint-5.005/perl
16021            ! lib/Math/BigInt.pm t/lib/bigintpm.t
16022 ____________________________________________________________________________
16023 [  1651] By: larry                                 on 1998/07/24  05:44:33
16024         Log: Here are the long-expected Unicode/UTF-8 modifications.
16025      Branch: utfperl
16026            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
16027            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
16028            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
16029            + lib/unicode/Decomposition.pl
16030            + lib/unicode/In/AlphabeticPresentationForms.pl
16031            + lib/unicode/In/Arabic.pl
16032            + lib/unicode/In/ArabicPresentationForms-A.pl
16033            + lib/unicode/In/ArabicPresentationForms-B.pl
16034            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
16035            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
16036            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
16037            + lib/unicode/In/BoxDrawing.pl
16038            + lib/unicode/In/CJKCompatibility.pl
16039            + lib/unicode/In/CJKCompatibilityForms.pl
16040            + lib/unicode/In/CJKCompatibilityIdeographs.pl
16041            + lib/unicode/In/CJKSymbolsandPunctuation.pl
16042            + lib/unicode/In/CJKUnifiedIdeographs.pl
16043            + lib/unicode/In/CombiningDiacriticalMarks.pl
16044            + lib/unicode/In/CombiningHalfMarks.pl
16045            + lib/unicode/In/CombiningMarksforSymbols.pl
16046            + lib/unicode/In/ControlPictures.pl
16047            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
16048            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
16049            + lib/unicode/In/EnclosedAlphanumerics.pl
16050            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
16051            + lib/unicode/In/GeneralPunctuation.pl
16052            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
16053            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
16054            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
16055            + lib/unicode/In/HalfwidthandFullwidthForms.pl
16056            + lib/unicode/In/HangulCompatibilityJamo.pl
16057            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
16058            + lib/unicode/In/Hebrew.pl
16059            + lib/unicode/In/HighPrivateUseSurrogates.pl
16060            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
16061            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
16062            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
16063            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
16064            + lib/unicode/In/LatinExtended-A.pl
16065            + lib/unicode/In/LatinExtended-B.pl
16066            + lib/unicode/In/LatinExtendedAdditional.pl
16067            + lib/unicode/In/LetterlikeSymbols.pl
16068            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
16069            + lib/unicode/In/MathematicalOperators.pl
16070            + lib/unicode/In/MiscellaneousSymbols.pl
16071            + lib/unicode/In/MiscellaneousTechnical.pl
16072            + lib/unicode/In/NumberForms.pl
16073            + lib/unicode/In/OpticalCharacterRecognition.pl
16074            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
16075            + lib/unicode/In/SmallFormVariants.pl
16076            + lib/unicode/In/SpacingModifierLetters.pl
16077            + lib/unicode/In/Specials.pl
16078            + lib/unicode/In/SuperscriptsandSubscripts.pl
16079            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
16080            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
16081            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16082            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
16083            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
16084            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
16085            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
16086            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
16087            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
16088            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
16089            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
16090            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
16091            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
16092            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
16093            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
16094            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
16095            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
16096            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
16097            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
16098            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
16099            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
16100            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
16101            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
16102            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
16103            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
16104            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
16105            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
16106            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
16107            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
16108            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
16109            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
16110            + lib/unicode/JamoShort.pl lib/unicode/Makefile
16111            + lib/unicode/Name.pl lib/unicode/Number.pl
16112            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
16113            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
16114            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
16115            + lib/unicode/blocks.txt lib/unicode/index2.txt
16116            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
16117            + lib/unicode/names2.txt lib/unicode/props2.txt
16118            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
16119            + utf8.c utf8.h
16120            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
16121            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
16122            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
16123            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
16124            ! t/op/vec.t toke.c util.c vms/vmsish.h
16125 ____________________________________________________________________________
16126 [  1650] By: gsar                                  on 1998/07/24  04:06:48
16127         Log: create utfperl branch
16128      Branch: utfperl
16129           +> (branch 1079 files)
16130 ____________________________________________________________________________
16131 [  1649] By: gsar                                  on 1998/07/24  03:56:56
16132         Log: create maint-5.005 branch
16133      Branch: maint-5.005/perl
16134           +> (branch 1079 files)
16135 ____________________________________________________________________________
16136 [  1648] By: gsar                                  on 1998/07/24  03:36:35
16137         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
16138      Branch: perl
16139            ! Changes
16140